-
Global information
- Generated on Sun May 9 13:59:06 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-05-09_150000.log
- Parsed 37,952 log entries in 5s
- Log start from 2021-05-09 15:00:00 to 2021-05-09 15:59:01
-
Overview
Global Stats
- 274 Number of unique normalized queries
- 1,609 Number of queries
- 1h12m29s Total query duration
- 2021-05-09 15:00:13 First query
- 2021-05-09 15:58:59 Last query
- 8 queries/s at 2021-05-09 15:30:30 Query peak
- 1h12m29s Total query duration
- 0ms Prepare/parse total duration
- 791ms Bind total duration
- 1h12m28s Execute total duration
- 15,702 Number of events
- 3 Number of unique normalized events
- 15,633 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
- 337 Number temporary file
- 348.33 MiB Max size of temporary file
- 4.03 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,609 Average queries per session
- 1h12m29s 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
- 8 queries/s Query Peak
- 2021-05-09 15:30:30 Date
SELECT Traffic
Key values
- 6 queries/s Query Peak
- 2021-05-09 15:58:30 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 8 queries/s Query Peak
- 2021-05-09 15:30:30 Date
Queries duration
Key values
- 1h12m29s 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 09 15 1,609 0ms 36s388ms 2s702ms 1m35s 1m43s 2m10s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 09 15 390 13 259ms 1s791ms 2s341ms 8s244ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) May 09 15 251 32 0 74 9s606ms 58s886ms 1m2s 1m8s Day Hour Prepare Bind Bind/Prepare Percentage of prepare May 09 15 0 957 957.00 0.00% Day Hour Count Average / Second May 09 15 0 0.00/s Day Hour Count Average Duration Average idle time May 09 15 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time May 09 15 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync May 09 15 0 0 0 0 0s 0s Day Hour Count Avg time (sec) May 09 15 0 0s Day Hour Mean distance Mean estimate May 09 15 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 154.03 MiB Temp Files size Peak
- 2021-05-09 15:00:14 Date
Number of temporary files
Key values
- 62 per second Temp Files Peak
- 2021-05-09 15:00:14 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size May 09 15 337 1.33 GiB 4.03 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 83 580.65 MiB 5.87 MiB 8.09 MiB 7.00 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13)) AND ($14 = 0 OR p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $21 OR relevant = 1) AND ($22 = 0 OR age <= $23) ORDER BY identified DESC, length DESC;
Date: 2021-05-09 15:25:34 Duration: 0ms Database: acaweb_fx User: postgres
2 61 276.31 MiB 2.71 MiB 8.58 MiB 4.53 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-09 15:25:44 Duration: 0ms Database: acaweb_fx User: postgres
3 16 25.01 MiB 1.56 MiB 1.56 MiB 1.56 MiB 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;-
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-09 15:01:14 Duration: 448ms 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-09 15:18:16 Duration: 238ms 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-09 15:03:16 Duration: 233ms Database: acaweb_fx User: postgres
4 10 27.11 MiB 2.71 MiB 2.71 MiB 2.71 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-09 15:31:21 Duration: 0ms Database: acaweb_fx User: postgres
5 4 20.97 MiB 5.24 MiB 5.24 MiB 5.24 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-05-09 15:47:04 Duration: 1s246ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-09 15:32:04 Duration: 1s228ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-05-09 15:17:05 Duration: 1s216ms Database: acaweb_fx User: postgres
6 1 348.33 MiB 348.33 MiB 348.33 MiB 348.33 MiB select cleanuppatternresultsrelevance ();-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:38 Duration: 36s388ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:09 Duration: 0ms Database: acaweb_fx User: postgres
7 1 5.38 MiB 5.38 MiB 5.38 MiB 5.38 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 > 513367093 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-09 15:35:31 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 348.33 MiB select cleanuppatternresultsrelevance ();[ Date: 2021-05-09 15:00:09 - Database: acaweb_fx - User: postgres ]
2 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:01:36 - Database: acaweb_fx - User: postgres ]
3 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:07:07 - Database: acaweb_fx - User: postgres ]
4 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:11:56 - Database: acaweb_fx - User: postgres ]
5 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:16:12 - Database: acaweb_fx - User: postgres ]
6 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:21:16 - Database: acaweb_fx - User: postgres ]
7 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:26:33 - Database: acaweb_fx - User: postgres ]
8 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:31:36 - Database: acaweb_fx - User: postgres ]
9 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:36:16 - Database: acaweb_fx - User: postgres ]
10 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:41:11 - Database: acaweb_fx - User: postgres ]
11 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:46:14 - Database: acaweb_fx - User: postgres ]
12 8.58 MiB SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fibonacci_results fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = fr.resultuid WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR fr.pattern in ($9)) AND ($10 = 0 OR fr.patternlengthbars <= $11) AND ($12 = 0 OR ($13 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($14 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:51:12 - Database: acaweb_fx - User: postgres ]
13 8.09 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-09 15:00:35 - Database: acaweb_fx - User: postgres ]
14 8.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:02:03 - Database: acaweb_fx - User: postgres ]
15 8.09 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-09 15:05:34 - Database: acaweb_fx - User: postgres ]
16 8.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:08:04 - Database: acaweb_fx - User: postgres ]
17 8.09 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-09 15:10:34 - Database: acaweb_fx - User: postgres ]
18 8.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:12:46 - Database: acaweb_fx - User: postgres ]
19 8.09 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-09 15:15:33 - Database: acaweb_fx - User: postgres ]
20 8.09 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-05-09 15:16:51 - 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 09 15 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 390 Total read queries
- 1,215 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 1,609 Requests
- 1h12m28s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,174 Requests
User Request type Count Duration pgperfstats Total 435 56m48s insert 250 56m34s select 185 14s117ms postgres Total 1,174 15m40s copy from 74 31s901ms copy to 13 1s12ms cte 845 13m26s insert 1 54ms others 4 8s517ms select 205 1m29s update 32 3s201ms Duration by user
Key values
- 56m48s (pgperfstats) Main time consuming user
User Request type Count Duration pgperfstats Total 435 56m48s insert 250 56m34s select 185 14s117ms postgres Total 1,174 15m40s copy from 74 31s901ms copy to 13 1s12ms cte 845 13m26s insert 1 54ms others 4 8s517ms select 205 1m29s update 32 3s201ms Queries by host
Key values
- unknown Main host
- 1,609 Requests
- 1h12m28s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 1,609 Requests
- 1h12m28s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-05-09 15:56:35 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 522 100-500ms duration
Slowest individual queries
Rank Duration Query 1 36s388ms select cleanuppatternresultsrelevance ();[ Date: 2021-05-09 15:00:38 - Database: acaweb_fx - User: postgres ]
2 19s904ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983660, 1, 960, '2021-05-09 00:00:00', 0.000625516063865536, 0.00190211538461538, 0.000821359005176544, 0.00248884615384615, 0.00166016908314046, 0.00375923076923076, 0.00251299612782461, 0.00685346153846152, 0.00618348007877563, 0.0150567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983660, 1, 975, '2021-05-09 00:00:00', 0.000515813472547516, 0.00172153846153843, 0.00109035385928674, 0.00265846153846152, 0.0017227218736192, 0.00379942307692304, 0.00230471259679946, 0.00666692307692304, 0.00607820269804003, 0.0152190384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 990, '2021-05-09 00:00:00', 0.000914974652864544, 0.00215884615384617, 0.00113018739086115, 0.00286346153846154, 0.00161965738304788, 0.00395403846153846, 0.00228767729031335, 0.00650923076923075, 0.00616767821918298, 0.0152438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1005, '2021-05-09 00:00:00', 0.000785409349418405, 0.00190961538461538, 0.00111579797247735, 0.00274134615384615, 0.00129994563495789, 0.00372442307692307, 0.00216553539302908, 0.00622846153846152, 0.00623801445543001, 0.0152328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1020, '2021-05-09 00:00:00', 0.00088581791843205, 0.00222576923076923, 0.000995303915703794, 0.00287326923076926, 0.00161739672123015, 0.00422307692307694, 0.00210552961545034, 0.0061551923076923, 0.00623000769230293, 0.0154753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1035, '2021-05-09 00:00:00', 0.000698236377211564, 0.00186403846153849, 0.00091327736118964, 0.00256346153846158, 0.00165439340498608, 0.00409153846153848, 0.00296863680836843, 0.0062975, 0.00624491613542261, 0.0154084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1050, '2021-05-09 00:00:00', 0.000591219892712021, 0.00190980769230768, 0.00114445963063526, 0.00320961538461539, 0.00159401815692775, 0.00398826923076922, 0.00347098438708454, 0.00628384615384614, 0.00628808953498597, 0.015325 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1065, '2021-05-09 00:00:00', 0.00115836869711744, 0.00270096153846155, 0.00161281813796654, 0.00324288461538462, 0.00180031958701358, 0.00384884615384615, 0.00374397320831967, 0.00619923076923076, 0.0062171360089551, 0.0152880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1080, '2021-05-09 00:00:00', 0.000898343111597028, 0.00199788461538463, 0.00116045556372682, 0.00255634615384615, 0.00135492544501107, 0.00324519230769231, 0.0037954989942542, 0.00576115384615384, 0.00600651365986576, 0.0150428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1095, '2021-05-09 00:00:00', 0.000628954718927796, 0.00159096153846153, 0.000757795588431416, 0.00225692307692307, 0.00114539910746632, 0.00279365384615384, 0.00380732391380287, 0.00566576923076923, 0.00602811297492519, 0.0152440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1110, '2021-05-09 00:00:00', 0.000684636371761281, 0.0016301923076923, 0.0010011789972904, 0.00216076923076927, 0.00129700429985646, 0.00278807692307693, 0.00382026974983945, 0.00562480769230769, 0.0059505106471242, 0.0152501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1125, '2021-05-09 00:00:00', 0.000784849324098878, 0.00155769230769234, 0.000862112722417334, 0.0019628846153846, 0.00119240158439244, 0.00265153846153847, 0.0038417787747144, 0.00541807692307692, 0.00596444738880695, 0.0151744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1140, '2021-05-09 00:00:00', 0.000480568573510756, 0.00120307692307692, 0.00080279023028818, 0.00180692307692308, 0.000996394268581204, 0.00235653846153845, 0.00389430430243965, 0.005365, 0.00596519202089538, 0.0151503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1155, '2021-05-09 00:00:00', 0.000667396549171611, 0.00143692307692308, 0.000775317428789409, 0.00187634615384617, 0.000994166059492147, 0.00282192307692307, 0.00387690288761531, 0.005415, 0.00595126485586177, 0.0152092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1170, '2021-05-09 00:00:00', 0.000411821096332625, 0.00118115384615385, 0.000662143024289597, 0.00161423076923078, 0.00114865849849023, 0.00262788461538463, 0.00391001705681897, 0.00534923076923078, 0.00592053702086092, 0.0152261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1185, '2021-05-09 00:00:00', 0.000603676205874031, 0.00117980769230769, 0.00122269186004299, 0.00212923076923076, 0.00172624734166788, 0.00271326923076921, 0.00390840024326302, 0.00531269230769231, 0.00587277497309538, 0.0152882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1200, '2021-05-09 00:00:00', 0.00116124616419007, 0.00157942307692307, 0.00120803998914962, 0.00187115384615386, 0.00164736923141579, 0.00268076923076922, 0.00369503099289595, 0.00517096153846155, 0.00574279403989169, 0.0151942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1215, '2021-05-09 00:00:00', 0.000370245916198355, 0.00106596153846157, 0.00101315736495071, 0.0016446153846154, 0.00327658307598727, 0.0031405769230769, 0.00376654939515651, 0.00522211538461542, 0.00572319329906494, 0.0152534615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1230, '2021-05-09 00:00:00', 0.000954025660838578, 0.00128980769230769, 0.00154130220917251, 0.00203249999999998, 0.00384417359829734, 0.00328557692307692, 0.00384454583193467, 0.00521557692307697, 0.00581110488633618, 0.015295 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1245, '2021-05-09 00:00:00', 0.00119075160491826, 0.00152076923076918, 0.00314828620656723, 0.00249596153846148, 0.0038517370556872, 0.00324211538461538, 0.00375249902885242, 0.00513980769230772, 0.00582932126937078, 0.0152173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1260, '2021-05-09 00:00:00', 0.00271142585254441, 0.00179192307692304, 0.00328411161737612, 0.00234134615384615, 0.00345364942432696, 0.0032471153846154, 0.00333952460918986, 0.0049811538461539, 0.00591057616610975, 0.0151361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1275, '2021-05-09 00:00:00', 0.00138536920932791, 0.00122538461538464, 0.0016166782658849, 0.0018111538461539, 0.00146665585077595, 0.00265923076923079, 0.00226778364352647, 0.00440442307692312, 0.00547233588501854, 0.0147590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1290, '2021-05-09 00:00:00', 0.00106195105276167, 0.0012490384615385, 0.00118823993950974, 0.00194692307692309, 0.00116233129462368, 0.00247096153846153, 0.00217000252569863, 0.00436519230769235, 0.0053830755006923, 0.0146696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1305, '2021-05-09 00:00:00', 0.000723616372013596, 0.00139942307692307, 0.000713316118292147, 0.00182826923076921, 0.000782944737218696, 0.00228269230769228, 0.00204423884649969, 0.00437269230769234, 0.00538406172098578, 0.0146688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1320, '2021-05-09 00:00:00', 0.000628721413174871, 0.00148115384615383, 0.000820096054411617, 0.00184153846153844, 0.000890445199799618, 0.00233942307692307, 0.0020894819840186, 0.00433980769230773, 0.00547997281366081, 0.0147190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1335, '2021-05-09 00:00:00', 0.000767064960642913, 0.00114942307692307, 0.000762708760829545, 0.00150057692307692, 0.0010178747278219, 0.00232019230769231, 0.00206722471890733, 0.00424596153846156, 0.00538306642666114, 0.0146619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1350, '2021-05-09 00:00:00', 0.000419564838667605, 0.00101442307692309, 0.000616946232540707, 0.00160057692307694, 0.000879381950795379, 0.00218884615384616, 0.00206177157766361, 0.00419096153846156, 0.00535586598973502, 0.0146425 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1365, '2021-05-09 00:00:00', 0.000587016740686481, 0.00122557692307692, 0.000880613335212393, 0.00177538461538462, 0.00102514601211431, 0.00213211538461541, 0.00216002265835696, 0.00415826923076926, 0.0053475017028084, 0.0146023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1380, '2021-05-09 00:00:00', 0.000783006950553709, 0.00134173076923076, 0.00089584169703909, 0.00157788461538463, 0.00115121942037395, 0.00233307692307695, 0.00241684081777463, 0.00426153846153848, 0.00533961322425282, 0.0146057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1395, '2021-05-09 00:00:00', 0.00046244617150373, 0.000837692307692313, 0.000863007531832694, 0.00140500000000002, 0.00128103341696638, 0.00260615384615387, 0.00310626828426748, 0.0046744230769231, 0.00507588706912019, 0.0145315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1410, '2021-05-09 00:00:00', 0.000780319387272816, 0.00114288461538465, 0.000880594663587276, 0.00186519230769233, 0.00128409700388431, 0.00261134615384619, 0.00305264158620794, 0.00472442307692309, 0.00500877924632956, 0.0145184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 1, 1425, '2021-05-09 00:00:00', 0.000593549589659175, 0.00141134615384617, 0.00109757712187414, 0.00218846153846155, 0.00141983612272142, 0.00262115384615389, 0.00306305941201577, 0.00482480769230772, 0.0049488245224342, 0.0145019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 0, '2021-05-09 00:00:00', 0.00113512439169255, 0.00138576923076921, 0.00124132206197201, 0.0017923076923077, 0.00146042680800457, 0.00260769230769235, 0.00311098097934497, 0.00480057692307694, 0.00483940535126436, 0.014688076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 15, '2021-05-09 00:00:00', 0.000799788072890862, 0.000965192307692328, 0.00111480044782085, 0.0015290384615385, 0.00132862938341044, 0.00256096153846154, 0.0028126095739339, 0.00475384615384617, 0.00446166725046212, 0.014590576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 30, '2021-05-09 00:00:00', 0.000968686680312773, 0.00114826923076925, 0.000950199270598602, 0.00178942307692308, 0.00121726717881303, 0.00262576923076922, 0.00272213067001118, 0.00484576923076923, 0.00420256594237377, 0.0145125 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 45, '2021-05-09 00:00:00', 0.000646851189639822, 0.00122269230769234, 0.000922691235129416, 0.00201365384615387, 0.00103411411362578, 0.00249000000000001, 0.00267207597917082, 0.00488096153846154, 0.00402860055869757, 0.0144473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 60, '2021-05-09 00:00:00', 0.000812571629978644, 0.00163442307692307, 0.000962873104507867, 0.00194615384615384, 0.0010122274751944, 0.00235730769230768, 0.00286499325412014, 0.00498788461538461, 0.0040220785718906, 0.0144290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 75, '2021-05-09 00:00:00', 0.000524723406992821, 0.00103442307692309, 0.000527013647465968, 0.00143576923076924, 0.000660524529329648, 0.00197442307692305, 0.00259043519509756, 0.00476250000000001, 0.0039036787580632, 0.0143296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 90, '2021-05-09 00:00:00', 0.000312172782532143, 0.00097038461538461, 0.000462698606006135, 0.00133999999999999, 0.000702843045177118, 0.00198788461538458, 0.00261647217715879, 0.00498557692307692, 0.00389900601238513, 0.0143417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 105, '2021-05-09 00:00:00', 0.000481185914813999, 0.000921730769230753, 0.000497715434607098, 0.00149057692307688, 0.000733782927448872, 0.00202923076923074, 0.00284219749760368, 0.00516384615384615, 0.00389824882281973, 0.0143417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 120, '2021-05-09 00:00:00', 0.000402859204265638, 0.00114846153846151, 0.000582313588528219, 0.00156134615384613, 0.00109571530903858, 0.00231096153846153, 0.00283522214568534, 0.00521615384615384, 0.00389086950930786, 0.0143384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 135, '2021-05-09 00:00:00', 0.000566893186248868, 0.00102326923076925, 0.000700348814190818, 0.00155769230769232, 0.00239259138560294, 0.00272346153846155, 0.00270931566721477, 0.00521076923076923, 0.00387488199324039, 0.0142973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 150, '2021-05-09 00:00:00', 0.0004677757516654, 0.00119807692307694, 0.000784771206246649, 0.00175038461538461, 0.00223216049188638, 0.00277769230769231, 0.00259090227823913, 0.00514884615384615, 0.00370556351470847, 0.0142248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 165, '2021-05-09 00:00:00', 0.000493987737312775, 0.00117673076923075, 0.00228912660536385, 0.00213115384615384, 0.00228609788470694, 0.00275153846153848, 0.00260531392616058, 0.00493942307692309, 0.00362652712130194, 0.0141598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 180, '2021-05-09 00:00:00', 0.00233913061594718, 0.00166903846153847, 0.00227431802119632, 0.00204730769230769, 0.00222373674597163, 0.00266365384615385, 0.00267557591212406, 0.00482769230769231, 0.00359986910018428, 0.0140284615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 195, '2021-05-09 00:00:00', 0.000442762308172725, 0.00115769230769231, 0.000708631074678498, 0.00161500000000002, 0.000698897263276504, 0.00230576923076923, 0.00171795693731291, 0.00436403846153848, 0.00337744469293667, 0.0139894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 210, '2021-05-09 00:00:00', 0.000522885227883182, 0.00117019230769235, 0.000628616062351372, 0.00161807692307694, 0.000879354308569697, 0.00247999999999999, 0.00181152809485848, 0.00441903846153845, 0.00337444431892694, 0.0140123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 225, '2021-05-09 00:00:00', 0.000404857857297335, 0.00124673076923076, 0.000534328190707394, 0.00184884615384614, 0.000974190867414577, 0.00266461538461536, 0.00177886268765705, 0.0044326923076923, 0.003379577761519, 0.0140153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 240, '2021-05-09 00:00:00', 0.000530271519709815, 0.00138826923076923, 0.000896258547861825, 0.00196923076923074, 0.00111949269073782, 0.0026532692307692, 0.00175204833969138, 0.00434076923076923, 0.00338226699123531, 0.014005 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 255, '2021-05-09 00:00:00', 0.000565882598587934, 0.00120865384615382, 0.00061183811961612, 0.00173326923076924, 0.00106556978257574, 0.00224980769230768, 0.00173104820401262, 0.00417326923076923, 0.00339560460233293, 0.0139811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 270, '2021-05-09 00:00:00', 0.000411300189829561, 0.0012646153846154, 0.000823790698772835, 0.00169134615384614, 0.00115370748525718, 0.0024051923076923, 0.00162928300653524, 0.00414634615384617, 0.00343608915103291, 0.013980576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 285, '2021-05-09 00:00:00', 0.000725603859925298, 0.00124980769230768, 0.000812571132980915, 0.00160461538461538, 0.00114861088343202, 0.00249480769230768, 0.00154129625765008, 0.0041119230769231, 0.00338084769183478, 0.0139663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 300, '2021-05-09 00:00:00', 0.000563081391848611, 0.00105557692307693, 0.000947919361224692, 0.00173134615384614, 0.00122108011770161, 0.00252057692307694, 0.00140047898399634, 0.00406576923076925, 0.00328524550657352, 0.0138740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 315, '2021-05-09 00:00:00', 0.000631311851501413, 0.00126442307692307, 0.000766308032060219, 0.00184499999999999, 0.00116212643294689, 0.0024503846153846, 0.00126567920349267, 0.00418961538461541, 0.00355942823844157, 0.0139592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 330, '2021-05-09 00:00:00', 0.000559654838683238, 0.00126153846153846, 0.00104667431199234, 0.00170365384615386, 0.00110053736874309, 0.00225249999999998, 0.00119149364890652, 0.00417865384615387, 0.0037660383643211, 0.0140301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 345, '2021-05-09 00:00:00', 0.000655045887999165, 0.00112865384615384, 0.000705182709548476, 0.0015955769230769, 0.000938454560188402, 0.00201480769230768, 0.0014441003720709, 0.00432826923076922, 0.00383784156084559, 0.0140453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 360, '2021-05-09 00:00:00', 0.000452600690029749, 0.00106076923076922, 0.000547553334248056, 0.00140442307692305, 0.000862174264020023, 0.0018973076923077, 0.00181357102043285, 0.00454538461538463, 0.00389002570685591, 0.014125 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 375, '2021-05-09 00:00:00', 0.000362715665289146, 0.000870576923076896, 0.000510035933877373, 0.00128942307692307, 0.000593720375779185, 0.00174326923076922, 0.00192822051284438, 0.00492288461538464, 0.00389554329182226, 0.0141265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 390, '2021-05-09 00:00:00', 0.000361776014427941, 0.000971730769230798, 0.000457139475433906, 0.00133250000000001, 0.000519971190030283, 0.00173903846153847, 0.00189498073868839, 0.00524999999999999, 0.00386153365307697, 0.0141819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 405, '2021-05-09 00:00:00', 0.000399018025426652, 0.000955769230769215, 0.000358220387685905, 0.00120461538461537, 0.000639534957245066, 0.00179980769230768, 0.00186579858134629, 0.00566211538461539, 0.00387999131640581, 0.0141438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 420, '2021-05-09 00:00:00', 0.000268756466827385, 0.000880961538461537, 0.000423405288655583, 0.00121596153846155, 0.000652626321400396, 0.00186634615384617, 0.0018335119726487, 0.00597307692307692, 0.00388518357154656, 0.0141457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 435, '2021-05-09 00:00:00', 0.000319805469717966, 0.000848461538461546, 0.000507237161948447, 0.00131153846153849, 0.000589494731495965, 0.0019740384615385, 0.00181597081474345, 0.006215, 0.00386638909260108, 0.0141511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 450, '2021-05-09 00:00:00', 0.000399482790618087, 0.000947500000000033, 0.000593727112919217, 0.00130673076923079, 0.000814490709207038, 0.00205865384615386, 0.00166304706441565, 0.00642153846153845, 0.00387966156335238, 0.0142303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 465, '2021-05-09 00:00:00', 0.00033199930491126, 0.000896538461538476, 0.000472651440932322, 0.00136576923076925, 0.000912016974369717, 0.00206019230769231, 0.00190712418417, 0.00689442307692307, 0.00386723317910085, 0.0142373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 480, '2021-05-09 00:00:00', 0.000381300255199754, 0.00106673076923079, 0.000645992617247673, 0.00161769230769232, 0.000881460784938646, 0.00220134615384615, 0.0020212095769232, 0.00704192307692308, 0.00384832792861443, 0.0141996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 495, '2021-05-09 00:00:00', 0.000479664626427858, 0.00101807692307691, 0.00063873637272832, 0.00145307692307693, 0.000857474220289767, 0.00227903846153846, 0.00201162089256014, 0.00712884615384615, 0.00388018055190536, 0.0141636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 510, '2021-05-09 00:00:00', 0.000413716039740367, 0.00107519230769232, 0.000528802311469426, 0.00152326923076922, 0.000781535889229548, 0.00245711538461537, 0.0021747456438362, 0.00728115384615385, 0.00385296371441717, 0.0141542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 525, '2021-05-09 00:00:00', 0.000424409997707231, 0.00104038461538459, 0.000622961166835154, 0.00179384615384617, 0.000860309157311395, 0.00292538461538458, 0.00219908222989638, 0.00730442307692309, 0.00386981160841396, 0.0141717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 540, '2021-05-09 00:00:00', 0.000538598037643891, 0.00149961538461539, 0.000756009564449029, 0.00213730769230768, 0.00106306986527768, 0.00322153846153845, 0.00225783112402484, 0.00734423076923078, 0.0038065410151475, 0.0142325 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 555, '2021-05-09 00:00:00', 0.000479617956935884, 0.00140423076923077, 0.000702724943454995, 0.0022078846153846, 0.00113803278308868, 0.00362115384615388, 0.00261861642857442, 0.00768500000000001, 0.00380470931367149, 0.0143151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 570, '2021-05-09 00:00:00', 0.0006043940385594, 0.00176192307692306, 0.000876855680608509, 0.00248826923076924, 0.00123387295194378, 0.00390269230769231, 0.00274464640429609, 0.00779173076923079, 0.00378746272385822, 0.0143367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 585, '2021-05-09 00:00:00', 0.000748326568983216, 0.00176942307692306, 0.000819949060331497, 0.00289230769230772, 0.00116985839050978, 0.00410057692307693, 0.00272751222940218, 0.00797519230769233, 0.00378474657214783, 0.0144161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 600, '2021-05-09 00:00:00', 0.000629752210122239, 0.00231961538461541, 0.000987442383908299, 0.00301769230769231, 0.000989266958603512, 0.00437634615384618, 0.00273587323283698, 0.00814288461538465, 0.0037462880141035, 0.0146482692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 615, '2021-05-09 00:00:00', 0.000722009721860816, 0.00182903846153845, 0.000954981755766136, 0.00283192307692309, 0.00122041064967746, 0.00409307692307694, 0.00260585684269403, 0.00810173076923081, 0.00380588334535646, 0.0145540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 630, '2021-05-09 00:00:00', 0.000729240806487239, 0.00210192307692308, 0.00101910875467054, 0.0028994230769231, 0.00121164820992537, 0.00402923076923078, 0.00260996407284438, 0.00808769230769234, 0.00395250908138889, 0.0144509615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 645, '2021-05-09 00:00:00', 0.000765446677035463, 0.00193115384615386, 0.00115577792649999, 0.00282115384615386, 0.00168451327140465, 0.00425019230769231, 0.00267326151271898, 0.00779134615384617, 0.00407580714045134, 0.0142603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 660, '2021-05-09 00:00:00', 0.000738500065100796, 0.00200788461538461, 0.00104701408777534, 0.0027425, 0.00191402898659828, 0.00411019230769231, 0.00246859048072749, 0.00763019230769233, 0.00401553286051134, 0.0143119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 675, '2021-05-09 00:00:00', 0.000610981052205248, 0.00189461538461537, 0.00126967342863611, 0.00305615384615383, 0.00169862374155803, 0.00418884615384615, 0.00238756622139334, 0.00743230769230771, 0.00395706076332113, 0.0141717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 690, '2021-05-09 00:00:00', 0.000914360495310571, 0.00208134615384614, 0.00112198402566443, 0.00276692307692306, 0.00188319817985664, 0.00413923076923077, 0.00245752896531957, 0.00726884615384614, 0.00401456093968716, 0.0140384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 705, '2021-05-09 00:00:00', 0.000717015609743149, 0.00183923076923073, 0.0016658213151014, 0.00289057692307689, 0.0016096164019848, 0.00389980769230769, 0.0021811211302024, 0.00718923076923077, 0.0044546799418831, 0.0141607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 720, '2021-05-09 00:00:00', 0.00137835537451759, 0.00213153846153844, 0.00128608714862023, 0.00309192307692308, 0.00141643497502057, 0.00373403846153847, 0.0019674372631968, 0.00726423076923075, 0.00454810931554575, 0.0141728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 735, '2021-05-09 00:00:00', 0.000977531762222518, 0.00210788461538464, 0.000910021914359977, 0.00266673076923079, 0.00152286718447094, 0.0036323076923077, 0.00219858633776691, 0.00764173076923075, 0.00451167442906138, 0.0143319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 750, '2021-05-09 00:00:00', 0.000450253646463653, 0.00157211538461537, 0.0014694727076273, 0.00237596153846152, 0.00156366699189388, 0.00357230769230769, 0.00209513385840029, 0.00768173076923074, 0.00448470733115929, 0.0143996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 765, '2021-05-09 00:00:00', 0.0011791575871717, 0.00170615384615384, 0.00121484262988448, 0.00249115384615383, 0.00127074726652653, 0.00359615384615383, 0.00225233609495016, 0.00770826923076922, 0.00445655740281839, 0.0143767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 780, '2021-05-09 00:00:00', 0.000794325572661894, 0.00196634615384613, 0.000912405126785573, 0.00267634615384615, 0.0015071916319382, 0.00371884615384615, 0.00229345038181472, 0.00797942307692306, 0.00444842089527716, 0.0144073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 795, '2021-05-09 00:00:00', 0.000566826557382302, 0.00165211538461539, 0.00089786773053636, 0.00243269230769227, 0.00169925277695817, 0.00381999999999999, 0.00240399497631629, 0.00775461538461537, 0.00439305840546722, 0.0142519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 810, '2021-05-09 00:00:00', 0.000568584071315639, 0.00171961538461533, 0.000995183342211563, 0.00238673076923077, 0.00142613081987055, 0.00369865384615384, 0.00222563841316459, 0.0076421153846154, 0.0045241051473872, 0.0142492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 825, '2021-05-09 00:00:00', 0.000617125875453175, 0.00164288461538461, 0.0010423071302865, 0.00262807692307691, 0.00108962189984201, 0.00338673076923076, 0.00227302977238613, 0.0074621153846154, 0.00468845439924993, 0.0143994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 840, '2021-05-09 00:00:00', 0.0008553832474394, 0.00191749999999999, 0.000986285202160095, 0.00252249999999999, 0.000926545216630837, 0.00336596153846156, 0.00222269847257785, 0.00763250000000002, 0.00458214135362663, 0.0144757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 855, '2021-05-09 00:00:00', 0.0006957239726744, 0.00175461538461538, 0.000631387879077643, 0.00232057692307693, 0.00126725530182357, 0.00324500000000003, 0.00240375174706923, 0.00795269230769231, 0.0046243029911378, 0.0143730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 870, '2021-05-09 00:00:00', 0.000530821895380534, 0.00149826923076923, 0.000972979879624394, 0.00240461538461541, 0.00210823228905531, 0.00338423076923078, 0.00234811443175483, 0.00772576923076923, 0.00464750062274998, 0.0142909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 885, '2021-05-09 00:00:00', 0.0008052051816869, 0.00183076923076924, 0.0010289207377711, 0.00234826923076923, 0.00206837930794583, 0.0036448076923077, 0.0023040105501895, 0.00764115384615384, 0.00462048667516579, 0.0142763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 900, '2021-05-09 00:00:00', 0.000510647138442977, 0.00164749999999997, 0.00210127441183824, 0.00267692307692306, 0.00204106368385175, 0.00374980769230765, 0.00237878171792587, 0.00745269230769228, 0.00462005741306317, 0.0142225 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 915, '2021-05-09 00:00:00', 0.00210381105652064, 0.0020801923076923, 0.00207565907975868, 0.00286115384615384, 0.0023276940388422, 0.00407153846153843, 0.00242761200327841, 0.00739096153846153, 0.00467064540096319, 0.0144673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 930, '2021-05-09 00:00:00', 0.00087546110927108, 0.00182807692307689, 0.000960993556369961, 0.00255884615384608, 0.00168333579080805, 0.00374576923076919, 0.00235941355979695, 0.00721211538461536, 0.00458181398406955, 0.0147092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 945, '2021-05-09 00:00:00', 0.000405480768774726, 0.00178057692307689, 0.00102845950894453, 0.00264519230769229, 0.00137952456972014, 0.00375096153846152, 0.00233148560265435, 0.00703365384615383, 0.00447615661030754, 0.014705 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 960, '2021-05-09 00:00:00', 0.000803869799063331, 0.00196557692307694, 0.000937774554668981, 0.00254365384615385, 0.00163556135975951, 0.00419980769230771, 0.00228621665976445, 0.00701615384615384, 0.00458958793189708, 0.0149442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 975, '2021-05-09 00:00:00', 0.000660244010837057, 0.00173692307692307, 0.000917731169787748, 0.00280750000000002, 0.00136422281340526, 0.00407326923076924, 0.00245012082119668, 0.00693403846153845, 0.0046304986274117, 0.0150234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 990, '2021-05-09 00:00:00', 0.000646344990043112, 0.00214538461538464, 0.00125158004753374, 0.00312884615384617, 0.00111068966793676, 0.00395346153846156, 0.00241394337451907, 0.00685384615384616, 0.00463354205764876, 0.01507 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1005, '2021-05-09 00:00:00', 0.000855433583269105, 0.00215884615384618, 0.000837098928075188, 0.00287884615384617, 0.000753205457719531, 0.00365730769230771, 0.00253849007967636, 0.00670673076923078, 0.00475278012972812, 0.0151298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1020, '2021-05-09 00:00:00', 0.00067218701610147, 0.00210576923076921, 0.000855324140086911, 0.00283076923076923, 0.00121140681091796, 0.00412769230769233, 0.00249156003030539, 0.00658576923076921, 0.00475337508028202, 0.0153355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1035, '2021-05-09 00:00:00', 0.000811429887013338, 0.00205230769230771, 0.000732915489933637, 0.00266865384615387, 0.00252928427851406, 0.00475019230769232, 0.00250887315342963, 0.0062675, 0.00455635124346732, 0.0154544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1050, '2021-05-09 00:00:00', 0.00052312919422087, 0.00186807692307692, 0.00101182135851068, 0.00296269230769233, 0.0023516416851605, 0.00441615384615384, 0.00227750129612392, 0.00590807692307692, 0.00448757378340885, 0.0153776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1065, '2021-05-09 00:00:00', 0.000968116033255365, 0.0023444230769231, 0.00216239522645246, 0.00360865384615384, 0.00210691904119588, 0.00428038461538459, 0.00212296077720206, 0.00581230769230769, 0.00467397286536346, 0.0155471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1080, '2021-05-09 00:00:00', 0.0021241873740327, 0.00263999999999998, 0.00203373412716608, 0.00323249999999998, 0.00196635376150494, 0.00377865384615381, 0.00208103972719259, 0.00537788461538462, 0.00507542747347072, 0.0156159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1095, '2021-05-09 00:00:00', 0.00068700039189331, 0.00175653846153845, 0.00114003463172769, 0.00247019230769228, 0.00118161273429417, 0.00318942307692306, 0.00177855984307096, 0.00489865384615386, 0.00516248431921625, 0.0156321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1110, '2021-05-09 00:00:00', 0.0006892023538957, 0.00184673076923077, 0.000899510058950917, 0.00238288461538457, 0.00084037393233838, 0.00295211538461536, 0.0014894153215272, 0.00461500000000001, 0.00525593914977653, 0.0155621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1125, '2021-05-09 00:00:00', 0.000585228029193611, 0.00162961538461534, 0.000641361562495079, 0.00211442307692307, 0.000708531200116438, 0.00277730769230768, 0.00150987014214929, 0.00435038461538463, 0.00518429994161365, 0.0155682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1140, '2021-05-09 00:00:00', 0.000421200710423837, 0.00145403846153846, 0.000445846342968576, 0.00183980769230768, 0.000954925047401006, 0.00264961538461537, 0.00157516759792046, 0.0042701923076923, 0.00506689370780105, 0.0156003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1155, '2021-05-09 00:00:00', 0.000443687346606209, 0.00139269230769231, 0.000662217951572273, 0.00198115384615384, 0.00111522443412145, 0.00264153846153846, 0.00179074960668602, 0.0042369230769231, 0.00500294148861063, 0.0155834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1170, '2021-05-09 00:00:00', 0.000500667592781404, 0.00133096153846155, 0.000735245981863306, 0.0019144230769231, 0.000955724050936483, 0.00247769230769233, 0.00168291506481598, 0.00416634615384618, 0.00497557919705374, 0.0155878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1185, '2021-05-09 00:00:00', 0.000629418687850461, 0.0014317307692308, 0.000658452644170688, 0.00190673076923077, 0.000914972403955435, 0.00229750000000003, 0.00176734443336712, 0.00412288461538465, 0.00494240663893769, 0.0155542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1200, '2021-05-09 00:00:00', 0.000579120055309364, 0.00143903846153848, 0.000808477510271862, 0.00177173076923079, 0.000859860185414772, 0.00215153846153848, 0.00216724678229883, 0.00450115384615387, 0.00498488199073342, 0.0155823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1215, '2021-05-09 00:00:00', 0.00041017257156171, 0.00110346153846154, 0.000467729581637153, 0.00137519230769232, 0.000646434481182351, 0.00194653846153848, 0.00211032477449472, 0.00451057692307695, 0.00488318280900416, 0.0156821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1230, '2021-05-09 00:00:00', 0.000363437011789466, 0.000937692307692336, 0.000427104743053073, 0.00144769230769233, 0.000811281915337599, 0.00198288461538462, 0.00213311149587783, 0.00451057692307694, 0.00484311058658029, 0.0157530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1245, '2021-05-09 00:00:00', 0.000337864845531659, 0.00111942307692308, 0.000639889563789035, 0.00160942307692308, 0.000865282012720973, 0.00205480769230773, 0.00209811809449838, 0.00457346153846155, 0.00476260647771138, 0.0159176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1260, '2021-05-09 00:00:00', 0.00050001646126748, 0.00106730769230768, 0.000685400528607442, 0.00144173076923079, 0.000893661267784646, 0.0020573076923077, 0.00207780013105577, 0.00450076923076924, 0.00473667036575758, 0.0159780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1275, '2021-05-09 00:00:00', 0.000508900625027986, 0.000985384615384615, 0.000590907646044518, 0.00139461538461541, 0.000964411498511714, 0.00228653846153847, 0.00217872486525066, 0.00463096153846156, 0.00473230857632281, 0.0159676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1290, '2021-05-09 00:00:00', 0.000440180251540411, 0.00101942307692311, 0.000748845778515176, 0.001595, 0.00089417028579572, 0.00230249999999999, 0.00227392619628559, 0.00476788461538464, 0.00472052045696397, 0.0160192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1305, '2021-05-09 00:00:00', 0.000578911478552665, 0.00134750000000001, 0.00083573194543194, 0.00195826923076926, 0.000895126720723857, 0.0023596153846154, 0.00223645180002748, 0.00474942307692311, 0.00477723146812042, 0.0161175 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1320, '2021-05-09 00:00:00', 0.000715340935391072, 0.0014994230769231, 0.000722141579981683, 0.0017923076923077, 0.000840466903205954, 0.00231384615384618, 0.00245191275412612, 0.00480307692307695, 0.00477946023666335, 0.0161219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1335, '2021-05-09 00:00:00', 0.0003882053382108, 0.000895769230769232, 0.00041565893007831, 0.00121711538461539, 0.00109216568551452, 0.00205173076923079, 0.00244874363391016, 0.00461576923076925, 0.00478333668542719, 0.0161003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1350, '2021-05-09 00:00:00', 0.000290644178440792, 0.000849038461538473, 0.000530840697529708, 0.00142038461538464, 0.00108844207647726, 0.00205307692307692, 0.00229115537699618, 0.00461980769230771, 0.00478079063705832, 0.0160513461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1365, '2021-05-09 00:00:00', 0.000472614373621713, 0.0011471153846154, 0.00105078351719086, 0.00164000000000001, 0.00111788153012051, 0.00210865384615384, 0.00222731545898785, 0.00467307692307695, 0.00569066858651407, 0.0163448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1380, '2021-05-09 00:00:00', 0.00109677851701453, 0.00128365384615387, 0.00104893873106987, 0.00164230769230768, 0.00166412999908243, 0.00279557692307693, 0.00224379887347674, 0.00466576923076926, 0.00573171637939682, 0.0163744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1395, '2021-05-09 00:00:00', 0.000553051569441351, 0.00107596153846153, 0.000665241685404619, 0.00143750000000001, 0.00131071489594858, 0.00285346153846155, 0.00234326681891232, 0.00506076923076923, 0.00576352429908589, 0.0163328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1410, '2021-05-09 00:00:00', 0.000532320500624017, 0.00100134615384615, 0.00147057408988671, 0.00212192307692307, 0.00132619845654933, 0.00279788461538462, 0.0024665516336656, 0.0050898076923077, 0.00580600502464073, 0.0163971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 2, 1425, '2021-05-09 00:00:00', 0.00145517354238643, 0.00183403846153844, 0.00128106265984982, 0.00252846153846153, 0.00132545318810063, 0.00285692307692306, 0.00254667575176254, 0.00519923076923077, 0.00580600211982257, 0.0163761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 0, '2021-05-09 00:00:00', 0.000597487946450717, 0.00165961538461538, 0.000742909793675165, 0.00200980769230771, 0.000855530447239515, 0.00241788461538463, 0.00261923386478976, 0.00513903846153846, 0.0059535789107186, 0.0162696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 15, '2021-05-09 00:00:00', 0.000624440056863246, 0.00103923076923081, 0.000827562779398711, 0.00159307692307694, 0.000898714380913922, 0.00234846153846155, 0.00272849877010445, 0.00511346153846154, 0.00600563861012167, 0.0163713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 30, '2021-05-09 00:00:00', 0.000712640944224098, 0.00120134615384615, 0.000687295396127784, 0.00159980769230771, 0.00100562175562414, 0.00255865384615384, 0.00322716232220293, 0.00524442307692309, 0.00603211597330358, 0.0163513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 45, '2021-05-09 00:00:00', 0.000609757707239915, 0.0010526923076923, 0.000801432083595001, 0.00185076923076923, 0.000876676087011898, 0.00242480769230769, 0.00323407109478966, 0.0051746153846154, 0.00604886196861725, 0.0162913461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 60, '2021-05-09 00:00:00', 0.000768201696271173, 0.00151461538461536, 0.000988263356367376, 0.00190230769230766, 0.00142662491701434, 0.00246442307692307, 0.00326405738543072, 0.00514384615384615, 0.00604910047985518, 0.0162911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 75, '2021-05-09 00:00:00', 0.000564475113575545, 0.00104807692307692, 0.000516213767586765, 0.00144057692307692, 0.00127210971043567, 0.00212865384615385, 0.00381466294508643, 0.00525576923076923, 0.00608373651948053, 0.0162590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 90, '2021-05-09 00:00:00', 0.000362246409973194, 0.000997692307692276, 0.00118614834005508, 0.00161826923076922, 0.00114493835910668, 0.00233461538461539, 0.00411628490080745, 0.00532576923076922, 0.00609843997706346, 0.0163080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 105, '2021-05-09 00:00:00', 0.0010292935030324, 0.00120634615384615, 0.00102954794037897, 0.00169480769230769, 0.00103128942815073, 0.00241326923076925, 0.00410302243661726, 0.00533634615384614, 0.00610654050682856, 0.0163898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 120, '2021-05-09 00:00:00', 0.000390219859132723, 0.00113653846153843, 0.000548581702771263, 0.00159826923076922, 0.000765634402611001, 0.00236903846153845, 0.00414924651639862, 0.0053255769230769, 0.00629512832703558, 0.0164994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 135, '2021-05-09 00:00:00', 0.000409485089425177, 0.00110903846153846, 0.000627988761535851, 0.00167673076923076, 0.00188809029485837, 0.00284519230769228, 0.00417079832332446, 0.00530057692307689, 0.00628637454830192, 0.0164801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 150, '2021-05-09 00:00:00', 0.00052622487149944, 0.00112884615384615, 0.000514436958834931, 0.00159576923076925, 0.00205898444907637, 0.00278980769230768, 0.00417278715193868, 0.00528115384615383, 0.00629214215999116, 0.0164748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 165, '2021-05-09 00:00:00', 0.000491665184700048, 0.00132057692307693, 0.00198286355673186, 0.00235326923076922, 0.00225634347664876, 0.00296173076923077, 0.00417407467405835, 0.00526923076923076, 0.00629408801055523, 0.0164432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 180, '2021-05-09 00:00:00', 0.00201278315733751, 0.0018809615384615, 0.00208483488554849, 0.00224749999999997, 0.00284474470937876, 0.00312230769230769, 0.00421360065283106, 0.00518269230769231, 0.00630072666444115, 0.0164025 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 195, '2021-05-09 00:00:00', 0.00139107154325777, 0.00155096153846153, 0.00151065758732873, 0.00214711538461539, 0.0020965829433775, 0.00290903846153846, 0.00331981081481365, 0.0049903846153846, 0.00573416405281668, 0.0161692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 210, '2021-05-09 00:00:00', 0.00079537325538684, 0.00145115384615386, 0.00150925539460816, 0.00212961538461541, 0.00208040299350503, 0.00285115384615386, 0.00303401229651176, 0.00488384615384615, 0.00540921838517002, 0.0160834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 225, '2021-05-09 00:00:00', 0.000846392253127258, 0.00142038461538465, 0.000909570587610499, 0.0019144230769231, 0.00139276295680426, 0.00260942307692311, 0.00247985989833791, 0.00458365384615384, 0.0051195656516484, 0.0158623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 240, '2021-05-09 00:00:00', 0.00059151669460801, 0.00134000000000002, 0.000914076835686412, 0.00184230769230771, 0.0010624217799262, 0.00235403846153849, 0.00225870493867613, 0.00435999999999998, 0.00502277972380293, 0.0157269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 255, '2021-05-09 00:00:00', 0.000822564002653649, 0.00125346153846154, 0.000860091766123759, 0.00169038461538464, 0.00141606569002343, 0.00248903846153846, 0.00214174983276614, 0.00420788461538459, 0.00516932461367422, 0.0156701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 270, '2021-05-09 00:00:00', 0.000652386860217646, 0.00117615384615387, 0.000687225553612863, 0.00164480769230768, 0.00149405225940934, 0.00236692307692305, 0.00207665527119563, 0.00408865384615381, 0.00520713530057183, 0.0157109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 285, '2021-05-09 00:00:00', 0.000366284095288832, 0.00122903846153842, 0.00106826338224531, 0.00181942307692304, 0.00139762463322046, 0.00235884615384612, 0.00198069126433561, 0.00406173076923072, 0.00522416934876876, 0.0156942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 300, '2021-05-09 00:00:00', 0.000883044384283916, 0.00134576923076923, 0.00100843955999049, 0.0017528846153846, 0.00152044205363491, 0.00238596153846152, 0.00184004566205883, 0.00422596153846151, 0.00524012389753698, 0.0157623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 315, '2021-05-09 00:00:00', 0.000599126062245251, 0.00120096153846152, 0.000844980109005748, 0.00168576923076921, 0.00129704053670119, 0.00224807692307689, 0.00145147230292343, 0.00439961538461538, 0.00512276249092822, 0.0156565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 330, '2021-05-09 00:00:00', 0.000715104215105414, 0.00111096153846153, 0.000984697688867792, 0.00151846153846154, 0.00123457423367796, 0.00212653846153846, 0.00137725402662186, 0.00449942307692306, 0.00506903668970133, 0.0156148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 345, '2021-05-09 00:00:00', 0.000566517465274936, 0.00105096153846156, 0.000685356195991972, 0.00150365384615386, 0.000939750232774624, 0.00209249999999999, 0.00132385672011159, 0.00455884615384613, 0.00497168303030733, 0.0155030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 360, '2021-05-09 00:00:00', 0.000543684049935105, 0.00106788461538463, 0.000677381979501859, 0.00142788461538464, 0.000812967333055507, 0.00191673076923079, 0.00190335877211435, 0.00505615384615385, 0.00498900602478934, 0.0153886538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 375, '2021-05-09 00:00:00', 0.000530803744697268, 0.000956153846153867, 0.000645465991477392, 0.00141211538461537, 0.000746108803160675, 0.00185711538461541, 0.00177820974145781, 0.00528673076923077, 0.00499344832293736, 0.0153419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 390, '2021-05-09 00:00:00', 0.000435628149475444, 0.00093826923076922, 0.000514591735112558, 0.00120557692307694, 0.000729600233004328, 0.00185250000000002, 0.00199495078983072, 0.00568942307692309, 0.00504896311137245, 0.0152775 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 405, '2021-05-09 00:00:00', 0.000350554341228027, 0.000812115384615393, 0.000460326472776063, 0.00123230769230769, 0.00070999926868867, 0.00177519230769231, 0.00205658698781782, 0.00576096153846155, 0.00507451119661935, 0.0152232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 420, '2021-05-09 00:00:00', 0.000272167157347206, 0.000864807692307679, 0.000425472813919539, 0.00130865384615385, 0.000685613481601585, 0.00176038461538462, 0.00210276012751006, 0.00617692307692309, 0.00509220500826052, 0.0151903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 435, '2021-05-09 00:00:00', 0.000323553170044982, 0.000944423076923072, 0.000377378457254786, 0.00124250000000001, 0.000643674308470212, 0.00185615384615385, 0.002124839043678, 0.00652019230769232, 0.00509334658006061, 0.0151892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 450, '2021-05-09 00:00:00', 0.000361140075104052, 0.000941923076923099, 0.000614168136588029, 0.00134250000000003, 0.000623446777692688, 0.00193673076923077, 0.00215404875489427, 0.00677096153846154, 0.00511154199224277, 0.0152184615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 465, '2021-05-09 00:00:00', 0.000462106214896694, 0.00100307692307694, 0.000483856343906391, 0.0014798076923077, 0.000487606753597454, 0.00197288461538461, 0.00224457801413505, 0.00724230769230771, 0.00512975632949555, 0.01521 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 480, '2021-05-09 00:00:00', 0.000277331029637803, 0.0010875, 0.000359658652271613, 0.00144711538461536, 0.000686488276554079, 0.00213807692307692, 0.00235640202427344, 0.00742750000000003, 0.00513991056492078, 0.0152138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 495, '2021-05-09 00:00:00', 0.000436559098122876, 0.0010753846153846, 0.000396576115499472, 0.00149884615384613, 0.000810788718565954, 0.00252211538461541, 0.0024356433757523, 0.00771942307692311, 0.00516020758750591, 0.0152678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 510, '2021-05-09 00:00:00', 0.000398937820487587, 0.00111423076923078, 0.000730348099301869, 0.00161288461538463, 0.00081125733373474, 0.0027573076923077, 0.00266475864832936, 0.00799442307692311, 0.0051885693485406, 0.0153032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 525, '2021-05-09 00:00:00', 0.00042074060161357, 0.00112442307692308, 0.000649059348951644, 0.00200596153846157, 0.000896284896327381, 0.00287115384615386, 0.00274796727670583, 0.00799192307692311, 0.00521247469648901, 0.0153023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 540, '2021-05-09 00:00:00', 0.000605706580398853, 0.00160769230769233, 0.000672382360314085, 0.00208096153846153, 0.00193856252255276, 0.00346057692307693, 0.00274036465849682, 0.00800230769230771, 0.00521846283364685, 0.0152971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 555, '2021-05-09 00:00:00', 0.00053243923452495, 0.00143653846153845, 0.000798877674279035, 0.00204846153846154, 0.00180424827730381, 0.00394461538461536, 0.00262559538302926, 0.00793634615384617, 0.00515562096536018, 0.0152834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 570, '2021-05-09 00:00:00', 0.000486014403078751, 0.00145999999999998, 0.00186835719694722, 0.00265615384615384, 0.00200078512474092, 0.00431865384615383, 0.0026142581901211, 0.00798326923076928, 0.00498445028216599, 0.0152538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 585, '2021-05-09 00:00:00', 0.0019683094659748, 0.00200692307692309, 0.00183312311265603, 0.00305711538461539, 0.00190896476173301, 0.00425769230769232, 0.00279440022462502, 0.00794615384615388, 0.00501582773673651, 0.0152082692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 600, '2021-05-09 00:00:00', 0.000723537251180716, 0.00214192307692305, 0.00117113869637795, 0.00305461538461537, 0.00141825873737971, 0.00428461538461539, 0.00254826424333232, 0.00781942307692309, 0.00520876034639279, 0.0150628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 615, '2021-05-09 00:00:00', 0.00050374642583196, 0.00188269230769231, 0.000772935961124879, 0.002455, 0.00141125029127202, 0.00386076923076924, 0.00229118770845702, 0.00730365384615388, 0.00538062674359095, 0.0150319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 630, '2021-05-09 00:00:00', 0.000591470917420148, 0.00182461538461538, 0.00127107999203583, 0.00292288461538463, 0.00138369384397203, 0.00384942307692308, 0.00218670845898928, 0.00708326923076925, 0.00544171437918376, 0.0149992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 645, '2021-05-09 00:00:00', 0.000869811827572256, 0.00225384615384617, 0.00116420729055637, 0.00290384615384618, 0.00191238546162802, 0.00429807692307692, 0.00218949228396413, 0.00700269230769234, 0.00543657427486775, 0.0149003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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 983660, 3, 660, '2021-05-09 00:00:00', 0.000644154096470699, 0.00189749999999997, 0.000707405226052284, 0.00249692307692305, 0.00176877458667336, 0.00407153846153846, 0.00196929148719493, 0.0065598076923077, 0.00531366954547061, 0.0147659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983660 and enddate = '2021-05-09 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, s[...];[ Date: 2021-05-09 15:58:47 - Database: acaweb_fx - User: pgperfstats ]
3 19s879ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983615, 1, 960, '2021-05-09 00:00:00', 0.000276103171909443, 0.000665192307692301, 0.000458358316335419, 0.000947884615384599, 0.000511320951443026, 0.00145865384615382, 0.000984271870666124, 0.00278365384615383, 0.00103969640539178, 0.00447384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983615, 1, 975, '2021-05-09 00:00:00', 0.000298083622753501, 0.000670384615384613, 0.000407082159539543, 0.00101826923076923, 0.000679414000897373, 0.00169576923076923, 0.000968869206065251, 0.00265653846153846, 0.00116528444860206, 0.00452538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 990, '2021-05-09 00:00:00', 0.000384908580554665, 0.000788846153846155, 0.000448995502804276, 0.00111519230769229, 0.000741213168756792, 0.00172519230769231, 0.000962381341337111, 0.00255461538461538, 0.00112824267711407, 0.00447653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1005, '2021-05-09 00:00:00', 0.000354876793354444, 0.000803461538461529, 0.000596812075821305, 0.00130557692307692, 0.000735315343132562, 0.00163442307692307, 0.000944379079688772, 0.00246461538461538, 0.00111842390821259, 0.00445096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1020, '2021-05-09 00:00:00', 0.000463957060347336, 0.000943076923076931, 0.000550551192337839, 0.00123884615384615, 0.000699199982397465, 0.00168615384615385, 0.000904469160081448, 0.00230730769230768, 0.00101547631870278, 0.00436192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1035, '2021-05-09 00:00:00', 0.000259118401804744, 0.00070788461538462, 0.000351600789795205, 0.000936346153846148, 0.000793253112190564, 0.0015625, 0.000798401311275311, 0.00211557692307692, 0.000985293552508782, 0.00430423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1050, '2021-05-09 00:00:00', 0.000237914092446441, 0.00063865384615385, 0.000468856546865315, 0.00112769230769231, 0.000628539852478631, 0.00146788461538463, 0.000673382620689112, 0.00203692307692307, 0.00100453221030411, 0.00428519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1065, '2021-05-09 00:00:00', 0.000456653041159256, 0.000964999999999994, 0.000630302979648558, 0.00124461538461539, 0.000634882666325043, 0.00141000000000001, 0.000659405122352414, 0.00199365384615385, 0.00100346355956986, 0.00429865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1080, '2021-05-09 00:00:00', 0.000317516080755712, 0.000737692307692307, 0.000296081849390445, 0.000862307692307709, 0.000385489499008938, 0.0011019230769231, 0.00046288231599569, 0.00177596153846155, 0.00111124953924019, 0.00436153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1095, '2021-05-09 00:00:00', 0.00017648185786037, 0.000554615384615401, 0.00023663799031756, 0.000693461538461547, 0.00032552655569329, 0.00102653846153847, 0.000448310546556571, 0.00164711538461538, 0.00115272941984866, 0.00436634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1110, '2021-05-09 00:00:00', 0.000179467695828931, 0.000514423076923078, 0.000316559691782665, 0.000755961538461546, 0.000332037822220024, 0.000961346153846153, 0.000494864278207825, 0.00160442307692307, 0.00129031075565301, 0.00446961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1125, '2021-05-09 00:00:00', 0.000235557930160575, 0.000538461538461552, 0.000294275185184525, 0.000746730769230785, 0.000306972875273776, 0.000982115384615388, 0.000478732822547828, 0.00156865384615385, 0.00127896514657509, 0.00449461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1140, '2021-05-09 00:00:00', 0.000171930665810819, 0.000518076923076931, 0.000203469994007816, 0.000654038461538463, 0.000257301080747523, 0.000924615384615378, 0.000484659317300471, 0.00148942307692307, 0.00127306439803274, 0.0044948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1155, '2021-05-09 00:00:00', 0.000150867873931511, 0.00043865384615385, 0.000242100185873537, 0.000677499999999993, 0.000290526842398174, 0.000899615384615373, 0.000538834497210996, 0.00154615384615384, 0.0012466370145932, 0.00453461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1170, '2021-05-09 00:00:00', 0.000166338972721842, 0.000459423076923068, 0.000178682356754628, 0.000629230769230758, 0.000208774169489795, 0.00077057692307692, 0.000544091762622673, 0.00149461538461538, 0.0014215342199404, 0.00458846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1185, '2021-05-09 00:00:00', 0.000166541401643971, 0.00045903846153845, 0.000200809515557563, 0.000592692307692292, 0.000249690038617106, 0.000761346153846146, 0.000495110554864731, 0.00149269230769231, 0.00143085500259863, 0.00460403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1200, '2021-05-09 00:00:00', 0.000150514630007031, 0.000395576923076918, 0.000167350392429032, 0.000508076923076934, 0.000294535880013599, 0.000759230769230764, 0.000427623666323562, 0.00152, 0.00142974485351542, 0.00461211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1215, '2021-05-09 00:00:00', 0.000151895206791239, 0.00037192307692308, 0.000228652322567231, 0.000536730769230767, 0.000321532867084199, 0.000749230769230771, 0.00044330181592229, 0.0015625, 0.0014562277003905, 0.00466365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1230, '2021-05-09 00:00:00', 0.000173719158856608, 0.000357884615384603, 0.000273920538730593, 0.000547692307692296, 0.000272824824045362, 0.000730769230769214, 0.000441309240956777, 0.00152038461538461, 0.00149882786254407, 0.00467980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1245, '2021-05-09 00:00:00', 0.000190991844368767, 0.000376730769230748, 0.000183148951570933, 0.000498461538461542, 0.000231106119480933, 0.000680961538461546, 0.000461534272416886, 0.00148326923076923, 0.00150301983199976, 0.00469384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1260, '2021-05-09 00:00:00', 0.000139837268059925, 0.000362307692307705, 0.000199669342047911, 0.000524615384615388, 0.000265104043436082, 0.000758076923076932, 0.000451334815170088, 0.00148865384615385, 0.00150695021866631, 0.0047148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1275, '2021-05-09 00:00:00', 0.000161246586129627, 0.000372307692307685, 0.000205134196226623, 0.000489038461538459, 0.00029926737466429, 0.000759807692307691, 0.00045003542595598, 0.00146326923076923, 0.00154848913957593, 0.00474884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1290, '2021-05-09 00:00:00', 0.000150328486475971, 0.000359423076923083, 0.000207871724498918, 0.000600576923076933, 0.000301080617877559, 0.000763461538461544, 0.000435288454316833, 0.00144596153846154, 0.00162830115575901, 0.00479442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1305, '2021-05-09 00:00:00', 0.000178164573876564, 0.000471153846153854, 0.000226420048718174, 0.000584038461538457, 0.000302946301410771, 0.000757692307692301, 0.000454812218224349, 0.00139807692307692, 0.00172585818117782, 0.00482769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1320, '2021-05-09 00:00:00', 0.00013991659603548, 0.000379423076923056, 0.000189125212898345, 0.000482884615384606, 0.000247686215883039, 0.000692307692307697, 0.0004290796949465, 0.00134076923076924, 0.00180452985566878, 0.00486 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1335, '2021-05-09 00:00:00', 0.000143061578995245, 0.000321153846153849, 0.000154882709965153, 0.000490576923076926, 0.000360555340892556, 0.00077807692307693, 0.000421924209380715, 0.00135096153846155, 0.00184789118893776, 0.00487461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1350, '2021-05-09 00:00:00', 0.000139084368418807, 0.00037230769230771, 0.000184661957266621, 0.00053903846153847, 0.000369631625353586, 0.000818461538461541, 0.000434143365189964, 0.00134769230769231, 0.00189304745155692, 0.00489557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1365, '2021-05-09 00:00:00', 0.000197592918745746, 0.000444807692307698, 0.00039118778689445, 0.00064326923076923, 0.00041575047990165, 0.000827307692307698, 0.000421574019415515, 0.00136942307692309, 0.00190005587974507, 0.00489788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1380, '2021-05-09 00:00:00', 0.000347910023735132, 0.00045923076923075, 0.000368461875702423, 0.000613076923076917, 0.000397620857292277, 0.000952884615384611, 0.000413424535016782, 0.00134538461538462, 0.00190076628272348, 0.0048973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1395, '2021-05-09 00:00:00', 0.000228036097007599, 0.000432692307692298, 0.000261466353181729, 0.000569423076923067, 0.00036002377058274, 0.00108134615384615, 0.000388434184109241, 0.00135134615384615, 0.00189277480476111, 0.00491230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1410, '2021-05-09 00:00:00', 0.000128703744491568, 0.000314423076923079, 0.000299541251814281, 0.000694807692307688, 0.000345138155169557, 0.00104711538461538, 0.000400575979540232, 0.00132365384615385, 0.00189277480476111, 0.00491230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 1, 1425, '2021-05-09 00:00:00', 0.000331927760908208, 0.000625961538461531, 0.000361825287205765, 0.000946538461538458, 0.000354720475000542, 0.00102884615384614, 0.000411042623655425, 0.00134903846153846, 0.00188102680633579, 0.00491038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 0, '2021-05-09 00:00:00', 0.00031175489632823, 0.000611346153846154, 0.000309273901507782, 0.000687115384615381, 0.000358212871821291, 0.000872692307692312, 0.000428698567222294, 0.00131730769230771, 0.00188586197390355, 0.00490423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 15, '2021-05-09 00:00:00', 0.000206598551636894, 0.000265192307692307, 0.000221047593204591, 0.000449038461538461, 0.000344270745422632, 0.000732884615384609, 0.000443762280436781, 0.00120519230769232, 0.00188727158577178, 0.00488903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 30, '2021-05-09 00:00:00', 0.000210510368829236, 0.000338846153846149, 0.000227474427979532, 0.000556153846153843, 0.000364780018008754, 0.000767307692307706, 0.000424044990356141, 0.00122307692307694, 0.00188727158577178, 0.00488903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 45, '2021-05-09 00:00:00', 0.000198985213984884, 0.000428653846153845, 0.000321069906119194, 0.000628269230769218, 0.000357109173136811, 0.000734807692307702, 0.000456364058451312, 0.00125192307692309, 0.00189942684674979, 0.00489788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 60, '2021-05-09 00:00:00', 0.000189752571686229, 0.000430961538461548, 0.000211949286387096, 0.00051750000000003, 0.000259417394589064, 0.000615769230769247, 0.000433778568112636, 0.00118961538461539, 0.00190731744766146, 0.00489961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 75, '2021-05-09 00:00:00', 8.96911366858527e-05, 0.000242500000000004, 0.000108251310171493, 0.000312115384615388, 0.000182418369520343, 0.000482307692307692, 0.000413511835938866, 0.00108403846153847, 0.00190301323816083, 0.00490576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 90, '2021-05-09 00:00:00', 7.71332513352027e-05, 0.000208461538461546, 0.000122570544836601, 0.000338461538461527, 0.00019553122906192, 0.000497307692307692, 0.000408755569239871, 0.00110634615384616, 0.00190300276890538, 0.00490846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 105, '2021-05-09 00:00:00', 0.000116284300150716, 0.000260961538461523, 0.000200920286527915, 0.000410192307692313, 0.000201963820065335, 0.00051076923076925, 0.000394744367134744, 0.00114365384615385, 0.0019026419688261, 0.0049073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 120, '2021-05-09 00:00:00', 0.000156955285156183, 0.000329807692307705, 0.000152929848170783, 0.00038153846153848, 0.000155569549126386, 0.000506730769230792, 0.000347136860618403, 0.00116500000000001, 0.0019026419688261, 0.0049073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 135, '2021-05-09 00:00:00', 0.000116549923274905, 0.000236730769230787, 0.000138762802597144, 0.00035134615384618, 0.00017827474474918, 0.000526730769230787, 0.00032076135389702, 0.00114461538461538, 0.00189640409723244, 0.0049075 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 150, '2021-05-09 00:00:00', 9.74570911498178e-05, 0.000233269230769247, 0.000119568615640366, 0.000344423076923091, 0.000170371539696221, 0.000537307692307689, 0.000297354747992776, 0.00113461538461537, 0.00189627737544257, 0.00490326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 165, '2021-05-09 00:00:00', 0.000104740154668588, 0.000262499999999999, 0.000140216316399393, 0.000421153846153847, 0.000231758577967526, 0.000645961538461543, 0.000290683875343328, 0.00114365384615383, 0.00189655947603913, 0.00490961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 180, '2021-05-09 00:00:00', 0.000151856713840589, 0.000357307692307689, 0.000150687144058865, 0.00044615384615384, 0.000241227310610992, 0.000648846153846152, 0.000306634397689103, 0.00114557692307691, 0.00189566026654404, 0.00490461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 195, '2021-05-09 00:00:00', 6.47530813047672e-05, 0.000279807692307689, 0.000208239876473849, 0.000475384615384613, 0.000226450537985326, 0.00057961538461539, 0.000303411183303864, 0.00108288461538461, 0.0019813046304043, 0.00492403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 210, '2021-05-09 00:00:00', 0.000195343582911265, 0.000336346153846167, 0.000188318470028418, 0.000414615384615402, 0.000224415565756582, 0.000567884615384642, 0.000280833375180695, 0.00104076923076923, 0.00201652630683408, 0.00493788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 225, '2021-05-09 00:00:00', 7.9627015129687e-05, 0.000267307692307701, 0.000166686370630141, 0.000402115384615393, 0.000258847222537507, 0.000571730769230787, 0.000248649351497246, 0.00106749999999999, 0.00201248526989354, 0.0049448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 240, '2021-05-09 00:00:00', 0.00013121400605354, 0.000301346153846155, 0.000158897644848695, 0.000397307692307712, 0.000253229373068399, 0.000568653846153852, 0.000270525201442284, 0.00104673076923076, 0.00201261338906561, 0.00495442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 255, '2021-05-09 00:00:00', 0.00012029195254113, 0.000271923076923082, 0.000210832780986404, 0.000392307692307696, 0.000211287627509175, 0.000522692307692312, 0.000307350776800726, 0.00102249999999999, 0.00201755793930721, 0.00496403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 270, '2021-05-09 00:00:00', 0.00013886199568692, 0.000279423076923084, 0.00018014022315962, 0.000382500000000004, 0.000159903456449865, 0.000491346153846162, 0.000279388342909745, 0.000989615384615369, 0.00201772061990753, 0.0049475 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 285, '2021-05-09 00:00:00', 0.000162936632326342, 0.000277115384615385, 0.000141999593715566, 0.000358269230769229, 0.000137987318257878, 0.000507499999999994, 0.000303839595839644, 0.000992499999999986, 0.00202221539787052, 0.00494865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 300, '2021-05-09 00:00:00', 8.06132743411417e-05, 0.000237500000000006, 0.000132047194360433, 0.000342307692307697, 0.000170054855403053, 0.000515576923076919, 0.000337113311240281, 0.00102423076923076, 0.00203800763378959, 0.00495634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 315, '2021-05-09 00:00:00', 0.00010323088387017, 0.000241153846153833, 0.000127780611265498, 0.000373269230769225, 0.00021483123967072, 0.000497307692307688, 0.000382917544849855, 0.00110038461538459, 0.00204152568325374, 0.00495634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 330, '2021-05-09 00:00:00', 9.75878302627201e-05, 0.000260769230769235, 0.000146915464965932, 0.000346923076923082, 0.000206048631302277, 0.000460961538461539, 0.000398241905610924, 0.00109615384615383, 0.00201801434202421, 0.00494326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 345, '2021-05-09 00:00:00', 0.00012243993818006, 0.000223461538461533, 0.000154654577887422, 0.000304038461538459, 0.000181114923141656, 0.000423846153846151, 0.000445161033957201, 0.00118711538461538, 0.00201037808346131, 0.00492903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 360, '2021-05-09 00:00:00', 8.93162057825126e-05, 0.000210769230769232, 9.19531653364057e-05, 0.000290769230769231, 0.000153406448565678, 0.000433461538461534, 0.000590530823790048, 0.00129442307692307, 0.00200644507678478, 0.00492538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 375, '2021-05-09 00:00:00', 8.07503274582611e-05, 0.00021615384615384, 0.000129067662636519, 0.000312692307692302, 0.000163045651936454, 0.000463269230769225, 0.000579443400036748, 0.00141557692307692, 0.00200097230211869, 0.00491307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 390, '2021-05-09 00:00:00', 8.21969960147275e-05, 0.000197115384615391, 0.000116560977768984, 0.000297307692307706, 0.000149285091223275, 0.000414038461538467, 0.000575565273983229, 0.00149423076923077, 0.00200430482865103, 0.00490461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 405, '2021-05-09 00:00:00', 8.22042484397133e-05, 0.000203461538461543, 8.7444267965369e-05, 0.000282500000000002, 0.000205958640358844, 0.000424807692307683, 0.000624165042276485, 0.00161, 0.00201081410991056, 0.00489923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 420, '2021-05-09 00:00:00', 6.6439098775898e-05, 0.000191923076923075, 7.98741799042951e-05, 0.000261730769230767, 0.000200367450911107, 0.000436346153846147, 0.000640425939992575, 0.00167076923076923, 0.00201766347159664, 0.00489173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 435, '2021-05-09 00:00:00', 6.56438526033839e-05, 0.000188653846153835, 0.00015322544978409, 0.000319038461538451, 0.000178055846900292, 0.000466730769230765, 0.000625020891958509, 0.00175134615384614, 0.00202690848338054, 0.004885 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 450, '2021-05-09 00:00:00', 0.000146913370601655, 0.000261538461538454, 0.000171897106969882, 0.000356153846153839, 0.000160650121501536, 0.000497692307692297, 0.000663858882131293, 0.00182615384615385, 0.00203210876639552, 0.00487403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 465, '2021-05-09 00:00:00', 0.000120565494489682, 0.000254038461538456, 0.000133594679765094, 0.000358461538461534, 0.000149492989287633, 0.000518076923076918, 0.00067379853186131, 0.00196230769230769, 0.00203257475971885, 0.00487192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 480, '2021-05-09 00:00:00', 9.94794141827943e-05, 0.00025307692307692, 0.000133266217082133, 0.000366730769230751, 0.000217751887742415, 0.000551730769230767, 0.000745431341315469, 0.00209173076923077, 0.00203366426583983, 0.00486788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 495, '2021-05-09 00:00:00', 0.000101032363436349, 0.00026153846153845, 0.000127312456336604, 0.000377692307692297, 0.000270346785842511, 0.000685769230769218, 0.000731860642472317, 0.002145, 0.00203643844455499, 0.00485846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 510, '2021-05-09 00:00:00', 7.78361197546544e-05, 0.00028230769230771, 0.000145679838634649, 0.000403846153846178, 0.000248670696674574, 0.000701346153846158, 0.000777410989216026, 0.00219961538461539, 0.00204231832823538, 0.00484692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 525, '2021-05-09 00:00:00', 0.000101385972326621, 0.000261346153846166, 0.000195585118200577, 0.000526538461538461, 0.000364540859796998, 0.000780961538461531, 0.000802004915580556, 0.00227673076923078, 0.00205171046840285, 0.00483538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 540, '2021-05-09 00:00:00', 0.000165155986873011, 0.000447499999999998, 0.0001741627223207, 0.00057442307692307, 0.000613224798786023, 0.000995576923076921, 0.000806584441666509, 0.00234269230769232, 0.00206033004264253, 0.00483173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 555, '2021-05-09 00:00:00', 0.000145644588481157, 0.000392115384615387, 0.000332910071017104, 0.000616346153846148, 0.000608829646503471, 0.00112346153846154, 0.000758109719073611, 0.00243788461538462, 0.00220737414485732, 0.00487884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 570, '2021-05-09 00:00:00', 0.000248949562392429, 0.000473269230769227, 0.000496139597290924, 0.000817500000000001, 0.000518884750802515, 0.00119076923076923, 0.000706878729671193, 0.00243846153846155, 0.00226174326911447, 0.00486384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 585, '2021-05-09 00:00:00', 0.000311022692716491, 0.000581346153846158, 0.000374540590385281, 0.000864423076923082, 0.000508132516029184, 0.00121557692307694, 0.000696953618366289, 0.00241288461538463, 0.00228558372446483, 0.00486519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 600, '2021-05-09 00:00:00', 0.000250624527622808, 0.000670576923076931, 0.00030077924437393, 0.000881923076923086, 0.000452424409325844, 0.00118461538461539, 0.000605967122743611, 0.00238192307692309, 0.00225776318850862, 0.00488384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 615, '2021-05-09 00:00:00', 0.000249240770217207, 0.000590192307692301, 0.000342315475278853, 0.000841730769230771, 0.000342020523450759, 0.00112096153846154, 0.000498060275932097, 0.00233596153846155, 0.00228925890762794, 0.00487211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 630, '2021-05-09 00:00:00', 0.000245870822869377, 0.000602307692307701, 0.000301600665679735, 0.00077980769230769, 0.000291915161542638, 0.00112230769230769, 0.000515816939799987, 0.00232634615384616, 0.00223717273498356, 0.00486538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 645, '2021-05-09 00:00:00', 0.00025036004842257, 0.000556923076923083, 0.000267481128018685, 0.000808076923076922, 0.000301819673620878, 0.00122365384615385, 0.000517409561030873, 0.00239057692307693, 0.00232109457766406, 0.00494096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 660, '2021-05-09 00:00:00', 0.000196095345725946, 0.000575769230769241, 0.000295324658378127, 0.000819423076923082, 0.000523960986510079, 0.00124365384615385, 0.000599497385636198, 0.00238634615384615, 0.002317279646814, 0.00495019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 675, '2021-05-09 00:00:00', 0.000194351386767543, 0.000537307692307694, 0.00032208557152505, 0.000821346153846154, 0.000524930471586482, 0.001265, 0.000683652773990309, 0.00241365384615384, 0.00231104535953887, 0.00497442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 690, '2021-05-09 00:00:00', 0.000248853138648847, 0.000588269230769229, 0.000439595443386481, 0.000931923076923089, 0.000490055138185032, 0.00126596153846155, 0.000703501243780003, 0.00241999999999999, 0.00229367914897911, 0.00499403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 705, '2021-05-09 00:00:00', 0.000354466717543619, 0.000634423076923078, 0.00038943371115583, 0.000848846153846151, 0.000474320404530368, 0.00113461538461539, 0.000766064292341058, 0.00249749999999999, 0.00228340619385904, 0.00497961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 720, '2021-05-09 00:00:00', 0.000163697774995438, 0.000514807692307679, 0.000260638343598639, 0.000722115384615376, 0.000479599712901695, 0.00104673076923076, 0.000852772334123333, 0.0025905769230769, 0.00220313001990698, 0.00495673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 735, '2021-05-09 00:00:00', 0.000192840308585597, 0.000524230769230758, 0.000308626734970369, 0.000752692307692294, 0.000385165698608566, 0.00112115384615383, 0.00100101156529091, 0.0026480769230769, 0.00220099260824257, 0.00494269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 750, '2021-05-09 00:00:00', 0.000235642819668951, 0.000578461538461532, 0.000344542952552852, 0.000814615384615384, 0.000395443859673971, 0.00114461538461538, 0.000994581241605651, 0.00264038461538461, 0.00219431216662884, 0.00496673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 765, '2021-05-09 00:00:00', 0.00021973060428974, 0.000566538461538454, 0.000281742722245776, 0.000829807692307693, 0.000360695108836359, 0.00107480769230769, 0.000953648721812898, 0.00259826923076922, 0.00216359477401704, 0.00494788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 780, '2021-05-09 00:00:00', 0.000223888107355839, 0.00058326923076923, 0.000307403080410977, 0.000744423076923077, 0.000352500136388409, 0.00104288461538462, 0.000864584671299541, 0.00266557692307692, 0.00211644539626814, 0.00493134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 795, '2021-05-09 00:00:00', 0.000188139984708606, 0.000489423076923076, 0.000266420792096903, 0.000704038461538458, 0.000380757948550792, 0.00101615384615384, 0.000807478887554427, 0.00260192307692308, 0.00209830599257151, 0.00490096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 810, '2021-05-09 00:00:00', 0.000202035887901143, 0.000497500000000001, 0.000231613072568497, 0.000686153846153849, 0.000434330962073143, 0.00107076923076923, 0.000774930666873839, 0.00263153846153846, 0.00209007391293668, 0.00488480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 825, '2021-05-09 00:00:00', 0.000199935374174163, 0.000511923076923074, 0.000309354228129399, 0.000809038461538462, 0.000478952101346911, 0.00126634615384614, 0.00073176428003727, 0.00266519230769231, 0.00206705729145416, 0.00489538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 840, '2021-05-09 00:00:00', 0.000234638264962492, 0.000558653846153838, 0.000328205903945392, 0.000781346153846149, 0.000522376411589008, 0.00126134615384614, 0.000856810296749149, 0.00275826923076922, 0.00205968066979773, 0.00489269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 855, '2021-05-09 00:00:00', 0.000160674060900165, 0.000516923076923086, 0.000423561820027026, 0.000856153846153844, 0.000536740733860033, 0.00126884615384615, 0.000807274045547961, 0.00271423076923077, 0.00197818386016451, 0.00485923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 870, '2021-05-09 00:00:00', 0.000416378572196743, 0.000641346153846166, 0.000493017280084103, 0.000904038461538457, 0.000555960879918713, 0.00135249999999999, 0.000956866942763648, 0.00279211538461538, 0.00190924858356531, 0.00489692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 885, '2021-05-09 00:00:00', 0.000205454093693433, 0.000610769230769231, 0.000295601342767841, 0.000931923076923076, 0.000449228954817192, 0.00140442307692307, 0.000964331813305893, 0.00277461538461539, 0.0018615552224293, 0.00493538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 900, '2021-05-09 00:00:00', 0.000206635036868237, 0.000665961538461546, 0.000261397428037506, 0.000921153846153834, 0.00041827820149531, 0.00140442307692307, 0.000957315959416653, 0.00271961538461539, 0.00189025806134018, 0.00494153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 915, '2021-05-09 00:00:00', 0.000216921556186708, 0.000614807692307689, 0.000279885759661946, 0.000959038461538455, 0.00051441262246745, 0.00134211538461537, 0.000949050233735718, 0.00274788461538461, 0.00184632079052868, 0.00497230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 930, '2021-05-09 00:00:00', 0.000250269085954723, 0.000726153846153842, 0.000326530773670484, 0.00101711538461538, 0.000516571240153607, 0.00128038461538461, 0.00105155549617623, 0.0028051923076923, 0.00182860585819235, 0.00496576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 945, '2021-05-09 00:00:00', 0.000193945769581251, 0.000704807692307694, 0.000416166248215592, 0.000957115384615374, 0.000486954152003903, 0.00136711538461538, 0.00103458003371118, 0.00276961538461538, 0.00177192165350329, 0.00497211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 960, '2021-05-09 00:00:00', 0.000279623648169075, 0.000649230769230761, 0.000324686831364527, 0.000908461538461529, 0.000429003541315855, 0.00148096153846153, 0.000974113897147239, 0.00270826923076923, 0.00179759732805935, 0.00492192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 975, '2021-05-09 00:00:00', 0.000278121998687341, 0.00059961538461538, 0.000264735935196959, 0.00101365384615385, 0.000451138730155313, 0.00148307692307694, 0.000964458895722611, 0.0026998076923077, 0.00181935774804863, 0.00488884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 990, '2021-05-09 00:00:00', 0.000246540135599736, 0.000805961538461541, 0.000461735355438102, 0.00118653846153846, 0.000537624869216452, 0.00151250000000001, 0.000931904439637118, 0.00264826923076923, 0.0018386583005425, 0.00487211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1005, '2021-05-09 00:00:00', 0.000251757896522715, 0.00079403846153845, 0.0002821860406513, 0.0010448076923077, 0.000484791826854201, 0.00142365384615385, 0.000945048167270616, 0.00250403846153846, 0.00185074974412658, 0.00479384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1020, '2021-05-09 00:00:00', 0.000209788263219419, 0.000691346153846178, 0.000375673548955229, 0.00095384615384616, 0.000579013484631091, 0.00148384615384616, 0.00089442110629424, 0.00239634615384616, 0.00188782969611627, 0.00474519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1035, '2021-05-09 00:00:00', 0.000299062895365865, 0.000666153846153833, 0.000353955723002395, 0.00095057692307692, 0.000525314557779792, 0.00140076923076924, 0.000819576813877843, 0.00230807692307693, 0.00217215238876097, 0.00497500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1050, '2021-05-09 00:00:00', 0.00024270875233813, 0.000706538461538461, 0.000447399193630856, 0.00109403846153846, 0.000610383391497009, 0.00142826923076924, 0.000857247652934399, 0.00227846153846154, 0.0022480978968555, 0.00499307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1065, '2021-05-09 00:00:00', 0.000306207383220035, 0.000835192307692322, 0.000324019052146394, 0.00100288461538464, 0.00049822550501369, 0.00139057692307694, 0.000856875742719757, 0.00221596153846154, 0.00230912071177287, 0.0050523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1080, '2021-05-09 00:00:00', 0.000225172156360407, 0.00064750000000001, 0.00045956974025043, 0.000942115384615391, 0.000484953130169848, 0.00130846153846154, 0.000894087502171057, 0.0021273076923077, 0.00217871903967587, 0.00504557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1095, '2021-05-09 00:00:00', 0.000300265075199599, 0.000661346153846144, 0.000312668969703403, 0.000938269230769233, 0.000432622770480788, 0.00121769230769231, 0.000876729696963932, 0.00198980769230769, 0.00212558148605179, 0.00498557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1110, '2021-05-09 00:00:00', 0.000223187055042313, 0.000642692307692316, 0.00030174142011892, 0.00088826923076923, 0.000455961747720795, 0.00117365384615385, 0.000920528130184821, 0.00190403846153847, 0.00209900837393426, 0.00497807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1125, '2021-05-09 00:00:00', 0.000244237589244571, 0.000560000000000001, 0.000322956117523967, 0.000759423076923077, 0.000467279524317232, 0.00101307692307692, 0.000904611773933143, 0.00177769230769232, 0.002087972489135, 0.00496365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1140, '2021-05-09 00:00:00', 0.000163570732759211, 0.00050923076923077, 0.000430045301728143, 0.000735192307692307, 0.000407993825368032, 0.000989807692307699, 0.000875797416863408, 0.00171865384615385, 0.00207012816399966, 0.00499884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1155, '2021-05-09 00:00:00', 0.000449739240688839, 0.000529230769230756, 0.000442413311804159, 0.000698461538461524, 0.000417524435028826, 0.00100557692307692, 0.000838678929122362, 0.00167288461538461, 0.00204363582485122, 0.00500076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1170, '2021-05-09 00:00:00', 0.000224883645128228, 0.000484423076923061, 0.000303025766865808, 0.000726153846153838, 0.000337704069358862, 0.000939038461538447, 0.000735759053369641, 0.00159576923076922, 0.00198895937228877, 0.00497923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1185, '2021-05-09 00:00:00', 0.000155738933425835, 0.000466153846153838, 0.000202946753153095, 0.00064576923076923, 0.000263928020490436, 0.000819999999999992, 0.000639980167961956, 0.00148115384615384, 0.00196613546172335, 0.00496442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1200, '2021-05-09 00:00:00', 0.00017063106850296, 0.000475192307692312, 0.00017452220489095, 0.000585000000000006, 0.000234191900273787, 0.000780384615384621, 0.000614879756850579, 0.00144365384615385, 0.00193014950596698, 0.00496865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1215, '2021-05-09 00:00:00', 0.000114725759966972, 0.000360000000000001, 0.000146453589393197, 0.000490576923076926, 0.000203300554314587, 0.000758653846153842, 0.0005359235378872, 0.00140096153846154, 0.00185887394574076, 0.00497211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1230, '2021-05-09 00:00:00', 6.92109373304022e-05, 0.000358076923076933, 0.000129003279624376, 0.000529615384615387, 0.00029101810675892, 0.000758461538461533, 0.000539683276062491, 0.00138596153846155, 0.00185866577456476, 0.00498730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1245, '2021-05-09 00:00:00', 0.000101689005532331, 0.000369423076923072, 0.000219164234168036, 0.000539807692307684, 0.000403241719834874, 0.000813269230769208, 0.000551333941803537, 0.00137134615384615, 0.00185870649812008, 0.00498538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1260, '2021-05-09 00:00:00', 0.000193794101680498, 0.000411923076923073, 0.000292826083852888, 0.000556346153846139, 0.000463514666600586, 0.000859615384615375, 0.000542226464184061, 0.00135846153846154, 0.00185216547898357, 0.00499980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1275, '2021-05-09 00:00:00', 0.000187376728708596, 0.00037903846153846, 0.000271797789655346, 0.000565961538461531, 0.000384621092265342, 0.000805769230769232, 0.000436004984092906, 0.00129711538461539, 0.00178922958280931, 0.0049675 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1290, '2021-05-09 00:00:00', 0.000168881501469094, 0.00038980769230768, 0.000230010785700298, 0.000610192307692308, 0.000340255616581698, 0.000753269230769234, 0.000344548087522486, 0.00122923076923077, 0.00174377747565891, 0.00492826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1305, '2021-05-09 00:00:00', 0.0001350887172878, 0.000454807692307696, 0.000176282116550109, 0.000554230769230771, 0.000239252039618352, 0.000678461538461547, 0.000333230573904361, 0.00118115384615385, 0.00173314579483488, 0.00492211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1320, '2021-05-09 00:00:00', 0.000154688272142587, 0.000372307692307689, 0.000190946226824364, 0.000472307692307682, 0.000214630989231428, 0.000672307692307686, 0.000326495847541056, 0.00115653846153846, 0.00178891883979811, 0.00499384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1335, '2021-05-09 00:00:00', 0.000155422006163863, 0.00030999999999999, 0.000158684011118362, 0.000431153846153835, 0.000223373092519071, 0.000683461538461528, 0.00033725429802817, 0.0011476923076923, 0.00178897749050636, 0.00500230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1350, '2021-05-09 00:00:00', 8.98907456518562e-05, 0.000312884615384611, 0.000161263878353282, 0.000495961538461538, 0.000205011819546693, 0.000704615384615372, 0.000343864016056456, 0.00113230769230769, 0.0017813178785987, 0.00500923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1365, '2021-05-09 00:00:00', 0.000172388760119054, 0.000416730769230779, 0.000232754410021843, 0.000576153846153846, 0.000224325999041925, 0.000716923076923072, 0.000340132101034081, 0.00114461538461538, 0.00177786617996016, 0.00501807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1380, '2021-05-09 00:00:00', 0.000204270559646913, 0.00038230769230769, 0.000190726142776654, 0.0005026923076923, 0.000219830704091904, 0.000723461538461534, 0.000341438360244091, 0.00112192307692307, 0.001791420976595, 0.00502865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1395, '2021-05-09 00:00:00', 0.000124822335279441, 0.000356153846153844, 0.000134493923225599, 0.000493846153846144, 0.000319550646040081, 0.000881153846153837, 0.000468753543576356, 0.00117826923076923, 0.0017964189698911, 0.00505365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1410, '2021-05-09 00:00:00', 0.000135584347859976, 0.00034634615384616, 0.000207787983660859, 0.000569615384615397, 0.000359249270648606, 0.000839038461538463, 0.000571588104790921, 0.0012001923076923, 0.00179756532993507, 0.00506134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 2, 1425, '2021-05-09 00:00:00', 0.000208064061880369, 0.000495576923076924, 0.000366490266425495, 0.000766346153846148, 0.000395447798752853, 0.000845192307692298, 0.000613687749467248, 0.00123442307692308, 0.00179756532993507, 0.00506134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 0, '2021-05-09 00:00:00', 0.000371257115963926, 0.0005953846153846, 0.000393307914215603, 0.000656346153846145, 0.000392005886925972, 0.000756153846153838, 0.000651223345829895, 0.00125461538461538, 0.00180243788967993, 0.00505288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 15, '2021-05-09 00:00:00', 0.000201430270431639, 0.000311923076923084, 0.000225601503677488, 0.000445961538461544, 0.000242418265369216, 0.000643846153846157, 0.000599608077125275, 0.00124961538461538, 0.0017869185767684, 0.00503 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 30, '2021-05-09 00:00:00', 0.000234966773428459, 0.000320769230769231, 0.000252471780601309, 0.00047499999999999, 0.000261708072830425, 0.000671346153846154, 0.000600548627378472, 0.00125557692307692, 0.00178572757203848, 0.0050301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 45, '2021-05-09 00:00:00', 0.00022722345829602, 0.000352499999999991, 0.000234404646842897, 0.000506538461538462, 0.00024241675811584, 0.00060826923076924, 0.000596586443539753, 0.00124576923076923, 0.00175516091745282, 0.00501038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 60, '2021-05-09 00:00:00', 0.000174172770105308, 0.00038692307692308, 0.000206985413830219, 0.000470192307692309, 0.000222383936885333, 0.000548846153846171, 0.000547738040981714, 0.00120980769230769, 0.00169536440376057, 0.00496230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 75, '2021-05-09 00:00:00', 0.000152088663412052, 0.000240192307692301, 0.000139356212083119, 0.000311923076923079, 0.000184288235777965, 0.000483076923076932, 0.000540251650764587, 0.00113038461538461, 0.0016798387285231, 0.00489192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 90, '2021-05-09 00:00:00', 0.000117857802195955, 0.000207307692307705, 0.000134204923674432, 0.000315192307692319, 0.000187544558807928, 0.000475192307692316, 0.000536533209238145, 0.00111673076923076, 0.00168324640547319, 0.00487230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 105, '2021-05-09 00:00:00', 9.17280680137729e-05, 0.000239038461538465, 0.00013115126322744, 0.00038557692307693, 0.000182762140499607, 0.000485, 0.000466572774437346, 0.00110692307692307, 0.00166862639271393, 0.00484903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 120, '2021-05-09 00:00:00', 0.000131734727621614, 0.000310961538461543, 0.000145383445253744, 0.000372115384615388, 0.000209279809015441, 0.000529038461538456, 0.00043648372072912, 0.00111403846153845, 0.00166747654809939, 0.00483903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 135, '2021-05-09 00:00:00', 9.39731958510571e-05, 0.000245192307692308, 0.000121062126453904, 0.000340961538461535, 0.000296536481086862, 0.000616730769230766, 0.000404506536982452, 0.00112846153846153, 0.00164638570347756, 0.00483826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 150, '2021-05-09 00:00:00', 9.68656881380679e-05, 0.000234807692307693, 0.000185012265705653, 0.000398461538461536, 0.000356079129062425, 0.000647884615384602, 0.000427444868239883, 0.00113865384615383, 0.00163999924953076, 0.00482846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 165, '2021-05-09 00:00:00', 0.000180377488788199, 0.00031096153846153, 0.000253247902261793, 0.000492499999999994, 0.000354833005142513, 0.000677307692307672, 0.000419564609492331, 0.00111269230769229, 0.00163689801618321, 0.00480865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 180, '2021-05-09 00:00:00', 0.000215602911354672, 0.000376153846153851, 0.000288447302212815, 0.000490384615384608, 0.000381476534211293, 0.000712115384615374, 0.000413804162153279, 0.00108826923076922, 0.00163662609093781, 0.0048051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 195, '2021-05-09 00:00:00', 0.000140135648569521, 0.000335, 0.000203371297422676, 0.000471730769230755, 0.000326441477851002, 0.000690961538461526, 0.000390851781861884, 0.00104865384615383, 0.00161457157927895, 0.00478576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 210, '2021-05-09 00:00:00', 0.00015839871794352, 0.000338076923076913, 0.000241028964106938, 0.00048980769230769, 0.000303220978064614, 0.000645192307692307, 0.00040034797364292, 0.0010275, 0.00158132662173738, 0.00475326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 225, '2021-05-09 00:00:00', 0.000148828373018666, 0.000313269230769233, 0.00020312794376565, 0.000455192307692305, 0.000212866968207485, 0.000577884615384614, 0.000376951537387048, 0.000942692307692305, 0.00157714041372839, 0.00474826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 240, '2021-05-09 00:00:00', 9.87311812643151e-05, 0.00027961538461538, 0.000114349834347857, 0.000366730769230772, 0.000181695857452452, 0.00052423076923077, 0.000376095579095765, 0.000896730769230768, 0.00156841214412733, 0.00474942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 255, '2021-05-09 00:00:00', 0.000100080160179418, 0.000244038461538459, 0.000128900677327105, 0.000349230769230773, 0.000181662091215032, 0.000508653846153839, 0.00038486226307403, 0.000890192307692315, 0.00155701558709651, 0.00473846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 270, '2021-05-09 00:00:00', 0.000101462573622765, 0.000254423076923066, 0.000158777057052195, 0.000391923076923065, 0.000180466169853357, 0.000500961538461541, 0.000398304338607869, 0.000897884615384613, 0.00154015465007699, 0.00472711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 285, '2021-05-09 00:00:00', 0.00010128102563583, 0.000270384615384606, 0.00017155174146595, 0.000369999999999999, 0.000168189910975206, 0.00047961538461538, 0.000404865979724724, 0.00087769230769231, 0.00155088818225109, 0.00471692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 300, '2021-05-09 00:00:00', 0.000151708729022224, 0.000261538461538471, 0.000147385418337306, 0.000337307692307707, 0.000175287017378751, 0.000463461538461543, 0.000418503745043442, 0.000904230769230779, 0.00155497268093734, 0.00470596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 315, '2021-05-09 00:00:00', 7.21528825587505e-05, 0.000220961538461551, 9.45198391873478e-05, 0.000329999999999997, 0.00023554943952713, 0.000466538461538473, 0.000526116285771355, 0.00105211538461539, 0.00155414830744636, 0.00470019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 330, '2021-05-09 00:00:00', 7.3854326470849e-05, 0.000237307692307684, 0.000127336773345929, 0.00032442307692308, 0.000272487402672827, 0.00046423076923077, 0.000588658350697724, 0.00113057692307693, 0.00155067166588693, 0.00468384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 345, '2021-05-09 00:00:00', 0.000101192315001602, 0.000236730769230774, 0.000195989893773992, 0.000344038461538478, 0.000228443310591134, 0.000432115384615389, 0.000656587008704866, 0.0011925, 0.00154383154720771, 0.00467038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 360, '2021-05-09 00:00:00', 0.000120768851052817, 0.000241346153846168, 0.000162334886529711, 0.000326153846153848, 0.000153329208417199, 0.000410384615384614, 0.000630007936457947, 0.00129, 0.00153052424402177, 0.00465269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 375, '2021-05-09 00:00:00', 0.000109132241587191, 0.000210384615384614, 0.000109141580597781, 0.000281730769230775, 0.000140023761719755, 0.000380576923076923, 0.00067169638860242, 0.00145403846153847, 0.00153219857118404, 0.00463269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 390, '2021-05-09 00:00:00', 7.63836470617756e-05, 0.000197692307692322, 9.48991367392028e-05, 0.000260384615384626, 0.000184663102807424, 0.000407692307692318, 0.000689012448251961, 0.00156192307692308, 0.0015313733529593, 0.00463788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 405, '2021-05-09 00:00:00', 8.43739387397736e-05, 0.000184807692307703, 0.00012377212311961, 0.000278461538461535, 0.000195777837199368, 0.000410192307692322, 0.000704308526144612, 0.00178750000000001, 0.00153452178719775, 0.00464634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 420, '2021-05-09 00:00:00', 8.76136624400197e-05, 0.000203076923076925, 0.000158440476568923, 0.000299230769230782, 0.000168939224392866, 0.000417692307692324, 0.00073469630041681, 0.00189057692307694, 0.00152933902263488, 0.00464538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 435, '2021-05-09 00:00:00', 0.000115418969244827, 0.00022153846153847, 0.000125904725884292, 0.000300000000000014, 0.000149014712748056, 0.000445769230769239, 0.000697849802001727, 0.00203288461538462, 0.00152961236919684, 0.00464500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 450, '2021-05-09 00:00:00', 7.91609849513087e-05, 0.000212692307692326, 0.000114372703844131, 0.000313653846153843, 0.00014799441257645, 0.000457884615384626, 0.000665839810950169, 0.00212557692307693, 0.00153176193169323, 0.00465115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 465, '2021-05-09 00:00:00', 0.000110118293037709, 0.000225961538461541, 0.000128117133904868, 0.000340000000000016, 0.000164552540124855, 0.000476538461538475, 0.000647417829653963, 0.00222038461538463, 0.00152880145362808, 0.00464673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 480, '2021-05-09 00:00:00', 9.10335948132082e-05, 0.000253653846153851, 9.77888227056355e-05, 0.000345576923076932, 0.000195320643676384, 0.000536923076923093, 0.000638269173986595, 0.00226153846153846, 0.00153243155199128, 0.0046423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 495, '2021-05-09 00:00:00', 6.51486466002732e-05, 0.000232115384615389, 0.000116595949263322, 0.000348846153846176, 0.000369577305330533, 0.000700769230769244, 0.000625797859966348, 0.00226019230769231, 0.00154678387183013, 0.00463788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 510, '2021-05-09 00:00:00', 0.000108314534858166, 0.000275961538461553, 0.000158512314493711, 0.000423076923076936, 0.00048256498167445, 0.000784807692307688, 0.000623875357373931, 0.00230769230769231, 0.00156426851914879, 0.00463500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 525, '2021-05-09 00:00:00', 0.000139052286790044, 0.000293461538461548, 0.000365484083626936, 0.000561153846153859, 0.00054003846016886, 0.000848461538461542, 0.000663468508324589, 0.0023573076923077, 0.00157899160859074, 0.0046225 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 540, '2021-05-09 00:00:00', 0.000322652468430985, 0.000461153846153831, 0.000436949257747566, 0.000630576923076899, 0.000487738146960024, 0.000932499999999981, 0.000635517233319542, 0.00237192307692307, 0.00160144508059247, 0.00459711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 555, '2021-05-09 00:00:00', 0.000166349493074528, 0.00042692307692306, 0.000244159468695868, 0.00060461538461537, 0.000318658063664582, 0.00105019230769231, 0.000596634277877529, 0.0023476923076923, 0.00162059591366404, 0.00453134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 570, '2021-05-09 00:00:00', 0.000193346739146187, 0.000450192307692306, 0.000196612954420996, 0.000685576923076918, 0.000333407408435987, 0.00111750000000001, 0.000612413761589824, 0.00235615384615385, 0.00163672158245119, 0.00454153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 585, '2021-05-09 00:00:00', 0.000130813431444015, 0.000518076923076922, 0.000254731910356434, 0.000897884615384626, 0.000530109458943648, 0.00130903846153847, 0.00063455035564258, 0.00236807692307693, 0.00165637792974726, 0.00459461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 600, '2021-05-09 00:00:00', 0.000236522970099352, 0.000733653846153853, 0.000331379923722233, 0.000919423076923092, 0.000552034732742282, 0.00138211538461541, 0.00069363182985255, 0.00239365384615385, 0.00167179847883832, 0.00459807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 615, '2021-05-09 00:00:00', 0.000268488432640092, 0.00057596153846155, 0.000545548030741718, 0.00091557692307693, 0.000581223808342889, 0.00134134615384616, 0.000770813181995771, 0.00226980769230769, 0.00170948499892174, 0.00459019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 630, '2021-05-09 00:00:00', 0.000328364302847631, 0.00061365384615384, 0.000352369124640624, 0.000870000000000003, 0.000424991583627055, 0.00124538461538461, 0.000736477687791948, 0.00220576923076921, 0.00165702945519523, 0.00454884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983615 and enddate = '2021-05-09 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 983615, 3, 645, '2021-05-09 00:00:00', 0.000268050583630447, 0.000608653846153841, 0.000389509751038199, 0.00091038461538461, 0.0004046548[...];[ Date: 2021-05-09 15:55:57 - Database: acaweb_fx - User: pgperfstats ]
4 19s647ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983620, 1, 960, '2021-05-09 00:00:00', 0.0204670466848546, 0.0729999999999993, 0.0244438839290834, 0.0892115384615386, 0.0528562819205193, 0.154057692307691, 0.107569047592699, 0.28, 0.321607639595445, 0.647423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983620, 1, 975, '2021-05-09 00:00:00', 0.0149801021871842, 0.0582115384615398, 0.0313228167021076, 0.0953269230769246, 0.0470357310988147, 0.1545, 0.0948602129451538, 0.274500000000001, 0.322434429827928, 0.651807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 990, '2021-05-09 00:00:00', 0.0323101377279629, 0.0847500000000008, 0.0469067815336546, 0.130384615384616, 0.0516991779431741, 0.15975, 0.094971987772913, 0.27346153846154, 0.322259732800446, 0.656346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1005, '2021-05-09 00:00:00', 0.0262777545580914, 0.0895961538461526, 0.0342781439673469, 0.119365384615383, 0.0423004318945041, 0.157442307692307, 0.0900790678323127, 0.260461538461538, 0.320270727426272, 0.662673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1020, '2021-05-09 00:00:00', 0.0352493753354367, 0.0850384615384615, 0.034935066139252, 0.112173076923076, 0.0584589698322344, 0.175365384615385, 0.0922732980794637, 0.253807692307692, 0.319172451577754, 0.667076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1035, '2021-05-09 00:00:00', 0.0207029262145755, 0.077634615384615, 0.0346372465151867, 0.114326923076923, 0.0696401851276634, 0.179846153846154, 0.0956169199703443, 0.243153846153846, 0.321122529334449, 0.665173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1050, '2021-05-09 00:00:00', 0.0350914683911368, 0.0861346153846167, 0.0498119077515212, 0.131115384615385, 0.0622740747391356, 0.165903846153846, 0.090902536564422, 0.231134615384615, 0.32206913077785, 0.667250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1065, '2021-05-09 00:00:00', 0.044559212981586, 0.0967884615384613, 0.0638534650586777, 0.128749999999999, 0.0670963371693148, 0.15403846153846, 0.0922042903223387, 0.221134615384615, 0.320905030883209, 0.662326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1080, '2021-05-09 00:00:00', 0.0355560878699478, 0.0818461538461555, 0.0345303434009094, 0.100269230769231, 0.0604315760560286, 0.135653846153847, 0.0847351098786921, 0.208173076923079, 0.320083506532039, 0.658365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1095, '2021-05-09 00:00:00', 0.0240671896029557, 0.0610192307692292, 0.0360998401871615, 0.0830384615384596, 0.0597652619709958, 0.114942307692309, 0.0743530171132703, 0.201134615384615, 0.320392581302761, 0.657884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1110, '2021-05-09 00:00:00', 0.0182290554209071, 0.0604615384615391, 0.0462223930079874, 0.090019230769231, 0.0565830261311112, 0.110673076923077, 0.0679873178218962, 0.199346153846154, 0.320433199566798, 0.657846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1125, '2021-05-09 00:00:00', 0.0393145158159957, 0.061365384615383, 0.0437073836395573, 0.0771538461538462, 0.0532098638918058, 0.101019230769229, 0.062919680179147, 0.195884615384616, 0.320231891939864, 0.658730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1140, '2021-05-09 00:00:00', 0.0197108814149422, 0.0488269230769228, 0.0340850971269524, 0.0689230769230748, 0.0315657068058645, 0.0904230769230752, 0.0627068270114673, 0.196384615384616, 0.320543330204298, 0.661942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1155, '2021-05-09 00:00:00', 0.0253303481709489, 0.0500576923076908, 0.0292984903785415, 0.0663076923076908, 0.0434912767557608, 0.101134615384615, 0.0658668733127655, 0.20025, 0.319392796508529, 0.666038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1170, '2021-05-09 00:00:00', 0.0149726545614111, 0.0434038461538457, 0.0206687891796756, 0.059326923076921, 0.0444747854234462, 0.0939423076923081, 0.0710200432164158, 0.204557692307692, 0.319219259106677, 0.665846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1185, '2021-05-09 00:00:00', 0.0205134477468217, 0.0458076923076935, 0.0422991907542152, 0.0781923076923088, 0.0459050231875137, 0.096634615384616, 0.0685310036519121, 0.203038461538461, 0.318290064249578, 0.665749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1200, '2021-05-09 00:00:00', 0.0432948033833162, 0.0575000000000007, 0.0440082903029035, 0.0679807692307708, 0.0564778819879615, 0.101134615384617, 0.0667637539848824, 0.198326923076923, 0.320113674521075, 0.660730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1215, '2021-05-09 00:00:00', 0.017492031152675, 0.0373653846153859, 0.0250004307655175, 0.0576923076923088, 0.0622343987246207, 0.0945961538461535, 0.0745744362262405, 0.194557692307693, 0.320709494714453, 0.6615 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1230, '2021-05-09 00:00:00', 0.0227893362376749, 0.045076923076923, 0.0512330309618551, 0.0757884615384632, 0.0577258274418475, 0.0973653846153844, 0.0800124341298571, 0.195519230769231, 0.317330087787755, 0.661230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1245, '2021-05-09 00:00:00', 0.0381481776961685, 0.0537884615384626, 0.048011573124049, 0.068865384615385, 0.0479472506631364, 0.0926730769230762, 0.0882399089894228, 0.196192307692308, 0.320662984479631, 0.662519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1260, '2021-05-09 00:00:00', 0.0462268153947288, 0.0504615384615367, 0.0452020591770546, 0.0666153846153846, 0.05536085815253, 0.10223076923077, 0.0920902838773746, 0.195403846153846, 0.324225837721414, 0.663576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1275, '2021-05-09 00:00:00', 0.0151325426202535, 0.0384230769230784, 0.0251042748428362, 0.0577307692307694, 0.039571123892985, 0.104076923076923, 0.0961577789964954, 0.191538461538463, 0.318280817590621, 0.659673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1290, '2021-05-09 00:00:00', 0.0223423709230141, 0.0431923076923062, 0.0349554221611114, 0.0708076923076932, 0.041097201851221, 0.1055, 0.0936674990838094, 0.191596153846154, 0.316449172610948, 0.660673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1305, '2021-05-09 00:00:00', 0.0240066417091992, 0.052173076923079, 0.0273483792235281, 0.078423076923077, 0.0340998759302955, 0.102807692307694, 0.0914041932214362, 0.190057692307692, 0.323820670338478, 0.663557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1320, '2021-05-09 00:00:00', 0.0276767119545542, 0.0600961538461528, 0.0312286172998686, 0.0770576923076924, 0.0442129679897373, 0.104442307692308, 0.0924323057910293, 0.190634615384616, 0.338593139100831, 0.668076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1335, '2021-05-09 00:00:00', 0.0236800873828943, 0.0430576923076929, 0.0271871080873599, 0.0618269230769253, 0.0452391253401123, 0.0964615384615388, 0.0860063593355387, 0.189923076923076, 0.334085648276927, 0.665403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1350, '2021-05-09 00:00:00', 0.0177895928954136, 0.0435192307692331, 0.0344599209785237, 0.0648846153846169, 0.0446569014392377, 0.0933269230769227, 0.0964899675932886, 0.200423076923077, 0.331855128841579, 0.665442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1365, '2021-05-09 00:00:00', 0.0261424279373876, 0.0455576923076912, 0.0368349175897821, 0.067134615384614, 0.0411093663293404, 0.0814999999999989, 0.0963406635929952, 0.206288461538461, 0.327705087869236, 0.66523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1380, '2021-05-09 00:00:00', 0.0295133607293113, 0.0470384615384604, 0.0356688023563798, 0.0602115384615374, 0.0340091899344865, 0.0787499999999989, 0.0954514455707128, 0.212961538461539, 0.32115743623051, 0.664673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1395, '2021-05-09 00:00:00', 0.0225985704108777, 0.0353461538461537, 0.0220414731463561, 0.0469423076923072, 0.0332778281465883, 0.092576923076924, 0.138413606767765, 0.230942307692308, 0.320182003530202, 0.663846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1410, '2021-05-09 00:00:00', 0.0115117331449268, 0.0309999999999994, 0.0231962198511885, 0.0562307692307683, 0.047421562768266, 0.10073076923077, 0.140674519315387, 0.238903846153846, 0.319795874799006, 0.663692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 1, 1425, '2021-05-09 00:00:00', 0.0238178423746717, 0.0475192307692303, 0.0368370215116022, 0.082115384615387, 0.0626621005565086, 0.108326923076924, 0.144283764212695, 0.245769230769231, 0.318613134718869, 0.664519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 0, '2021-05-09 00:00:00', 0.0372858603845415, 0.0583461538461548, 0.0481161575293027, 0.0797307692307701, 0.0623130095072154, 0.106134615384615, 0.149593548040632, 0.25051923076923, 0.316774305120563, 0.667596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 15, '2021-05-09 00:00:00', 0.0411165884547086, 0.0600769230769241, 0.0576883437099737, 0.0787500000000016, 0.061850962308292, 0.110192307692309, 0.147307642498485, 0.258692307692308, 0.30335841774275, 0.664519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 30, '2021-05-09 00:00:00', 0.0430162223424535, 0.0506538461538475, 0.0395141260038262, 0.0738846153846162, 0.0522179456332198, 0.110576923076924, 0.149513473794684, 0.268673076923077, 0.287072497544006, 0.659673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 45, '2021-05-09 00:00:00', 0.0259944964589416, 0.052076923076923, 0.0431257597480483, 0.0813653846153851, 0.0530449482840895, 0.109057692307693, 0.150824737819965, 0.277192307692309, 0.282124999573975, 0.656653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 60, '2021-05-09 00:00:00', 0.0379032371258118, 0.0633461538461546, 0.0434932709207367, 0.0812692307692307, 0.0507602054914916, 0.107038461538462, 0.16557108280596, 0.290288461538463, 0.283101528403884, 0.652653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 75, '2021-05-09 00:00:00', 0.0212138289439121, 0.0434423076923091, 0.0215768394349139, 0.0630000000000007, 0.0353044560273157, 0.0977692307692297, 0.149402471403716, 0.276538461538463, 0.270959897685701, 0.640384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 90, '2021-05-09 00:00:00', 0.0164403818035384, 0.0461153846153851, 0.0301751617164735, 0.0669038461538459, 0.051140018952495, 0.106807692307692, 0.140143854663699, 0.288000000000001, 0.271586475815997, 0.637576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 105, '2021-05-09 00:00:00', 0.021526700772617, 0.046326923076924, 0.0340735460212401, 0.0784423076923057, 0.0535002659950256, 0.109961538461537, 0.145688450521599, 0.29273076923077, 0.279043470558868, 0.635538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 120, '2021-05-09 00:00:00', 0.0301144228159622, 0.0634615384615376, 0.0494052512001904, 0.0853269230769222, 0.0555653184584115, 0.117730769230768, 0.145742312107573, 0.292192307692308, 0.286705190986248, 0.633057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 135, '2021-05-09 00:00:00', 0.0435375876509205, 0.0556923076923074, 0.0428784911115121, 0.077749999999999, 0.103639500933987, 0.135115384615385, 0.144870058487439, 0.285576923076922, 0.288035121389468, 0.628634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 150, '2021-05-09 00:00:00', 0.025132847033314, 0.0584999999999973, 0.0359776479754609, 0.0856346153846138, 0.0960192628911188, 0.135826923076922, 0.13754575742136, 0.279846153846153, 0.276909418680272, 0.621884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 165, '2021-05-09 00:00:00', 0.0236944410877639, 0.0590576923076912, 0.0952515535912054, 0.103038461538462, 0.0965732085797314, 0.142769230769232, 0.131691784686236, 0.273884615384614, 0.274163345471271, 0.621500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 180, '2021-05-09 00:00:00', 0.0966807354925691, 0.0852307692307712, 0.0956053929119367, 0.110134615384616, 0.0958465781259887, 0.145442307692309, 0.129948534191276, 0.270307692307693, 0.275107360861173, 0.620000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 195, '2021-05-09 00:00:00', 0.0305393378095556, 0.0648653846153839, 0.0393281118872402, 0.0934038461538472, 0.0436634682719833, 0.127038461538461, 0.102522575375078, 0.244961538461538, 0.271993079663097, 0.610153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 210, '2021-05-09 00:00:00', 0.0278489607595066, 0.0627307692307714, 0.0291066738315879, 0.0874615384615385, 0.0514456546718503, 0.136346153846154, 0.0981928635978115, 0.240961538461538, 0.278079245069571, 0.618942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 225, '2021-05-09 00:00:00', 0.0218194778898273, 0.0675192307692301, 0.0368989107614942, 0.0979807692307687, 0.0547475218968519, 0.141634615384616, 0.0983361522846697, 0.240826923076923, 0.277710106876827, 0.619288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 240, '2021-05-09 00:00:00', 0.030163146132582, 0.0711538461538476, 0.0413269887603741, 0.101000000000001, 0.0643248127744006, 0.14169230769231, 0.0956119319879147, 0.23069230769231, 0.285120228351803, 0.62223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 255, '2021-05-09 00:00:00', 0.0259071715642903, 0.0646923076923083, 0.0323976020005288, 0.0907307692307707, 0.0580823155927476, 0.123346153846154, 0.0942767468679321, 0.222250000000001, 0.285032732263399, 0.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 270, '2021-05-09 00:00:00', 0.0228692268881484, 0.0616923076923066, 0.0442078003907084, 0.0854807692307691, 0.0544197115023586, 0.123249999999999, 0.0920855559541493, 0.20951923076923, 0.292499822485152, 0.626384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 285, '2021-05-09 00:00:00', 0.0361441611414011, 0.0599038461538469, 0.040717979396747, 0.075423076923078, 0.052102546815058, 0.119846153846154, 0.0856035697494351, 0.203634615384616, 0.287590446642444, 0.624250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 300, '2021-05-09 00:00:00', 0.0249895670538419, 0.0495384615384625, 0.039329613035707, 0.0834615384615402, 0.0551577771906662, 0.117903846153846, 0.0794457458802021, 0.207442307692307, 0.279461058935835, 0.62171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 315, '2021-05-09 00:00:00', 0.0301054876163019, 0.0609038461538462, 0.0385844578116005, 0.0894038461538462, 0.0557267543810523, 0.119634615384614, 0.0753731027315768, 0.208269230769232, 0.284345048380417, 0.626942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 330, '2021-05-09 00:00:00', 0.0340414509769391, 0.0615961538461555, 0.0487744770898104, 0.0834807692307694, 0.0582129149032964, 0.11221153846154, 0.0763938177120082, 0.203346153846155, 0.285678467054242, 0.627057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 345, '2021-05-09 00:00:00', 0.0306092494819153, 0.0551153846153832, 0.0385389563149563, 0.0768653846153838, 0.0393595116057876, 0.103134615384615, 0.085214735544074, 0.209865384615385, 0.285659273234067, 0.626096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 360, '2021-05-09 00:00:00', 0.0201149485171144, 0.0516346153846154, 0.0264505416550615, 0.0706346153846154, 0.0294509762147218, 0.0969999999999997, 0.0848582369874337, 0.212096153846154, 0.280264981758334, 0.626 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 375, '2021-05-09 00:00:00', 0.0150293175033115, 0.045596153846154, 0.0215487729438281, 0.0684807692307672, 0.0291424155590338, 0.091403846153847, 0.0975883761205507, 0.229865384615385, 0.274281789406442, 0.628999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 390, '2021-05-09 00:00:00', 0.0187280948967462, 0.0471923076923062, 0.0253909735626962, 0.0643076923076916, 0.0302502701831541, 0.0886730769230778, 0.0945407767132164, 0.229461538461538, 0.267106259466439, 0.630423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 405, '2021-05-09 00:00:00', 0.0167963938437334, 0.0426730769230774, 0.020580124840768, 0.0593076923076929, 0.054425898812408, 0.0929615384615391, 0.0892274556745499, 0.243173076923076, 0.266453974233101, 0.629903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 420, '2021-05-09 00:00:00', 0.0181792040952996, 0.0442115384615391, 0.0207198251403395, 0.0618653846153854, 0.0518161988333633, 0.0940384615384618, 0.0820358762981173, 0.251749999999999, 0.265051382536698, 0.628346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 435, '2021-05-09 00:00:00', 0.0144905274098422, 0.0431538461538456, 0.0459797112447854, 0.0695769230769235, 0.0477623322778066, 0.102403846153846, 0.0777592438234827, 0.258, 0.260987942544949, 0.630884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 450, '2021-05-09 00:00:00', 0.0400135746196979, 0.0521153846153848, 0.0423054506399147, 0.0686346153846152, 0.0439423923581099, 0.104576923076922, 0.0782334991203597, 0.266403846153846, 0.258538797118313, 0.634519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 465, '2021-05-09 00:00:00', 0.0214846367291748, 0.0459807692307685, 0.0300047752609732, 0.0754423076923072, 0.0366554697356157, 0.101211538461537, 0.0775990582813584, 0.274576923076922, 0.256890781940795, 0.632076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 480, '2021-05-09 00:00:00', 0.0242492505831861, 0.0583846153846143, 0.0295735588763907, 0.0798461538461541, 0.0328822140373804, 0.1035, 0.0835702192079285, 0.280692307692307, 0.253634236951254, 0.628884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 495, '2021-05-09 00:00:00', 0.0206031830998558, 0.0483653846153865, 0.0224490876977577, 0.0671923076923093, 0.0432849414213111, 0.101384615384619, 0.105534544107604, 0.292, 0.256322802041007, 0.629826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 510, '2021-05-09 00:00:00', 0.0170222930752145, 0.0455384615384603, 0.0261880477728662, 0.0665769230769218, 0.0421364495967014, 0.110403846153847, 0.139020590616586, 0.302730769230768, 0.261107488181812, 0.629403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 525, '2021-05-09 00:00:00', 0.0170734161333222, 0.0441923076923077, 0.0250124968765632, 0.0767500000000019, 0.0552203174704618, 0.12821153846154, 0.140635804884049, 0.304519230769231, 0.262629719596591, 0.630980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 540, '2021-05-09 00:00:00', 0.0190951967379643, 0.0635576923076941, 0.0307519355238268, 0.0923076923076936, 0.0555625634896252, 0.144961538461539, 0.142801826103384, 0.308307692307691, 0.264562437737366, 0.629788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 555, '2021-05-09 00:00:00', 0.0202346237919069, 0.0575000000000002, 0.044575782490218, 0.0995961538461555, 0.0706567433768021, 0.157153846153847, 0.152727566651814, 0.316980769230769, 0.275517993269738, 0.63773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 570, '2021-05-09 00:00:00', 0.045940630584064, 0.0843076923076937, 0.0537641573484089, 0.11676923076923, 0.0643112653129574, 0.168326923076922, 0.151459510964277, 0.315211538461538, 0.273468556060555, 0.636134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 585, '2021-05-09 00:00:00', 0.0290193304275175, 0.0718076923076914, 0.0437765348103284, 0.12375, 0.0482828086940319, 0.17051923076923, 0.148789124137276, 0.315211538461539, 0.273435221550945, 0.638096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 600, '2021-05-09 00:00:00', 0.03013909421333, 0.10325, 0.0394721907949607, 0.127076923076923, 0.0453298042555446, 0.170865384615382, 0.145003953527002, 0.322442307692308, 0.272002658358048, 0.640115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 615, '2021-05-09 00:00:00', 0.0227254178264038, 0.0707307692307697, 0.030910845744099, 0.107903846153845, 0.0377160290348001, 0.150326923076924, 0.145610197497924, 0.31801923076923, 0.278810829168341, 0.635538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 630, '2021-05-09 00:00:00', 0.0302015091319317, 0.0841346153846154, 0.0321204703481213, 0.109730769230768, 0.0416529849332087, 0.152865384615385, 0.140451294596547, 0.318115384615385, 0.275983466617393, 0.634576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 645, '2021-05-09 00:00:00', 0.0204011406166791, 0.0639423076923075, 0.0386882858438898, 0.0972884615384609, 0.0569793788609936, 0.152519230769232, 0.141420078000043, 0.31096153846154, 0.28154700386368, 0.635846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 660, '2021-05-09 00:00:00', 0.0320183360928377, 0.0734230769230772, 0.042845841733429, 0.107115384615386, 0.0730037433181439, 0.156942307692309, 0.141810176481964, 0.309884615384617, 0.291576439377395, 0.640000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 675, '2021-05-09 00:00:00', 0.0224417279603436, 0.061134615384616, 0.0382194271985421, 0.0977307692307696, 0.0691529436494536, 0.153519230769232, 0.119811210468161, 0.297884615384616, 0.28509875751827, 0.632307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 690, '2021-05-09 00:00:00', 0.0241934908601462, 0.0707500000000006, 0.0374488779743579, 0.100538461538464, 0.10030433689527, 0.1585, 0.109170938651978, 0.293076923076922, 0.283305920544179, 0.629730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 705, '2021-05-09 00:00:00', 0.0218091459290327, 0.0646730769230786, 0.0517804388370148, 0.0995769230769236, 0.0897961109317185, 0.14669230769231, 0.098419197626979, 0.289461538461538, 0.284473551562287, 0.630692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 720, '2021-05-09 00:00:00', 0.0316597597055852, 0.0690961538461536, 0.0736616928939312, 0.107749999999999, 0.0786445166556442, 0.14, 0.0817520359661769, 0.295153846153847, 0.283013637208799, 0.628326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 735, '2021-05-09 00:00:00', 0.0462402962793266, 0.0727499999999992, 0.0474654044055729, 0.096730769230772, 0.0646119541213894, 0.13023076923077, 0.0759049329500658, 0.297173076923078, 0.288877004037251, 0.623788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 750, '2021-05-09 00:00:00', 0.0226880178474502, 0.0613846153846172, 0.0367152033066152, 0.0851153846153849, 0.0489103890175307, 0.125384615384616, 0.0770977526361088, 0.28471153846154, 0.287386226986503, 0.620211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 765, '2021-05-09 00:00:00', 0.0231252775451123, 0.0610384615384622, 0.0361872905866152, 0.089999999999999, 0.0431667651716532, 0.12801923076923, 0.0778782679274834, 0.282769230769231, 0.285922297809413, 0.622903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 780, '2021-05-09 00:00:00', 0.0256850150866213, 0.0634999999999988, 0.0306647128697567, 0.0867307692307691, 0.0352944754883844, 0.127999999999999, 0.068811805784942, 0.29523076923077, 0.287089669722786, 0.618538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 795, '2021-05-09 00:00:00', 0.0241453929353, 0.0535000000000029, 0.0269722150483695, 0.0819038461538475, 0.0507791750167792, 0.133269230769231, 0.0698109121952901, 0.288788461538463, 0.289873742409452, 0.614442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 810, '2021-05-09 00:00:00', 0.0177887172538806, 0.0590384615384625, 0.028594384871052, 0.0838269230769238, 0.054486614446544, 0.131634615384615, 0.0780618886623844, 0.28796153846154, 0.291878621374339, 0.614480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 825, '2021-05-09 00:00:00', 0.0261215207473427, 0.0599230769230783, 0.0469323572159579, 0.0981153846153852, 0.0643850794946979, 0.134461538461538, 0.075202383350121, 0.28346153846154, 0.294787067872074, 0.616346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 840, '2021-05-09 00:00:00', 0.034414755332784, 0.0706538461538468, 0.0350550994863811, 0.0924999999999995, 0.064204816497973, 0.132461538461539, 0.0750785025054552, 0.283307692307693, 0.301797653174339, 0.615711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 855, '2021-05-09 00:00:00', 0.021297778865774, 0.0631538461538465, 0.0491153782904637, 0.097096153846154, 0.0682722829220228, 0.133269230769231, 0.0779005381634428, 0.279923076923078, 0.30125852940367, 0.617192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 870, '2021-05-09 00:00:00', 0.0482149833079369, 0.0757307692307679, 0.0567069558886192, 0.0963269230769234, 0.0644353134188444, 0.129519230769229, 0.0865770554966, 0.280557692307693, 0.30127890732675, 0.614500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 885, '2021-05-09 00:00:00', 0.0265133638291801, 0.0610384615384628, 0.0391635476117598, 0.0912115384615384, 0.0425183444572417, 0.128980769230768, 0.101822696578226, 0.281307692307694, 0.299305454986399, 0.615653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 900, '2021-05-09 00:00:00', 0.0332292561087137, 0.0697115384615385, 0.0312730899312195, 0.0896153846153835, 0.0474868281332208, 0.139673076923078, 0.105416478058005, 0.282076923076925, 0.299786388052458, 0.617461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 915, '2021-05-09 00:00:00', 0.0113567330080171, 0.0638461538461526, 0.0330370188634595, 0.098730769230769, 0.048502371076065, 0.149499999999999, 0.108723346866466, 0.284615384615387, 0.297686960645679, 0.623442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 930, '2021-05-09 00:00:00', 0.0258951435898409, 0.0734615384615383, 0.0339175300715405, 0.102826923076923, 0.0556290357222264, 0.147019230769229, 0.107900511512297, 0.282596153846155, 0.297830532608472, 0.624884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 945, '2021-05-09 00:00:00', 0.0235533192173397, 0.0716730769230786, 0.0408827403868472, 0.106961538461539, 0.0729273848532802, 0.166711538461539, 0.106978811705151, 0.280615384615385, 0.297712341802516, 0.625961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 960, '2021-05-09 00:00:00', 0.0257416752786963, 0.0779230769230757, 0.0369233509605218, 0.100576923076922, 0.0714936253209913, 0.177961538461539, 0.0980511267734255, 0.280211538461539, 0.296196322628188, 0.625307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 975, '2021-05-09 00:00:00', 0.0204334190820971, 0.0692692307692308, 0.0499020155288964, 0.120634615384615, 0.0598670996072515, 0.17051923076923, 0.11329696173535, 0.279192307692309, 0.289466689992795, 0.625230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 990, '2021-05-09 00:00:00', 0.0393378121091967, 0.0992115384615394, 0.0560242015011899, 0.145134615384617, 0.0581359712557223, 0.171865384615385, 0.113268645943375, 0.270115384615386, 0.285295717026818, 0.625884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1005, '2021-05-09 00:00:00', 0.0307133458839088, 0.0910192307692319, 0.0369047474536192, 0.108096153846155, 0.0377593238612873, 0.145057692307693, 0.117076669488252, 0.250057692307694, 0.285006297501274, 0.63751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1020, '2021-05-09 00:00:00', 0.0253794889928561, 0.0795384615384636, 0.0328573373142839, 0.109769230769232, 0.0480100670532896, 0.148442307692309, 0.119905065011383, 0.241269230769232, 0.280444842376152, 0.638480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1035, '2021-05-09 00:00:00', 0.0303379237157811, 0.0799807692307685, 0.028266479196282, 0.108576923076923, 0.0549123812576425, 0.146980769230769, 0.11843777496416, 0.231557692307692, 0.268717790914271, 0.641634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1050, '2021-05-09 00:00:00', 0.0201012533095666, 0.073903846153847, 0.0485639150620473, 0.111076923076925, 0.0692803030060888, 0.147096153846154, 0.118881375910869, 0.225192307692307, 0.25934541860971, 0.641884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1065, '2021-05-09 00:00:00', 0.037303665524161, 0.0887115384615395, 0.0455098171995754, 0.113211538461538, 0.0748845187862378, 0.149365384615384, 0.118941420617299, 0.222307692307692, 0.262099925894393, 0.647634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1080, '2021-05-09 00:00:00', 0.0369873835038583, 0.0795576923076912, 0.0414429728663357, 0.104499999999999, 0.0595663818454148, 0.131576923076922, 0.116896820052821, 0.215942307692305, 0.262996036823019, 0.660846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1095, '2021-05-09 00:00:00', 0.0309845681192819, 0.0687884615384631, 0.0482116168573516, 0.0945000000000003, 0.0497121715478202, 0.121500000000002, 0.119170020752511, 0.208923076923076, 0.260809780373477, 0.663192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1110, '2021-05-09 00:00:00', 0.0309530475696051, 0.0668653846153841, 0.032495591416969, 0.0817115384615395, 0.0367783433349233, 0.106442307692309, 0.118890216004254, 0.197288461538461, 0.259720319989376, 0.666230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1125, '2021-05-09 00:00:00', 0.0233098609044459, 0.0554807692307723, 0.0295974596103217, 0.081980769230771, 0.0326255975483152, 0.0995192307692326, 0.119943672677572, 0.194730769230769, 0.259536584052304, 0.667461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1140, '2021-05-09 00:00:00', 0.0268975549360618, 0.0589615384615374, 0.0277366461285709, 0.0731923076923063, 0.0367281960435751, 0.0955961538461523, 0.1213146576216, 0.192384615384612, 0.256916131930546, 0.666826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1155, '2021-05-09 00:00:00', 0.0240207922754124, 0.047538461538459, 0.0299969806172857, 0.0648269230769216, 0.101243894402803, 0.108615384615385, 0.124309396884732, 0.189884615384614, 0.255381901051378, 0.666653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1170, '2021-05-09 00:00:00', 0.015011790238137, 0.0440769230769226, 0.0225139614803432, 0.0625384615384617, 0.0993375616463682, 0.104865384615386, 0.11622945641472, 0.183942307692308, 0.256021408359656, 0.667192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1185, '2021-05-09 00:00:00', 0.0148473903430878, 0.0447500000000005, 0.101473171899692, 0.08223076923077, 0.102047238307335, 0.105326923076925, 0.11249860170071, 0.180846153846154, 0.255740989765337, 0.665576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1200, '2021-05-09 00:00:00', 0.103546624578199, 0.0697115384615396, 0.10120770151601, 0.0856730769230793, 0.10868028800109, 0.101250000000001, 0.121248462321732, 0.193019230769231, 0.255867917398502, 0.665134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1215, '2021-05-09 00:00:00', 0.0164248404745813, 0.0416538461538477, 0.0185399464773934, 0.05648076923077, 0.0250229202624613, 0.0754423076923077, 0.0821006418039189, 0.185346153846153, 0.245376565397257, 0.666326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1230, '2021-05-09 00:00:00', 0.012673412508688, 0.0358461538461523, 0.0174397424116462, 0.0547692307692294, 0.0302575356157517, 0.0770384615384604, 0.0795361770613763, 0.181211538461536, 0.242329968939367, 0.668923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1245, '2021-05-09 00:00:00', 0.0133830690972413, 0.0425576923076927, 0.0228910126804909, 0.059038461538463, 0.0357420674362212, 0.0868461538461548, 0.079151872031899, 0.181173076923076, 0.243403109770919, 0.679423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1260, '2021-05-09 00:00:00', 0.0145883646998352, 0.0405961538461547, 0.021773413569341, 0.055692307692308, 0.0405706980277834, 0.0943076923076906, 0.0804274828650022, 0.177, 0.24278209048762, 0.68121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1275, '2021-05-09 00:00:00', 0.0151964191126128, 0.0393653846153846, 0.0259074387891845, 0.0613461538461522, 0.0438260767123849, 0.0987499999999987, 0.0908620192294982, 0.182442307692306, 0.242786316304309, 0.682346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1290, '2021-05-09 00:00:00', 0.0168411697931003, 0.0467499999999997, 0.0281384284182002, 0.0738653846153837, 0.0381655100037462, 0.0963846153846154, 0.105229304561331, 0.193057692307691, 0.243898916640608, 0.687192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1305, '2021-05-09 00:00:00', 0.0205251909013879, 0.0537884615384609, 0.0317305300690263, 0.0750576923076927, 0.0350002637352698, 0.08803846153846, 0.106058809883226, 0.196865384615383, 0.247731908444469, 0.689461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1320, '2021-05-09 00:00:00', 0.0301404149836157, 0.0557307692307686, 0.0290867931965958, 0.0663076923076925, 0.0288795176286152, 0.0869423076923069, 0.116974717846997, 0.207730769230769, 0.247577829254685, 0.689692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1335, '2021-05-09 00:00:00', 0.0149320641058624, 0.0345576923076912, 0.0168261700930433, 0.0489999999999984, 0.0421683074576889, 0.0841153846153834, 0.116663170643589, 0.206653846153846, 0.252709405170324, 0.692711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1350, '2021-05-09 00:00:00', 0.0123794650064579, 0.0356346153846139, 0.0161981599144886, 0.0584038461538441, 0.0455475955626483, 0.0842884615384601, 0.111766088155301, 0.208461538461539, 0.256453921487183, 0.692423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1365, '2021-05-09 00:00:00', 0.0164059557665924, 0.0443461538461535, 0.0460205347142418, 0.067019230769231, 0.0452830117576813, 0.0808653846153865, 0.110390323224178, 0.214788461538463, 0.304415053201028, 0.706269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1380, '2021-05-09 00:00:00', 0.0447604607455505, 0.0461730769230744, 0.0478673045632825, 0.0603269230769209, 0.0705677661215432, 0.0985192307692306, 0.109188674039305, 0.224442307692309, 0.305380633233096, 0.705634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1395, '2021-05-09 00:00:00', 0.0248639993069994, 0.0364615384615382, 0.0239929156210747, 0.0524999999999998, 0.0678113815044233, 0.123288461538462, 0.113030290358212, 0.239942307692309, 0.30684700522473, 0.701730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1410, '2021-05-09 00:00:00', 0.0138995849412294, 0.0349615384615392, 0.0578348211587251, 0.0744423076923084, 0.0675399397507769, 0.116788461538461, 0.145546159741112, 0.250769230769233, 0.306466680959713, 0.70294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 2, 1425, '2021-05-09 00:00:00', 0.0551738127682387, 0.0639807692307697, 0.0657261012430777, 0.104903846153847, 0.063747159816069, 0.115596153846154, 0.144988276714416, 0.254403846153847, 0.306688406141379, 0.702038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 0, '2021-05-09 00:00:00', 0.0412020023785242, 0.0677499999999994, 0.0496538673061994, 0.083057692307691, 0.0491555341590511, 0.102442307692308, 0.154361309420962, 0.259076923076922, 0.311126017011659, 0.694038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 15, '2021-05-09 00:00:00', 0.0299517881834223, 0.0464807692307687, 0.0342789237780999, 0.0672307692307689, 0.0393498362815477, 0.0989807692307707, 0.151778676165204, 0.250442307692308, 0.313650290316118, 0.686730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 30, '2021-05-09 00:00:00', 0.0255918030747239, 0.0520961538461539, 0.0277813786554955, 0.0677500000000016, 0.0525857724250433, 0.109288461538462, 0.17204127523538, 0.259096153846154, 0.313767356246877, 0.687076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 45, '2021-05-09 00:00:00', 0.0222755125987798, 0.0405384615384627, 0.0354030854804831, 0.0739615384615402, 0.0537613851984986, 0.108442307692308, 0.169022066151595, 0.260673076923077, 0.314399724138655, 0.685057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 60, '2021-05-09 00:00:00', 0.0331324440111771, 0.0616730769230784, 0.0497558075466097, 0.0844038461538458, 0.069843638551795, 0.121423076923076, 0.165586974589931, 0.260615384615383, 0.315529270250189, 0.683096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 75, '2021-05-09 00:00:00', 0.0238873075405848, 0.0467884615384614, 0.0320724240526869, 0.0679038461538457, 0.0590633948853656, 0.113730769230768, 0.18025298567889, 0.261326923076923, 0.313573348062915, 0.682269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 90, '2021-05-09 00:00:00', 0.0207268313656844, 0.0488076923076914, 0.0534329918251328, 0.0787692307692292, 0.0531787443077966, 0.120326923076924, 0.189758782101423, 0.262346153846154, 0.311216420493226, 0.689403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 105, '2021-05-09 00:00:00', 0.0494999611499444, 0.0573846153846145, 0.0490190112256301, 0.0962115384615371, 0.0512499643527071, 0.130173076923077, 0.189435031485325, 0.264865384615384, 0.310780251946614, 0.693250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 120, '2021-05-09 00:00:00', 0.0259674722563562, 0.0675192307692301, 0.0323914103048701, 0.088711538461539, 0.0434520469554127, 0.128096153846154, 0.19222416901588, 0.261134615384616, 0.312845654375348, 0.69221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 135, '2021-05-09 00:00:00', 0.0249540809056594, 0.054115384615385, 0.0378281132736775, 0.082615384615385, 0.0897563732470392, 0.139557692307693, 0.193831680549427, 0.256096153846153, 0.314552317404619, 0.689903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 150, '2021-05-09 00:00:00', 0.0282029253801778, 0.0592499999999987, 0.0348046471256133, 0.0867884615384595, 0.133693232381508, 0.146096153846156, 0.192789212313904, 0.256096153846153, 0.314638941425787, 0.690288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 165, '2021-05-09 00:00:00', 0.0217996471389935, 0.0612692307692304, 0.0954633981409399, 0.112403846153848, 0.136326423873562, 0.150576923076925, 0.194321103212816, 0.254865384615386, 0.312011610360898, 0.694750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 180, '2021-05-09 00:00:00', 0.100058331064359, 0.0924807692307697, 0.140241368855492, 0.120692307692309, 0.155125578161694, 0.167250000000001, 0.194178779637576, 0.254961538461539, 0.311839606208065, 0.696 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 195, '2021-05-09 00:00:00', 0.0543183351959685, 0.0711923076923082, 0.0552285739867991, 0.102653846153847, 0.0778642432995742, 0.142903846153846, 0.134764997738226, 0.22973076923077, 0.242926864587804, 0.670192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 210, '2021-05-09 00:00:00', 0.0354850835400744, 0.0733653846153829, 0.0664373649502913, 0.111211538461538, 0.0950070058145516, 0.146865384615383, 0.136594234871021, 0.22625, 0.230884203410747, 0.676153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 225, '2021-05-09 00:00:00', 0.0429287603074943, 0.0760384615384617, 0.0447179064117061, 0.102134615384613, 0.0649455422761133, 0.141288461538461, 0.116302015658171, 0.213826923076923, 0.220986654661456, 0.668692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 240, '2021-05-09 00:00:00', 0.0217508974173838, 0.0613076923076894, 0.0454529046207352, 0.0915576923076911, 0.041975524003694, 0.117730769230768, 0.107043097000154, 0.20223076923077, 0.216043027231579, 0.66348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 255, '2021-05-09 00:00:00', 0.0389782582394942, 0.0652307692307697, 0.0394731067164246, 0.0853846153846164, 0.0599171382956373, 0.112788461538463, 0.10818638475406, 0.196076923076925, 0.218595387557786, 0.664288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 270, '2021-05-09 00:00:00', 0.0319211769592149, 0.060807692307693, 0.0288982898083285, 0.0773653846153851, 0.0609874892593025, 0.10792307692308, 0.105641825924276, 0.195846153846155, 0.217565947561796, 0.666692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 285, '2021-05-09 00:00:00', 0.0240334462460452, 0.0564423076923077, 0.0471952287353765, 0.0819807692307704, 0.064926470244895, 0.115557692307694, 0.106073967298586, 0.195442307692308, 0.220575074433942, 0.665288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 300, '2021-05-09 00:00:00', 0.0385259203454195, 0.0590576923076939, 0.0421936196416177, 0.0776923076923103, 0.0719779025919643, 0.111538461538463, 0.104432922896064, 0.193346153846156, 0.222776052607512, 0.669019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 315, '2021-05-09 00:00:00', 0.0249179885593959, 0.0531153846153868, 0.0449964485778083, 0.0859038461538491, 0.0623605675456493, 0.113903846153848, 0.098078430154334, 0.20346153846154, 0.213087620114718, 0.664076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 330, '2021-05-09 00:00:00', 0.0323849264556587, 0.0592115384615397, 0.0444046298694869, 0.0761346153846154, 0.0565369348302517, 0.10575, 0.0896227735481422, 0.201192307692307, 0.207030674055804, 0.661500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 345, '2021-05-09 00:00:00', 0.0274356309596433, 0.0510769230769221, 0.0352369779547649, 0.077269230769227, 0.0429969766378984, 0.0989999999999983, 0.0831379668891513, 0.20530769230769, 0.199678156426402, 0.657115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 360, '2021-05-09 00:00:00', 0.025660985052141, 0.0551153846153838, 0.0348208215782545, 0.0700192307692317, 0.0347245036515449, 0.0873653846153837, 0.0914711724239705, 0.208846153846155, 0.194211997569667, 0.654500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 375, '2021-05-09 00:00:00', 0.0242899472716901, 0.0408076923076931, 0.0266727172622859, 0.0599230769230772, 0.033075996409203, 0.0821923076923066, 0.0876422470132903, 0.217788461538463, 0.192061808961436, 0.652038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 390, '2021-05-09 00:00:00', 0.0167371190425996, 0.0431346153846164, 0.0203036658304316, 0.0566730769230781, 0.0315073617771137, 0.0824230769230769, 0.0789413706493635, 0.217500000000001, 0.192293057596993, 0.645500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 405, '2021-05-09 00:00:00', 0.0144701815415756, 0.0376153846153855, 0.0234188944099549, 0.0587692307692299, 0.0288561951753861, 0.0804999999999996, 0.0831692620734741, 0.227884615384616, 0.193007767878754, 0.64396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 420, '2021-05-09 00:00:00', 0.0152239815877645, 0.0465192307692299, 0.0209537953235574, 0.0633076923076918, 0.0351135356325057, 0.0834038461538459, 0.0903751093200756, 0.240403846153846, 0.18865584967179, 0.64348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 435, '2021-05-09 00:00:00', 0.018072035345763, 0.0435384615384617, 0.0194243701016574, 0.0566153846153849, 0.0299275856796941, 0.0915961538461529, 0.0920192893657904, 0.248480769230768, 0.186936529746988, 0.642384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 450, '2021-05-09 00:00:00', 0.0180706838659924, 0.0454807692307694, 0.0290255921558881, 0.0637499999999994, 0.031603699880772, 0.0950769230769218, 0.101195659681934, 0.259692307692307, 0.186966418210495, 0.642692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 465, '2021-05-09 00:00:00', 0.0189647141980927, 0.042903846153846, 0.0250443606426684, 0.0714999999999998, 0.0269785741198178, 0.0957884615384614, 0.105659067105188, 0.265961538461539, 0.18408450505135, 0.639250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 480, '2021-05-09 00:00:00', 0.0184731822255529, 0.0595384615384611, 0.0251174242310002, 0.0737499999999996, 0.029635555568373, 0.0946153846153849, 0.11201629174091, 0.266980769230768, 0.184899241792348, 0.643480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 495, '2021-05-09 00:00:00', 0.0250101902308748, 0.052519230769229, 0.0287865620358894, 0.0713846153846141, 0.0486703669123692, 0.112269230769231, 0.112898647535675, 0.268230769230769, 0.183018645540241, 0.644769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 510, '2021-05-09 00:00:00', 0.0206138582959654, 0.0463653846153863, 0.0194319027929282, 0.063826923076925, 0.0416837036963627, 0.110134615384617, 0.100888178769293, 0.263269230769231, 0.17523996734149, 0.639115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 525, '2021-05-09 00:00:00', 0.0141451812942123, 0.0451153846153852, 0.0346703209365915, 0.0851346153846163, 0.0363345565543331, 0.1165, 0.0997317478963528, 0.263692307692307, 0.177259580407249, 0.640326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 540, '2021-05-09 00:00:00', 0.0338953366431704, 0.072076923076924, 0.0319117292157352, 0.0925384615384607, 0.051292299617, 0.1255, 0.0979827457338209, 0.262961538461537, 0.17962913503618, 0.642115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 555, '2021-05-09 00:00:00', 0.0229586668736534, 0.0605961538461535, 0.0281120286327076, 0.0853846153846148, 0.0502376506065087, 0.132192307692308, 0.0936433598615181, 0.258826923076922, 0.184726843037123, 0.638442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 570, '2021-05-09 00:00:00', 0.0253124779202192, 0.0623076923076925, 0.0430191951789697, 0.0916346153846173, 0.0544947280442366, 0.134653846153848, 0.0860374426541235, 0.255807692307692, 0.186121842846604, 0.635903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 585, '2021-05-09 00:00:00', 0.0333970116120502, 0.0659038461538482, 0.0409616894182844, 0.0995000000000018, 0.0578395293363116, 0.139134615384615, 0.0771011249044945, 0.249711538461538, 0.188219100028091, 0.630980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 600, '2021-05-09 00:00:00', 0.0252105365640282, 0.075865384615385, 0.0360357514784324, 0.0998461538461545, 0.0629260982912016, 0.144923076923077, 0.0757223470724059, 0.245576923076922, 0.192356696910072, 0.629326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 615, '2021-05-09 00:00:00', 0.0241487139329479, 0.0665961538461543, 0.0446548472689739, 0.0991538461538452, 0.0597183775347653, 0.149730769230769, 0.0660806034615778, 0.242115384615386, 0.199407422128666, 0.637000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 630, '2021-05-09 00:00:00', 0.031622928633898, 0.0745192307692308, 0.0442374232453092, 0.109480769230772, 0.0575400729926544, 0.152500000000002, 0.0609138641538507, 0.241326923076925, 0.196854125022721, 0.636442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 645, '2021-05-09 00:00:00', 0.0367973713526072, 0.0769423076923083, 0.0414844966407754, 0.105788461538461, 0.0588753213285369, 0.153211538461539, 0.0620696661948368, 0.239288461538463, 0.193280184228453, 0.638519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 660, '2021-05-09 00:00:00', 0.0220212135486196, 0.0705769230769207, 0.0353533645444879, 0.0939038461538458, 0.0578515740095707, 0.139730769230769, 0.0713388016116388, 0.232769230769232, 0.203009803666264, 0.647403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 675, '2021-05-09 00:00:00', 0.0198629148066276, 0.0623461538461558, 0.045211983605439, 0.0982115384615401, 0.0534797049931452, 0.138173076923078, 0.0904950848644035, 0.246903846153847, 0.205219110858463, 0.646788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 690, '2021-05-09 00:00:00', 0.0393997901204856, 0.075211538461539, 0.0482443619663297, 0.101038461538461, 0.0510797265217651, 0.135538461538462, 0.0922495549290923, 0.248403846153846, 0.203237246737743, 0.643038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 705, '2021-05-09 00:00:00', 0.0239539381698725, 0.0616346153846156, 0.0260688437676954, 0.0927307692307693, 0.0336539173625613, 0.120884615384615, 0.094756944133601, 0.243038461538462, 0.206731108336036, 0.638134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 720, '2021-05-09 00:00:00', 0.0188034469016896, 0.0629807692307699, 0.025218765906487, 0.0866153846153844, 0.0291597259140852, 0.11301923076923, 0.095220200264764, 0.237442307692309, 0.209393267285783, 0.632096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 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 983620, 3, 735, '2021-05-09 00:00:00', 0.0196642197521691, 0.055807692307691, 0.020436515207985, 0.0808653846153843, 0.0269245955615657, 0.111423076923077, 0.0961004362433081, 0.241423076923078, 0.210614402495322, 0.631442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983620 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbo[...];[ Date: 2021-05-09 15:56:17 - Database: acaweb_fx - User: pgperfstats ]
5 19s438ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983535, 1, 960, '2021-05-09 00:00:00', 0.0410691349574561, 0.0864230769230764, 0.0604427287730981, 0.114788461538462, 0.0950444450689339, 0.205442307692309, 0.133913894551112, 0.358865384615387, 0.229407705591192, 0.691846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983535, 1, 975, '2021-05-09 00:00:00', 0.028660405547616, 0.0726730769230807, 0.0647526180046911, 0.13469230769231, 0.0945410228419407, 0.212750000000001, 0.136953508394414, 0.34771153846154, 0.233857436025916, 0.689096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 990, '2021-05-09 00:00:00', 0.0597217683544687, 0.113480769230768, 0.0676981791596991, 0.156788461538463, 0.0949106867614956, 0.218038461538462, 0.140742514488748, 0.341846153846156, 0.234449410649389, 0.688384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1005, '2021-05-09 00:00:00', 0.045775085598375, 0.107538461538464, 0.0869397846434324, 0.157615384615386, 0.119998129793122, 0.212365384615384, 0.138448470002937, 0.328173076923077, 0.234695452415711, 0.689346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1020, '2021-05-09 00:00:00', 0.0637856054414982, 0.108288461538463, 0.0672887720660277, 0.137326923076923, 0.107055125986569, 0.228500000000002, 0.123172344860611, 0.312557692307693, 0.230654224227187, 0.697365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1035, '2021-05-09 00:00:00', 0.0338532636763205, 0.0907115384615376, 0.0770794295615799, 0.138461538461539, 0.102878204688844, 0.223250000000001, 0.119919036789889, 0.299846153846154, 0.229660475150064, 0.698923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1050, '2021-05-09 00:00:00', 0.0715748129313237, 0.102923076923079, 0.0855630851387547, 0.171307692307696, 0.0906726169333304, 0.20471153846154, 0.104876742673701, 0.282634615384616, 0.248090898354119, 0.697576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1065, '2021-05-09 00:00:00', 0.0577633134836933, 0.121596153846157, 0.068596221021727, 0.152807692307692, 0.0679353652095422, 0.178576923076924, 0.100965904374464, 0.260923076923078, 0.248321392244313, 0.690576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1080, '2021-05-09 00:00:00', 0.0287012797892107, 0.0892115384615397, 0.0385835606683246, 0.110134615384618, 0.0521720821306363, 0.146115384615387, 0.0750365885110995, 0.227019230769231, 0.264794271376565, 0.676115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1095, '2021-05-09 00:00:00', 0.025924802499065, 0.0648461538461508, 0.0332461218096876, 0.088769230769231, 0.0526105868257879, 0.131923076923075, 0.066922093052007, 0.209057692307691, 0.259431330769079, 0.672346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1110, '2021-05-09 00:00:00', 0.02064278603737, 0.0632692307692328, 0.0375869709422756, 0.0950961538461548, 0.0497346806719269, 0.135038461538462, 0.0606814253673693, 0.201153846153847, 0.258027824975407, 0.669038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1125, '2021-05-09 00:00:00', 0.0293203263703135, 0.0703076923076919, 0.0393230994943981, 0.0936153846153834, 0.0454601643030648, 0.124557692307693, 0.0598155530327625, 0.191096153846154, 0.258392480243048, 0.668576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1140, '2021-05-09 00:00:00', 0.0278786932703387, 0.058692307692307, 0.0359210940813336, 0.085250000000001, 0.0355541623658659, 0.108961538461541, 0.0664390206244674, 0.184711538461538, 0.259237014362118, 0.67051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1155, '2021-05-09 00:00:00', 0.0209617233583952, 0.0575769230769225, 0.0300812042005282, 0.0743269230769227, 0.0356970640895739, 0.0994038461538447, 0.0699688502120763, 0.184499999999998, 0.256824567480487, 0.670961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1170, '2021-05-09 00:00:00', 0.0221402609254283, 0.0536346153846151, 0.0308609599033102, 0.0753269230769226, 0.0368518030035853, 0.0943461538461529, 0.0751214913426154, 0.181961538461536, 0.255709339951559, 0.671557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1185, '2021-05-09 00:00:00', 0.0231522054108155, 0.0552307692307695, 0.027767634729328, 0.0723076923076905, 0.0391065654531098, 0.0902884615384603, 0.0697250230989861, 0.174826923076919, 0.253345584133611, 0.66925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1200, '2021-05-09 00:00:00', 0.0208812024410588, 0.052769230769228, 0.0214856034089347, 0.0633653846153844, 0.0388465076145347, 0.0883653846153846, 0.0678041325039675, 0.181403846153845, 0.252470197022571, 0.668596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1215, '2021-05-09 00:00:00', 0.017823709360978, 0.0412307692307688, 0.0363876194076206, 0.0663269230769244, 0.0419471508154987, 0.0852884615384621, 0.0687766200211858, 0.185288461538461, 0.252977980951217, 0.671673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1230, '2021-05-09 00:00:00', 0.0286970180707667, 0.0491730769230794, 0.0288734107121735, 0.0634230769230791, 0.0307470136135829, 0.084326923076924, 0.0674859330071554, 0.182634615384615, 0.251675805658484, 0.670134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1245, '2021-05-09 00:00:00', 0.0164792176812071, 0.0417307692307695, 0.0179467588674428, 0.057384615384615, 0.0213280331957742, 0.0802500000000006, 0.0702405427524155, 0.177423076923076, 0.252417292623513, 0.671980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1260, '2021-05-09 00:00:00', 0.0148183877457902, 0.0427692307692306, 0.0186581493846925, 0.0599423076923086, 0.0301546080162794, 0.0830961538461549, 0.0696340765386078, 0.174230769230768, 0.252342374257977, 0.675576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1275, '2021-05-09 00:00:00', 0.0162861432370738, 0.0410384615384624, 0.0225819958918946, 0.0564423076923088, 0.0318482278217264, 0.0864807692307684, 0.0695120244163663, 0.169192307692307, 0.25473037404585, 0.677711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1290, '2021-05-09 00:00:00', 0.0160102010749896, 0.0379423076923096, 0.0254205322827517, 0.0567884615384638, 0.0271742242122646, 0.08296153846154, 0.0692280290055983, 0.169, 0.261739395494538, 0.683365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1305, '2021-05-09 00:00:00', 0.0207229434351231, 0.0435961538461543, 0.0240824944401833, 0.0654423076923059, 0.0348530541648127, 0.0858461538461522, 0.075534783123662, 0.168788461538461, 0.266127321321666, 0.685134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1320, '2021-05-09 00:00:00', 0.0215706085645741, 0.0506346153846128, 0.0249163523691676, 0.0622307692307696, 0.0581366460624, 0.099519230769231, 0.0852833196784967, 0.170230769230768, 0.273102528647842, 0.687634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1335, '2021-05-09 00:00:00', 0.0151679444375801, 0.0374423076923094, 0.0264790483212658, 0.0579999999999982, 0.056725140268326, 0.0988076923076913, 0.076064964643085, 0.177173076923076, 0.277233798167095, 0.688826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1350, '2021-05-09 00:00:00', 0.0192857161172147, 0.0436730769230761, 0.0437033223521419, 0.0730961538461558, 0.051156411734387, 0.0924615384615367, 0.0967129794009837, 0.188096153846153, 0.277404070737143, 0.687538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1365, '2021-05-09 00:00:00', 0.0327274290983059, 0.0572692307692326, 0.0411348859990338, 0.077173076923077, 0.0417877834558571, 0.0833269230769209, 0.090490526490982, 0.194153846153844, 0.282116746837463, 0.687326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1380, '2021-05-09 00:00:00', 0.0353932033892602, 0.0536730769230752, 0.0339529312204593, 0.0613076923076904, 0.0398375933780366, 0.0970769230769193, 0.080337856293569, 0.195865384615381, 0.292196788930916, 0.690288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1395, '2021-05-09 00:00:00', 0.0165442995062892, 0.0394230769230771, 0.0193561061723119, 0.0511730769230748, 0.0409168199380925, 0.108615384615384, 0.0803362381111164, 0.204865384615384, 0.292443009569649, 0.690576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1410, '2021-05-09 00:00:00', 0.0157624187913484, 0.0349230769230759, 0.0322289227486524, 0.0752115384615374, 0.037774660819129, 0.10525, 0.0890937967278581, 0.212730769230769, 0.292562341154049, 0.691788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 1, 1425, '2021-05-09 00:00:00', 0.0280835566452397, 0.0628846153846145, 0.0363372874818506, 0.0915384615384608, 0.0347973915910172, 0.101038461538462, 0.0944928914705327, 0.224442307692309, 0.292594017105876, 0.691826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 0, '2021-05-09 00:00:00', 0.030086465139917, 0.0718461538461537, 0.028931969275423, 0.0843269230769229, 0.0362171867403424, 0.0992692307692325, 0.0940413820531248, 0.235807692307693, 0.291433991074902, 0.693134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 15, '2021-05-09 00:00:00', 0.0237630692785786, 0.0507884615384597, 0.0265305701756711, 0.0643653846153848, 0.0315300650173794, 0.0907499999999993, 0.100551953658868, 0.241153846153845, 0.290022066136619, 0.688826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 30, '2021-05-09 00:00:00', 0.0199859662301779, 0.0433269230769239, 0.0260107448212045, 0.0603269230769253, 0.0340549781744394, 0.0873076923076927, 0.111830409033568, 0.251096153846156, 0.290485797349092, 0.687538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 45, '2021-05-09 00:00:00', 0.021960217527298, 0.0456346153846163, 0.0255586505000699, 0.0687307692307722, 0.035602311938757, 0.0882692307692314, 0.118095782507903, 0.257423076923078, 0.289091700250709, 0.686134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 60, '2021-05-09 00:00:00', 0.0192631673248355, 0.0529807692307708, 0.0246167938298538, 0.0649423076923079, 0.0443098573856686, 0.086211538461538, 0.140328477289755, 0.272807692307695, 0.287813652319584, 0.686038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 75, '2021-05-09 00:00:00', 0.0188266688911901, 0.040788461538459, 0.0277136178689204, 0.060230769230766, 0.0443566663101928, 0.105576923076923, 0.140278579975703, 0.275000000000002, 0.287581997002594, 0.68625 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 90, '2021-05-09 00:00:00', 0.01996959226886, 0.0452307692307677, 0.0243411411779745, 0.0583653846153818, 0.0646918880897406, 0.120096153846151, 0.142101341140209, 0.277134615384618, 0.290606485845352, 0.686980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 105, '2021-05-09 00:00:00', 0.0189413670207675, 0.041153846153847, 0.0459519355916079, 0.0884038461538474, 0.07226557857067, 0.124076923076921, 0.144865456146781, 0.277096153846155, 0.294643558454042, 0.687057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 120, '2021-05-09 00:00:00', 0.0388532000464081, 0.0743653846153877, 0.0663194831565639, 0.0989230769230765, 0.0714983297276649, 0.128865384615386, 0.142027305067073, 0.271346153846155, 0.301393897646355, 0.685807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 135, '2021-05-09 00:00:00', 0.042910967757043, 0.0618653846153832, 0.0459893298661594, 0.083038461538459, 0.0496600907710058, 0.12373076923077, 0.134762122331849, 0.255980769230769, 0.302436177628374, 0.684307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 150, '2021-05-09 00:00:00', 0.0322297282739934, 0.0611538461538468, 0.0437579882817022, 0.0886923076923076, 0.0529354360009944, 0.126596153846156, 0.132003805306455, 0.253730769230768, 0.301241973400888, 0.686942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 165, '2021-05-09 00:00:00', 0.0328270994993251, 0.0694615384615378, 0.0322438127636666, 0.099711538461539, 0.0508883430810875, 0.135288461538463, 0.125347935762818, 0.248249999999998, 0.298767236387228, 0.686807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 180, '2021-05-09 00:00:00', 0.0266421369551791, 0.0722884615384618, 0.0466915904139578, 0.0987692307692312, 0.0517060962035954, 0.140596153846155, 0.117147640246761, 0.240480769230767, 0.291790478702679, 0.69021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 195, '2021-05-09 00:00:00', 0.0424542831036671, 0.0676153846153844, 0.0487387580726233, 0.0965576923076915, 0.0583908086813473, 0.135942307692305, 0.108009251740481, 0.228038461538459, 0.284315897577648, 0.691519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 210, '2021-05-09 00:00:00', 0.0288199516894913, 0.0669807692307704, 0.0341711079039682, 0.0932307692307695, 0.0608698643387273, 0.133096153846152, 0.0920505212453386, 0.22153846153846, 0.28464834715568, 0.701192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 225, '2021-05-09 00:00:00', 0.0256602056469985, 0.0671153846153831, 0.0420098935233838, 0.0908653846153823, 0.0618358403666193, 0.131365384615383, 0.0876807342227834, 0.220365384615385, 0.273705766359537, 0.70394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 240, '2021-05-09 00:00:00', 0.0216083050273235, 0.0616730769230779, 0.0327004351888234, 0.0925384615384623, 0.0740929483824241, 0.135250000000001, 0.0768821800899565, 0.202980769230771, 0.267918458461927, 0.70290384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 255, '2021-05-09 00:00:00', 0.0260084305858393, 0.06546153846154, 0.0340470093569719, 0.082673076923077, 0.0676543136381291, 0.125884615384617, 0.0693022477157935, 0.200692307692307, 0.26815735980089, 0.702019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 270, '2021-05-09 00:00:00', 0.0252181558527844, 0.0546538461538459, 0.0612866938752112, 0.090673076923077, 0.0640729302015722, 0.110403846153846, 0.0697282306805919, 0.190884615384614, 0.269544930605983, 0.700480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 285, '2021-05-09 00:00:00', 0.0496147000549096, 0.0650384615384627, 0.0494197873793038, 0.0806538461538487, 0.0519184901107954, 0.0990192307692313, 0.0691664658631593, 0.180000000000001, 0.273265658288779, 0.700000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 300, '2021-05-09 00:00:00', 0.0221626157856312, 0.0478076923076927, 0.0247557996312914, 0.0589807692307683, 0.0424058958165016, 0.0890000000000014, 0.0676943469972511, 0.177269230769231, 0.269440979693997, 0.697807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 315, '2021-05-09 00:00:00', 0.0203548520014287, 0.0474999999999978, 0.0263572789537557, 0.0663846153846143, 0.0519430938624184, 0.10075, 0.0767631021139286, 0.190423076923077, 0.270721824302817, 0.698115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 330, '2021-05-09 00:00:00', 0.0221803100484676, 0.0496153846153843, 0.0389816130226312, 0.0706153846153856, 0.0558169432506495, 0.102134615384614, 0.0743416670618695, 0.195788461538461, 0.270721824302817, 0.698115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 345, '2021-05-09 00:00:00', 0.031890196226813, 0.0512692307692324, 0.0446577411671703, 0.0740769230769221, 0.0437213774503274, 0.101173076923077, 0.0792310472362547, 0.219326923076923, 0.274960395050183, 0.694826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 360, '2021-05-09 00:00:00', 0.0259895911117079, 0.0491730769230767, 0.0298903187310917, 0.067134615384614, 0.0270706554153278, 0.0899038461538458, 0.0856329286054049, 0.228538461538462, 0.27633443575605, 0.694903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 375, '2021-05-09 00:00:00', 0.017862261464197, 0.0445961538461547, 0.0214898544935461, 0.0664230769230765, 0.0247692427138039, 0.087653846153846, 0.0874956262643115, 0.24073076923077, 0.274077070154755, 0.699596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 390, '2021-05-09 00:00:00', 0.0169395872259187, 0.0415192307692323, 0.02263526860047, 0.0578461538461562, 0.0285324646405037, 0.0831923076923081, 0.0905963915056554, 0.250615384615385, 0.273049565097621, 0.700250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 405, '2021-05-09 00:00:00', 0.0160032688968437, 0.0422307692307708, 0.0202337209019621, 0.0607115384615392, 0.0508497674149451, 0.0881730769230776, 0.0897791756735143, 0.264096153846154, 0.273853628085123, 0.700980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 420, '2021-05-09 00:00:00', 0.0187697485741928, 0.0462115384615367, 0.0261555186116843, 0.0621346153846142, 0.0527113037067126, 0.0888076923076917, 0.0924488049596199, 0.272192307692308, 0.274372091538817, 0.703230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 435, '2021-05-09 00:00:00', 0.0130755349942024, 0.0390192307692312, 0.0422752928389088, 0.0604038461538465, 0.0402004209698585, 0.0920769230769216, 0.0942425532663144, 0.276326923076924, 0.274677081035448, 0.703826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 450, '2021-05-09 00:00:00', 0.037632678107444, 0.0480384615384635, 0.0364174936830323, 0.0670769230769242, 0.0346202475216672, 0.0933076923076929, 0.0898952745399659, 0.282096153846155, 0.274496666646428, 0.704000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 465, '2021-05-09 00:00:00', 0.0172563477729644, 0.0498076923076918, 0.0215157992039496, 0.0769807692307679, 0.0291939469490069, 0.0954423076923076, 0.0868439626350291, 0.287576923076925, 0.274354442983188, 0.703096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 480, '2021-05-09 00:00:00', 0.0175989619449115, 0.0587884615384613, 0.0237755934974039, 0.0731730769230776, 0.0224642964587031, 0.0942307692307682, 0.0943095985815652, 0.296096153846156, 0.273824238967543, 0.701576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 495, '2021-05-09 00:00:00', 0.0208279490478148, 0.0482115384615413, 0.0213415088501261, 0.0625000000000022, 0.0392004317087692, 0.102423076923078, 0.124754663856093, 0.309884615384616, 0.270563375911477, 0.704403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 510, '2021-05-09 00:00:00', 0.0185719909044213, 0.0436730769230761, 0.0232181957822856, 0.0662692307692296, 0.0392304875555494, 0.117365384615385, 0.145663876784881, 0.328750000000002, 0.272095794782759, 0.707307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 525, '2021-05-09 00:00:00', 0.0122574937832388, 0.0488846153846149, 0.0283399961999912, 0.0838461538461519, 0.0587510425439414, 0.15275, 0.145671226238564, 0.332615384615384, 0.271631847147227, 0.707403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 540, '2021-05-09 00:00:00', 0.0265578903239983, 0.0728076923076912, 0.0278158297488214, 0.101903846153846, 0.083632198436877, 0.17573076923077, 0.146525156674418, 0.334807692307692, 0.267979465344181, 0.710423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 555, '2021-05-09 00:00:00', 0.026777983206645, 0.0720961538461554, 0.0617158033619828, 0.127403846153847, 0.0904698100940931, 0.188557692307692, 0.144623198745518, 0.333519230769231, 0.269017362894035, 0.71819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 570, '2021-05-09 00:00:00', 0.0606823412407692, 0.0979423076923069, 0.0766297692705743, 0.138192307692309, 0.086508816802771, 0.198846153846153, 0.144064990675952, 0.331307692307692, 0.270718073620167, 0.718153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 585, '2021-05-09 00:00:00', 0.0301147037942511, 0.0863461538461562, 0.0451968046862384, 0.136865384615386, 0.0611812565566139, 0.193615384615385, 0.119114921883805, 0.319269230769232, 0.272387162947266, 0.71844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 600, '2021-05-09 00:00:00', 0.0350451851186423, 0.11025, 0.0428824152591906, 0.146192307692308, 0.0610629057737883, 0.192461538461539, 0.113567101479529, 0.322557692307692, 0.276219715360517, 0.721365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 615, '2021-05-09 00:00:00', 0.0443756560081546, 0.0991730769230755, 0.0640593504854339, 0.139903846153845, 0.0696848730964015, 0.178307692307692, 0.125957100450298, 0.321365384615384, 0.281298506244494, 0.724480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 630, '2021-05-09 00:00:00', 0.0372461923712175, 0.0981730769230773, 0.0480103073868989, 0.131980769230768, 0.0499117875702881, 0.170057692307692, 0.118435694983203, 0.318923076923077, 0.278688641401391, 0.717673076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 645, '2021-05-09 00:00:00', 0.0282521612515657, 0.08626923076923, 0.0324093588097866, 0.108442307692309, 0.0532208641851606, 0.155903846153846, 0.109467691053642, 0.318346153846153, 0.285057233794304, 0.72044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 660, '2021-05-09 00:00:00', 0.0241804434647914, 0.0834230769230768, 0.0418924860161741, 0.123403846153847, 0.0447687562755723, 0.179807692307693, 0.124165962138768, 0.336115384615383, 0.288985804815071, 0.732846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 675, '2021-05-09 00:00:00', 0.0350824742570984, 0.0870000000000022, 0.0379697906236011, 0.116750000000001, 0.0597026767857604, 0.176519230769231, 0.126379071112998, 0.332980769230769, 0.27521966611306, 0.736269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 690, '2021-05-09 00:00:00', 0.0302171118102602, 0.0899230769230767, 0.0358509360461428, 0.135519230769231, 0.092440117831037, 0.191846153846154, 0.13819569875306, 0.339634615384616, 0.275605370747043, 0.742096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 705, '2021-05-09 00:00:00', 0.0322467648943869, 0.0874230769230773, 0.0554830154191343, 0.11875, 0.0809498895328751, 0.170230769230769, 0.146909286505444, 0.330461538461538, 0.277166204649846, 0.738250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 720, '2021-05-09 00:00:00', 0.0345095137384127, 0.0819423076923076, 0.0686906443075389, 0.12673076923077, 0.0694182003401252, 0.158557692307691, 0.16999147150553, 0.339403846153846, 0.268232545492783, 0.743038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 735, '2021-05-09 00:00:00', 0.0427598121892707, 0.0871923076923108, 0.0411380462121621, 0.108173076923078, 0.0453620478441582, 0.139346153846156, 0.171986870026577, 0.338788461538462, 0.266232397756893, 0.737019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 750, '2021-05-09 00:00:00', 0.0208973314453894, 0.0764615384615368, 0.0334844165821415, 0.104884615384615, 0.0484169272688146, 0.14132692307692, 0.178146004294665, 0.343326923076921, 0.260779455892109, 0.73126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 765, '2021-05-09 00:00:00', 0.0276366534765832, 0.0802307692307697, 0.0244800703870307, 0.101423076923076, 0.0460434619095407, 0.139596153846152, 0.179384044398091, 0.345153846153845, 0.260093379680927, 0.727384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 780, '2021-05-09 00:00:00', 0.0190115349600818, 0.0774615384615367, 0.0366813513717969, 0.111307692307688, 0.0538007899570237, 0.145749999999997, 0.176050670153622, 0.37003846153846, 0.258636183440398, 0.725346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 795, '2021-05-09 00:00:00', 0.0288774932323529, 0.0720192307692287, 0.0319449767328377, 0.0971923076923072, 0.0683842087034721, 0.144999999999999, 0.177446903217665, 0.370211538461537, 0.253557440010377, 0.721346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 810, '2021-05-09 00:00:00', 0.0219248804926147, 0.0750961538461528, 0.0344442470355499, 0.100384615384613, 0.0704724850835155, 0.148365384615382, 0.192271722789952, 0.373153846153846, 0.254971625118141, 0.717480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 825, '2021-05-09 00:00:00', 0.0249596366467638, 0.0687115384615381, 0.0633079682674611, 0.108173076923075, 0.074166838951111, 0.160499999999997, 0.186794061839402, 0.373307692307692, 0.25280075842754, 0.714788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 840, '2021-05-09 00:00:00', 0.0544439584837889, 0.0827692307692303, 0.0564180038094773, 0.111365384615383, 0.0972607775321257, 0.176673076923077, 0.194574934151346, 0.393250000000001, 0.2536140738633, 0.716961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 855, '2021-05-09 00:00:00', 0.0217407097754072, 0.0694615384615389, 0.0527818296240413, 0.116807692307691, 0.0899955810880962, 0.174230769230768, 0.177547658823897, 0.384865384615384, 0.251136852057876, 0.709038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 870, '2021-05-09 00:00:00', 0.0500180121402411, 0.0821923076923094, 0.0795280792212109, 0.131346153846154, 0.100448724003077, 0.180615384615386, 0.176254829721062, 0.391250000000001, 0.248621974398579, 0.709115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 885, '2021-05-09 00:00:00', 0.0649881646029602, 0.098807692307693, 0.0649732134155178, 0.132461538461537, 0.0876947853900997, 0.181346153846155, 0.172031741257249, 0.384000000000003, 0.252290623015481, 0.702461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 900, '2021-05-09 00:00:00', 0.0313092023827826, 0.087384615384614, 0.0449720639782235, 0.119442307692308, 0.0846466501677137, 0.181153846153846, 0.162658604255853, 0.370692307692307, 0.251242077563577, 0.700192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 915, '2021-05-09 00:00:00', 0.0320859003302065, 0.0842499999999995, 0.0425516337930927, 0.122692307692308, 0.0741778968737689, 0.175596153846155, 0.151605882014976, 0.360211538461538, 0.243564429163715, 0.694865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 930, '2021-05-09 00:00:00', 0.0361430544450152, 0.100096153846157, 0.0599572315520406, 0.133980769230772, 0.0715736092317693, 0.184807692307695, 0.149407033095708, 0.352807692307694, 0.241470702953, 0.692403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 945, '2021-05-09 00:00:00', 0.0385144578248014, 0.0892884615384632, 0.0423906784020338, 0.123519230769233, 0.0597875115593666, 0.177557692307693, 0.147931830714224, 0.348557692307693, 0.236210125654129, 0.69771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 960, '2021-05-09 00:00:00', 0.0277856908387156, 0.0892307692307684, 0.0530031929372049, 0.12803846153846, 0.0621062365256877, 0.201230769230768, 0.134703977441135, 0.343807692307695, 0.232515620649786, 0.700576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 975, '2021-05-09 00:00:00', 0.0391400640697557, 0.0912307692307692, 0.0376943425667369, 0.138711538461536, 0.0698897951173038, 0.205788461538459, 0.138137618114915, 0.34219230769231, 0.234595403751949, 0.698711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 990, '2021-05-09 00:00:00', 0.0295173482236099, 0.103076923076922, 0.0638048105251778, 0.170923076923077, 0.0891714360095197, 0.215749999999999, 0.131864802558705, 0.338384615384618, 0.230036583210988, 0.704519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1005, '2021-05-09 00:00:00', 0.0445227513145271, 0.120346153846153, 0.0465890710195144, 0.147307692307691, 0.0713438073427105, 0.192673076923076, 0.119524553319197, 0.322173076923077, 0.219952243942601, 0.705519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1020, '2021-05-09 00:00:00', 0.0307947860222109, 0.0988269230769216, 0.0696041996964566, 0.136230769230768, 0.0893728060516082, 0.207961538461538, 0.113022831253757, 0.306596153846155, 0.215203009701575, 0.695846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1035, '2021-05-09 00:00:00', 0.0442954243165628, 0.0882692307692303, 0.0449295688143815, 0.125884615384613, 0.076558627610077, 0.197711538461537, 0.11372516804188, 0.291076923076925, 0.214454216917848, 0.696134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1050, '2021-05-09 00:00:00', 0.0323418519045428, 0.0926538461538437, 0.0636110567312133, 0.155942307692307, 0.0798501481141131, 0.188884615384614, 0.113679422737126, 0.280634615384615, 0.215446538969292, 0.696134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1065, '2021-05-09 00:00:00', 0.0426202597183727, 0.119557692307694, 0.0514570657479099, 0.137980769230769, 0.0783115965476788, 0.172115384615386, 0.106596956588106, 0.264634615384616, 0.205848484234253, 0.686961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1080, '2021-05-09 00:00:00', 0.0280405269894517, 0.0841346153846132, 0.0398989926612759, 0.112480769230767, 0.0599001990493656, 0.157923076923076, 0.0962518251575179, 0.237576923076923, 0.208138836800384, 0.678846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1095, '2021-05-09 00:00:00', 0.0333894271612096, 0.0759230769230749, 0.0465973133923502, 0.102480769230769, 0.0440478585876102, 0.137423076923077, 0.084495008955928, 0.216942307692308, 0.213086551573627, 0.67096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1110, '2021-05-09 00:00:00', 0.0265748941672391, 0.0707499999999979, 0.0339101527796388, 0.102038461538462, 0.0348639333144423, 0.121923076923077, 0.0819065039213365, 0.205346153846155, 0.218283474831735, 0.663846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1125, '2021-05-09 00:00:00', 0.0290881220802212, 0.0683269230769252, 0.0302396072420573, 0.0845769230769246, 0.0332662915553627, 0.106115384615386, 0.0733632820547599, 0.192634615384616, 0.219897546948226, 0.657365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1140, '2021-05-09 00:00:00', 0.0187713468227059, 0.056211538461539, 0.0190991844368745, 0.0756730769230748, 0.0264778862739954, 0.103038461538464, 0.0747492217608086, 0.197384615384617, 0.219960721143923, 0.657326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1155, '2021-05-09 00:00:00', 0.0144146960265741, 0.0507115384615368, 0.0188658523426725, 0.0664038461538468, 0.0260942448709417, 0.100019230769236, 0.0778087003242832, 0.190423076923077, 0.221284353265208, 0.655250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1170, '2021-05-09 00:00:00', 0.0129902330173951, 0.0453846153846167, 0.0249178342064186, 0.0695384615384645, 0.0295370171922513, 0.0983461538461572, 0.0810905121074393, 0.186365384615385, 0.215934677622658, 0.657750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1185, '2021-05-09 00:00:00', 0.021111462435225, 0.0544230769230783, 0.0251165284225353, 0.0745000000000043, 0.0287096941547875, 0.0954423076923092, 0.0741595265937958, 0.180153846153847, 0.214289819026622, 0.656557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1200, '2021-05-09 00:00:00', 0.0193885374542648, 0.0521538461538487, 0.0254190192269789, 0.0689423076923095, 0.0311162584264467, 0.0971923076923088, 0.0677794982617585, 0.181596153846153, 0.214494106069287, 0.654807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1215, '2021-05-09 00:00:00', 0.0165081797906359, 0.0445000000000004, 0.0223255717473511, 0.0606346153846141, 0.0330603411029914, 0.0918846153846174, 0.0601873613106512, 0.176961538461538, 0.212772974896143, 0.659326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1230, '2021-05-09 00:00:00', 0.0192032949897029, 0.0450576923076916, 0.0263566660667434, 0.0710769230769219, 0.0417502141864615, 0.103403846153844, 0.0571823264788914, 0.174038461538461, 0.213596290662119, 0.657653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1245, '2021-05-09 00:00:00', 0.0167845625043248, 0.0458076923076935, 0.0243598108493381, 0.0639038461538474, 0.0393764474703406, 0.095730769230771, 0.0556943029816824, 0.164153846153847, 0.217304115150954, 0.656961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1260, '2021-05-09 00:00:00', 0.0194806017913701, 0.0440769230769253, 0.0323326281974413, 0.0701730769230753, 0.0475460788644511, 0.101019230769232, 0.0542679817770461, 0.161076923076925, 0.220628814632529, 0.654576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1275, '2021-05-09 00:00:00', 0.0217900471281284, 0.0496153846153799, 0.0235862492534513, 0.063865384615384, 0.0371591017942255, 0.0981730769230762, 0.0479064031371423, 0.16121153846154, 0.222089352254035, 0.650903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1290, '2021-05-09 00:00:00', 0.0181052159930185, 0.0433269230769255, 0.0279230260647939, 0.0708461538461576, 0.0298886201652804, 0.0895192307692319, 0.0551057759083498, 0.163942307692308, 0.221187276202424, 0.651134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1305, '2021-05-09 00:00:00', 0.0220431482464577, 0.0500961538461526, 0.0258670342625207, 0.0672884615384598, 0.0276570758785851, 0.0795769230769188, 0.0553575962406075, 0.16478846153846, 0.219604368038388, 0.653038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1320, '2021-05-09 00:00:00', 0.016783920876836, 0.0474999999999989, 0.0172938962109108, 0.0563269230769215, 0.0326916832519552, 0.079384615384614, 0.0616481455207999, 0.161576923076922, 0.218366082883417, 0.654115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1335, '2021-05-09 00:00:00', 0.00962808392152809, 0.0350000000000004, 0.0160643896673548, 0.0477692307692271, 0.0352680286683823, 0.0765769230769214, 0.0586017064597933, 0.1725, 0.21852169492718, 0.654365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1350, '2021-05-09 00:00:00', 0.0142571574467549, 0.0374423076923039, 0.0316642482207396, 0.0617307692307688, 0.0363162656924704, 0.0793653846153837, 0.0562572559422653, 0.181326923076924, 0.218346207978208, 0.654057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1365, '2021-05-09 00:00:00', 0.0218791787217558, 0.0484615384615387, 0.0227504860472179, 0.0617692307692295, 0.0249819627239023, 0.0740384615384609, 0.0609670276587124, 0.185461538461537, 0.218346207978208, 0.654057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1380, '2021-05-09 00:00:00', 0.0131965758962192, 0.0435192307692276, 0.0185974874233482, 0.0539423076923078, 0.0176477063229621, 0.0831923076923065, 0.0721981994235293, 0.202000000000001, 0.219878467305503, 0.654903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1395, '2021-05-09 00:00:00', 0.0155917137756426, 0.038192307692307, 0.0160274284131418, 0.0500384615384605, 0.0281262538182073, 0.0978846153846149, 0.0709936183480853, 0.221923076923077, 0.220508109915403, 0.655057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1410, '2021-05-09 00:00:00', 0.0106548833152459, 0.0350576923076935, 0.0169179922431267, 0.0635384615384605, 0.0264319809205571, 0.0924807692307708, 0.0748245846065206, 0.239961538461538, 0.224054249097094, 0.656557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 2, 1425, '2021-05-09 00:00:00', 0.0189281637940764, 0.0538461538461513, 0.0261446052679195, 0.085903846153847, 0.0235100305925259, 0.0903076923076934, 0.0847722469099037, 0.251076923076923, 0.223749115167999, 0.655942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 0, '2021-05-09 00:00:00', 0.0229652915371154, 0.0647692307692312, 0.0219221700217297, 0.0726923076923094, 0.0243956253959948, 0.0845576923076949, 0.0952942104141775, 0.260557692307696, 0.223645933255089, 0.65571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 15, '2021-05-09 00:00:00', 0.0214451357224398, 0.0450769230769235, 0.0183292116578985, 0.0585, 0.0316426987568307, 0.0880961538461553, 0.0924313237781684, 0.26548076923077, 0.225563940278245, 0.650134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 30, '2021-05-09 00:00:00', 0.0158474093976071, 0.0425961538461556, 0.0165059546364788, 0.0560576923076949, 0.0467003088443064, 0.098826923076926, 0.0897531422205471, 0.264557692307694, 0.225356203512439, 0.648461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 45, '2021-05-09 00:00:00', 0.014479587754435, 0.04096153846154, 0.0228047903199848, 0.0694615384615411, 0.0460791835197401, 0.102365384615386, 0.0905935215887222, 0.266884615384617, 0.225242956860778, 0.649019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 60, '2021-05-09 00:00:00', 0.0238814701261197, 0.0577307692307711, 0.0368787670826755, 0.080211538461541, 0.0531986986538325, 0.10369230769231, 0.0904216809433188, 0.265096153846155, 0.225849153197441, 0.648000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 75, '2021-05-09 00:00:00', 0.0274410206695103, 0.0495192307692327, 0.0406409087193962, 0.0692115384615388, 0.0535879327690615, 0.115942307692306, 0.0924582587732675, 0.25498076923077, 0.22096610338727, 0.643673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 90, '2021-05-09 00:00:00', 0.0217609477310572, 0.0491730769230778, 0.0293452132120643, 0.0681923076923086, 0.0437772025321226, 0.118211538461538, 0.0852831843827459, 0.249192307692309, 0.211525482189228, 0.63898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 105, '2021-05-09 00:00:00', 0.0171310783710119, 0.0454230769230768, 0.0367749758144587, 0.0911730769230739, 0.0473614416360617, 0.120384615384615, 0.0819155568957351, 0.24746153846154, 0.209279773178251, 0.63771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 120, '2021-05-09 00:00:00', 0.0352173252817435, 0.0769999999999998, 0.0417983805354309, 0.0957307692307699, 0.0614506337202088, 0.139096153846157, 0.0857223335049753, 0.246461538461541, 0.211812649437043, 0.64046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 135, '2021-05-09 00:00:00', 0.0224422335375497, 0.056076923076923, 0.0276374119349397, 0.0780576923076906, 0.0586738835887356, 0.144230769230771, 0.102143232766539, 0.2385, 0.211382980902876, 0.642230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 150, '2021-05-09 00:00:00', 0.0196636427488357, 0.0586730769230756, 0.0574663513585253, 0.0998076923076939, 0.064012823234579, 0.154692307692308, 0.100475661040562, 0.234038461538463, 0.209929449687639, 0.640576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 165, '2021-05-09 00:00:00', 0.0495723752165997, 0.078903846153848, 0.0520275851388912, 0.117519230769232, 0.0717052755274081, 0.156557692307693, 0.101097949458013, 0.228153846153848, 0.202226868982494, 0.636442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 180, '2021-05-09 00:00:00', 0.0397073525452643, 0.0824230769230753, 0.0541873956391514, 0.112076923076921, 0.0880337631908287, 0.147788461538462, 0.101937107307168, 0.216423076923076, 0.19548043085218, 0.636326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 195, '2021-05-09 00:00:00', 0.0367425973706068, 0.0680384615384612, 0.0469140293925642, 0.0928846153846156, 0.0680723257900115, 0.137307692307695, 0.0760407810626322, 0.196903846153845, 0.191170495792469, 0.629538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 210, '2021-05-09 00:00:00', 0.0296204516144845, 0.0638653846153813, 0.0504550828422219, 0.0968461538461533, 0.0605957475024822, 0.12976923076923, 0.0689649102526314, 0.194673076923076, 0.191041372885161, 0.628115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 225, '2021-05-09 00:00:00', 0.0402328654403169, 0.0692884615384644, 0.0556597389363409, 0.100057692307691, 0.0615303177303684, 0.124499999999999, 0.0645065411113771, 0.188423076923077, 0.19239505830852, 0.627038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 240, '2021-05-09 00:00:00', 0.0379927574069676, 0.0675192307692296, 0.0484064522081987, 0.0887307692307671, 0.0476294188339681, 0.11130769230769, 0.0632962387994248, 0.184923076923077, 0.191309379922036, 0.625173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 255, '2021-05-09 00:00:00', 0.0279484415417972, 0.0533461538461528, 0.0301672772285567, 0.0697307692307682, 0.0365414885385824, 0.0935961538461558, 0.0647141525360671, 0.181807692307694, 0.189056776168919, 0.621730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 270, '2021-05-09 00:00:00', 0.0221639433453409, 0.0520961538461545, 0.0209171350443031, 0.0684423076923098, 0.0258622980714905, 0.0920384615384643, 0.0694857816114473, 0.182423076923078, 0.187207038822303, 0.623153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 285, '2021-05-09 00:00:00', 0.0196293442031589, 0.0521346153846173, 0.0260361952200857, 0.0727115384615397, 0.0345850345580945, 0.094730769230769, 0.0686051382915301, 0.183750000000002, 0.186905710494315, 0.623269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 300, '2021-05-09 00:00:00', 0.0227050316348256, 0.0515384615384611, 0.0225486482624027, 0.0646923076923089, 0.0463398150788126, 0.0960384615384621, 0.0735408965238959, 0.181788461538463, 0.187884899299054, 0.622346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 315, '2021-05-09 00:00:00', 0.0179048768603622, 0.0447692307692303, 0.0272550912675056, 0.069499999999999, 0.0575337392652868, 0.0968653846153836, 0.0879263962291525, 0.192634615384616, 0.187679043746334, 0.622211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 330, '2021-05-09 00:00:00', 0.0201079490596298, 0.0515192307692303, 0.0367863478020796, 0.0728461538461519, 0.0515680021539902, 0.0953269230769213, 0.0840788938117966, 0.193903846153847, 0.187239095399849, 0.620326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 345, '2021-05-09 00:00:00', 0.0329701963317448, 0.052076923076923, 0.0481907308355168, 0.0725576923076911, 0.0494715963574422, 0.100673076923077, 0.0963098045971355, 0.206038461538461, 0.187249308307237, 0.61921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 360, '2021-05-09 00:00:00', 0.0243108079794817, 0.0516538461538468, 0.0294328701650682, 0.0699230769230774, 0.0327512066718399, 0.0933076923076924, 0.0998893329948393, 0.207673076923078, 0.19008572155336, 0.616307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 375, '2021-05-09 00:00:00', 0.0192604117697042, 0.04328846153846, 0.0222631896947538, 0.0590192307692327, 0.027816272216097, 0.0827499999999956, 0.0935441894754299, 0.230153846153845, 0.186469679944117, 0.614307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 390, '2021-05-09 00:00:00', 0.013854296750883, 0.0401923076923127, 0.0236451653864765, 0.0575769230769231, 0.0281922793577352, 0.0817692307692315, 0.0861722715530661, 0.237596153846155, 0.18317401667435, 0.614903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 405, '2021-05-09 00:00:00', 0.0190117069196824, 0.0402499999999976, 0.0244822070397731, 0.0575384615384586, 0.0265538060432854, 0.0777692307692299, 0.0958688366788376, 0.257076923076923, 0.181095130121838, 0.613384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 420, '2021-05-09 00:00:00', 0.0215112492931921, 0.04307692307692, 0.0255783036064645, 0.057980769230769, 0.0319885315987799, 0.0826153846153872, 0.104615559954604, 0.273346153846153, 0.182920177000366, 0.615365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 435, '2021-05-09 00:00:00', 0.0166199717670751, 0.0397115384615373, 0.0221097350643409, 0.0555961538461531, 0.0341430305986671, 0.0935576923076952, 0.0969722105315993, 0.29601923076923, 0.183461674891094, 0.620115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 450, '2021-05-09 00:00:00', 0.0196400003916652, 0.0405192307692297, 0.0275416677334274, 0.0657884615384641, 0.0420098752126772, 0.105019230769229, 0.110673304751486, 0.316403846153845, 0.183984674319941, 0.620903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 465, '2021-05-09 00:00:00', 0.0220419268318699, 0.0524423076923121, 0.0308991909279182, 0.0810000000000053, 0.0390948157098189, 0.108230769230771, 0.105709674981126, 0.328846153846153, 0.180078773361503, 0.619769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 480, '2021-05-09 00:00:00', 0.025113343066983, 0.0625000000000011, 0.0354368398052723, 0.0840192307692275, 0.0398302793593787, 0.104134615384615, 0.106720975157002, 0.346557692307691, 0.179474883608133, 0.620576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 495, '2021-05-09 00:00:00', 0.022473103582179, 0.0525961538461508, 0.0306835711490938, 0.0726923076923077, 0.0604947550174002, 0.120346153846151, 0.107494645662719, 0.349673076923075, 0.181576554103219, 0.623250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 510, '2021-05-09 00:00:00', 0.0226272810154902, 0.0500769230769244, 0.0313993446771398, 0.0701730769230769, 0.057046529591743, 0.125557692307691, 0.102858298719086, 0.345019230769229, 0.18043670209117, 0.624211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 525, '2021-05-09 00:00:00', 0.0184937931375759, 0.0484038461538455, 0.0428333847151253, 0.0928269230769209, 0.0562171339881896, 0.131884615384613, 0.0978456496419038, 0.341865384615384, 0.178831012841302, 0.622865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 540, '2021-05-09 00:00:00', 0.0403136596434259, 0.0853653846153839, 0.0422897559881611, 0.10828846153846, 0.0637801994834897, 0.150576923076922, 0.0957235522822797, 0.347461538461539, 0.17985252612584, 0.625365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 555, '2021-05-09 00:00:00', 0.0276652239351977, 0.0737307692307693, 0.0394641463375789, 0.101826923076922, 0.0661439223325809, 0.171538461538462, 0.0906296606228632, 0.341653846153847, 0.176782305284035, 0.62171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 570, '2021-05-09 00:00:00', 0.0327074209410578, 0.0778461538461517, 0.0429790109776335, 0.111153846153844, 0.0678088971924895, 0.178942307692308, 0.0926825848714949, 0.337307692307694, 0.171912188004852, 0.61690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 585, '2021-05-09 00:00:00', 0.030284319374883, 0.0755000000000009, 0.0465272666128325, 0.131057692307692, 0.0817077084208383, 0.185980769230771, 0.0843876791043312, 0.325903846153848, 0.162175659750115, 0.606269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 600, '2021-05-09 00:00:00', 0.0323887266712459, 0.103480769230769, 0.0460072444128262, 0.133557692307695, 0.0904162787419302, 0.192288461538464, 0.089970877766939, 0.327173076923078, 0.167688136592445, 0.607634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 615, '2021-05-09 00:00:00', 0.0338890270418949, 0.0883846153846138, 0.0757058375962762, 0.131923076923076, 0.0777727161967195, 0.197846153846152, 0.0836917236970561, 0.321730769230768, 0.178126200940621, 0.609211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 630, '2021-05-09 00:00:00', 0.0456870457990702, 0.0963846153846154, 0.0624055378459815, 0.134634615384616, 0.0690542512477299, 0.198519230769231, 0.0776733000358625, 0.306192307692309, 0.176993812364684, 0.601519230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 645, '2021-05-09 00:00:00', 0.031259976868931, 0.0881153846153839, 0.0491162514229862, 0.134115384615383, 0.0659199047796176, 0.196076923076922, 0.0802813705758577, 0.295961538461537, 0.173307197240578, 0.602769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 660, '2021-05-09 00:00:00', 0.0439139893603203, 0.0980384615384623, 0.0553030427595237, 0.137942307692307, 0.0794590170126451, 0.195653846153845, 0.0923652886016249, 0.291057692307693, 0.180231847480278, 0.603673076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 675, '2021-05-09 00:00:00', 0.0348943239819024, 0.0889230769230757, 0.0599942176700895, 0.132884615384615, 0.0716510051462034, 0.175442307692308, 0.117248652608297, 0.288557692307693, 0.187013739725599, 0.60417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 690, '2021-05-09 00:00:00', 0.059488825712192, 0.0994038461538469, 0.0810135411283431, 0.133423076923077, 0.073770496499928, 0.168115384615387, 0.119543110987691, 0.280846153846156, 0.189512654336973, 0.605884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 705, '2021-05-09 00:00:00', 0.0348626811714398, 0.0850576923076913, 0.0367401478159563, 0.116961538461541, 0.0397603639125869, 0.142442307692309, 0.105257210606284, 0.280096153846154, 0.194483093985448, 0.608076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 720, '2021-05-09 00:00:00', 0.0255591395665938, 0.0779807692307699, 0.033943210491372, 0.104692307692307, 0.0415429758942925, 0.140326923076922, 0.0939403738876635, 0.284423076923075, 0.195884617725683, 0.611288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983535 and enddate = '2021-05-09 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 983535, 3, 735, '2021-05-09 00:00:00', 0.0270539916008416, 0.075538461538467, 0.0343935145943814, 0.0954230769230767, 0.0501992644751517, 0.142884615384618, 0.0916564572403215, 0.285615384615384, 0.195871359865051, 0.613519230769233 where not exists (select 1 from powerstats[...];[ Date: 2021-05-09 15:50:45 - Database: acaweb_fx - User: pgperfstats ]
6 19s376ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983540, 1, 960, '2021-05-09 00:00:00', 0.00025032379031967, 0.000570000000000002, 0.000379467846007878, 0.000780384615384621, 0.000571918263390857, 0.0012925, 0.000868644412509929, 0.00226865384615382, 0.00139331050159189, 0.00405307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983540, 1, 975, '2021-05-09 00:00:00', 0.000251081736614897, 0.000520961538461544, 0.000413080919619693, 0.000919615384615405, 0.000611762648795669, 0.00135153846153847, 0.000821619156581431, 0.00218096153846153, 0.00142822875780298, 0.00400576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 990, '2021-05-09 00:00:00', 0.000317823850583928, 0.000685000000000013, 0.000409285540724506, 0.000985576923076949, 0.000719491594006597, 0.0013519230769231, 0.000808353597419836, 0.00207346153846154, 0.00145558580594262, 0.00399596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1005, '2021-05-09 00:00:00', 0.000314571992493828, 0.000651538461538468, 0.000544677074407024, 0.000946346153846179, 0.000693556164882236, 0.00127192307692311, 0.00085529679958754, 0.00197384615384616, 0.00145010839117424, 0.00398211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1020, '2021-05-09 00:00:00', 0.000537777334533959, 0.000702307692307707, 0.000711941251897829, 0.000957115384615421, 0.000832995174979111, 0.00151519230769233, 0.000853718945825619, 0.00189596153846154, 0.00144411639207034, 0.00398692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1035, '2021-05-09 00:00:00', 0.000306620349066308, 0.000624038461538476, 0.000514640763430781, 0.000881346153846146, 0.000867889416032711, 0.00146903846153845, 0.0008298762882781, 0.00184057692307691, 0.00144822731163099, 0.00397711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1050, '2021-05-09 00:00:00', 0.000437477955488561, 0.000635192307692276, 0.000771750059181167, 0.00120807692307693, 0.00080318337785439, 0.00140653846153844, 0.000767932514062221, 0.00176711538461535, 0.00144011687559888, 0.00396115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1065, '2021-05-09 00:00:00', 0.000627551683437007, 0.000961346153846158, 0.00070141757561717, 0.00109384615384612, 0.00066675866352427, 0.00121134615384614, 0.000687036669047172, 0.00159923076923076, 0.00140015923544983, 0.00399826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1080, '2021-05-09 00:00:00', 0.000184232294838742, 0.000576538461538472, 0.000235850343683009, 0.000740769230769241, 0.000311435633552364, 0.000948076923076934, 0.000474289103655324, 0.00140807692307693, 0.00143789702209646, 0.0040653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1095, '2021-05-09 00:00:00', 0.000192792933959233, 0.00050634615384614, 0.000279829618490626, 0.000641153846153836, 0.000314297568457764, 0.000860192307692306, 0.000461081838222306, 0.00131230769230768, 0.00151075722226152, 0.00410576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1110, '2021-05-09 00:00:00', 0.000190812836207476, 0.000421538461538473, 0.000259297868512989, 0.000625769230769231, 0.000279167787980912, 0.000780576923076938, 0.000520770730596678, 0.00126807692307691, 0.00166117985179209, 0.00419249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1125, '2021-05-09 00:00:00', 0.000180899462090464, 0.000471153846153833, 0.000218928948783349, 0.000611730769230789, 0.000295933204521664, 0.000762692307692317, 0.000530853449282766, 0.00121923076923076, 0.00166511557695416, 0.00417826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1140, '2021-05-09 00:00:00', 0.000142627136267991, 0.000407500000000014, 0.00014299125847409, 0.000522500000000015, 0.000237828396441313, 0.000737884615384581, 0.000525817605112433, 0.00119692307692306, 0.00164578876343417, 0.00416057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1155, '2021-05-09 00:00:00', 0.000122235585904996, 0.000336538461538454, 0.000147391811691989, 0.000507115384615376, 0.000193608248393894, 0.000681923076923078, 0.000549341738951142, 0.00117211538461536, 0.0016221066075181, 0.00417538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1170, '2021-05-09 00:00:00', 0.000147289354150761, 0.000358076923076929, 0.000158833245890128, 0.000499999999999979, 0.00020429061125309, 0.000654423076923077, 0.000573750046086839, 0.00117134615384612, 0.00165809185975467, 0.00418384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1185, '2021-05-09 00:00:00', 0.000176350176113885, 0.000365769230769219, 0.000197242236856146, 0.000502500000000013, 0.000263954832966119, 0.000658076923076939, 0.000562335787996458, 0.00116346153846153, 0.00173431445112606, 0.00421115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1200, '2021-05-09 00:00:00', 0.000121449736358443, 0.000324038461538484, 0.000167451026135524, 0.000429615384615406, 0.000272736065709062, 0.000635192307692327, 0.000525817787977806, 0.00120788461538461, 0.00178006534020092, 0.00420384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1215, '2021-05-09 00:00:00', 0.000133744302538632, 0.000308461538461544, 0.000249933221850595, 0.000463846153846161, 0.000297387858631691, 0.000633461538461529, 0.000521509495451585, 0.00129807692307693, 0.00180434596077189, 0.00420788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1230, '2021-05-09 00:00:00', 0.000170046599947908, 0.000315384615384632, 0.000186576031109592, 0.000433846153846178, 0.000222518884246123, 0.000580576923076926, 0.000511140504543178, 0.00126384615384616, 0.00182365166208224, 0.00420423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1245, '2021-05-09 00:00:00', 0.000148608028564574, 0.000292115384615411, 0.000160088557223308, 0.000397115384615381, 0.000148593534386703, 0.000509038461538457, 0.000471519189592399, 0.00126788461538463, 0.00185077725875872, 0.00419269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1260, '2021-05-09 00:00:00', 0.000132109657249032, 0.000265192307692286, 0.000133739845049417, 0.000377115384615387, 0.00018690402720277, 0.000548653846153862, 0.000455876670231709, 0.00126653846153847, 0.00186553964145664, 0.0041980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1275, '2021-05-09 00:00:00', 0.000110102923876502, 0.000264423076923076, 0.000121251962712095, 0.000359038461538448, 0.000239556962874251, 0.000556538461538469, 0.000454685055835363, 0.00124250000000003, 0.00187646648292436, 0.00420769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1290, '2021-05-09 00:00:00', 0.000114300716735068, 0.000254423076923078, 0.000192214623633216, 0.000437307692307713, 0.000319932204356814, 0.00058384615384617, 0.000448055113368211, 0.00123423076923078, 0.00202045399505997, 0.00425288461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1305, '2021-05-09 00:00:00', 0.000156445247242045, 0.000363653846153863, 0.000217817937383863, 0.000440576923076931, 0.000309099436328281, 0.000582692307692308, 0.000446440322482724, 0.00120480769230771, 0.00202931512698627, 0.0042532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1320, '2021-05-09 00:00:00', 0.0001281118801913, 0.000279423076923106, 0.000188643436551188, 0.000372884615384658, 0.000291050088208455, 0.00057307692307692, 0.000436991462687274, 0.00115846153846155, 0.00203548320666502, 0.0042432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1335, '2021-05-09 00:00:00', 0.000123703895840673, 0.000229423076923102, 0.000185772400036667, 0.000335769230769253, 0.000298807630424659, 0.000580000000000016, 0.000434672113384175, 0.0011446153846154, 0.00203713581927023, 0.00423788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1350, '2021-05-09 00:00:00', 0.000116732435674312, 0.000242692307692292, 0.000203569398486102, 0.00043749999999998, 0.000247429865742895, 0.000591538461538417, 0.000454400196370505, 0.00115346153846154, 0.00203724923893431, 0.00423769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1365, '2021-05-09 00:00:00', 0.000201625795816051, 0.000359807692307692, 0.00025498423782356, 0.000469807692307696, 0.000256457823792959, 0.000571153846153839, 0.00044323569871502, 0.00117326923076925, 0.00203908015649591, 0.0042382692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1380, '2021-05-09 00:00:00', 0.000138874043651087, 0.000299999999999993, 0.000170969183008129, 0.000422307692307666, 0.000250025921733066, 0.000649807692307688, 0.000428019230337211, 0.0011773076923077, 0.00206359820179741, 0.00426153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1395, '2021-05-09 00:00:00', 0.00014468280956844, 0.000328653846153839, 0.000158695160122051, 0.000381923076923085, 0.000392022369848412, 0.000881538461538472, 0.00047248772877838, 0.00121942307692311, 0.00205368647895587, 0.00426807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1410, '2021-05-09 00:00:00', 0.000129336323650348, 0.000233269230769222, 0.000233524829844396, 0.000519615384615381, 0.00040693431713431, 0.000878461538461529, 0.000487187375104831, 0.00121153846153847, 0.00205480670998143, 0.00426884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 1, 1425, '2021-05-09 00:00:00', 0.000207245395235123, 0.000444423076923085, 0.000380684050301387, 0.000772115384615396, 0.000387528063499945, 0.000880000000000017, 0.000496687488808076, 0.00120769230769232, 0.00205725019046149, 0.00427211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 0, '2021-05-09 00:00:00', 0.000236129446246345, 0.000366346153846163, 0.000247071151383831, 0.000456923076923081, 0.000357018260683609, 0.00074096153846155, 0.000518332570697763, 0.00120557692307691, 0.00205099807785982, 0.00427634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 15, '2021-05-09 00:00:00', 0.000168533744954543, 0.000176666666666668, 0.000296739223337044, 0.000469583333333329, 0.000422203019284284, 0.000790208333333366, 0.000511187697738144, 0.00120041666666669, 0.00210922326480559, 0.00439520833333332 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 30, '2021-05-09 00:00:00', 0.000283759378021924, 0.000375769230769233, 0.000374886854725755, 0.00059692307692311, 0.000409297709967493, 0.000796153846153869, 0.000510532904085372, 0.00118538461538464, 0.00206241826877688, 0.00427865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 45, '2021-05-09 00:00:00', 0.000354228576791036, 0.00044826923076923, 0.000371460578713891, 0.00064519230769235, 0.000402590314759892, 0.000740192307692349, 0.000503704889180775, 0.00115115384615385, 0.00206935802940095, 0.00427057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 60, '2021-05-09 00:00:00', 0.000225827112223903, 0.000453269230769262, 0.000276075240580417, 0.000541538461538491, 0.000303574601146984, 0.00060653846153849, 0.00040685496376285, 0.00111980769230769, 0.00206714612821266, 0.00425634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 75, '2021-05-09 00:00:00', 0.000145732631898252, 0.000249999999999998, 0.000176137293478252, 0.000312884615384616, 0.000205612125502948, 0.000447115384615384, 0.000339080203809382, 0.000989230769230777, 0.00208053048893416, 0.00423865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 90, '2021-05-09 00:00:00', 0.000108094687836472, 0.000187692307692325, 0.000110174686468665, 0.000262692307692329, 0.000253484030751743, 0.000428076923076935, 0.000345256927742013, 0.000982884615384615, 0.00208041674819105, 0.00423961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 105, '2021-05-09 00:00:00', 9.1592114205413e-05, 0.000196346153846159, 0.000205457182512935, 0.00033942307692308, 0.000261080373713653, 0.000455192307692326, 0.000341605091387033, 0.00100596153846155, 0.00208041674819105, 0.00423961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 120, '2021-05-09 00:00:00', 0.000190846696430576, 0.000282307692307671, 0.000263175066038981, 0.000343653846153843, 0.000236200371262674, 0.000498846153846134, 0.000324295212137615, 0.00100423076923076, 0.00209882256368805, 0.00424307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 135, '2021-05-09 00:00:00', 0.00016798763690778, 0.000209615384615383, 0.000174941748546825, 0.000308846153846196, 0.000179333059288714, 0.000517884615384635, 0.000293569347068931, 0.00097480769230769, 0.0021284996250519, 0.00424557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 150, '2021-05-09 00:00:00', 0.000122410563898073, 0.000222884615384658, 0.000110906925635192, 0.000337115384615373, 0.000158158635066659, 0.000498076923076907, 0.000290876196239016, 0.000969807692307683, 0.00213547101631899, 0.00424769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 165, '2021-05-09 00:00:00', 9.9193672254754e-05, 0.000250769230769183, 0.000148155843105011, 0.000401923076923045, 0.00016401407069094, 0.000533846153846116, 0.000288619326076106, 0.000963653846153831, 0.00215816636023766, 0.0042559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 180, '2021-05-09 00:00:00', 0.000176137621019633, 0.000302307692307709, 0.000162568328829618, 0.000387307692307676, 0.000190860803083931, 0.000550384615384574, 0.000295429608953065, 0.000955576923076889, 0.00217544927278516, 0.00426153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 195, '2021-05-09 00:00:00', 0.00010107365935486, 0.00024673076923078, 0.000144195513639804, 0.000367115384615381, 0.000175701341880068, 0.000505192307692295, 0.000274594036015711, 0.000913269230769219, 0.00228519367972305, 0.00429807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 210, '2021-05-09 00:00:00', 0.000102873522047538, 0.000285192307692323, 0.000161735895830248, 0.000382499999999978, 0.000172525694853322, 0.000516346153846121, 0.000270863647218735, 0.000903653846153839, 0.00229151828237557, 0.00430403846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 225, '2021-05-09 00:00:00', 0.000123663314627356, 0.000251153846153835, 0.000151970771481274, 0.000366346153846146, 0.000156530778492263, 0.000511730769230748, 0.000228616238739516, 0.000885769230769218, 0.00229772917999824, 0.0043057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 240, '2021-05-09 00:00:00', 0.000103654937913428, 0.000237115384615435, 8.42980061813699e-05, 0.000336923076923072, 0.000200689963721342, 0.000527692307692297, 0.000267272333023851, 0.00086749999999997, 0.0023023314270539, 0.00430999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 255, '2021-05-09 00:00:00', 7.47150999051984e-05, 0.000237884615384594, 0.000130995742737636, 0.000346730769230761, 0.000187335158308504, 0.000512692307692302, 0.000266951234382765, 0.000869807692307686, 0.00230063155208772, 0.00431346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 270, '2021-05-09 00:00:00', 0.000108345068397945, 0.000254423076923113, 0.000175996066389591, 0.000396153846153871, 0.000209736831437734, 0.000483461538461554, 0.000267963545167012, 0.000842307692307719, 0.00230380004641162, 0.00431057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 285, '2021-05-09 00:00:00', 0.000149189605742267, 0.000281538461538444, 0.000146095990573119, 0.000349038461538468, 0.000171937488640507, 0.00048250000000001, 0.000276044589486212, 0.000826153846153861, 0.00230264590283573, 0.00431192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 300, '2021-05-09 00:00:00', 7.13129613852916e-05, 0.000216538461538462, 0.000105693497362016, 0.00029865384615383, 0.000142713402960661, 0.000451346153846164, 0.00029325835288779, 0.000827692307692324, 0.00230264590283573, 0.00431192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 315, '2021-05-09 00:00:00', 8.99119227141238e-05, 0.000203076923076913, 0.000119689341470084, 0.000326538461538491, 0.000139717985186639, 0.000441346153846176, 0.000336621677623624, 0.000888076923076934, 0.00230264590283573, 0.00431192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 330, '2021-05-09 00:00:00', 9.94415174090775e-05, 0.00023884615384619, 0.000106033557823072, 0.000318653846153867, 0.00015965600039315, 0.000414038461538492, 0.000339028703118844, 0.000907307692307692, 0.00228109538464444, 0.0043030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 345, '2021-05-09 00:00:00', 9.00719797632044e-05, 0.000214807692307708, 0.000151883685253417, 0.000295576923076912, 0.00016397607705443, 0.000381923076923102, 0.000347844129548735, 0.00100653846153846, 0.00227038435410936, 0.00429365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 360, '2021-05-09 00:00:00', 0.000101077274323228, 0.00020615384615383, 0.000125769783579131, 0.000279038461538471, 0.000147603027903064, 0.000370576923076925, 0.000578110316861337, 0.00123153846153845, 0.00225622380231967, 0.00428961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 375, '2021-05-09 00:00:00', 9.95319817175188e-05, 0.000193846153846168, 9.61865175263514e-05, 0.00025538461538464, 0.000145969570063831, 0.000351346153846141, 0.000611846511672775, 0.00146192307692305, 0.00225240371603317, 0.00428249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 390, '2021-05-09 00:00:00', 5.92439545763615e-05, 0.000164615384615387, 0.000110190045620455, 0.000230384615384587, 0.000130914093970029, 0.000322499999999986, 0.0007042677867009, 0.00159865384615381, 0.00225234254977754, 0.00427980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 405, '2021-05-09 00:00:00', 0.00011495149478734, 0.000170384615384587, 0.000121260685492693, 0.000238076923076911, 0.000151030944358565, 0.000342884615384641, 0.000753338543775953, 0.0017401923076923, 0.00225221403034028, 0.00427903846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 420, '2021-05-09 00:00:00', 7.72926506606934e-05, 0.000171923076923076, 8.32937341812062e-05, 0.000229615384615386, 0.000152535115755207, 0.000385192307692303, 0.000807512538602324, 0.00183249999999997, 0.00224356268877459, 0.00427653846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 435, '2021-05-09 00:00:00', 7.8042394790405e-05, 0.000161153846153843, 0.000109956634808734, 0.000257692307692348, 0.000149811163186828, 0.00040576923076925, 0.000814159972940481, 0.00193269230769228, 0.00224356268877459, 0.00427653846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 450, '2021-05-09 00:00:00', 9.99907688046851e-05, 0.000213076923076944, 0.00014905252042869, 0.000324423076923067, 0.000172742137748265, 0.000449615384615409, 0.000855139957056051, 0.00197211538461536, 0.00224356268877459, 0.00427653846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 465, '2021-05-09 00:00:00', 0.000125321739780206, 0.000246538461538454, 0.000119818452412262, 0.00033269230769231, 0.000163071598243971, 0.000452115384615417, 0.000865365751931166, 0.00208673076923073, 0.00224285097587868, 0.00427749999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 480, '2021-05-09 00:00:00', 9.85223520129334e-05, 0.000240576923076919, 0.000142917404872114, 0.00034076923076926, 0.000169066213701564, 0.000475769230769256, 0.000907530228358607, 0.00220365384615382, 0.00224725991273474, 0.00427365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 495, '2021-05-09 00:00:00', 0.000103215979681105, 0.000226538461538494, 0.000105182625064116, 0.000310769230769294, 0.000189195970846629, 0.000603653846153855, 0.00093454933606446, 0.00228730769230768, 0.00230799866684405, 0.00428961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 510, '2021-05-09 00:00:00', 8.01834435241147e-05, 0.000219230769230796, 0.000114239458358947, 0.000354423076923084, 0.000190240738175408, 0.000626538461538441, 0.000991568221788897, 0.00237653846153844, 0.00229537150504092, 0.00428788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 525, '2021-05-09 00:00:00', 0.000107080128157151, 0.000273076923076919, 0.00016841797821079, 0.000496153846153843, 0.000321910462945571, 0.000797884615384582, 0.000990875137674559, 0.00254346153846153, 0.00228605875992856, 0.00430557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 540, '2021-05-09 00:00:00', 0.000156160297327876, 0.000394038461538464, 0.000176835103546062, 0.000529423076923061, 0.000634118649417001, 0.0010976923076923, 0.00104384186836603, 0.00268461538461535, 0.00226931219671376, 0.00430461538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 555, '2021-05-09 00:00:00', 0.000137659557772619, 0.000388076923076903, 0.000339087690042636, 0.000647692307692289, 0.000619486511928657, 0.00132153846153844, 0.00103004047717331, 0.00270923076923075, 0.00227228797775416, 0.0043405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 570, '2021-05-09 00:00:00', 0.000257838127514162, 0.000497499999999971, 0.000514420659951182, 0.000906153846153847, 0.000626707789840019, 0.00141057692307692, 0.0010085100968184, 0.00271384615384614, 0.0022897944566808, 0.00429557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 585, '2021-05-09 00:00:00', 0.0003388891922375, 0.000636730769230782, 0.000363864144131591, 0.00104365384615383, 0.000680661697287178, 0.00143211538461539, 0.00101096184208598, 0.00268961538461538, 0.00226701719480431, 0.00426519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 600, '2021-05-09 00:00:00', 0.000274885150842711, 0.000824615384615364, 0.000521804413697153, 0.00105461538461538, 0.000714768816848092, 0.0013976923076923, 0.000956331552580762, 0.00262403846153845, 0.00221935126522629, 0.00421596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 615, '2021-05-09 00:00:00', 0.000313814987140244, 0.00061461538461538, 0.000411079816318692, 0.00092115384615386, 0.000436337730874404, 0.00121615384615385, 0.000867761510129104, 0.00245096153846154, 0.00210637541397903, 0.00415576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 630, '2021-05-09 00:00:00', 0.000276100594822866, 0.000653461538461558, 0.000381817566183313, 0.000874423076923075, 0.000363271883770938, 0.00110769230769231, 0.000884250747591081, 0.00243576923076923, 0.00210078986061471, 0.00416096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 645, '2021-05-09 00:00:00', 0.000238773146280351, 0.000573846153846121, 0.00028268064340143, 0.00082788461538459, 0.000379499062530513, 0.00113346153846152, 0.00095958228091506, 0.00243807692307691, 0.00248265943015829, 0.0042853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 660, '2021-05-09 00:00:00', 0.000206713849039239, 0.000636153846153872, 0.000282442710324411, 0.000831730769230787, 0.000466866189032324, 0.00123903846153847, 0.000950268322430774, 0.00243826923076922, 0.00248468778413213, 0.00428923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 675, '2021-05-09 00:00:00', 0.000226225891193187, 0.000553076923076942, 0.000297215604207798, 0.00081865384615382, 0.00062374834669122, 0.00130999999999999, 0.0010206387140489, 0.00251923076923075, 0.00244825234370591, 0.00429346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 690, '2021-05-09 00:00:00', 0.00024626478870081, 0.000607115384615391, 0.000473516671788392, 0.000960961538461548, 0.000750296172290581, 0.00139788461538464, 0.000968539185498541, 0.00251692307692307, 0.00239984086010846, 0.00428692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 705, '2021-05-09 00:00:00', 0.000395423045124314, 0.00069576923076922, 0.000501918779822473, 0.000967307692307684, 0.000710848896634295, 0.00141807692307691, 0.00093320772277462, 0.0024805769230769, 0.0023786662148226, 0.00428019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 720, '2021-05-09 00:00:00', 0.000362931281904225, 0.000658653846153848, 0.000488623695070809, 0.000931346153846158, 0.000736503799144236, 0.00143538461538459, 0.000941033801403897, 0.00246884615384614, 0.00235233266387612, 0.0042451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 735, '2021-05-09 00:00:00', 0.000276935982605274, 0.000583461538461543, 0.000437618555365304, 0.000945000000000008, 0.000597696861679527, 0.00134153846153845, 0.000892380588865892, 0.00237365384615385, 0.00229341612849947, 0.00418346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 750, '2021-05-09 00:00:00', 0.000349499422251106, 0.000675384615384616, 0.00054082746431172, 0.000997115384615358, 0.000580067801076867, 0.00135942307692305, 0.000906653949759986, 0.00238076923076924, 0.0022851364544343, 0.00417884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 765, '2021-05-09 00:00:00', 0.000316512486082536, 0.000653076923076889, 0.000408703390661793, 0.000932692307692312, 0.000481570707325351, 0.00124788461538457, 0.000839411721660801, 0.00231903846153844, 0.0022264008986565, 0.00413019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 780, '2021-05-09 00:00:00', 0.000259693384294203, 0.000600576923076946, 0.000335486386288047, 0.000853653846153845, 0.00034844958801039, 0.00115865384615384, 0.000873201294089754, 0.00227749999999999, 0.00220806019984824, 0.0041403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 795, '2021-05-09 00:00:00', 0.000214227413314412, 0.000585769230769217, 0.000320684184446084, 0.000817115384615357, 0.000357111973389939, 0.00113519230769231, 0.000935548974995643, 0.00219826923076922, 0.00223098423433383, 0.00407942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 810, '2021-05-09 00:00:00', 0.000241338654495799, 0.000562884615384665, 0.000250232584116936, 0.000782115384615419, 0.000426820850546833, 0.00114403846153846, 0.000921841384654405, 0.00219846153846153, 0.0022317600935998, 0.00408134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 825, '2021-05-09 00:00:00', 0.000226913826408564, 0.00057673076923079, 0.000300369003829496, 0.000818461538461554, 0.000399200932633419, 0.00113923076923076, 0.000916412822661517, 0.00226269230769231, 0.00222862365252982, 0.00405423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 840, '2021-05-09 00:00:00', 0.000217821822033151, 0.000552115384615372, 0.000313091041072714, 0.000754999999999959, 0.000379976365661802, 0.00107596153846152, 0.000995525315522454, 0.00240057692307692, 0.0022307794515681, 0.00404519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 855, '2021-05-09 00:00:00', 0.000223362847265292, 0.000494807692307689, 0.000305073572463108, 0.000761730769230746, 0.000494964023556686, 0.00116076923076923, 0.00100153030984509, 0.0024301923076923, 0.00222890559554374, 0.00400692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 870, '2021-05-09 00:00:00', 0.000262068766665454, 0.000575961538461537, 0.00033564364115258, 0.000840576923076921, 0.00056642373374871, 0.00123038461538463, 0.00111111684977147, 0.00250557692307692, 0.00224519000395204, 0.00402807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 885, '2021-05-09 00:00:00', 0.000195198616798373, 0.000602500000000002, 0.000321574073294762, 0.000863269230769241, 0.00044235297427071, 0.00121192307692309, 0.000966691602242443, 0.00241442307692307, 0.00224431127862973, 0.00401134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 900, '2021-05-09 00:00:00', 0.000223154310184374, 0.000549615384615381, 0.000291199178464598, 0.000779807692307694, 0.000462542014723656, 0.00121365384615385, 0.000908976685831155, 0.00234115384615382, 0.00222992521433757, 0.00400269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 915, '2021-05-09 00:00:00', 0.00024533470073475, 0.000571346153846182, 0.000344624210051846, 0.000854615384615398, 0.000507915498726057, 0.00119807692307697, 0.000882767174636309, 0.00229173076923076, 0.00223289232921028, 0.00403192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 930, '2021-05-09 00:00:00', 0.000389156286579891, 0.000633846153846139, 0.000470082807762474, 0.000935384615384646, 0.000563087778373717, 0.0012046153846154, 0.000875835337527276, 0.00227653846153847, 0.00221761199526392, 0.00404980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 945, '2021-05-09 00:00:00', 0.000276441675584546, 0.000614999999999989, 0.000414644472363413, 0.000805961538461549, 0.000444888058521899, 0.00110423076923077, 0.000956594761882743, 0.00217846153846153, 0.00220563990365957, 0.00405576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 960, '2021-05-09 00:00:00', 0.000242249791616936, 0.000539807692307719, 0.000293935955871066, 0.00076711538461538, 0.000437182060297717, 0.00107307692307692, 0.00100979495252938, 0.00215961538461536, 0.00218578371792327, 0.00411730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 975, '2021-05-09 00:00:00', 0.000206796071975772, 0.000513846153846164, 0.00027378346300568, 0.000754230769230783, 0.000492792552703462, 0.00106249999999999, 0.0010118293410376, 0.00214384615384612, 0.00217254849463447, 0.00417480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 990, '2021-05-09 00:00:00', 0.000218867451985135, 0.000610192307692308, 0.000410794961020698, 0.000847499999999984, 0.000481593548704554, 0.00114788461538459, 0.00100096755115316, 0.00210596153846151, 0.00216060319213091, 0.0041980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1005, '2021-05-09 00:00:00', 0.000266837317191824, 0.000603076923076903, 0.000290013593845828, 0.0007682692307692, 0.000463120519286921, 0.00112115384615383, 0.000942893337633595, 0.00203038461538459, 0.00210377675950804, 0.0042455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1020, '2021-05-09 00:00:00', 0.000161023767954115, 0.00055942307692307, 0.000366560520766461, 0.000786153846153838, 0.000527894511606825, 0.00126615384615383, 0.000946134321249451, 0.0019930769230769, 0.00206678878568068, 0.00424673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1035, '2021-05-09 00:00:00', 0.000302254668475755, 0.000551730769230746, 0.000360259094797923, 0.000801153846153843, 0.000494580513784549, 0.0012482692307692, 0.000949756993211328, 0.00192711538461535, 0.00202474762909812, 0.00422980769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1050, '2021-05-09 00:00:00', 0.000237570070635055, 0.000568461538461539, 0.000420705497212296, 0.000981346153846127, 0.000608362271879334, 0.00132442307692305, 0.00105570756440334, 0.00194769230769227, 0.00193607632557748, 0.0042484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1065, '2021-05-09 00:00:00', 0.000403566408604411, 0.000795384615384591, 0.000439727013218258, 0.000979615384615363, 0.000604942877150723, 0.00125326923076922, 0.0010655073186768, 0.00188538461538458, 0.00193297209379356, 0.00423865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1080, '2021-05-09 00:00:00', 0.000238873075405841, 0.000587884615384624, 0.000425144681255706, 0.000860000000000015, 0.000397671153283521, 0.00106788461538461, 0.000960908404343739, 0.00173519230769229, 0.00184402156670188, 0.00423653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1095, '2021-05-09 00:00:00', 0.000255572660148537, 0.000599230769230792, 0.000246958810019317, 0.000735576923076934, 0.000322708310779471, 0.000955576923076923, 0.000840132224025539, 0.00157192307692306, 0.00169884133591557, 0.00422326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1110, '2021-05-09 00:00:00', 0.00019016470593833, 0.000471153846153807, 0.000240187426814978, 0.000669999999999966, 0.000441688194927672, 0.000907307692307658, 0.000853634514657983, 0.0014832692307692, 0.00168443006795954, 0.00422057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1125, '2021-05-09 00:00:00', 0.00020401621353364, 0.000466153846153834, 0.000341163450562883, 0.000627500000000003, 0.000496152581990024, 0.000860769230769225, 0.000884640822376722, 0.00140576923076923, 0.00166482329854691, 0.00426384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1140, '2021-05-09 00:00:00', 0.000207061492167091, 0.000387307692307702, 0.000343645221793569, 0.000545961538461554, 0.000503501585055928, 0.000805384615384631, 0.000836282340986663, 0.00137307692307694, 0.00163355869193611, 0.00429999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1155, '2021-05-09 00:00:00', 0.000203906558539406, 0.000401730769230788, 0.000302336541978277, 0.000585769230769242, 0.000415791367801731, 0.000787692307692327, 0.000726826002879303, 0.00133596153846155, 0.00156199370874337, 0.00431288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1170, '2021-05-09 00:00:00', 0.000169118642924467, 0.000388653846153856, 0.000248927932110089, 0.000543653846153864, 0.000309122081932768, 0.000702692307692334, 0.000548537110447847, 0.00129480769230771, 0.00142884547261603, 0.00428423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1185, '2021-05-09 00:00:00', 0.000179480125319254, 0.000371346153846144, 0.000206956424250298, 0.000495192307692298, 0.000268296692832063, 0.000636346153846164, 0.000517638275840771, 0.00123576923076925, 0.00140838581907963, 0.00426884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1200, '2021-05-09 00:00:00', 0.000178027763608351, 0.000336730769230772, 0.000200416201556066, 0.000455576923076953, 0.000239324771291758, 0.000632115384615392, 0.000481206696353437, 0.00119173076923078, 0.001354932655153, 0.0042425 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1215, '2021-05-09 00:00:00', 0.000134469899405608, 0.000306923076923106, 0.000166836631284805, 0.000402692307692315, 0.00023237444914489, 0.000656730769230776, 0.000455833682557417, 0.00122788461538463, 0.00132765230909533, 0.00422442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1230, '2021-05-09 00:00:00', 0.000113404822852273, 0.000244423076923047, 0.000153005278943641, 0.000403846153846144, 0.000339573488137907, 0.000653076923076906, 0.000439650604282726, 0.00121057692307693, 0.00137288724395536, 0.00427923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1245, '2021-05-09 00:00:00', 9.33630218349776e-05, 0.000299423076923083, 0.000166794322906524, 0.000457884615384617, 0.000367303689063935, 0.000679999999999988, 0.000429087269230145, 0.00119826923076922, 0.00136986289319544, 0.00429288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1260, '2021-05-09 00:00:00', 0.000174701063358145, 0.000342692307692315, 0.000315322118573264, 0.000519038461538446, 0.000365169086230547, 0.000727307692307683, 0.000423178858349331, 0.0011878846153846, 0.00137471033312476, 0.00431749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1275, '2021-05-09 00:00:00', 0.000217565993524862, 0.000335192307692309, 0.000232655655091693, 0.000465576923076933, 0.000273291968414731, 0.000612500000000007, 0.000446181620488278, 0.00116096153846153, 0.00138237120696509, 0.00430307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1290, '2021-05-09 00:00:00', 9.66279542288941e-05, 0.000285192307692314, 0.000211579408624403, 0.0004603846153846, 0.000213069598596706, 0.000515576923076927, 0.000438645467494949, 0.00115038461538461, 0.00136641503155575, 0.00431403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1305, '2021-05-09 00:00:00', 0.000201578387119875, 0.000354615384615393, 0.000209288997836475, 0.000413269230769231, 0.000189539218592442, 0.000498653846153851, 0.000437028075141103, 0.00112846153846155, 0.00137576669533753, 0.004355 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1320, '2021-05-09 00:00:00', 0.000137916502052756, 0.000285192307692306, 0.000128194713679575, 0.000348269230769232, 0.000210523157871084, 0.000550000000000008, 0.00045532642559614, 0.00111192307692308, 0.00137960049958728, 0.00441153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1335, '2021-05-09 00:00:00', 9.62360879056721e-05, 0.000215769230769218, 0.000112600894927467, 0.000305192307692317, 0.000237828962459604, 0.000553846153846153, 0.000479620523074077, 0.00108961538461538, 0.00137932642424313, 0.00440423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1350, '2021-05-09 00:00:00', 9.77028461911127e-05, 0.000225384615384649, 0.000191144327266493, 0.00042807692307696, 0.000228278254633373, 0.000620192307692314, 0.000484434682427341, 0.00108019230769232, 0.0013788292692883, 0.00440307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1365, '2021-05-09 00:00:00', 0.000167650391726841, 0.000355576923076947, 0.000209519964167148, 0.000456153846153854, 0.000185072542949643, 0.000580384615384617, 0.000511375257366011, 0.00108442307692308, 0.00137659948926553, 0.00439692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1380, '2021-05-09 00:00:00', 0.000143784026073277, 0.000315384615384632, 0.000142231663682342, 0.000460384615384608, 0.00021417974119528, 0.000615192307692307, 0.000529920785081636, 0.00110903846153846, 0.00137306815338719, 0.00439807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1395, '2021-05-09 00:00:00', 0.000143423659672473, 0.000347115384615378, 0.000126954261903207, 0.000384230769230784, 0.000450945673002892, 0.00082, 0.000667120592258565, 0.00115173076923075, 0.00135773555825637, 0.00439461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1410, '2021-05-09 00:00:00', 0.000100199992323073, 0.000229038461538502, 0.000225527501307875, 0.000455576923076927, 0.000437107142296012, 0.000819423076923082, 0.00067823708130825, 0.00119346153846153, 0.00136378494808211, 0.00440576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 2, 1425, '2021-05-09 00:00:00', 0.000223145347596273, 0.000435384615384607, 0.000451295229994088, 0.000759230769230764, 0.00043501016787412, 0.000835384615384605, 0.000705342797183388, 0.00125269230769229, 0.00136378494808211, 0.00440576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 0, '2021-05-09 00:00:00', 0.000398527095884164, 0.000584615384615397, 0.000396463792119229, 0.000661538461538466, 0.000393678314597879, 0.000746153846153832, 0.000727799449341355, 0.00127096153846152, 0.00135241840362421, 0.00441346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 15, '2021-05-09 00:00:00', 0.000142660886802202, 0.000263958333333351, 0.000180328680389463, 0.000406458333333332, 0.000294174107965171, 0.000616666666666682, 0.0005726578005421, 0.001155, 0.00128845991020958, 0.00444062500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 30, '2021-05-09 00:00:00', 0.000198954672069952, 0.000319807692307678, 0.000224960851295016, 0.000424230769230773, 0.00030750666034064, 0.000657884615384621, 0.000555990453708827, 0.00119076923076923, 0.0012537078545719, 0.00436923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 45, '2021-05-09 00:00:00', 0.000182937147676454, 0.000280000000000015, 0.000218353982190504, 0.000507692307692329, 0.000228192985127801, 0.00060903846153848, 0.000531401485189413, 0.00114346153846155, 0.00125471205706877, 0.0043771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 60, '2021-05-09 00:00:00', 0.000185080024272231, 0.000441153846153858, 0.000220636927657537, 0.000520576923076926, 0.000229931176993986, 0.000587115384615388, 0.000519574715142461, 0.00111826923076923, 0.00124828160346069, 0.0043698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 75, '2021-05-09 00:00:00', 0.00016577197035033, 0.000257115384615387, 0.000175997486870143, 0.000333653846153846, 0.000264422229369238, 0.000463653846153843, 0.000497269157885966, 0.00100884615384615, 0.0012487956813851, 0.00433442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 90, '2021-05-09 00:00:00', 0.000168903704928159, 0.000232307692307686, 0.000197413272096879, 0.00030999999999999, 0.00025139487786227, 0.000459230769230772, 0.000489638681541354, 0.000989038461538467, 0.00124077551741454, 0.00432826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 105, '2021-05-09 00:00:00', 7.35892968806189e-05, 0.000180769230769211, 0.000128568598869928, 0.000313269230769216, 0.000195027907273219, 0.000443269230769205, 0.000388157977355371, 0.000946153846153836, 0.00118349306975316, 0.00428961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 120, '2021-05-09 00:00:00', 0.000110749891474171, 0.000263461538461539, 0.000137963205797199, 0.0003296153846154, 0.000260074027922794, 0.000532499999999996, 0.000360615979423263, 0.000936730769230774, 0.00117021360640497, 0.00427826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 135, '2021-05-09 00:00:00', 7.96562325534413e-05, 0.000196346153846176, 0.000133461028595739, 0.000304615384615416, 0.000293572753399318, 0.000554807692307697, 0.000300732695006981, 0.00088192307692309, 0.00115944424684346, 0.00424980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 150, '2021-05-09 00:00:00', 0.000102244992354291, 0.000225961538461524, 0.000231821881226468, 0.000389230769230749, 0.00027483204661419, 0.000579423076923047, 0.000298604510759882, 0.000870576923076913, 0.0011532914269102, 0.00424134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 165, '2021-05-09 00:00:00', 0.000237995798282247, 0.00031999999999997, 0.000271320205377603, 0.000465576923076916, 0.000290127624437156, 0.000620961538461507, 0.000289572895034157, 0.000862307692307688, 0.00115429334026692, 0.00424134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 180, '2021-05-09 00:00:00', 0.000186948779492816, 0.000339615384615372, 0.000194897310239195, 0.000434807692307671, 0.000260691093353534, 0.000585384615384607, 0.000268902327134721, 0.000812307692307685, 0.00115067506941993, 0.00423134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 195, '2021-05-09 00:00:00', 9.62904260757199e-05, 0.000264615384615385, 0.00015486073147783, 0.000375384615384615, 0.00019818057034317, 0.000526538461538461, 0.000224699457395549, 0.000764615384615364, 0.00113900280272496, 0.00420423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 210, '2021-05-09 00:00:00', 0.000140621696542396, 0.000282307692307706, 0.000154418636778775, 0.000383653846153849, 0.000204416618321842, 0.000526923076923079, 0.000232520635974213, 0.000760384615384592, 0.00114092701849785, 0.00420269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 225, '2021-05-09 00:00:00', 0.000101064335945005, 0.000264999999999994, 0.000173568873494517, 0.00040192307692308, 0.000188787324378928, 0.000484423076923065, 0.00024688084949254, 0.000748076923076905, 0.00114507166386412, 0.00419865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 240, '2021-05-09 00:00:00', 0.000119361280927331, 0.000281346153846161, 0.000136332173526495, 0.000352692307692312, 0.000172101602370416, 0.000464807692307671, 0.000267793548494716, 0.000719230769230758, 0.00117464254792024, 0.00419365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 255, '2021-05-09 00:00:00', 0.000105471104318434, 0.000231923076923102, 0.000103737835246054, 0.000286538461538468, 0.000186677426429797, 0.000457307692307682, 0.000324918688053136, 0.000761923076923072, 0.00118684967617896, 0.00419807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 270, '2021-05-09 00:00:00', 8.12763566718184e-05, 0.00021461538461539, 0.00017168396726363, 0.000359230769230757, 0.000191394578333291, 0.000473269230769223, 0.00034635752981788, 0.000781538461538457, 0.00121747114955548, 0.00421000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 285, '2021-05-09 00:00:00', 0.000160609416334707, 0.00027576923076921, 0.000174256663044433, 0.000375769230769199, 0.000191180140584333, 0.000475384615384587, 0.00036354895977548, 0.000824615384615355, 0.00123342593553949, 0.00421153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 300, '2021-05-09 00:00:00', 9.36854393087312e-05, 0.000234807692307693, 0.000102175753559186, 0.000296730769230792, 0.000169322632409721, 0.000431923076923088, 0.0003010101582748, 0.000806346153846159, 0.00123582481021316, 0.00420980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 315, '2021-05-09 00:00:00', 8.71100100226695e-05, 0.000201923076923076, 0.000126049593414645, 0.000297499999999985, 0.00019411861956428, 0.000429038461538454, 0.000403661558543965, 0.000955576923076923, 0.00124346787097769, 0.0041971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 330, '2021-05-09 00:00:00', 9.36827707663535e-05, 0.000212692307692292, 0.000123903343221801, 0.000309038461538454, 0.000197090471221105, 0.000414423076923076, 0.000401370776215725, 0.000997500000000002, 0.0012441722765944, 0.00418442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 345, '2021-05-09 00:00:00', 8.59445259365752e-05, 0.000202307692307668, 0.000133073721615547, 0.000278846153846153, 0.000165808972569686, 0.000383846153846141, 0.000392216188423612, 0.00108653846153846, 0.00125336668156669, 0.00417596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 360, '2021-05-09 00:00:00', 0.000114274298880417, 0.000193846153846151, 0.0001508785808319, 0.000287884615384605, 0.000144893064016169, 0.000349999999999979, 0.000424181020864378, 0.00116346153846154, 0.00126247766164546, 0.00417461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 375, '2021-05-09 00:00:00', 0.000108273336443521, 0.000203653846153831, 0.000121977456933637, 0.000257499999999987, 0.000117320075008487, 0.000329999999999967, 0.000437375740595581, 0.00131846153846156, 0.00126811393870519, 0.00418019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 390, '2021-05-09 00:00:00', 8.26673128593435e-05, 0.000176730769230757, 8.91765750545379e-05, 0.000237307692307658, 0.000128778282927854, 0.000334615384615373, 0.000521471475729972, 0.00151750000000001, 0.00127832024698277, 0.00419557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 405, '2021-05-09 00:00:00', 7.50540830642264e-05, 0.000173653846153831, 9.12024375517437e-05, 0.000231730769230742, 0.000131339841046593, 0.00032807692307692, 0.00089574234362003, 0.00176288461538462, 0.00127814968426416, 0.00419615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 420, '2021-05-09 00:00:00', 8.43246929798914e-05, 0.000179423076923065, 0.000129484926357649, 0.00026288461538463, 0.000144751378364655, 0.00035019230769233, 0.000887791295640726, 0.00184576923076923, 0.00127814968426416, 0.00419615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 435, '2021-05-09 00:00:00', 9.21121807697361e-05, 0.000184423076923081, 8.77303561181206e-05, 0.00024884615384617, 0.000197976300057892, 0.000408846153846176, 0.000869071409830431, 0.00191134615384616, 0.00128386006007122, 0.0042044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 450, '2021-05-09 00:00:00', 7.4515873373471e-05, 0.000188846153846144, 0.000126436362831886, 0.000286923076923086, 0.000197904114311794, 0.000429038461538463, 0.000839728550462348, 0.00199903846153847, 0.00128409944498677, 0.00420423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 465, '2021-05-09 00:00:00', 0.000127532198046096, 0.000227692307692322, 0.000158794981513429, 0.000345384615384632, 0.000234923637347571, 0.000491346153846153, 0.00088384013521419, 0.00208423076923078, 0.00128477715816938, 0.0042021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 480, '2021-05-09 00:00:00', 0.000115896671486038, 0.000245961538461544, 0.000141260261710313, 0.000317692307692305, 0.000230134408887173, 0.000525384615384598, 0.000880493829970109, 0.00212423076923078, 0.00128025003567511, 0.00420307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 495, '2021-05-09 00:00:00', 0.000119063654597661, 0.000211923076923065, 0.000178338485427592, 0.000363846153846138, 0.00039512081891297, 0.000712307692307687, 0.000941221628441571, 0.00217692307692308, 0.00127869153374122, 0.00420403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 510, '2021-05-09 00:00:00', 0.000125631941063516, 0.000275769230769227, 0.000138847453648305, 0.000391153846153855, 0.000386706457943736, 0.000773269230769258, 0.000948041462903745, 0.00218115384615385, 0.0012866649345677, 0.00419442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 525, '2021-05-09 00:00:00', 0.000106799056463699, 0.000260961538461531, 0.000375766345158582, 0.000587115384615379, 0.000341966316379936, 0.000844807692307701, 0.000952890279421197, 0.00222326923076922, 0.00129795975995463, 0.00418153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 540, '2021-05-09 00:00:00', 0.000317239111469777, 0.000489423076923089, 0.00033111913960896, 0.000646730769230787, 0.00035547589986469, 0.000941346153846163, 0.000945405000719081, 0.00230115384615383, 0.00131183419742679, 0.00416019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 555, '2021-05-09 00:00:00', 0.00020028066844768, 0.000442115384615369, 0.000205261652906383, 0.000627884615384604, 0.000386824746642958, 0.00106576923076924, 0.000963065857641041, 0.00232038461538461, 0.00132382679554967, 0.00414923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 570, '2021-05-09 00:00:00', 0.000164318288696056, 0.000492499999999981, 0.000293601836611331, 0.000740961538461516, 0.000534657474823465, 0.00124384615384614, 0.000982668991142932, 0.00234711538461539, 0.00133715691501953, 0.00413884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 585, '2021-05-09 00:00:00', 0.000203119517677508, 0.000556538461538461, 0.000320537589299365, 0.000907884615384628, 0.000949739093727268, 0.00142711538461539, 0.0009979771270695, 0.00235711538461539, 0.00135601589790996, 0.00418865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 600, '2021-05-09 00:00:00', 0.000328824947584337, 0.000785384615384611, 0.000545881820120862, 0.00106480769230768, 0.000980943658697328, 0.00151230769230769, 0.00103251440667917, 0.00241499999999998, 0.00133611395472091, 0.00419750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 615, '2021-05-09 00:00:00', 0.000446938646624096, 0.000681923076923086, 0.000947960989947154, 0.00106903846153847, 0.000937173738100169, 0.00141615384615387, 0.0010661282936221, 0.00238846153846155, 0.00133373327975962, 0.00414230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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 983540, 3, 630, '2021-05-09 00:00:00', 0.000547272678484333, 0.000735769230769234, 0.000564291250494487, 0.000991153846153849, 0.000556095211825627, 0.00128673076923078, 0.00105861827579451, 0.00244557692307692, 0.00128700733665945, 0.00411673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983540 and enddate = '2021-05-09 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_1[...];[ Date: 2021-05-09 15:51:05 - Database: acaweb_fx - User: pgperfstats ]
7 19s164ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983650, 1, 960, '2021-05-09 00:00:00', 0.00288266170405055, 0.00365249999999997, 0.00509201026118366, 0.00565249999999992, 0.00601218091748872, 0.00855576923076927, 0.00584232479082934, 0.0118751923076923, 0.0154175297781954, 0.0265176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983650, 1, 975, '2021-05-09 00:00:00', 0.00372720842640262, 0.00381057692307675, 0.00416243682788758, 0.00539211538461533, 0.00507229538769193, 0.00803249999999997, 0.00527967976884392, 0.0112423076923077, 0.0153241662591629, 0.0266534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 990, '2021-05-09 00:00:00', 0.00257290510004671, 0.0037155769230769, 0.004280883140374, 0.00619269230769238, 0.00412835385334898, 0.00746346153846157, 0.00467943484424556, 0.0106623076923076, 0.0152616551640429, 0.0273678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1005, '2021-05-09 00:00:00', 0.00293860555627744, 0.00429115384615393, 0.00278741288929077, 0.00541384615384626, 0.00262113907270509, 0.00673403846153854, 0.00419310034002756, 0.0102776923076923, 0.016584835863384, 0.0280111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1020, '2021-05-09 00:00:00', 0.00177018321520239, 0.00344115384615383, 0.00274772435214748, 0.00509134615384621, 0.00278469352684653, 0.00686903846153845, 0.00416405195138662, 0.00982057692307684, 0.0167221936912045, 0.0283703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1035, '2021-05-09 00:00:00', 0.00196088309187465, 0.00328750000000002, 0.00192888996575745, 0.00434249999999998, 0.00305986420638863, 0.00695019230769233, 0.00426694720632194, 0.00938730769230772, 0.0168179383260394, 0.0285065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1050, '2021-05-09 00:00:00', 0.00171368958682721, 0.00290499999999995, 0.00270149838764733, 0.00509846153846143, 0.00301323439819426, 0.00688846153846147, 0.00426388977794472, 0.00902403846153844, 0.0168367790131743, 0.0286084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1065, '2021-05-09 00:00:00', 0.00255362235175532, 0.00440634615384608, 0.00290836261758819, 0.00580865384615387, 0.00296851180663883, 0.00686711538461534, 0.00433030130413762, 0.00871423076923076, 0.0168792746301038, 0.0286690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1080, '2021-05-09 00:00:00', 0.00167938533856436, 0.00375365384615388, 0.00231065902187774, 0.00498365384615385, 0.00339956099541391, 0.00634019230769236, 0.0042276260296004, 0.00797538461538467, 0.0168443419991587, 0.0287792307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1095, '2021-05-09 00:00:00', 0.00226211817007526, 0.00340884615384613, 0.00244568864771028, 0.0042298076923076, 0.00337285107085306, 0.00565288461538463, 0.00440901599435323, 0.00727096153846158, 0.0168286147711387, 0.028666346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1110, '2021-05-09 00:00:00', 0.00203619464083975, 0.00277615384615372, 0.0030813497604385, 0.00400288461538454, 0.00303982929682677, 0.00472192307692315, 0.00429648369644835, 0.00688307692307696, 0.0168721147653118, 0.0286105769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1125, '2021-05-09 00:00:00', 0.00223566854568255, 0.00285961538461538, 0.00225249547083986, 0.00355038461538463, 0.00281072834798283, 0.00429038461538459, 0.00345680016556002, 0.00625576923076924, 0.0168869482919617, 0.0286438461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1140, '2021-05-09 00:00:00', 0.00142661084392332, 0.0023425, 0.00152430690428828, 0.00279346153846165, 0.00268031264680357, 0.00401673076923075, 0.00297046067393336, 0.00668884615384609, 0.0169296214324526, 0.0287803846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1155, '2021-05-09 00:00:00', 0.00118547875755556, 0.00184673076923078, 0.00214911718011044, 0.0027455769230769, 0.00258737012308753, 0.00368192307692306, 0.00324701645301553, 0.00661538461538464, 0.0169296214324526, 0.0287803846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1170, '2021-05-09 00:00:00', 0.00181174528053434, 0.0020701923076922, 0.00235476179589031, 0.00292865384615376, 0.00225947070895269, 0.00360173076923075, 0.00347084607286732, 0.00688230769230779, 0.0169364545694965, 0.0287707692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1185, '2021-05-09 00:00:00', 0.00204619035320233, 0.00222519230769224, 0.00194389042901077, 0.00258500000000001, 0.00232132896286721, 0.00347807692307697, 0.00421714999003603, 0.00702596153846166, 0.0169510327663585, 0.0288046153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1200, '2021-05-09 00:00:00', 0.00184235899157736, 0.00196557692307702, 0.00201000409490586, 0.00269230769230774, 0.00229973825433706, 0.00337903846153854, 0.00465901901196432, 0.00778192307692318, 0.0170005546832586, 0.0288984615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1215, '2021-05-09 00:00:00', 0.00171574308862199, 0.00198211538461536, 0.00193729101106123, 0.00261269230769239, 0.00224064153759587, 0.00355250000000014, 0.00543210525841138, 0.00879653846153861, 0.0170328755973673, 0.028996346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1230, '2021-05-09 00:00:00', 0.00138963038804733, 0.00181615384615389, 0.00154792252837352, 0.00223192307692313, 0.00192114706320517, 0.0031590384615386, 0.00513699171545127, 0.00856826923076942, 0.0172106765980174, 0.0293748076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1245, '2021-05-09 00:00:00', 0.00095594343250725, 0.00145961538461543, 0.00154894694997799, 0.00248057692307699, 0.00174933714919069, 0.00284269230769243, 0.00502926390087206, 0.00854423076923091, 0.0172106765980174, 0.0293748076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1260, '2021-05-09 00:00:00', 0.00154630354518322, 0.0019494230769231, 0.00179413237012737, 0.00222980769230779, 0.00203498497442953, 0.00312961538461548, 0.0050615739114961, 0.00869730769230784, 0.0172106765980174, 0.0293748076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1275, '2021-05-09 00:00:00', 0.00125718429283625, 0.00135788461538472, 0.001498283235522, 0.00193442307692319, 0.00187538313008718, 0.00296673076923078, 0.00502539736278096, 0.008780576923077, 0.0172306116872092, 0.029416346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1290, '2021-05-09 00:00:00', 0.00122692638171726, 0.00157211538461541, 0.00175164503999918, 0.00243711538461546, 0.00178642436167895, 0.002985, 0.0049835352450305, 0.00873346153846162, 0.0172306116872092, 0.029416346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1305, '2021-05-09 00:00:00', 0.00159150383648244, 0.00202230769230772, 0.00162282717455112, 0.00237096153846155, 0.00241432401751264, 0.00324269230769232, 0.00498999485509213, 0.00862942307692313, 0.0172392979254244, 0.0294048076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1320, '2021-05-09 00:00:00', 0.00100344084950809, 0.00131153846153838, 0.00123760581521185, 0.00181192307692304, 0.00288201772268081, 0.00429807692307681, 0.00501683831250778, 0.00858557692307697, 0.0172649740325944, 0.0293721153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1335, '2021-05-09 00:00:00', 0.000946775976670249, 0.00135580000000012, 0.0019076130809643, 0.00235779999999998, 0.00306238949460487, 0.00458739999999999, 0.00448852874002158, 0.00815060000000003, 0.0175013930588398, 0.0288793999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1350, '2021-05-09 00:00:00', 0.00183259861035258, 0.0018447999999999, 0.00245159069109565, 0.00386859999999988, 0.00294140099839069, 0.00461239999999993, 0.00440472514276806, 0.00808160000000001, 0.0175376961452563, 0.0288843999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1365, '2021-05-09 00:00:00', 0.0022309763299093, 0.00316423076923064, 0.0029564442260152, 0.00368730769230758, 0.0027336086110601, 0.00421903846153841, 0.00439101623072168, 0.00818153846153846, 0.0173026953713977, 0.0292513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1380, '2021-05-09 00:00:00', 0.0025648994357254, 0.00240134615384604, 0.00259358861129041, 0.00291173076923077, 0.00362847679421451, 0.00525538461538464, 0.00541902850007409, 0.00827173076923074, 0.017331688834218, 0.0292903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1395, '2021-05-09 00:00:00', 0.00207385707129836, 0.00209124999999999, 0.00183313522068589, 0.0026489583333333, 0.00417643682969005, 0.00691937500000006, 0.00530149260753559, 0.00828395833333325, 0.0178178242614818, 0.0296412499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1410, '2021-05-09 00:00:00', 0.00119905803306878, 0.00172879999999996, 0.00302052151953923, 0.00444760000000002, 0.00410161451951135, 0.00634600000000003, 0.0053434059674831, 0.00798459999999988, 0.017479011992959, 0.0298745999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 1, 1425, '2021-05-09 00:00:00', 0.0030964959093573, 0.0039866, 0.00408744826674705, 0.00586400000000001, 0.0039565879976734, 0.0060586, 0.00543467112620447, 0.00807739999999992, 0.017479011992959, 0.0298745999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 0, '2021-05-09 00:00:00', 0.00350550062264789, 0.00349884615384614, 0.00354924456209185, 0.00380980769230765, 0.00433660003742737, 0.00538326923076917, 0.00551794496306239, 0.00769884615384608, 0.0173361944774954, 0.0292901923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 15, '2021-05-09 00:00:00', 0.00105141082518685, 0.000854782608695614, 0.00263861226851483, 0.00259739130434777, 0.00336881448987523, 0.00461260869565217, 0.00505618532878807, 0.00685847826086954, 0.0180864778912282, 0.030130652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 30, '2021-05-09 00:00:00', 0.00250910382263341, 0.00174208333333329, 0.00321462247315729, 0.00281041666666663, 0.00334146728596718, 0.00405583333333337, 0.00502523040065932, 0.00632666666666667, 0.0180451309410421, 0.0291543749999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 45, '2021-05-09 00:00:00', 0.00225694267760606, 0.00174440000000001, 0.00250900664274391, 0.00321320000000014, 0.00243137054971051, 0.00352740000000008, 0.00463856553796533, 0.00589560000000009, 0.0179033591470987, 0.028696 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 60, '2021-05-09 00:00:00', 0.00207702253608003, 0.00228884615384624, 0.00198462191710311, 0.00243807692307693, 0.00189561523400304, 0.00296865384615388, 0.00405096120122694, 0.00556442307692316, 0.0175167887028857, 0.0282973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 75, '2021-05-09 00:00:00', 0.000769312896897866, 0.000759399999999921, 0.000960493666472247, 0.00121780000000001, 0.00140984242618347, 0.00234840000000002, 0.00407935547400973, 0.00530660000000008, 0.0176860617624917, 0.0287066 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 90, '2021-05-09 00:00:00', 0.000782631778041237, 0.000925000000000047, 0.00139755420288457, 0.00178340000000009, 0.00171574405628187, 0.00266880000000004, 0.00407044196003331, 0.00533960000000011, 0.0176860617624917, 0.0287066 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 105, '2021-05-09 00:00:00', 0.00151143789813799, 0.0015652083333334, 0.00146037163971619, 0.00209875, 0.00219580244320047, 0.00302625000000004, 0.00416503325229869, 0.0054304166666667, 0.011640766439419, 0.0259370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 120, '2021-05-09 00:00:00', 0.00119404277722637, 0.00144192307692301, 0.00165610451175227, 0.00203307692307689, 0.00384696953658122, 0.00318384615384621, 0.00396662682214422, 0.00514711538461541, 0.0175551815460675, 0.0281386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 135, '2021-05-09 00:00:00', 0.000651891990031075, 0.000934399999999869, 0.00162935245317474, 0.00172959999999993, 0.00376069724253352, 0.0028990000000001, 0.00386112965982751, 0.00478580000000001, 0.0178573522136776, 0.0278697999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 150, '2021-05-09 00:00:00', 0.00190675909595315, 0.00161639999999995, 0.00385779511724846, 0.00250040000000009, 0.00378121495025076, 0.00293860000000002, 0.00398889665195777, 0.00502440000000004, 0.0175859261484861, 0.0287511999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 165, '2021-05-09 00:00:00', 0.00279617555779316, 0.00180040000000002, 0.00279064322035857, 0.00223800000000008, 0.00276395004175785, 0.00271360000000009, 0.00316623543555019, 0.00458520000000004, 0.017294215319002, 0.0289228 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 180, '2021-05-09 00:00:00', 0.000970248362335762, 0.00123326923076924, 0.00111180534059901, 0.00142134615384622, 0.00170940490094791, 0.00248134615384619, 0.00276169547282383, 0.00438673076923079, 0.0171572212247161, 0.028321923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 195, '2021-05-09 00:00:00', 0.000791420947021629, 0.000941346153846215, 0.00129930596858478, 0.00154000000000008, 0.00195304023354522, 0.00255692307692316, 0.00278825975503343, 0.00425730769230769, 0.0171626591134986, 0.0282796153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 210, '2021-05-09 00:00:00', 0.00120298718474752, 0.00119360000000007, 0.00171323585163673, 0.00189100000000007, 0.00207631590804486, 0.00271760000000008, 0.00281767911291077, 0.00429020000000001, 0.0174584002894501, 0.0280014 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 225, '2021-05-09 00:00:00', 0.00149946807235101, 0.00123750000000009, 0.00190851671160135, 0.00190403846153853, 0.0020980900563645, 0.00260173076923086, 0.00332397139671113, 0.0043696153846154, 0.0171748062400895, 0.0282657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 240, '2021-05-09 00:00:00', 0.0012065537062866, 0.00139038461538472, 0.00145031672933357, 0.00180384615384619, 0.00157418141120538, 0.00226134615384622, 0.00288867787830617, 0.00408326923076922, 0.0170983862531393, 0.0281826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 255, '2021-05-09 00:00:00', 0.00106817765376372, 0.00117919999999994, 0.00114656824916805, 0.00166399999999999, 0.00116775129344117, 0.0019357999999999, 0.00286514509522066, 0.00410719999999998, 0.0174024960925151, 0.0279366 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 270, '2021-05-09 00:00:00', 0.00101236364703904, 0.0011769230769231, 0.00106850391453874, 0.00139115384615375, 0.00109894312864687, 0.00180499999999992, 0.0029622181657566, 0.00424269230769228, 0.0171224098232069, 0.0282230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 285, '2021-05-09 00:00:00', 0.000773826953424445, 0.000941923076923047, 0.000873097337951862, 0.00127480769230753, 0.00110022207548504, 0.00175384615384606, 0.00307028746461709, 0.00457365384615379, 0.0171318014331873, 0.0281478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 300, '2021-05-09 00:00:00', 0.000863343522858298, 0.000989038461538356, 0.000986791849300571, 0.00132807692307693, 0.00188418788872024, 0.00196, 0.00315514786316921, 0.00501096153846156, 0.0171327769191554, 0.0281498076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 315, '2021-05-09 00:00:00', 0.00075161162741245, 0.000940961538461614, 0.00103008351043077, 0.00140596153846157, 0.00181833232978434, 0.00215769230769233, 0.00358032233722909, 0.0062990384615385, 0.0171327769191554, 0.0281498076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 330, '2021-05-09 00:00:00', 0.000984917489710805, 0.0010773076923077, 0.00188070886799475, 0.00155038461538468, 0.00193833945586269, 0.00207461538461548, 0.00427544420094385, 0.00817365384615387, 0.0171378856619346, 0.0281498076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 345, '2021-05-09 00:00:00', 0.0017734493118042, 0.0011973076923078, 0.00178673863828453, 0.00165019230769245, 0.0019917860944776, 0.00217461538461545, 0.00453899948734895, 0.0090771153846154, 0.0171387467049195, 0.0281488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 360, '2021-05-09 00:00:00', 0.000869142127883371, 0.00112403846153837, 0.00112960518970806, 0.00141673076923073, 0.00145042971086294, 0.00200788461538458, 0.00459425614637033, 0.00996346153846151, 0.0171413139261665, 0.0281486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 375, '2021-05-09 00:00:00', 0.000794019993451014, 0.000891400000000004, 0.00121016527796819, 0.00138299999999997, 0.00120158662470359, 0.00190499999999997, 0.00613733096848029, 0.0125872, 0.0174973528045436, 0.0284098 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 420, '2021-05-09 00:00:00', 0.000993131117560352, 0.00100639999999991, 0.000952396188568546, 0.00126279999999991, 0.00119513991510052, 0.0019136, 0.00635801133741261, 0.0138846000000001, 0.0172742695889967, 0.0275973999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 465, '2021-05-09 00:00:00', 0.000782684520920545, 0.000932826086956541, 0.0011480879877728, 0.00157913043478253, 0.00205242021889789, 0.00273086956521723, 0.00735108054491754, 0.0157202173913044, 0.0177779448342504, 0.0294545652173912 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 480, '2021-05-09 00:00:00', 0.00109844680554665, 0.00128076923076915, 0.00120741951475681, 0.00198673076923074, 0.00211830183256444, 0.00330942307692313, 0.00804192662765695, 0.0168617307692308, 0.0171845819279512, 0.0280840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 495, '2021-05-09 00:00:00', 0.000884006033161927, 0.00136300000000006, 0.00176363793052876, 0.00217799999999997, 0.00316680767229919, 0.0049430000000001, 0.00859639483543354, 0.017291, 0.0172050567954115, 0.0285678 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 510, '2021-05-09 00:00:00', 0.00134506398189251, 0.0016136538461538, 0.00155747828729149, 0.00260615384615387, 0.00358152427799194, 0.00637692307692304, 0.00834218088069033, 0.0172203846153846, 0.017111008090835, 0.0279267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 525, '2021-05-09 00:00:00', 0.00126006880154028, 0.00189576923076923, 0.00301026719999819, 0.00415884615384619, 0.00372602085133925, 0.00743423076923078, 0.00986875486651609, 0.0181261538461539, 0.0170832498214345, 0.0280426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 540, '2021-05-09 00:00:00', 0.00250514427651461, 0.0035196153846153, 0.00304063721181039, 0.00554057692307685, 0.00341571736468108, 0.00821365384615386, 0.0118836486125329, 0.0190221153846154, 0.0171389428540342, 0.0279230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 555, '2021-05-09 00:00:00', 0.00240190879222214, 0.00391961538461529, 0.00308284306843777, 0.00574076923076919, 0.00529316527376433, 0.0100961538461539, 0.0118368558260272, 0.0188596153846154, 0.0170313042772601, 0.0278557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 570, '2021-05-09 00:00:00', 0.00304340949998756, 0.0036407692307692, 0.00352538997842789, 0.00557250000000008, 0.00540481244248703, 0.00973846153846156, 0.0119342352015601, 0.0181446153846154, 0.0170337441263376, 0.0276801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 585, '2021-05-09 00:00:00', 0.00201618043301227, 0.0035634615384615, 0.00443815367016515, 0.00691499999999992, 0.0047612353802511, 0.00912211538461537, 0.0119725276940426, 0.0172592307692307, 0.0169299727804317, 0.0271828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 600, '2021-05-09 00:00:00', 0.00383188959713309, 0.00539173076923073, 0.00432467676426641, 0.00701634615384603, 0.00441000035321832, 0.00868634615384611, 0.0122347120679082, 0.0169007692307692, 0.0170824631533225, 0.0272207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 615, '2021-05-09 00:00:00', 0.00300200510556625, 0.00400442307692302, 0.00314615215535038, 0.00554076923076922, 0.00424734224590461, 0.00794307692307697, 0.0139520493063261, 0.0168946153846155, 0.0157137984635749, 0.0271519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 630, '2021-05-09 00:00:00', 0.00191882108237176, 0.00339211538461541, 0.0029497719338177, 0.00560230769230774, 0.00574042532932357, 0.00856480769230774, 0.0138042101897045, 0.0170001923076923, 0.015931297503777, 0.0275580769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 645, '2021-05-09 00:00:00', 0.00247197221947287, 0.00427557692307688, 0.00347283013051094, 0.00552865384615385, 0.00577681577181914, 0.00927730769230771, 0.0135529809778002, 0.0168657692307692, 0.0159102570060952, 0.0277699999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 660, '2021-05-09 00:00:00', 0.00284722534300437, 0.0037380769230769, 0.00522565211609632, 0.00645903846153832, 0.00650811205047511, 0.0103826923076923, 0.0127380121864262, 0.0166276923076923, 0.0153573017361576, 0.027843846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 675, '2021-05-09 00:00:00', 0.00512968930308195, 0.00452211538461526, 0.0052202546541185, 0.00638057692307692, 0.00667641471035283, 0.00948076923076913, 0.0127630885579653, 0.0161134615384616, 0.0150455315012082, 0.027406923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 690, '2021-05-09 00:00:00', 0.00251809593053644, 0.00407634615384617, 0.00460377303457135, 0.00708807692307695, 0.00487934027696995, 0.00809153846153842, 0.0120958022104938, 0.0155286538461539, 0.014836385741973, 0.0272432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 705, '2021-05-09 00:00:00', 0.00329596907659131, 0.00489807692307695, 0.00391948597983887, 0.00592211538461532, 0.00499466814559431, 0.00784826923076917, 0.010544410345698, 0.0150584615384616, 0.0134612829826307, 0.0269734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 720, '2021-05-09 00:00:00', 0.00245237897843001, 0.00356557692307681, 0.0024066980252235, 0.00490923076923061, 0.00764168174200891, 0.00888038461538457, 0.0105529846470816, 0.0150348076923076, 0.0140639667289797, 0.027336923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 735, '2021-05-09 00:00:00', 0.00190724417580809, 0.00319711538461528, 0.00483990993241042, 0.00567307692307682, 0.00754280442898028, 0.00831557692307687, 0.0105803832706498, 0.0147380769230769, 0.0142501418198071, 0.0271732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 750, '2021-05-09 00:00:00', 0.00428456870192761, 0.0042801923076924, 0.00744882770332659, 0.00674692307692318, 0.00731563906719965, 0.00824480769230772, 0.0106692917236627, 0.0152182692307693, 0.0142895767068707, 0.0274223076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 765, '2021-05-09 00:00:00', 0.00424214633628563, 0.00471153846153858, 0.00410200257379056, 0.00583365384615391, 0.00512914372820802, 0.00760423076923083, 0.00921264095602416, 0.0148592307692308, 0.013088160992051, 0.0272730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 780, '2021-05-09 00:00:00', 0.00265581305093911, 0.00383519230769226, 0.00269573617745906, 0.00512346153846157, 0.00400858148706763, 0.00705346153846154, 0.0110009014193592, 0.0149290384615385, 0.0133747597606029, 0.027259423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 795, '2021-05-09 00:00:00', 0.00166374333495745, 0.00345326923076923, 0.00364229144379436, 0.00502519230769224, 0.00689125488181603, 0.00740038461538464, 0.0109234043738838, 0.0148136538461539, 0.0132999275142616, 0.0273317307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 810, '2021-05-09 00:00:00', 0.0033879860366617, 0.00346076923076922, 0.00381637053212351, 0.00468403846153853, 0.00692532140048383, 0.00740249999999998, 0.0110790112166412, 0.0148584615384615, 0.0132450762230289, 0.0273930769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 825, '2021-05-09 00:00:00', 0.00207604972520857, 0.00291769230769243, 0.00478695398975173, 0.00502750000000008, 0.00616978161002354, 0.00753865384615383, 0.011254289980338, 0.0152498076923076, 0.0131769181657227, 0.0274071153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 840, '2021-05-09 00:00:00', 0.00477040355090229, 0.00393596153846154, 0.00514966124726064, 0.00570480769230758, 0.00626387026157519, 0.00821442307692303, 0.0113220709032606, 0.0155434615384614, 0.0131116321242451, 0.0276551923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 855, '2021-05-09 00:00:00', 0.00370727121292105, 0.00402961538461536, 0.00543107875670552, 0.00546730769230759, 0.0056694997913938, 0.00799673076923083, 0.0112961700878592, 0.0158105769230768, 0.0127086609655958, 0.0274865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 870, '2021-05-09 00:00:00', 0.00249497938946312, 0.00319192307692306, 0.00299298380190427, 0.00513596153846158, 0.00305888204816976, 0.00694076923076927, 0.0112954828088317, 0.0154882692307691, 0.0126437893799531, 0.0273917307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 885, '2021-05-09 00:00:00', 0.0024169427923595, 0.00368269230769223, 0.00278689408730331, 0.00534442307692305, 0.00317460005960781, 0.00709653846153841, 0.0112853820101663, 0.0154263461538461, 0.0126436755123475, 0.0272976923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 900, '2021-05-09 00:00:00', 0.00211936173265588, 0.0036069230769231, 0.00244587247293184, 0.00486692307692319, 0.00347409448080192, 0.00715730769230773, 0.0115902803244787, 0.0151799999999999, 0.0126725679566291, 0.0272588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 915, '2021-05-09 00:00:00', 0.00165908363261169, 0.00290749999999996, 0.00257458173600765, 0.00480134615384609, 0.00333105307904034, 0.00655115384615384, 0.0111223940163008, 0.014694423076923, 0.012485877363584, 0.0271784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 930, '2021-05-09 00:00:00', 0.00209652148716716, 0.00352711538461536, 0.00217882054367462, 0.00483980769230771, 0.00795767269079629, 0.00817442307692307, 0.0109317970371544, 0.0144526923076922, 0.0124960546527539, 0.0271467307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 945, '2021-05-09 00:00:00', 0.00143597772909673, 0.00335596153846153, 0.00244188657362736, 0.00470403846153846, 0.00907830454350445, 0.00845576923076927, 0.0106573914328903, 0.0139980769230768, 0.0124794091206274, 0.027185 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 960, '2021-05-09 00:00:00', 0.00207429570067673, 0.00329057692307687, 0.00807963745378555, 0.00623923076923072, 0.0109051895849919, 0.00873673076923076, 0.0105441292451515, 0.0136815384615384, 0.011966632666904, 0.0275507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 975, '2021-05-09 00:00:00', 0.00798394403450776, 0.00490211538461536, 0.00893201614978379, 0.00682249999999997, 0.0106351906875964, 0.0088698076923077, 0.010516826724167, 0.0134178846153844, 0.0132310642981407, 0.0281373076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 990, '2021-05-09 00:00:00', 0.00338852621129239, 0.00442673076923084, 0.00515285526525017, 0.00589923076923078, 0.00568439360476091, 0.00771057692307699, 0.00736665888414713, 0.0125563461538461, 0.0128433320263263, 0.0279434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1005, '2021-05-09 00:00:00', 0.00432382514056181, 0.00390461538461534, 0.00411223280637736, 0.00540942307692315, 0.00587610474392165, 0.0076151923076923, 0.00738802526962483, 0.0121042307692307, 0.012688978999055, 0.0279690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1020, '2021-05-09 00:00:00', 0.00300996769724548, 0.00425653846153849, 0.00511836972617705, 0.00613942307692305, 0.00517412438151462, 0.007966346153846, 0.0068803569702786, 0.0117509615384614, 0.0123137629957451, 0.0284413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1035, '2021-05-09 00:00:00', 0.00264715289727246, 0.00369230769230773, 0.00306700578113855, 0.00487230769230767, 0.00456982734903614, 0.00759999999999981, 0.00562876983759456, 0.0105782692307691, 0.0142373970949208, 0.0289709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1050, '2021-05-09 00:00:00', 0.00234159915770916, 0.00333384615384613, 0.00268938274302133, 0.00510846153846146, 0.00451209968179566, 0.00746653846153841, 0.00543255127767925, 0.0100942307692307, 0.0141536689576073, 0.0294298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1065, '2021-05-09 00:00:00', 0.00155484341284298, 0.00385903846153851, 0.00402338036214089, 0.00610653846153838, 0.00420402648110663, 0.00737442307692302, 0.00519962161715033, 0.00960019230769223, 0.0148647590332095, 0.0293763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1080, '2021-05-09 00:00:00', 0.00367357627576264, 0.0049255769230769, 0.00364587189107814, 0.00587961538461539, 0.00367954539938757, 0.0070828846153845, 0.0049927865350538, 0.00920923076923067, 0.0152211794600104, 0.0295230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1095, '2021-05-09 00:00:00', 0.00174657833623786, 0.0029967307692307, 0.00233982413047189, 0.00457980769230771, 0.00226106258206182, 0.00559499999999995, 0.00364082902647183, 0.00767999999999993, 0.0150852750172528, 0.0290278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1110, '2021-05-09 00:00:00', 0.00232737137957437, 0.00371346153846153, 0.00236165448036236, 0.00453826923076922, 0.00234440336021447, 0.00532634615384609, 0.00369980663216129, 0.00711365384615376, 0.0150890232402946, 0.0290221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1125, '2021-05-09 00:00:00', 0.00161794581301293, 0.0028994230769231, 0.00174327609358395, 0.00388846153846156, 0.00202478675040481, 0.0046192307692308, 0.00353838492057511, 0.0063646153846153, 0.0152731115967294, 0.0288203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1140, '2021-05-09 00:00:00', 0.00150248844869481, 0.00243346153846144, 0.0018594900872592, 0.00325423076923069, 0.00216047047048684, 0.004119423076923, 0.00340961315197979, 0.0064396153846153, 0.0153696013461136, 0.0289934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1155, '2021-05-09 00:00:00', 0.0013477499340067, 0.0021682692307693, 0.00160429818108909, 0.00293942307692323, 0.00214905353944101, 0.00380134615384623, 0.00360077714368169, 0.00654403846153842, 0.015404363467737, 0.0288903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1170, '2021-05-09 00:00:00', 0.00125899251540518, 0.0020030769230771, 0.00142560022446686, 0.00264500000000006, 0.00327122372421177, 0.00357942307692312, 0.00336593501125618, 0.00638749999999991, 0.015404363467737, 0.0288903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1185, '2021-05-09 00:00:00', 0.000875050767758073, 0.00179538461538456, 0.00149824359989131, 0.00241826923076923, 0.00301115708018331, 0.00314480769230762, 0.00334083642797145, 0.00622903846153835, 0.0154282856966825, 0.0288515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1200, '2021-05-09 00:00:00', 0.00156402346037875, 0.00167076923076921, 0.00319338087058446, 0.00229076923076921, 0.00308593168202947, 0.00322211538461532, 0.00326499011660645, 0.00656269230769234, 0.0154353495637074, 0.0288430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1215, '2021-05-09 00:00:00', 0.00217157698813193, 0.00142615384615376, 0.00214105218561767, 0.00190230769230762, 0.00222458659945202, 0.00311346153846142, 0.00365597580891671, 0.00737865384615391, 0.015423848159213, 0.0288340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1230, '2021-05-09 00:00:00', 0.00122328391572096, 0.00131153846153845, 0.00163450547684806, 0.00237692307692307, 0.00179968639362104, 0.00309865384615381, 0.00363075476366081, 0.00739192307692315, 0.015423848159213, 0.0288340384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1245, '2021-05-09 00:00:00', 0.00156674061473051, 0.00205307692307695, 0.00165966127220631, 0.00258153846153843, 0.00164028046382314, 0.00308000000000002, 0.00361392218212583, 0.00736153846153849, 0.0154081860073942, 0.0288740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1260, '2021-05-09 00:00:00', 0.00120059594176578, 0.00149115384615386, 0.00126851348496522, 0.00199230769230773, 0.0012801450638952, 0.00278076923076931, 0.00386450747185187, 0.00728500000000005, 0.0154070800720367, 0.0288571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1275, '2021-05-09 00:00:00', 0.00104819458337449, 0.00137826923076915, 0.00110275705184085, 0.00185865384615385, 0.00141530487338084, 0.00284673076923071, 0.00430677891861727, 0.00729557692307702, 0.0154070800720367, 0.0288571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1290, '2021-05-09 00:00:00', 0.000865581796339108, 0.00123961538461529, 0.00117055903804066, 0.00221730769230758, 0.00134440378549798, 0.00286346153846142, 0.00422103919031253, 0.00738461538461549, 0.0154070800720367, 0.0288571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1305, '2021-05-09 00:00:00', 0.00109633566238419, 0.0017767307692308, 0.00125613370491175, 0.00236173076923072, 0.0012008511724862, 0.00270846153846148, 0.00420324285064979, 0.00723230769230783, 0.0153746300330721, 0.0287955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1320, '2021-05-09 00:00:00', 0.00105215677758367, 0.00141826923076917, 0.00102500373357658, 0.00166557692307686, 0.00192496976999245, 0.00296615384615384, 0.00425068090473114, 0.00714307692307702, 0.0153833607724009, 0.0287855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1335, '2021-05-09 00:00:00', 0.000611458533722055, 0.000976538461538488, 0.000640056127346527, 0.00140961538461538, 0.00267814190035943, 0.00326403846153855, 0.0043070902189119, 0.00706807692307702, 0.0153722140352699, 0.0287771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1350, '2021-05-09 00:00:00', 0.000673915767391105, 0.0010476923076922, 0.00188884157620488, 0.00242250000000001, 0.00265356031515268, 0.00345711538461541, 0.00424885012498858, 0.00731423076923084, 0.0153722140352699, 0.0287771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1365, '2021-05-09 00:00:00', 0.00191709114586102, 0.0021573076923077, 0.00266954358674626, 0.00291480769230768, 0.00263312028998634, 0.00361269230769228, 0.00464078258072266, 0.00768980769230783, 0.0153172037277846, 0.0287390384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1380, '2021-05-09 00:00:00', 0.00169924473041586, 0.00187557692307697, 0.00164980820563616, 0.00243865384615386, 0.00172683685924923, 0.00393846153846158, 0.00454328878253832, 0.0072898076923078, 0.0153019750673413, 0.0287351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1395, '2021-05-09 00:00:00', 0.00107639648114211, 0.00145923076923073, 0.00120628892125324, 0.00202019230769225, 0.00327053423064883, 0.00500192307692314, 0.00436319838579984, 0.00700692307692317, 0.0152137142900738, 0.0286675 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1410, '2021-05-09 00:00:00', 0.00109615006342123, 0.00144980769230757, 0.00165607400661458, 0.00299134615384629, 0.00318574150890155, 0.00485480769230775, 0.00443836354544544, 0.00686019230769242, 0.0152216336849386, 0.0286690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 2, 1425, '2021-05-09 00:00:00', 0.0016871835885696, 0.0024523076923078, 0.00322476446963428, 0.0043267307692308, 0.00340027485879955, 0.00470865384615387, 0.00455561997807276, 0.00691923076923087, 0.0152317356162918, 0.0286432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 0, '2021-05-09 00:00:00', 0.002957382210412, 0.00304346153846158, 0.00285628427264402, 0.00329538461538465, 0.00348134212072565, 0.00421519230769219, 0.00466558173881231, 0.00668980769230767, 0.0152754798501993, 0.0286244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 15, '2021-05-09 00:00:00', 0.00101559274240263, 0.000881249999999945, 0.00260098153284682, 0.00218124999999993, 0.0034924989545266, 0.00325600000000001, 0.00438883601641104, 0.00601500000000006, 0.0171212803951229, 0.0291765 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 30, '2021-05-09 00:00:00', 0.00250443406780845, 0.00139999999999999, 0.00290744704738251, 0.00207333333333334, 0.00337104171761576, 0.00316380952380948, 0.00402206007686416, 0.0054388095238096, 0.0167786108313105, 0.0291721428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 45, '2021-05-09 00:00:00', 0.00160387839495297, 0.000974583333333371, 0.00216199986886472, 0.00232770833333333, 0.00222650876015754, 0.00273270833333324, 0.00364663712464508, 0.00542416666666675, 0.0162176070615966, 0.02876375 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 60, '2021-05-09 00:00:00', 0.0020229029027234, 0.00192192307692301, 0.00202510999701264, 0.00218249999999994, 0.00208079008662951, 0.00262423076923083, 0.00347693127849604, 0.00545865384615387, 0.0156751119343322, 0.0283080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 90, '2021-05-09 00:00:00', 0.000814902028593247, 0.000728043478260764, 0.000782581493817836, 0.00111260869565218, 0.00142391883956211, 0.00255695652173914, 0.0033121610722274, 0.00547782608695659, 0.0165869450456862, 0.0289036956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 120, '2021-05-09 00:00:00', 0.00122873261784407, 0.00137961538461549, 0.00129482349554497, 0.0020582692307693, 0.003091182298086, 0.00344000000000002, 0.00323945105154945, 0.00523634615384619, 0.0156774568397281, 0.0283098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 135, '2021-05-09 00:00:00', 0.00116581745833299, 0.00130288461538465, 0.00178197936619318, 0.00201230769230776, 0.00317573620780098, 0.00310730769230771, 0.00329409395153472, 0.00502980769230776, 0.0156774568397281, 0.0283098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 150, '2021-05-09 00:00:00', 0.00166719230044614, 0.00131979999999981, 0.00324176774049803, 0.00233179999999987, 0.0031824745089317, 0.00286759999999994, 0.0032895702353549, 0.00496840000000002, 0.0158315258450767, 0.0287672 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 165, '2021-05-09 00:00:00', 0.00245728352725806, 0.00176559999999988, 0.00256801095207954, 0.00219639999999991, 0.00282525857223726, 0.00262620000000002, 0.00330078024866841, 0.00474260000000001, 0.0158442340984557, 0.028709 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 180, '2021-05-09 00:00:00', 0.00128833346435799, 0.00129365384615376, 0.00173701150299543, 0.00173519230769221, 0.00196708969917875, 0.00236673076923067, 0.00264713668241441, 0.00442115384615386, 0.0157339641344645, 0.0281142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 195, '2021-05-09 00:00:00', 0.00115259179510949, 0.00113038461538462, 0.00135199034190899, 0.00140326923076929, 0.00205888267869121, 0.00227173076923085, 0.00252422000900195, 0.00436557692307689, 0.0158548208587022, 0.0280876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 210, '2021-05-09 00:00:00', 0.00071641692859647, 0.000989791666666758, 0.00130004988756002, 0.00150083333333336, 0.00219831307813342, 0.0024410416666667, 0.00257978195875347, 0.00423520833333335, 0.0159474320487429, 0.0270520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 225, '2021-05-09 00:00:00', 0.00130945578830999, 0.00104230769230759, 0.00191236768270277, 0.00168192307692308, 0.00226422307952329, 0.00258192307692313, 0.0027869138224648, 0.00438442307692305, 0.0158609161826751, 0.0280819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 240, '2021-05-09 00:00:00', 0.0011877324387898, 0.00121711538461556, 0.00174581897246391, 0.00190326923076936, 0.00188041415241833, 0.00249923076923085, 0.00259818812607186, 0.00421346153846152, 0.0158609161826751, 0.0280819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 255, '2021-05-09 00:00:00', 0.00154973431966205, 0.00138269230769233, 0.00173766217837477, 0.00186961538461542, 0.00186035332665604, 0.00233249999999997, 0.0026726191489594, 0.00429134615384616, 0.0158609196563803, 0.0280828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 270, '2021-05-09 00:00:00', 0.00103339928640618, 0.00112979166666664, 0.00128073850695157, 0.00161708333333332, 0.00159172724010237, 0.00200229166666677, 0.00207836875136878, 0.0039316666666667, 0.015958556038197, 0.0270927083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 285, '2021-05-09 00:00:00', 0.00102762985329578, 0.00108365384615381, 0.00136824363833576, 0.00136442307692301, 0.00148617086707884, 0.00172961538461536, 0.00313939283693757, 0.00451923076923079, 0.0158735566478922, 0.0282044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 300, '2021-05-09 00:00:00', 0.000856780456126327, 0.000849599999999917, 0.000909037953003053, 0.00108900000000009, 0.00126811319815431, 0.00146560000000001, 0.00286902317871435, 0.00459740000000004, 0.015689711432443, 0.0274286 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 315, '2021-05-09 00:00:00', 0.000611895220499112, 0.000741250000000175, 0.00100883001451608, 0.00104979166666678, 0.00129046361108003, 0.00138437500000007, 0.00418392883089049, 0.00629687499999994, 0.0160176926959701, 0.0275364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 330, '2021-05-09 00:00:00', 0.000930276616568057, 0.00077300000000001, 0.0010584409525334, 0.00104079999999996, 0.00131595101859203, 0.00165199999999995, 0.00448062605372661, 0.00787339999999997, 0.0161857356181299, 0.028339 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 345, '2021-05-09 00:00:00', 0.000690240847484367, 0.000685416666666661, 0.00115110147313305, 0.00103041666666666, 0.00166345435449622, 0.00207270833333328, 0.00458180520638704, 0.00836458333333331, 0.0160176926959701, 0.0275364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 360, '2021-05-09 00:00:00', 0.00113516737159692, 0.000825192307692291, 0.00117793972681117, 0.00135999999999989, 0.00190167477806762, 0.00234480769230771, 0.00437384497720422, 0.00923326923076932, 0.0158735566478922, 0.0282044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 375, '2021-05-09 00:00:00', 0.000797740454868059, 0.00095759999999995, 0.00149804589382296, 0.00160959999999999, 0.00174274419618404, 0.00234360000000006, 0.00401982189696664, 0.00966080000000005, 0.015689711432443, 0.0274286 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 390, '2021-05-09 00:00:00', 0.00152059527817231, 0.00128000000000002, 0.00178454144077588, 0.00179192307692315, 0.00182670893643779, 0.00222653846153844, 0.00471897986449809, 0.0122048076923077, 0.0158735566478922, 0.0282044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 405, '2021-05-09 00:00:00', 0.0013778511837697, 0.00115173076923079, 0.00156010916777791, 0.00158615384615389, 0.00148275886311754, 0.00209538461538461, 0.00498878320681655, 0.0134632692307692, 0.0158660899368626, 0.0281582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 420, '2021-05-09 00:00:00', 0.0013108310927981, 0.00118807692307683, 0.00134180498411082, 0.00144384615384608, 0.00132399269403036, 0.00194942307692303, 0.00510281690305987, 0.0143521153846153, 0.0158658545031581, 0.0281563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 435, '2021-05-09 00:00:00', 0.0010029010004316, 0.000872000000000099, 0.00108855190505557, 0.00143160000000002, 0.00118200969398157, 0.00202360000000002, 0.00519363880145701, 0.0145355999999999, 0.0156790140740204, 0.0273786 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 450, '2021-05-09 00:00:00', 0.000961997681110215, 0.00121846153846153, 0.000932565361701825, 0.00149307692307687, 0.00166821447615741, 0.00255153846153851, 0.00606822483547259, 0.0154955769230769, 0.0158658545031581, 0.0281563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 465, '2021-05-09 00:00:00', 0.00069083572576973, 0.000809599999999904, 0.00113354447788051, 0.00150719999999993, 0.00203109828664195, 0.00280040000000003, 0.00572528734358949, 0.0160188, 0.0156790140740204, 0.0273786 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 480, '2021-05-09 00:00:00', 0.0010870880445791, 0.00134599999999995, 0.00169710532967171, 0.00212960000000002, 0.00288676515902038, 0.00363879999999998, 0.00608160855914501, 0.0166322, 0.0156790140740204, 0.0273786 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 495, '2021-05-09 00:00:00', 0.00170481519037501, 0.00179639999999999, 0.00200267192353954, 0.00247859999999992, 0.00420341183841577, 0.00569739999999989, 0.0060820437697098, 0.0169072, 0.0156790140740204, 0.0273786 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 510, '2021-05-09 00:00:00', 0.00178877415051161, 0.00187980769230765, 0.00272443710488279, 0.00312346153846145, 0.0039723439699232, 0.00692384615384608, 0.00621071227489558, 0.0175801923076923, 0.0158720690728665, 0.0281394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 525, '2021-05-09 00:00:00', 0.00208536734450757, 0.00215980769230778, 0.00371701036297469, 0.00469903846153844, 0.00433323388298103, 0.0075417307692307, 0.0062842493493349, 0.0172932692307692, 0.0159145588800366, 0.0280278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 540, '2021-05-09 00:00:00', 0.00360698421335384, 0.00414865384615386, 0.00362615838255645, 0.00583384615384611, 0.00403435659249197, 0.00804365384615384, 0.00678478182858802, 0.0177076923076923, 0.0159034086392242, 0.0279628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 555, '2021-05-09 00:00:00', 0.00255687074370214, 0.00389000000000003, 0.00395901658826448, 0.00558288461538458, 0.00354512968190699, 0.00784730769230774, 0.00709224452103521, 0.0175171153846154, 0.0160480959186871, 0.0276661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 570, '2021-05-09 00:00:00', 0.00318543090310582, 0.0036409615384614, 0.00291092941145279, 0.00514096153846146, 0.00441475430102985, 0.00954846153846151, 0.00691224116221469, 0.0173017307692307, 0.0158334711486579, 0.0275311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 585, '2021-05-09 00:00:00', 0.00192333760387026, 0.00339653846153846, 0.00264690716468518, 0.00564153846153849, 0.00501724480014835, 0.0100357692307691, 0.00650513134734059, 0.0169196153846154, 0.0158041466029062, 0.0278103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 600, '2021-05-09 00:00:00', 0.0027897495614095, 0.00428615384615391, 0.00446263302753676, 0.00727153846153844, 0.00526740286683469, 0.0100901923076922, 0.00650546332826366, 0.0170686538461538, 0.0155414522289461, 0.0278907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 615, '2021-05-09 00:00:00', 0.00365983366582957, 0.00510730769230752, 0.00405880227217542, 0.00734173076923055, 0.00394113435935158, 0.0100109615384615, 0.00594268504452827, 0.0161915384615384, 0.0155295312871959, 0.0273549999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 630, '2021-05-09 00:00:00', 0.00288812377877735, 0.00473519230769218, 0.00301703097176934, 0.00630326923076911, 0.00337348432063021, 0.0092276923076923, 0.00548621715336216, 0.014994423076923, 0.0173498724535324, 0.0272330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 645, '2021-05-09 00:00:00', 0.00152756735971329, 0.00344903846153845, 0.00192472748320782, 0.00579173076923082, 0.00295992477165316, 0.00870057692307695, 0.00519154991307981, 0.0140974999999999, 0.0173039601258919, 0.0268009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 660, '2021-05-09 00:00:00', 0.00217913632326761, 0.00446865384615394, 0.00359268314130897, 0.00640807692307697, 0.00350547181066749, 0.00871884615384621, 0.00537937564649953, 0.0139228846153846, 0.0180933495091853, 0.0269523076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 675, '2021-05-09 00:00:00', 0.00224540341586984, 0.00397749999999997, 0.00215278996081477, 0.00559384615384608, 0.0029535112936196, 0.00764519230769229, 0.00834420669594259, 0.0143407692307692, 0.0190680647408576, 0.0277801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 690, '2021-05-09 00:00:00', 0.00166829610219988, 0.00395173076923072, 0.00249808874634498, 0.00600076923076919, 0.0041216715242541, 0.00808192307692306, 0.00815214123122536, 0.0138994230769231, 0.0189426189847128, 0.02793 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 705, '2021-05-09 00:00:00', 0.00176676341413861, 0.0041401923076924, 0.00196460386494428, 0.00513211538461537, 0.003726698544082, 0.0071809615384616, 0.00814795455219373, 0.0135357692307692, 0.0191430256269443, 0.0278780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 720, '2021-05-09 00:00:00', 0.00162547963335785, 0.0030959615384614, 0.00336812472361804, 0.00534807692307686, 0.00417936872763565, 0.00684980769230759, 0.00799043381897282, 0.0143861538461538, 0.018990910895843, 0.0281305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 735, '2021-05-09 00:00:00', 0.00307592045010676, 0.0040761538461537, 0.00304764401439234, 0.00485096153846147, 0.00473251639031654, 0.00709576923076914, 0.0120121050547417, 0.0153703846153846, 0.0189702694883741, 0.0283273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 750, '2021-05-09 00:00:00', 0.00180026054738237, 0.00304096153846157, 0.00250138601579207, 0.00487, 0.00327315538186731, 0.00648192307692303, 0.0119611499656177, 0.0156725, 0.0190104820326941, 0.0279413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 765, '2021-05-09 00:00:00', 0.00196791288307804, 0.00325865384615384, 0.00282867387385243, 0.00482826923076914, 0.00279791601704944, 0.0064190384615384, 0.0122729616010781, 0.0160676923076922, 0.0190166707684438, 0.0279663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983650 and enddate = '2021-05-09 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 983650, 3, 780, '2021-05-09 00:00:00', 0.00148674657713247, 0.0029807[...];[ Date: 2021-05-09 15:58:07 - Database: acaweb_fx - User: pgperfstats ]
8 19s139ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983655, 1, 960, '2021-05-09 00:00:00', 0.140865200157405, 0.209230769230767, 0.170380548050081, 0.34513461538462, 0.339727230515668, 0.583365384615387, 0.453587836036199, 0.945750000000002, 0.800471320775844, 2.12365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983655, 1, 975, '2021-05-09 00:00:00', 0.155146109795299, 0.262653846153851, 0.215909738975846, 0.371346153846157, 0.348651576130758, 0.614692307692315, 0.442054655513935, 0.909038461538468, 0.776395440481211, 2.107 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 990, '2021-05-09 00:00:00', 0.182060332349985, 0.248769230769236, 0.307864011562552, 0.435519230769232, 0.300269377136856, 0.575826923076927, 0.408494749048261, 0.858500000000001, 0.754650249096594, 2.10003846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1005, '2021-05-09 00:00:00', 0.191185730276968, 0.298288461538459, 0.192718787755234, 0.430134615384612, 0.184693571584436, 0.527653846153848, 0.349381398386435, 0.795307692307692, 0.727329780509088, 2.09748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1020, '2021-05-09 00:00:00', 0.203546864760544, 0.284615384615388, 0.193209527556133, 0.36669230769231, 0.174486169828835, 0.503788461538464, 0.356085307410803, 0.751384615384615, 0.739442826624321, 2.10857692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1035, '2021-05-09 00:00:00', 0.169606422229638, 0.227538461538457, 0.198128149089261, 0.35028846153846, 0.214978367426915, 0.499038461538465, 0.387041379719772, 0.761019230769228, 0.799731952209381, 2.14065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1050, '2021-05-09 00:00:00', 0.157773050248179, 0.234846153846149, 0.180504971165299, 0.369230769230766, 0.244821985563775, 0.491230769230767, 0.396964015517004, 0.738519230769227, 0.801854538170503, 2.13690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1065, '2021-05-09 00:00:00', 0.141803917977773, 0.267634615384607, 0.188886742622307, 0.36030769230769, 0.409545711264794, 0.522980769230764, 0.413503792187987, 0.684615384615374, 0.798801621902371, 2.13563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1080, '2021-05-09 00:00:00', 0.175729696277688, 0.240384615384618, 0.236532785985701, 0.314173076923075, 0.409808709596975, 0.479038461538465, 0.420006144643694, 0.6281923076923, 0.844402439826313, 2.17240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1095, '2021-05-09 00:00:00', 0.126853610360678, 0.197038461538463, 0.401113349124849, 0.347173076923075, 0.384341359190776, 0.429596153846159, 0.406342324420411, 0.564769230769225, 0.856660060036392, 2.18096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1110, '2021-05-09 00:00:00', 0.406017279378407, 0.25786538461538, 0.392317975430836, 0.32042307692308, 0.383786659486749, 0.386, 0.403552745575513, 0.539538461538456, 0.85807708928386, 2.18286538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1125, '2021-05-09 00:00:00', 0.150167103075713, 0.192173076923084, 0.150090276679878, 0.252134615384622, 0.152950529961107, 0.303730769230773, 0.266203988440319, 0.476788461538457, 0.814521567216948, 2.16028846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1140, '2021-05-09 00:00:00', 0.115432251192565, 0.178769230769234, 0.126600571149524, 0.224269230769231, 0.13539979121675, 0.26428846153846, 0.262298685442024, 0.508596153846147, 0.81634125146667, 2.15882692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1155, '2021-05-09 00:00:00', 0.115514456304759, 0.134980769230776, 0.135270283563624, 0.171019230769234, 0.15347618206594, 0.227461538461536, 0.29751654640476, 0.582346153846152, 0.817998618815844, 2.15790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1170, '2021-05-09 00:00:00', 0.0968087825799614, 0.118096153846153, 0.0990741466703646, 0.150942307692311, 0.146682059361256, 0.223942307692303, 0.294698158486587, 0.589769230769235, 0.841876709409497, 2.18492307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1185, '2021-05-09 00:00:00', 0.083122108972286, 0.105750000000007, 0.100926241155838, 0.155384615384616, 0.134999220795464, 0.219980769230764, 0.287296060777838, 0.622057692307696, 0.842159049476637, 2.18323076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1200, '2021-05-09 00:00:00', 0.0897305624977034, 0.111423076923074, 0.126819333942175, 0.168788461538462, 0.140545289716651, 0.216538461538459, 0.262134968171862, 0.657692307692313, 0.842287694546598, 2.18259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1215, '2021-05-09 00:00:00', 0.104622981860259, 0.118020000000001, 0.110228788586884, 0.157139999999995, 0.255858966685413, 0.259539999999997, 0.257550760369036, 0.716460000000002, 0.85839744970886, 2.17366000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1230, '2021-05-09 00:00:00', 0.074157047291827, 0.106062499999998, 0.0996539097126259, 0.163354166666662, 0.115224998467074, 0.194812499999993, 0.201294397164234, 0.66622916666667, 0.876240337249545, 2.16720833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1245, '2021-05-09 00:00:00', 0.0925939045177666, 0.117865384615387, 0.0984463618111177, 0.144884615384617, 0.249709883973068, 0.219615384615382, 0.259466088639436, 0.696865384615386, 0.842287694546598, 2.18259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1260, '2021-05-09 00:00:00', 0.0739425764724556, 0.0842307692307713, 0.258805207414017, 0.155153846153844, 0.256248095677719, 0.19944230769231, 0.264288641742031, 0.702615384615388, 0.842287694546598, 2.18259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1275, '2021-05-09 00:00:00', 0.0832490996382444, 0.0683958333333337, 0.0989443167037369, 0.10372916666667, 0.119282296692953, 0.169875000000005, 0.225419913113868, 0.671437500000006, 0.877169475097878, 2.18212500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1290, '2021-05-09 00:00:00', 0.0885978071318399, 0.0845000000000017, 0.115113996294355, 0.133250000000006, 0.116650505219496, 0.196431818181824, 0.228679060156618, 0.668272727272735, 0.904784490675603, 2.20238636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1305, '2021-05-09 00:00:00', 0.269663908102902, 0.162540000000001, 0.262931035000935, 0.199500000000007, 0.25637025145935, 0.267320000000004, 0.281280150976449, 0.703260000000007, 0.85871567762561, 2.18864000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1320, '2021-05-09 00:00:00', 0.108285318233485, 0.115416666666671, 0.123267690252334, 0.13847916666667, 0.200679371498233, 0.29741666666667, 0.235991593400699, 0.688520833333345, 0.854738537178719, 2.23714583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1335, '2021-05-09 00:00:00', 0.122353422510368, 0.084879999999996, 0.173245971574142, 0.159700000000003, 0.247821967347535, 0.397959999999998, 0.235540898784065, 0.675160000000008, 0.856712162378164, 2.21140000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1350, '2021-05-09 00:00:00', 0.171150806195998, 0.136538461538471, 0.211850728471355, 0.265134615384618, 0.256215056904578, 0.422846153846157, 0.226764778163163, 0.679730769230776, 0.847801261408688, 2.18782692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1365, '2021-05-09 00:00:00', 0.187852254751926, 0.219480769230765, 0.230192064455883, 0.371557692307688, 0.229718657358227, 0.484192307692308, 0.223884844197951, 0.669788461538469, 0.849444944564485, 2.18642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1380, '2021-05-09 00:00:00', 0.201263207880013, 0.268326923076918, 0.186910406344857, 0.302999999999997, 0.21168654620961, 0.458576923076928, 0.225810919031497, 0.642865384615395, 0.844940604193807, 2.19173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1395, '2021-05-09 00:00:00', 0.113792206032953, 0.205115384615383, 0.16269219758135, 0.330865384615383, 0.218110611493698, 0.541326923076932, 0.226529866429617, 0.641096153846165, 0.82762492805526, 2.20819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1410, '2021-05-09 00:00:00', 0.159637888311697, 0.295653846153838, 0.184139036098773, 0.377769230769231, 0.215976476639337, 0.535961538461543, 0.225908174844433, 0.631788461538472, 0.823135800787738, 2.2105576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 1, 1425, '2021-05-09 00:00:00', 0.127220299541327, 0.283230769230771, 0.23195638847388, 0.477384615384625, 0.222683887711156, 0.499923076923087, 0.226422824345549, 0.609346153846168, 0.818350670791332, 2.21009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 0, '2021-05-09 00:00:00', 0.21103825482599, 0.356250000000006, 0.207726559355177, 0.381211538461542, 0.229089657457181, 0.411865384615394, 0.213116443433014, 0.598961538461553, 0.81567095670705, 2.21398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 15, '2021-05-09 00:00:00', 0.157759105552153, 0.165846153846152, 0.156647326820476, 0.208749999999998, 0.198081482845203, 0.419923076923068, 0.181538387548869, 0.541615384615382, 0.794125354617367, 2.21382692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 30, '2021-05-09 00:00:00', 0.100394554326718, 0.134942307692302, 0.116436770560086, 0.207192307692308, 0.173632029126143, 0.403192307692303, 0.182632577766226, 0.528538461538458, 0.794125354617367, 2.21382692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 45, '2021-05-09 00:00:00', 0.102972612116791, 0.170673076923075, 0.184033299662361, 0.378153846153842, 0.173172284156557, 0.400999999999997, 0.183688830739544, 0.533942307692305, 0.794125354617367, 2.21382692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 60, '2021-05-09 00:00:00', 0.193316190774035, 0.339519230769232, 0.177334205342945, 0.370903846153847, 0.177132715346859, 0.373173076923076, 0.200066747515767, 0.54171153846154, 0.784156562075556, 2.20342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 75, '2021-05-09 00:00:00', 0.107643878671227, 0.158730769230772, 0.104709365167815, 0.192365384615385, 0.123672497098034, 0.269442307692307, 0.197968230745785, 0.454096153846155, 0.773646310561975, 2.18892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 90, '2021-05-09 00:00:00', 0.0917308374455452, 0.142442307692302, 0.101424287790673, 0.167884615384607, 0.17672271740258, 0.296173076923074, 0.198944677273317, 0.452230769230766, 0.773546269562361, 2.18736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 105, '2021-05-09 00:00:00', 0.106827238315677, 0.147673076923076, 0.123746894288929, 0.245423076923078, 0.187550259930495, 0.3175, 0.200166626742667, 0.452961538461538, 0.773486694231934, 2.18761538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 120, '2021-05-09 00:00:00', 0.117603873889627, 0.219365384615388, 0.176191953889452, 0.271269230769233, 0.183547823363655, 0.316288461538468, 0.197313748595009, 0.439653846153848, 0.772987710371009, 2.18740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 135, '2021-05-09 00:00:00', 0.181236106098769, 0.222884615384614, 0.186053450756652, 0.26794230769231, 0.178266370485721, 0.328326923076923, 0.199123553642919, 0.430480769230771, 0.769746581924606, 2.19159615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 150, '2021-05-09 00:00:00', 0.119883528412431, 0.18640384615385, 0.121164759093366, 0.225673076923084, 0.126103522795904, 0.284038461538466, 0.174398107787897, 0.390500000000005, 0.736883409001412, 2.17703846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 165, '2021-05-09 00:00:00', 0.0847233960966701, 0.18292307692308, 0.0820187408227734, 0.238423076923073, 0.0925264203432583, 0.266538461538457, 0.161912850490155, 0.394634615384619, 0.736907500718637, 2.17676923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 180, '2021-05-09 00:00:00', 0.0798919486652923, 0.20671153846153, 0.0821115095464751, 0.22999999999999, 0.0896116321432906, 0.258769230769227, 0.163271059426202, 0.38117307692308, 0.736156573019628, 2.1765 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 195, '2021-05-09 00:00:00', 0.0908977637873373, 0.178788461538455, 0.0860645665496743, 0.220019230769229, 0.105370819563033, 0.252980769230767, 0.170076353893914, 0.367115384615385, 0.734074387343579, 2.17461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 210, '2021-05-09 00:00:00', 0.0936834543309716, 0.199019230769232, 0.0945987253939172, 0.225173076923078, 0.113684605885687, 0.245519230769227, 0.179307794030271, 0.369249999999998, 0.734944882548767, 2.17540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 225, '2021-05-09 00:00:00', 0.0934388240837574, 0.193076923076925, 0.104782149463323, 0.228673076923072, 0.132817335522832, 0.270730769230767, 0.182138811181096, 0.369942307692309, 0.734824605969661, 2.1778076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 240, '2021-05-09 00:00:00', 0.109713837567763, 0.201615384615383, 0.117222359379349, 0.214807692307689, 0.173614915390806, 0.282326923076926, 0.195136986400683, 0.37371153846154, 0.734871033164746, 2.17965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 255, '2021-05-09 00:00:00', 0.0965777745574034, 0.169942307692301, 0.128925619582043, 0.23065384615384, 0.173311817698184, 0.281884615384616, 0.198009479182578, 0.380423076923078, 0.734886590151583, 2.17990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 270, '2021-05-09 00:00:00', 0.133701383687672, 0.216000000000004, 0.16555266069001, 0.259288461538465, 0.172542703744281, 0.282269230769229, 0.198213669675315, 0.381673076923079, 0.734886590151583, 2.17990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 285, '2021-05-09 00:00:00', 0.144947461303965, 0.202557692307695, 0.154405730513434, 0.236480769230772, 0.147566803646564, 0.254307692307689, 0.1972714022707, 0.379115384615381, 0.733715984927727, 2.17894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 300, '2021-05-09 00:00:00', 0.128430621797858, 0.200230769230772, 0.124995595307012, 0.212826923076919, 0.117666111715109, 0.236576923076919, 0.216999125308411, 0.413596153846153, 0.731768722658698, 2.17721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 315, '2021-05-09 00:00:00', 0.101987369127455, 0.170788461538461, 0.0992566312452468, 0.203673076923073, 0.0950413513242451, 0.225461538461539, 0.247881879438268, 0.494384615384626, 0.730598438847332, 2.17617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 330, '2021-05-09 00:00:00', 0.0841879947589746, 0.170038461538463, 0.0809747254014849, 0.191384615384615, 0.0959012332478563, 0.228942307692307, 0.250914859142425, 0.556057692307696, 0.730598438847332, 2.17617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 345, '2021-05-09 00:00:00', 0.0832477396320547, 0.161884615384611, 0.0861276177451896, 0.186057692307691, 0.126894656491728, 0.240423076923076, 0.246998025529328, 0.658769230769235, 0.730593197603577, 2.17609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 360, '2021-05-09 00:00:00', 0.0896303455652941, 0.16582692307692, 0.0956600149568108, 0.195461538461536, 0.130962742793513, 0.244999999999998, 0.269003952644687, 0.771442307692314, 0.730663137420125, 2.17590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 375, '2021-05-09 00:00:00', 0.0886507776875931, 0.166096153846151, 0.12550380319091, 0.212730769230767, 0.13291346664422, 0.242480769230768, 0.31806138014299, 0.886807692307697, 0.72905071180585, 2.17359615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 390, '2021-05-09 00:00:00', 0.11977069276811, 0.188826923076929, 0.128107948771578, 0.220442307692311, 0.150354626952928, 0.261923076923075, 0.351390681654829, 0.973134615384619, 0.72832599764539, 2.17317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 405, '2021-05-09 00:00:00', 0.1088794057662, 0.186249999999997, 0.120080058230403, 0.206096153846151, 0.149653930272999, 0.254673076923071, 0.549213459972884, 1.11076923076924, 0.728538816082206, 2.16694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 420, '2021-05-09 00:00:00', 0.105707006172003, 0.167634615384619, 0.134927091423487, 0.214499999999998, 0.155089196419853, 0.254673076923074, 0.560216922615355, 1.15359615384616, 0.728538816082206, 2.16694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 435, '2021-05-09 00:00:00', 0.122051930939887, 0.185576923076916, 0.129944277998754, 0.214346153846155, 0.140495814336779, 0.265076923076923, 0.56616796671877, 1.1725576923077, 0.729566365410619, 2.1678076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 450, '2021-05-09 00:00:00', 0.114565018489672, 0.173788461538453, 0.111805015712447, 0.212807692307689, 0.121494286032146, 0.25369230769231, 0.603458631875144, 1.20840384615385, 0.729566365410619, 2.1678076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 465, '2021-05-09 00:00:00', 0.107437509565038, 0.194038461538456, 0.112226796471046, 0.233423076923073, 0.110595703421904, 0.27448076923077, 0.645702122618359, 1.24413461538462, 0.730878310401522, 2.16523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 480, '2021-05-09 00:00:00', 0.116811842458129, 0.201442307692313, 0.119542319510067, 0.220884615384622, 0.189317276427289, 0.341634615384615, 0.649479469682044, 1.26830769230769, 0.729877472330379, 2.16373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 495, '2021-05-09 00:00:00', 0.0957229917723367, 0.180634615384616, 0.099324448922946, 0.224615384615384, 0.219714612972932, 0.433365384615391, 0.642735944106257, 1.27992307692308, 0.73113384968407, 2.16388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 510, '2021-05-09 00:00:00', 0.0967714595560875, 0.199346153846154, 0.18690346335845, 0.315269230769227, 0.239033944322687, 0.490057692307693, 0.632824302995349, 1.33303846153846, 0.733508605161626, 2.15907692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 525, '2021-05-09 00:00:00', 0.191593492943942, 0.291557692307696, 0.226409363763956, 0.41000000000001, 0.242018448915335, 0.592480769230773, 0.624535656431119, 1.36088461538462, 0.731111899517019, 2.15351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 540, '2021-05-09 00:00:00', 0.151209899960798, 0.260576923076929, 0.191722452639623, 0.353326923076926, 0.260056692783593, 0.620711538461539, 0.625293833698638, 1.33603846153846, 0.739245163091275, 2.14713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 555, '2021-05-09 00:00:00', 0.178705151447423, 0.206634615384615, 0.208590700618741, 0.389096153846155, 0.293194784296147, 0.686807692307696, 0.664204834022212, 1.32119230769231, 0.837864303544348, 2.15213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 570, '2021-05-09 00:00:00', 0.160015394692074, 0.294942307692305, 0.253370674036164, 0.439461538461536, 0.330524925162758, 0.720384615384612, 0.674815308065855, 1.2915, 0.844430257629371, 2.151 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 585, '2021-05-09 00:00:00', 0.212655464398316, 0.274442307692309, 0.246617212731359, 0.485480769230774, 0.597763018389268, 0.764615384615387, 0.650494926663843, 1.26301923076923, 0.902883283410182, 2.17821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 600, '2021-05-09 00:00:00', 0.234039149420645, 0.369788461538465, 0.282392136657792, 0.496673076923075, 0.61673588038467, 0.764884615384613, 0.645706864904372, 1.26915384615384, 0.919519482581075, 2.15517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 615, '2021-05-09 00:00:00', 0.164420493996797, 0.263826923076922, 0.582885530390371, 0.502307692307695, 0.603191176481074, 0.677653846153845, 0.654543440410667, 1.23915384615384, 0.978982187509839, 2.14421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 630, '2021-05-09 00:00:00', 0.554850364096903, 0.395557692307694, 0.57287715994323, 0.528903846153849, 0.603073714399829, 0.661749999999999, 0.641378687192389, 1.23940384615385, 0.977058109641075, 2.12748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 645, '2021-05-09 00:00:00', 0.243851802409705, 0.298692307692306, 0.242255292075247, 0.391442307692306, 0.371314589822954, 0.550230769230766, 0.541110549276633, 1.22505769230769, 0.927563172428787, 2.11332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 660, '2021-05-09 00:00:00', 0.152103234173882, 0.251576923076923, 0.209766001498376, 0.352846153846153, 0.314697019124997, 0.552923076923076, 0.521225954250761, 1.21365384615385, 0.903846095646482, 2.06323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 675, '2021-05-09 00:00:00', 0.158306533224433, 0.221038461538466, 0.243119816140114, 0.363250000000005, 0.265310506040351, 0.52123076923077, 0.52403698379467, 1.18840384615385, 0.893461415162745, 2.03440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 690, '2021-05-09 00:00:00', 0.154077907366577, 0.243192307692309, 0.217033439465336, 0.360576923076925, 0.229867143066472, 0.524211538461539, 0.47747968502899, 1.17148076923077, 0.92669597557875, 2.01713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 705, '2021-05-09 00:00:00', 0.165003640985459, 0.229807692307687, 0.169570797558465, 0.319653846153837, 0.224486834460636, 0.508326923076919, 0.447012406040197, 1.17886538461538, 0.902668507175345, 1.99657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 720, '2021-05-09 00:00:00', 0.121350078444396, 0.212307692307696, 0.170194392251471, 0.328865384615385, 0.18789578535414, 0.508384615384616, 0.40679880303885, 1.15911538461538, 0.910572922142135, 1.99105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 735, '2021-05-09 00:00:00', 0.138249052020673, 0.213903846153845, 0.215214587902758, 0.351326923076923, 0.296227093888876, 0.488134615384612, 0.425350492580486, 1.11930769230768, 0.909624088037728, 1.9566923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 750, '2021-05-09 00:00:00', 0.198796487548294, 0.255788461538469, 0.184771152635241, 0.371673076923081, 0.30677618313432, 0.49455769230769, 0.428847765709277, 1.14911538461538, 1.02762683214961, 2.02288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 765, '2021-05-09 00:00:00', 0.121045657310978, 0.237134615384618, 0.248117884513358, 0.347730769230771, 0.278989782002028, 0.513538461538456, 0.468101980999212, 1.16026923076923, 1.02800199360028, 2.01232692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 780, '2021-05-09 00:00:00', 0.217635570480709, 0.210307692307693, 0.226960437081007, 0.3175, 0.242868650793929, 0.507692307692305, 0.509965353272606, 1.14469230769231, 1.03977257591042, 2.02501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 795, '2021-05-09 00:00:00', 0.112768462585267, 0.210384615384612, 0.147599801959424, 0.327192307692304, 0.313524544493729, 0.521, 0.549100219590044, 1.13886538461539, 0.999079839729464, 2.00311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 810, '2021-05-09 00:00:00', 0.143549504996063, 0.214403846153848, 0.174550623029538, 0.355000000000001, 0.276662671580678, 0.522076923076917, 0.510511663770916, 1.10617307692308, 0.984248126158312, 1.99407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 825, '2021-05-09 00:00:00', 0.120443935249818, 0.233307692307698, 0.257053065458363, 0.353461538461545, 0.349442514805856, 0.583634615384614, 0.473543280452315, 1.08546153846154, 0.957093057327558, 1.99059615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 840, '2021-05-09 00:00:00', 0.244989149681245, 0.242288461538458, 0.240211957686091, 0.347730769230763, 0.354452210622782, 0.580480769230768, 0.487686314692611, 1.12469230769231, 0.941639803950861, 1.97659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 855, '2021-05-09 00:00:00', 0.127672881284104, 0.230269230769227, 0.296648080158182, 0.394788461538459, 0.312124400741849, 0.588307692307694, 0.473901304233117, 1.16488461538462, 0.93834715652249, 1.97461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 870, '2021-05-09 00:00:00', 0.226399830966233, 0.275711538461538, 0.249193536926931, 0.391173076923084, 0.246755600045563, 0.555384615384622, 0.454653836620619, 1.12863461538462, 0.929961784161047, 1.95 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 885, '2021-05-09 00:00:00', 0.148222218826485, 0.250384615384615, 0.19116693872513, 0.396538461538464, 0.250098371415354, 0.573153846153846, 0.442880497859879, 1.09215384615384, 0.91339718885892, 1.96126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 900, '2021-05-09 00:00:00', 0.172688399904391, 0.303211538461539, 0.195157179256579, 0.386730769230767, 0.24370992293803, 0.573442307692307, 0.44977521608021, 1.07225, 0.924265876041831, 1.97898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 915, '2021-05-09 00:00:00', 0.143630676228467, 0.214365384615372, 0.227595394201072, 0.380211538461529, 0.218123036028195, 0.529826923076915, 0.443644121063095, 1.01438461538461, 0.944976147847125, 1.948 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 930, '2021-05-09 00:00:00', 0.227406630036623, 0.303846153846151, 0.21121122220331, 0.405903846153841, 0.217819216677148, 0.565865384615386, 0.468133739930734, 1.02203846153846, 0.948863270526285, 1.94338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 945, '2021-05-09 00:00:00', 0.140724926718755, 0.238249999999991, 0.147001957077498, 0.348153846153838, 0.202751814940183, 0.56303846153846, 0.382744096573064, 0.966211538461537, 0.915249279410548, 1.92771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 960, '2021-05-09 00:00:00', 0.0835110678984513, 0.221038461538451, 0.146347789134703, 0.38165384615384, 0.241694747882211, 0.557634615384619, 0.384993253187634, 0.937249999999999, 0.913064313389043, 1.91840384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 975, '2021-05-09 00:00:00', 0.160942131262717, 0.290980769230766, 0.220032453025954, 0.427096153846155, 0.320377153343704, 0.570403846153852, 0.39872853740165, 0.915057692307692, 0.908211814713178, 1.92740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 990, '2021-05-09 00:00:00', 0.16287866767818, 0.279596153846151, 0.184553031778031, 0.372307692307695, 0.221965850630578, 0.50932692307693, 0.330903276595343, 0.85353846153846, 0.949180712509472, 1.98775 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1005, '2021-05-09 00:00:00', 0.106466636160747, 0.218730769230759, 0.185246863359718, 0.34759615384615, 0.208473932146476, 0.496403846153839, 0.322008160431704, 0.814153846153838, 0.942270527053579, 2.00138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1020, '2021-05-09 00:00:00', 0.151739666990748, 0.256942307692314, 0.170874980164311, 0.36482692307693, 0.220182892509491, 0.574384615384616, 0.313503363372942, 0.772326923076924, 0.941059210922205, 1.99903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1035, '2021-05-09 00:00:00', 0.108365428776185, 0.219384615384611, 0.150094308814362, 0.305692307692307, 0.254125145578673, 0.565480769230773, 0.322731155083501, 0.681538461538458, 0.92002681399051, 1.98396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1050, '2021-05-09 00:00:00', 0.130314124920694, 0.206134615384619, 0.185632958777844, 0.395153846153851, 0.253923332614692, 0.539673076923079, 0.329068733175679, 0.632634615384614, 0.910825111981098, 1.98573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1065, '2021-05-09 00:00:00', 0.174356501500188, 0.300019230769239, 0.21216088325753, 0.43059615384616, 0.204632056290154, 0.49346153846154, 0.301323090080041, 0.585730769230769, 0.859873365452947, 1.98023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1080, '2021-05-09 00:00:00', 0.160541656468156, 0.302288461538467, 0.164689712910249, 0.376192307692308, 0.176503446250939, 0.422557692307691, 0.269117855937907, 0.529596153846147, 0.879533083297824, 2.02526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1095, '2021-05-09 00:00:00', 0.157508379508466, 0.234980769230759, 0.171133456693887, 0.303499999999992, 0.171519579505792, 0.34538461538461, 0.292649685565418, 0.477961538461533, 0.860463611397052, 2.01794230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1110, '2021-05-09 00:00:00', 0.140277764288744, 0.220134615384613, 0.149841805042726, 0.265942307692313, 0.254085949267933, 0.339480769230767, 0.264214272018876, 0.434807692307688, 0.859727366445537, 2.02176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1125, '2021-05-09 00:00:00', 0.105118974719861, 0.178173076923079, 0.101999539968803, 0.216884615384616, 0.233384278687451, 0.291192307692309, 0.248369827382171, 0.405134615384609, 0.854946372812125, 2.02709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1140, '2021-05-09 00:00:00', 0.069122814334621, 0.152288461538466, 0.216617011371188, 0.224519230769228, 0.205903809693154, 0.269326923076923, 0.243227102645948, 0.47421153846153, 0.854744833943931, 2.02863461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1155, '2021-05-09 00:00:00', 0.222933064290262, 0.161134615384614, 0.216853051981858, 0.198115384615387, 0.211155924888183, 0.251269230769223, 0.283785720896272, 0.549846153846145, 0.851028059964037, 2.03332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1170, '2021-05-09 00:00:00', 0.0913011753231364, 0.12676923076923, 0.0917157502621811, 0.168673076923076, 0.122351706158923, 0.220499999999991, 0.261361224391424, 0.53651923076922, 0.852127627674488, 2.02607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1185, '2021-05-09 00:00:00', 0.0556223841217195, 0.108519230769231, 0.0718551748577971, 0.147115384615375, 0.0872024082236228, 0.186499999999993, 0.262976969597074, 0.535942307692302, 0.85149576538086, 2.02653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1200, '2021-05-09 00:00:00', 0.0648380868008829, 0.106459999999988, 0.0793781666034971, 0.143179999999993, 0.108989322871557, 0.186619999999994, 0.25632232637833, 0.569519999999998, 0.867495915936589, 2.03282 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1215, '2021-05-09 00:00:00', 0.0661792670299072, 0.0993461538461505, 0.0838678745683695, 0.135903846153844, 0.111009181879417, 0.190461538461538, 0.316049616357943, 0.660000000000001, 0.843301963438042, 2.03330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1230, '2021-05-09 00:00:00', 0.0690091409775639, 0.084192307692302, 0.100176791800224, 0.135519230769229, 0.112091926560301, 0.1825, 0.31909645816804, 0.668480769230769, 0.843301963438042, 2.03330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1245, '2021-05-09 00:00:00', 0.101379282134736, 0.118326923076923, 0.107480595744244, 0.159461538461539, 0.114930440501397, 0.183615384615382, 0.317705746782246, 0.668692307692309, 0.839238478988766, 2.03926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1260, '2021-05-09 00:00:00', 0.0878073678352443, 0.102076923076925, 0.083988011965079, 0.123115384615383, 0.0842660895387609, 0.158923076923071, 0.319133719863395, 0.662365384615387, 0.838285263774528, 2.03478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1275, '2021-05-09 00:00:00', 0.0447148651643585, 0.0687599999999998, 0.0596850972465787, 0.08846, 0.106187738620487, 0.16576, 0.32054053695802, 0.702439999999999, 0.84986329685034, 2.01796 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1290, '2021-05-09 00:00:00', 0.0591579144844872, 0.0631730769230785, 0.0842198519444101, 0.124788461538458, 0.114991740506073, 0.159403846153846, 0.314832722984032, 0.696288461538464, 0.834744254939105, 2.03336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1305, '2021-05-09 00:00:00', 0.0772898042833225, 0.110576923076925, 0.102228206253689, 0.138884615384619, 0.118779571216862, 0.166557692307689, 0.314563472866033, 0.696538461538464, 0.834744254939105, 2.03336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1320, '2021-05-09 00:00:00', 0.0779564375394762, 0.0778846153846145, 0.116469357145332, 0.100365384615379, 0.202189127950881, 0.319788461538462, 0.312404802115165, 0.692596153846158, 0.834272832379282, 2.03382692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1335, '2021-05-09 00:00:00', 0.0846706946851272, 0.0654423076923059, 0.100974673138291, 0.110269230769229, 0.267687880821043, 0.430192307692301, 0.304685061232843, 0.698557692307691, 0.83384530662744, 2.03365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1350, '2021-05-09 00:00:00', 0.0849050080066832, 0.0875961538461551, 0.20533014035562, 0.287557692307692, 0.276576452081794, 0.438576923076917, 0.303534256082216, 0.710730769230769, 0.833347266473261, 2.03444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1365, '2021-05-09 00:00:00', 0.209910251884348, 0.261576923076927, 0.256918694112772, 0.399346153846151, 0.253057703969785, 0.46330769230769, 0.296349144396631, 0.701153846153847, 0.834638253284708, 2.03257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1380, '2021-05-09 00:00:00', 0.216148119620286, 0.291019230769232, 0.2438733561629, 0.331423076923075, 0.222535322174675, 0.440519230769236, 0.275097518373732, 0.679730769230776, 0.821136861074559, 2.06923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1395, '2021-05-09 00:00:00', 0.137730405558783, 0.20776923076923, 0.12033850333379, 0.302346153846156, 0.275735899981245, 0.533557692307697, 0.26827543036675, 0.667057692307697, 0.82072864179431, 2.07421153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1410, '2021-05-09 00:00:00', 0.114336319016108, 0.269923076923076, 0.118367881558365, 0.339153846153848, 0.282650180639232, 0.532269230769233, 0.267481140240986, 0.670096153846159, 0.828184166623671, 2.07842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 2, 1425, '2021-05-09 00:00:00', 0.118167534263208, 0.279115384615385, 0.280782906147475, 0.480403846153848, 0.281104440623886, 0.501442307692306, 0.274734454309281, 0.664903846153849, 0.824362239272547, 2.0773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 0, '2021-05-09 00:00:00', 0.242281698727872, 0.367807692307692, 0.256774348706888, 0.399615384615384, 0.262324224665115, 0.430673076923074, 0.287472474267607, 0.644711538461538, 0.820098475559715, 2.07601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 15, '2021-05-09 00:00:00', 0.194595877100762, 0.200153846153851, 0.196051552286245, 0.255865384615384, 0.231196376734982, 0.468230769230768, 0.2682478675806, 0.614961538461535, 0.815909570074065, 2.07255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 30, '2021-05-09 00:00:00', 0.132789302453749, 0.172826923076922, 0.180804974616724, 0.245326923076924, 0.229008616734089, 0.45144230769231, 0.271780491177377, 0.596846153846155, 0.816251766401661, 2.07211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 45, '2021-05-09 00:00:00', 0.153829145982955, 0.190615384615383, 0.20691284304118, 0.416269230769236, 0.20366848345742, 0.431634615384623, 0.253154221770053, 0.571500000000001, 0.819882345452445, 2.05809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 60, '2021-05-09 00:00:00', 0.189315170670909, 0.361423076923085, 0.190082350574696, 0.370000000000007, 0.182147518406207, 0.382538461538471, 0.244094805037217, 0.548076923076923, 0.832029488428968, 2.06101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 75, '2021-05-09 00:00:00', 0.100316192419468, 0.167038461538453, 0.0988791745204582, 0.19013461538461, 0.109473553181363, 0.301326923076923, 0.18909886404898, 0.463596153846149, 0.903906325345711, 2.05525 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 90, '2021-05-09 00:00:00', 0.0914076772570974, 0.150788461538457, 0.11060928462907, 0.200923076923079, 0.169002554600628, 0.348788461538463, 0.190430670808601, 0.459596153846152, 0.905264525088995, 2.05390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 105, '2021-05-09 00:00:00', 0.113168596146838, 0.187634615384614, 0.108560405021629, 0.286307692307697, 0.16921293822145, 0.351538461538463, 0.18930002234954, 0.45753846153846, 0.902923746034975, 2.05163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 120, '2021-05-09 00:00:00', 0.113419888704955, 0.262865384615389, 0.173568962131434, 0.322730769230768, 0.169761710822959, 0.352538461538464, 0.184843261045257, 0.445134615384614, 0.896823316146834, 2.04490384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 135, '2021-05-09 00:00:00', 0.152155973870946, 0.236403846153848, 0.150277005764484, 0.281038461538464, 0.161771906137579, 0.337480769230769, 0.160073372599522, 0.417269230769228, 0.894427578871618, 2.04442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 150, '2021-05-09 00:00:00', 0.0948449179531437, 0.214538461538461, 0.102626793997258, 0.253673076923075, 0.136974652343475, 0.30365384615385, 0.156523800107201, 0.390500000000001, 0.897074196399686, 2.04092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 165, '2021-05-09 00:00:00', 0.103250906123799, 0.220519230769224, 0.131890043072021, 0.261788461538458, 0.133563434943277, 0.302634615384613, 0.158919119486801, 0.384557692307694, 0.896216405871837, 2.04038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 180, '2021-05-09 00:00:00', 0.120098683781941, 0.220076923076922, 0.121849871373942, 0.248134615384616, 0.123000787989971, 0.286076923076923, 0.166433018404952, 0.368519230769233, 0.893167431327743, 2.04040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 195, '2021-05-09 00:00:00', 0.0860508883429836, 0.183153846153848, 0.101848169425791, 0.22701923076923, 0.100480453514407, 0.265692307692306, 0.16358256442731, 0.347846153846153, 0.894570654216088, 2.03065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 210, '2021-05-09 00:00:00', 0.104644467676913, 0.194769230769229, 0.098211686598972, 0.223846153846151, 0.11199678738524, 0.265596153846152, 0.159305806548282, 0.355499999999998, 0.894562551452677, 2.03053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 225, '2021-05-09 00:00:00', 0.0872838539126601, 0.173134615384623, 0.0967763162380932, 0.219153846153843, 0.107831251713744, 0.252173076923078, 0.151251284800644, 0.358365384615384, 0.894807878176169, 2.03032692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 240, '2021-05-09 00:00:00', 0.0978417580350289, 0.203480769230754, 0.107350914510101, 0.232673076923071, 0.119079747034693, 0.257615384615377, 0.161341887355345, 0.363230769230768, 0.897540449484882, 2.02803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 255, '2021-05-09 00:00:00', 0.111465111823595, 0.179634615384618, 0.110224288821261, 0.20807692307692, 0.118791692276218, 0.23811538461539, 0.17140840568205, 0.366807692307694, 0.891523854678902, 2.02521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 270, '2021-05-09 00:00:00', 0.103472382045422, 0.172076923076923, 0.114816651499422, 0.203211538461534, 0.12311744861654, 0.230615384615388, 0.198614655900472, 0.399192307692311, 0.891689729584313, 2.02507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 285, '2021-05-09 00:00:00', 0.105202924791167, 0.180153846153838, 0.10655196637539, 0.201192307692314, 0.124838030448071, 0.23557692307693, 0.199152003215169, 0.415096153846155, 0.89159480362222, 2.02492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 300, '2021-05-09 00:00:00', 0.0924643382399632, 0.177423076923083, 0.107148267152789, 0.199865384615387, 0.108101554816964, 0.217884615384618, 0.18055400747528, 0.480519230769228, 0.89159480362222, 2.02492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 315, '2021-05-09 00:00:00', 0.0912538134081974, 0.169461538461532, 0.0930829923323134, 0.199711538461536, 0.12139999999999, 0.219000000000001, 0.25739246372925, 0.601596153846154, 0.890903083738842, 2.02473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 330, '2021-05-09 00:00:00', 0.0798269281730034, 0.163538461538473, 0.0802574319587566, 0.180153846153856, 0.130928524247154, 0.228461538461543, 0.271053207947185, 0.700692307692311, 0.892285760539485, 2.02353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 345, '2021-05-09 00:00:00', 0.0857622675683342, 0.135057692307695, 0.11912164596941, 0.178442307692312, 0.15410826863455, 0.22903846153847, 0.313995722655824, 0.768423076923081, 0.892218108898348, 2.02342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 360, '2021-05-09 00:00:00', 0.117963149395838, 0.163769230769232, 0.133417067297084, 0.201423076923071, 0.147970154215177, 0.236942307692308, 0.319668821414623, 0.806346153846155, 0.892073213837376, 2.02367307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 375, '2021-05-09 00:00:00', 0.102049499678423, 0.174096153846147, 0.128427922017949, 0.208634615384618, 0.126455106050154, 0.232076923076925, 0.356000933447349, 0.861730769230773, 0.892006371355302, 2.02355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 390, '2021-05-09 00:00:00', 0.0992829367941059, 0.1758076923077, 0.102087438012716, 0.193750000000001, 0.0906036783936607, 0.232442307692303, 0.358518425661025, 0.89469230769231, 0.891615234366168, 2.02311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 405, '2021-05-09 00:00:00', 0.0995207071611069, 0.158865384615391, 0.0963826827726992, 0.194692307692308, 0.090129703547385, 0.245711538461539, 0.444884618144459, 0.99771153846154, 0.891551109022916, 2.023 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 420, '2021-05-09 00:00:00', 0.0822576533731754, 0.163192307692305, 0.0866902177073847, 0.206423076923073, 0.0966228432936799, 0.260076923076923, 0.458571002806968, 1.06076923076923, 0.89142400944521, 2.02276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 435, '2021-05-09 00:00:00', 0.0864862639160296, 0.179923076923077, 0.0881765907361318, 0.233134615384614, 0.118250639939724, 0.284576923076925, 0.421152395677168, 1.10359615384616, 0.892106696792223, 2.02146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 450, '2021-05-09 00:00:00', 0.09680653188388, 0.197730769230774, 0.100763044584048, 0.23463461538462, 0.167759337697238, 0.331346153846159, 0.439325299574422, 1.12932692307693, 0.892106696792223, 2.02146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 465, '2021-05-09 00:00:00', 0.0981146758409941, 0.185019230769233, 0.129576849784211, 0.240000000000005, 0.183243789904217, 0.345442307692311, 0.423316419660105, 1.15436538461539, 0.89267523683674, 2.02253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 480, '2021-05-09 00:00:00', 0.131162566482041, 0.210826923076918, 0.164569224387141, 0.294519230769225, 0.189031068874928, 0.440249999999996, 0.440563157089446, 1.18984615384615, 0.892476848439214, 2.02275 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 495, '2021-05-09 00:00:00', 0.148301382326665, 0.251999999999999, 0.172518927612639, 0.302403846153851, 0.263381536646272, 0.559923076923077, 0.443127793687627, 1.18780769230769, 0.888799736247619, 2.02586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 510, '2021-05-09 00:00:00', 0.131653678846608, 0.238365384615386, 0.181762318384788, 0.375403846153843, 0.300137535780874, 0.632403846153846, 0.609565808903857, 1.26265384615384, 0.89071895701428, 2.02090384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 525, '2021-05-09 00:00:00', 0.167244308860281, 0.324326923076919, 0.270084910437725, 0.477673076923074, 0.346295223095068, 0.679192307692307, 0.639340127366915, 1.28703846153846, 0.89066852441557, 2.01859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 540, '2021-05-09 00:00:00', 0.202585701712785, 0.336942307692307, 0.278695795005678, 0.485115384615385, 0.304270249310355, 0.620269230769227, 0.625553136462815, 1.26105769230769, 0.863397905638837, 1.98728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 555, '2021-05-09 00:00:00', 0.25844035169574, 0.305653846153844, 0.24568904440056, 0.427557692307691, 0.276563927788571, 0.559115384615379, 0.616057587530458, 1.20813461538461, 0.850939022718202, 1.98459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 570, '2021-05-09 00:00:00', 0.229698331429596, 0.295788461538461, 0.245258965961734, 0.38440384615384, 0.276313189083578, 0.584961538461541, 0.635654870071923, 1.23207692307692, 0.847922790616077, 1.97682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 585, '2021-05-09 00:00:00', 0.182075167275669, 0.2499423076923, 0.231498768895211, 0.3895, 0.426348916787829, 0.64982692307692, 0.64130565735369, 1.21588461538461, 0.846367680830177, 1.98736538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 600, '2021-05-09 00:00:00', 0.212656824484882, 0.302250000000002, 0.282683319009363, 0.463826923076924, 0.471135850488351, 0.718480769230767, 0.635634290416937, 1.21236538461538, 0.836200143506322, 1.98449999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 615, '2021-05-09 00:00:00', 0.2351285703937, 0.335269230769228, 0.369968458634809, 0.486403846153842, 0.384015963710648, 0.714596153846151, 0.613356746487341, 1.18753846153846, 0.789483354187068, 1.94105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 630, '2021-05-09 00:00:00', 0.262187587718878, 0.306134615384611, 0.302685300524893, 0.473134615384612, 0.321412505740135, 0.632826923076919, 0.56804494946737, 1.07226923076922, 0.726728564553821, 1.8274423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 645, '2021-05-09 00:00:00', 0.175763999333027, 0.301788461538461, 0.191303114293684, 0.417807692307699, 0.283217470126084, 0.555153846153847, 0.554299401531755, 1.05255769230769, 0.732543491226602, 1.78894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 660, '2021-05-09 00:00:00', 0.136089570334559, 0.283134615384621, 0.257738066947518, 0.388634615384619, 0.277414788025778, 0.567769230769231, 0.551059442905562, 1.03548076923077, 0.716051880372239, 1.81465384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 675, '2021-05-09 00:00:00', 0.208646016017556, 0.242999999999997, 0.219803934485682, 0.347480769230764, 0.245720419614211, 0.498730769230766, 0.562403359561582, 1.02567307692308, 0.679165928519346, 1.80253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 690, '2021-05-09 00:00:00', 0.134190157841541, 0.230538461538467, 0.173694621501251, 0.379807692307699, 0.482306356518823, 0.568692307692314, 0.572431200098451, 1.00317307692308, 0.683941927640513, 1.81590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 705, '2021-05-09 00:00:00', 0.127722487629059, 0.257576923076928, 0.184019293511893, 0.344096153846157, 0.499303205631459, 0.544134615384615, 0.562471373630555, 0.973884615384612, 0.701147787834076, 1.80159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 720, '2021-05-09 00:00:00', 0.107744255602724, 0.239730769230765, 0.394660789110763, 0.385538461538464, 0.465338495489696, 0.526846153846153, 0.483378883087975, 0.972230769230763, 0.684908891470524, 1.78801923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 735, '2021-05-09 00:00:00', 0.371862462684582, 0.258634615384615, 0.388439493852796, 0.371903846153843, 0.445387662172388, 0.485019230769229, 0.472062393610778, 0.960288461538456, 0.677404292416734, 1.77984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 750, '2021-05-09 00:00:00', 0.120387285298474, 0.203461538461544, 0.179549059076849, 0.308269230769235, 0.239631871515768, 0.438923076923083, 0.465753916949548, 0.987865384615381, 0.671057384912912, 1.75207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 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 983655, 3, 765, '2021-05-09 00:00:00', 0.136247716988631, 0.215096153846155, 0.145883379398117, 0.281096153846157, 0.309417135048363, 0.503288461538458, 0.496762114559416, 1.04053846153846, 0.655100236898609, 1.76509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983655 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 765); inse[...];[ Date: 2021-05-09 15:58:26 - Database: acaweb_fx - User: pgperfstats ]
9 19s81ms insert into powerstats_trumpet(symbolid, dayofweek, 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, 960, '2021-05-09 00:00:00', 0.0281953078475008, 0.070346153846152, 0.0432930665971427, 0.0975192307692285, 0.0733036388014838, 0.166711538461537, 0.116381250142003, 0.316846153846155, 0.162956251797836, 0.573 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983610, 1, 975, '2021-05-09 00:00:00', 0.0290279772209244, 0.0657884615384603, 0.0500045382555803, 0.112576923076923, 0.0676090259108627, 0.175403846153845, 0.114587890352274, 0.30823076923077, 0.15968308036184, 0.574115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.047616577591619, 0.0914615384615379, 0.0615034583142741, 0.131346153846154, 0.0658329587785549, 0.179538461538461, 0.113904089208693, 0.30069230769231, 0.157997167696132, 0.569750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0414175548065535, 0.0919230769230775, 0.0579116468955425, 0.129173076923078, 0.0643109991788714, 0.17673076923077, 0.110528181230643, 0.286326923076925, 0.159271293709819, 0.567750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0507703615841455, 0.0930192307692333, 0.0484097097698398, 0.129000000000002, 0.0753248043731025, 0.192615384615387, 0.106305778119246, 0.274961538461541, 0.157305948833669, 0.565307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0262367035921952, 0.0852307692307701, 0.0396450064757413, 0.116442307692309, 0.0811513685367328, 0.190230769230772, 0.0860086936571836, 0.259346153846156, 0.157084182477469, 0.560903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0326485304180993, 0.0820576923076917, 0.0527011020173789, 0.139884615384615, 0.0749825620753569, 0.181230769230769, 0.0795515338536043, 0.249057692307693, 0.157076938521809, 0.556730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0405053130418127, 0.110596153846153, 0.0645128401053722, 0.144557692307694, 0.0661769335830938, 0.164057692307692, 0.0770539995467683, 0.232673076923078, 0.158786093413554, 0.551711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0401009159688211, 0.0827884615384639, 0.0411143667572079, 0.0958653846153843, 0.0461188264578169, 0.129884615384616, 0.0616977620838375, 0.208423076923079, 0.166912442500665, 0.543711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0251899552630392, 0.0630769230769209, 0.0282932174530606, 0.0816153846153835, 0.0517998700622062, 0.118942307692309, 0.0587770494194913, 0.195807692307694, 0.17320347749218, 0.542730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0215303006517268, 0.0630769230769226, 0.0374144408566458, 0.094403846153846, 0.0471708229572213, 0.118557692307693, 0.0614781168071518, 0.191673076923078, 0.183847086334937, 0.549365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0302618381159169, 0.0638269230769218, 0.0429197686207845, 0.0805576923076911, 0.0421675640930147, 0.115211538461538, 0.058007015490835, 0.183576923076923, 0.189957838439521, 0.552903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0253828909670706, 0.0513653846153834, 0.0306813210526926, 0.0732884615384617, 0.0321940809179846, 0.102673076923076, 0.0739773588024378, 0.18298076923077, 0.189570320827026, 0.553442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0221649758368027, 0.0538846153846152, 0.0331609130430098, 0.0803846153846161, 0.0315493020768819, 0.100538461538461, 0.0755186706410061, 0.184980769230769, 0.187976684315247, 0.555076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0199725195822039, 0.0531923076923075, 0.0195362385167827, 0.0682692307692299, 0.027512207080887, 0.0871923076923081, 0.0849309402714041, 0.182730769230769, 0.188430587097335, 0.556384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.018608031764639, 0.0521730769230773, 0.0225569024060025, 0.068923076923077, 0.0285118666253483, 0.085942307692307, 0.0848874481072093, 0.185326923076923, 0.187373314124915, 0.559326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.015528683137988, 0.0464999999999996, 0.0162123053929369, 0.0611730769230766, 0.0352738517231194, 0.0882307692307697, 0.0783233460627257, 0.189557692307691, 0.183336252657409, 0.557192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0157390743545616, 0.0430384615384632, 0.0224756620506568, 0.0603461538461539, 0.0359648974161459, 0.0910769230769251, 0.0765259357744415, 0.189826923076922, 0.189155187610597, 0.561749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.019897206993792, 0.0448269230769218, 0.0325253569719655, 0.0691730769230776, 0.0345782946591988, 0.0925384615384618, 0.0772976091778747, 0.184596153846152, 0.190295943608491, 0.564384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.021984575012075, 0.045807692307693, 0.0218335662543857, 0.0597692307692319, 0.0288602468138069, 0.0844230769230772, 0.0726126631253393, 0.176673076923074, 0.186797064916818, 0.564711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0150862137779449, 0.0430769230769243, 0.0235323999233788, 0.0610769230769239, 0.0357041529581854, 0.0905576923076918, 0.0714184230702859, 0.172634615384613, 0.186601710767982, 0.561961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0193601493954828, 0.0408461538461538, 0.0248069546700129, 0.0592500000000009, 0.0383225832194982, 0.0900961538461539, 0.0718580652290443, 0.170807692307691, 0.184966501125097, 0.561057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0204451987969335, 0.0456153846153854, 0.0309292803766155, 0.0720961538461532, 0.0356932227999384, 0.0913846153846156, 0.0732782709948854, 0.16975, 0.18581232570692, 0.562096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0252916906391141, 0.0545192307692304, 0.0285218404843633, 0.0676538461538467, 0.0360497732842556, 0.0923846153846154, 0.0749814746351495, 0.171307692307693, 0.192018922344807, 0.566057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0182969627576228, 0.0463269230769235, 0.0243923458991031, 0.0604423076923072, 0.0477024471231661, 0.0917884615384615, 0.07892224995818, 0.166807692307693, 0.192333353441762, 0.569173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0205199808816807, 0.041519230769229, 0.0220295343712786, 0.0630961538461534, 0.0466132368126664, 0.0950769230769218, 0.0753817974355545, 0.171653846153847, 0.194983573272605, 0.569923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0192010015764402, 0.0475384615384606, 0.0326341786381182, 0.0699807692307678, 0.0456930898663963, 0.094461538461538, 0.0781677289305092, 0.174423076923078, 0.195185467026776, 0.569057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0265486563472824, 0.0568653846153839, 0.0325199347146674, 0.0736153846153841, 0.0427179524502129, 0.0932115384615381, 0.0777547129415006, 0.175153846153847, 0.197060041611684, 0.567499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0261531363025852, 0.0510576923076923, 0.0322000537505537, 0.0657115384615385, 0.0460012876073967, 0.101961538461537, 0.0718228268835071, 0.171038461538463, 0.197211866743901, 0.567403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0224415565756605, 0.04328846153846, 0.0276838469981222, 0.0611538461538452, 0.0408696097363296, 0.111749999999998, 0.0781730132462586, 0.175, 0.197019101963389, 0.569442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0144082908824711, 0.037326923076922, 0.0243361791451433, 0.0769807692307684, 0.0347018066477127, 0.102153846153846, 0.0844399581860455, 0.179942307692307, 0.197019101963389, 0.569442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0232083207890209, 0.0651153846153845, 0.0328176605831951, 0.0918269230769221, 0.0296500616162276, 0.0986153846153843, 0.0898263902459339, 0.190403846153846, 0.197311944548569, 0.569711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.029779936457028, 0.0652307692307691, 0.0268470024110972, 0.0753076923076939, 0.0288572148024334, 0.0873269230769214, 0.0863210554580063, 0.195769230769231, 0.197682738244893, 0.56875 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0191956024611424, 0.0453653846153864, 0.0221658868187495, 0.0565576923076929, 0.0315509660951695, 0.0832884615384613, 0.0786585024012024, 0.196, 0.20120173573192, 0.569461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0218394931612071, 0.034711538461538, 0.0210766093463442, 0.0522884615384609, 0.0316338669539718, 0.0793076923076939, 0.0823200788666737, 0.198653846153847, 0.201129408208131, 0.567326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0186890753773832, 0.0428076923076923, 0.0261400150079416, 0.0634038461538466, 0.035030695331161, 0.0814807692307708, 0.0922895527048513, 0.207807692307693, 0.201448905528078, 0.564307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0251345609439694, 0.0478846153846166, 0.028885456814538, 0.0604807692307711, 0.0395806333762051, 0.0789423076923086, 0.108414581761226, 0.217807692307692, 0.201883745107081, 0.561942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0145278644732748, 0.034673076923078, 0.0199148282597527, 0.0485961538461547, 0.0317329724176828, 0.0848076923076933, 0.103693616745902, 0.213384615384614, 0.202377069999389, 0.561538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0151188751107821, 0.0375961538461546, 0.023817454814614, 0.0516346153846154, 0.0418846814296285, 0.0905576923076935, 0.102146088821542, 0.216211538461538, 0.202622480528158, 0.561019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.015388307249336, 0.0345000000000008, 0.0290493280737853, 0.0697884615384619, 0.0466147921389089, 0.0936730769230776, 0.102339660708085, 0.220615384615383, 0.202680487467342, 0.560499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0252252620631328, 0.058576923076924, 0.0413895936382359, 0.0730384615384627, 0.045714565933207, 0.0941923076923082, 0.100445040464155, 0.217884615384613, 0.204047999632061, 0.556884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0314715500339338, 0.0464615384615395, 0.032926987995587, 0.0630576923076922, 0.0383739344627812, 0.0968269230769225, 0.0948158539161362, 0.207384615384615, 0.204500889597462, 0.555076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0223775299386217, 0.0464230769230778, 0.0252756800106364, 0.0615000000000007, 0.0348233398742871, 0.0987499999999987, 0.0943797586675965, 0.204826923076923, 0.205671202314611, 0.554711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0176421261582779, 0.0462307692307692, 0.0224725473548349, 0.0751538461538443, 0.0426464400173545, 0.111826923076921, 0.0889243433833149, 0.20432692307692, 0.208126832632263, 0.554961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0233414784318517, 0.0607307692307673, 0.0324937153686918, 0.0783076923076891, 0.0451913027711505, 0.115076923076919, 0.0895247645154024, 0.200211538461536, 0.209062170547054, 0.554365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0233396410887963, 0.0503269230769223, 0.0371075619496374, 0.0801346153846149, 0.0474210761322282, 0.103961538461537, 0.0823804868605705, 0.186269230769231, 0.209855422759427, 0.554461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0263463396961449, 0.0549807692307678, 0.0250796653762496, 0.0694807692307676, 0.0459765533890755, 0.0997115384615369, 0.0707605088688943, 0.17751923076923, 0.221825326292143, 0.560653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.019888574222788, 0.0486538461538473, 0.0392488363374783, 0.0681346153846144, 0.0513070133157714, 0.0994807692307682, 0.0668664254028438, 0.179173076923077, 0.220054709980531, 0.560653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0222257387174985, 0.0502115384615377, 0.0268130636931962, 0.0684038461538454, 0.0581147703984246, 0.101942307692307, 0.0598859300285525, 0.17126923076923, 0.217502389907295, 0.564519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.019938684857486, 0.0486346153846142, 0.0311608975875477, 0.0696923076923087, 0.0516171594902919, 0.0951346153846149, 0.0564459339681653, 0.170288461538462, 0.218150139723858, 0.565788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0204873037607371, 0.0464807692307687, 0.0400995492013805, 0.0655769230769225, 0.0393438881970444, 0.0821923076923072, 0.0505884488183426, 0.159134615384616, 0.218789308556113, 0.562692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0301505198322343, 0.0445769230769228, 0.0281543069529337, 0.0552499999999993, 0.0293561158612908, 0.0768076923076923, 0.053712983676059, 0.154769230769232, 0.219691735953254, 0.562326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.015106302810926, 0.0370961538461522, 0.0180810249028761, 0.0502115384615388, 0.0331486628109465, 0.0755769230769227, 0.0577546934489707, 0.15276923076923, 0.221023661281217, 0.562826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0162685751822802, 0.037942307692309, 0.0226414527938337, 0.0553461538461536, 0.0388805864153304, 0.0760000000000005, 0.0570894069387249, 0.158096153846154, 0.221946483501005, 0.561692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0187486307192322, 0.0416346153846141, 0.0309480022966557, 0.0551730769230769, 0.0403871123770178, 0.0743269230769238, 0.0574186246921534, 0.158538461538462, 0.221786297003359, 0.561307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.021934456560748, 0.0370961538461544, 0.0259637913552406, 0.0510384615384609, 0.0268601291594365, 0.0715576923076913, 0.0662694035445757, 0.168576923076922, 0.222537005565714, 0.559826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0141533904608914, 0.0344615384615374, 0.0174171003503856, 0.0473461538461536, 0.0220331568323748, 0.0684999999999986, 0.0675144343540997, 0.170673076923075, 0.224342283987248, 0.560903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0138108095902635, 0.0329615384615373, 0.0154327947516386, 0.0496346153846141, 0.0223323497678554, 0.0690769230769233, 0.0756218553065193, 0.17875, 0.223408502179647, 0.563673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0137566207836329, 0.0332307692307694, 0.0229817067719938, 0.0471730769230786, 0.0243784662229731, 0.068019230769232, 0.0752714395729523, 0.181519230769231, 0.22291164255062, 0.562903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0129351637615643, 0.032038461538462, 0.0118247458909107, 0.045269230769231, 0.0432553420444754, 0.0737692307692305, 0.082197651098762, 0.191923076923077, 0.22312469521634, 0.562019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.00888698270159618, 0.0335384615384621, 0.0157098817505222, 0.0460961538461537, 0.0435538923457087, 0.0738076923076922, 0.0854102430355089, 0.194980769230771, 0.222032253374282, 0.564807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0144029510864954, 0.032749999999999, 0.0376856226410821, 0.0543846153846154, 0.0364856610401725, 0.0807115384615374, 0.0837758387236202, 0.202634615384615, 0.222831596468309, 0.565096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0332020851986519, 0.0410384615384624, 0.0333951919616269, 0.0551730769230775, 0.0324308732300206, 0.0778076923076927, 0.0822380316286449, 0.208076923076924, 0.222703286563431, 0.565923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0137216841307698, 0.036230769230769, 0.0209882384645827, 0.057384615384615, 0.0274047511321571, 0.0774038461538463, 0.0822377252940428, 0.218788461538461, 0.222487306465923, 0.564807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0183550978037331, 0.0434807692307681, 0.0215268347739425, 0.0577307692307683, 0.0297501454424382, 0.0768653846153822, 0.0887178956017333, 0.227249999999999, 0.22190009879708, 0.564576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0167938633480755, 0.0385769230769231, 0.0235940344481054, 0.054038461538461, 0.0350872977235108, 0.0839615384615393, 0.104930696909179, 0.239134615384614, 0.222221328513161, 0.563826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0189764631542928, 0.039115384615385, 0.0248185104617206, 0.0540384615384605, 0.0327236975999876, 0.0925961538461549, 0.122375167164182, 0.246192307692309, 0.222221328513161, 0.563826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0103634156828424, 0.0344038461538454, 0.0178690643722174, 0.064288461538463, 0.0456971510642028, 0.10848076923077, 0.122120314255435, 0.247365384615386, 0.222151154362555, 0.564346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0178119665912037, 0.0558846153846177, 0.024519505579154, 0.075884615384617, 0.0510323916743089, 0.11875, 0.122450869268518, 0.245653846153847, 0.221988814687033, 0.563423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0166472104385272, 0.0479807692307682, 0.0392745415681026, 0.0789807692307687, 0.0562581857291762, 0.122788461538461, 0.126067124977133, 0.2485, 0.222425110127847, 0.567019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0347124451192059, 0.0635769230769233, 0.0391751343819801, 0.0886346153846156, 0.0484566935917653, 0.128365384615385, 0.125908006710639, 0.249384615384616, 0.225867507963952, 0.570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0166001969404431, 0.0550576923076928, 0.0346159423032002, 0.0907884615384622, 0.0587511996604217, 0.127788461538463, 0.11972134473274, 0.247096153846154, 0.229592871270999, 0.571442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0336193225118226, 0.078173076923078, 0.0406297920250666, 0.100500000000001, 0.0603208632105161, 0.128942307692309, 0.121368385504628, 0.247250000000001, 0.230339615484481, 0.57346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0277298298144527, 0.068788461538462, 0.0401249251137573, 0.0925192307692325, 0.0489108333131286, 0.12348076923077, 0.131666246185632, 0.243596153846154, 0.231489956585595, 0.570500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.031771231544373, 0.0628653846153858, 0.0411074997836355, 0.0860576923076922, 0.0485922318894697, 0.126749999999999, 0.127718935708302, 0.238942307692309, 0.227946123863986, 0.570153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.023950084310114, 0.058057692307693, 0.0236063632229832, 0.0834038461538476, 0.0546331295658019, 0.127826923076923, 0.116099413633979, 0.245423076923077, 0.224298382997705, 0.571230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0204755858373983, 0.0624807692307697, 0.040869981460913, 0.0946538461538461, 0.0612430498411555, 0.129365384615384, 0.114676067183242, 0.247403846153847, 0.224921912090534, 0.575942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0276510119442022, 0.0565384615384604, 0.0431283995315594, 0.0821730769230747, 0.0686930771341166, 0.122173076923075, 0.104465019909132, 0.248096153846156, 0.224994486257228, 0.575673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0206993868359559, 0.0567307692307674, 0.0260708575882081, 0.0780192307692289, 0.0716715800343155, 0.119846153846155, 0.0979703585470933, 0.249134615384616, 0.228843164298508, 0.581423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0169810301399922, 0.0508461538461534, 0.0430683937297572, 0.0794423076923071, 0.0631227284435139, 0.110173076923078, 0.103000388348782, 0.254000000000001, 0.226870223831904, 0.58096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0272093097755438, 0.0569423076923074, 0.0480707811461381, 0.0845000000000012, 0.051378534877454, 0.104423076923079, 0.116397072392472, 0.267538461538462, 0.22801378585178, 0.589942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0313434142266689, 0.057980769230769, 0.032168480751289, 0.0726346153846162, 0.0491123828972499, 0.103384615384617, 0.121756555659866, 0.275326923076922, 0.229085151283232, 0.591442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0135225168344661, 0.0494615384615396, 0.0269751523842559, 0.0718269230769239, 0.0421271929353878, 0.106403846153846, 0.121523685567244, 0.274615384615384, 0.217687570755748, 0.588961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0233941149733146, 0.0557307692307697, 0.030967402215879, 0.0805000000000012, 0.0415371057471059, 0.111365384615385, 0.116856665982799, 0.284903846153847, 0.218281607985225, 0.592096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0273947004981736, 0.0564807692307689, 0.0324374012522583, 0.0767499999999992, 0.0404416816587129, 0.107480769230769, 0.111669223085931, 0.298346153846153, 0.218699336990307, 0.5905 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0164664343905551, 0.0502884615384612, 0.0234976349055355, 0.0716730769230759, 0.0540276745324534, 0.116980769230769, 0.110483240984602, 0.293557692307692, 0.215390664750213, 0.585461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0158522990324859, 0.0566538461538445, 0.0208490914762383, 0.0752307692307688, 0.0594503186250111, 0.120903846153845, 0.107868523961063, 0.297961538461537, 0.214902360655681, 0.585230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.019019868154521, 0.0523461538461551, 0.0537837693561359, 0.0910769230769234, 0.0806895665736665, 0.142115384615385, 0.103813382863379, 0.303038461538462, 0.216175001223189, 0.584134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0418030547282785, 0.0678461538461537, 0.0465159691355058, 0.0908461538461531, 0.0786381904674822, 0.140750000000001, 0.110317557358465, 0.314788461538462, 0.220780308486479, 0.586230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0166161182174236, 0.0551538461538461, 0.062900519748372, 0.103653846153847, 0.0699223222858505, 0.134634615384617, 0.109909377005996, 0.315365384615385, 0.217501767455241, 0.584673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0616108881486168, 0.0778076923076922, 0.0621357818379666, 0.0986538461538461, 0.0690765907136067, 0.137346153846154, 0.129312745519713, 0.321884615384616, 0.218331353680592, 0.581 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0258183372520682, 0.0634423076923067, 0.0292869162176296, 0.0927884615384619, 0.0539611576827382, 0.133057692307691, 0.137123380714092, 0.326307692307693, 0.217841206280736, 0.577865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0306357069195669, 0.0714423076923083, 0.0329110222359532, 0.0951538461538458, 0.0585028072962191, 0.149961538461537, 0.136598987776406, 0.327788461538462, 0.222836842693345, 0.579038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0188366765809502, 0.0614038461538458, 0.039530319425045, 0.0938846153846138, 0.0612180623169827, 0.153634615384614, 0.146501668407408, 0.323826923076924, 0.224763756317263, 0.581884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0318850097405327, 0.0764230769230751, 0.0454341112110546, 0.113461538461536, 0.0638982002876452, 0.157499999999998, 0.146603752969068, 0.329096153846153, 0.220328933293279, 0.580326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0339772152161731, 0.0781346153846146, 0.0424210261726234, 0.113211538461537, 0.0608419642630379, 0.167269230769231, 0.148232339718638, 0.318057692307692, 0.219648699413055, 0.572365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0306518414555351, 0.0826538461538467, 0.0405277492779755, 0.108538461538461, 0.0655858245706775, 0.180903846153844, 0.141784485697891, 0.315096153846154, 0.219610841122341, 0.568807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0200259543131885, 0.0656730769230757, 0.0436431023715718, 0.120903846153847, 0.0623371509183382, 0.174903846153845, 0.143162372849852, 0.313250000000001, 0.228001521587367, 0.565423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0384742721228699, 0.101480769230771, 0.0676366878140977, 0.151307692307692, 0.0631741335820783, 0.181365384615384, 0.146110639058742, 0.315173076923078, 0.223121357975017, 0.570903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.032729097851207, 0.0980769230769235, 0.0457447811230986, 0.12525, 0.0580789019021033, 0.168826923076924, 0.133956406514038, 0.306826923076925, 0.216270643301043, 0.571365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0295651562069013, 0.0864615384615386, 0.0432949810557228, 0.120846153846154, 0.067398005562822, 0.164865384615386, 0.12804637381103, 0.284423076923078, 0.217927374105721, 0.561596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0370619284234056, 0.081942307692306, 0.0410086529330653, 0.11301923076923, 0.057765657218161, 0.158634615384617, 0.121881021744725, 0.272211538461539, 0.210259985585613, 0.567807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0316844841911864, 0.0784423076923078, 0.0492247006476028, 0.115134615384616, 0.0866543797996475, 0.154192307692308, 0.13084611778139, 0.263942307692307, 0.229570987848069, 0.569461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0339405135721084, 0.0875384615384636, 0.0426966626330444, 0.115250000000002, 0.0873855735321272, 0.159038461538462, 0.119400716722499, 0.262365384615384, 0.242789437895981, 0.582134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0268715248200359, 0.0801730769230771, 0.049184554329742, 0.111096153846154, 0.0651667210964424, 0.156192307692308, 0.103627632192607, 0.251384615384614, 0.249786585831863, 0.584461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0431382259540383, 0.0724423076923076, 0.0551342313045058, 0.108711538461538, 0.0604129666417889, 0.140057692307692, 0.106961159377527, 0.239519230769228, 0.2613565469151, 0.586230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.030089641713746, 0.076057692307692, 0.0360437768020211, 0.0990769230769234, 0.0528012820357174, 0.130153846153844, 0.103309758270194, 0.225115384615382, 0.260545620543918, 0.582403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0239353375705334, 0.0624038461538468, 0.0315627153458003, 0.0827499999999994, 0.0542368771792192, 0.116326923076922, 0.103097407264272, 0.216846153846151, 0.263664854284024, 0.577846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0216472506692763, 0.055288461538461, 0.0512174887498996, 0.0846346153846134, 0.0513525709041076, 0.117442307692308, 0.106075568128793, 0.210615384615383, 0.262151565819353, 0.57428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0548965040220779, 0.0623846153846148, 0.055060498195515, 0.0819615384615379, 0.0570736231681357, 0.121038461538461, 0.106995787120515, 0.201961538461536, 0.261954309727126, 0.570096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0301085536019248, 0.0522499999999997, 0.038309132271358, 0.0809807692307678, 0.0463996062649066, 0.112211538461538, 0.096173880989672, 0.190346153846151, 0.260624746448871, 0.570038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0187443632552854, 0.0531346153846149, 0.0272768498632369, 0.0790576923076916, 0.0420915485761524, 0.101961538461538, 0.0740163937142428, 0.178442307692306, 0.260178758814899, 0.572557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0237913769123319, 0.0580192307692301, 0.0294805020310035, 0.0724999999999991, 0.033279399957608, 0.0909615384615372, 0.0735169786773528, 0.177615384615382, 0.261808291576988, 0.573692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0132544912562309, 0.0426923076923071, 0.0182352574806234, 0.0597692307692303, 0.0250061223272663, 0.081115384615385, 0.0703690190790944, 0.172173076923076, 0.255235731914937, 0.568173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0133477886385151, 0.0422884615384623, 0.0140448731407043, 0.0559615384615378, 0.0328293548285923, 0.0829423076923075, 0.0682952780212538, 0.167250000000001, 0.25597359914948, 0.563711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0100699858681434, 0.0402307692307684, 0.0235129833201872, 0.0599038461538463, 0.0454423260848305, 0.0882499999999994, 0.0692615444417889, 0.162307692307693, 0.255690143758778, 0.562980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0195588756165751, 0.0455192307692322, 0.0321336452001044, 0.0616346153846156, 0.0464091005664275, 0.0937692307692314, 0.0661695287761814, 0.159442307692308, 0.254587640191863, 0.563057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0189978642524339, 0.0406730769230765, 0.0298311981759925, 0.0594038461538472, 0.0420946598111345, 0.0924038461538474, 0.0527433444580033, 0.155403846153846, 0.253544679722105, 0.561730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0190492479157001, 0.042923076923078, 0.0221338324395381, 0.0654423076923086, 0.0396791943156409, 0.0864615384615392, 0.0514799027253899, 0.152903846153845, 0.25251032652151, 0.56075 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0178332985861163, 0.0500576923076925, 0.0290276327236371, 0.0662115384615387, 0.0332162437092737, 0.0818269230769214, 0.0479245721460783, 0.153230769230767, 0.253140496866554, 0.558865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0172104731084113, 0.0464038461538464, 0.022378251804959, 0.0581153846153845, 0.0246730700281769, 0.0810961538461525, 0.0465299407329883, 0.148653846153845, 0.253591367239623, 0.558807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0183826109303162, 0.0394038461538468, 0.0176067731722319, 0.0539615384615381, 0.0298444492970843, 0.0781346153846168, 0.04491246614677, 0.152480769230769, 0.253771981238155, 0.560038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0135812795364113, 0.0393653846153835, 0.021749376648892, 0.0581538461538451, 0.0299030741923614, 0.0780769230769231, 0.0486032010658363, 0.156134615384615, 0.253256641647285, 0.559557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0199171070651871, 0.0478653846153847, 0.0235196807932294, 0.0618461538461546, 0.0284431213801548, 0.0808653846153865, 0.0527300709710817, 0.159903846153847, 0.253934301769934, 0.560980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0172144840625109, 0.0415384615384615, 0.0190062843857994, 0.0543269230769234, 0.0326114184816402, 0.0862307692307705, 0.0548324160160195, 0.164076923076923, 0.255104471058125, 0.561134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0135137536777016, 0.0363076923076908, 0.0197788153958108, 0.0558076923076926, 0.0341487019688001, 0.0985769230769232, 0.0642384530180633, 0.174173076923077, 0.255708232923023, 0.561403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0177928680612814, 0.0396153846153874, 0.0314340640804759, 0.0669038461538459, 0.035294758817708, 0.0920000000000009, 0.0814235861689688, 0.185596153846155, 0.257287893972132, 0.562096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0263275228902844, 0.0575384615384592, 0.0338789530761881, 0.0817884615384607, 0.0321568990085529, 0.0883846153846144, 0.0924753189525976, 0.189769230769231, 0.257287893972132, 0.562096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.030240885467298, 0.0636346153846159, 0.030838537329379, 0.0691538461538457, 0.0285761936960455, 0.0791730769230773, 0.108897100335768, 0.198961538461539, 0.257287893972132, 0.562096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0275797933277253, 0.0392499999999999, 0.0282159529344682, 0.0534999999999991, 0.0285573714045682, 0.0782884615384604, 0.107521225096042, 0.196923076923077, 0.258669013338548, 0.558461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0239977322646565, 0.0411346153846139, 0.0275573318458351, 0.0550576923076923, 0.0381700093710315, 0.0835192307692289, 0.107223755978578, 0.196423076923078, 0.25839780676016, 0.557557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0227837745910411, 0.0409038461538469, 0.0195453417625642, 0.0589038461538448, 0.036759697830849, 0.0826538461538435, 0.102728763480117, 0.196326923076924, 0.256463538419132, 0.555942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0157519840020239, 0.0452499999999991, 0.0301463864399135, 0.0607692307692296, 0.0374177713845252, 0.0795192307692284, 0.0957875774826782, 0.193500000000001, 0.25330357964612, 0.551288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0200284797226358, 0.0349999999999982, 0.0266305492591887, 0.0521153846153831, 0.0357146813164899, 0.084961538461538, 0.0945687051830573, 0.186500000000001, 0.254057907541991, 0.547096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0143094374452661, 0.0364999999999994, 0.0215150841540042, 0.0528269230769223, 0.0350771238185884, 0.0872307692307709, 0.0894010067057416, 0.181500000000003, 0.249540779001379, 0.545096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0175252345534614, 0.0390769230769227, 0.0258099563376971, 0.0685769230769242, 0.0390121332211085, 0.0924423076923086, 0.0831427595256412, 0.17996153846154, 0.247881765395086, 0.544980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0188368297185647, 0.0543846153846176, 0.0271675145376583, 0.0685769230769253, 0.0376332964274992, 0.0967500000000001, 0.0831015620514134, 0.181519230769234, 0.248877653754734, 0.547057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0177168325003717, 0.0436153846153857, 0.0255719873780187, 0.0629423076923082, 0.038624150476095, 0.10175, 0.0912257554725552, 0.18446153846154, 0.249019909614903, 0.549153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0175055265998614, 0.0457115384615381, 0.0258479875723115, 0.0699615384615375, 0.057734231946582, 0.113307692307692, 0.0917705353250494, 0.182634615384618, 0.248895437576009, 0.547326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0203779009260963, 0.0516730769230761, 0.0310814810061953, 0.0789615384615389, 0.0621006131519352, 0.112615384615385, 0.0888128282487308, 0.177038461538464, 0.245202827345977, 0.544057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0307278375418764, 0.0610000000000016, 0.0497714159548829, 0.0884230769230783, 0.082339421813706, 0.121403846153848, 0.0938186548613869, 0.173500000000003, 0.245961723882771, 0.54448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0271319283955574, 0.0568076923076936, 0.0370209348259158, 0.0745192307692319, 0.0611443091257197, 0.112057692307694, 0.0756700428479824, 0.159153846153849, 0.235475356378408, 0.536288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0235392307566622, 0.0508461538461534, 0.0469169478973231, 0.0814999999999994, 0.053570715306607, 0.100192307692307, 0.0747564275600336, 0.155288461538463, 0.235899313593418, 0.535884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0347492999376087, 0.0609230769230776, 0.0402113837689704, 0.079346153846155, 0.0444964000272445, 0.0930192307692311, 0.0654354173682253, 0.145576923076925, 0.234118891558573, 0.531846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0213448696772435, 0.0497115384615392, 0.0260883189304229, 0.0619038461538455, 0.0278793554720789, 0.0790384615384623, 0.0662549882011794, 0.141288461538464, 0.234611846379372, 0.528461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0189948981004425, 0.0406153846153818, 0.0234106484647148, 0.0565384615384609, 0.0251563113353296, 0.0735000000000011, 0.065215515496992, 0.140288461538462, 0.233840311225088, 0.527634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0195743159817624, 0.0415769230769227, 0.0182043950737195, 0.0545000000000006, 0.0217822528325606, 0.0715576923076946, 0.0648656599916612, 0.144423076923078, 0.232133984023153, 0.530442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0169985632877062, 0.0371346153846173, 0.024716080097472, 0.0542692307692319, 0.0283301144476241, 0.0751538461538481, 0.0656717712450463, 0.141807692307692, 0.232505077694758, 0.531865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0226894502764203, 0.0388653846153849, 0.0211521957398137, 0.0503461538461554, 0.0390339743537121, 0.0773653846153845, 0.0646768803062882, 0.142173076923076, 0.231937339847175, 0.532980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0111407084431558, 0.0338461538461559, 0.0221500911614736, 0.0545576923076932, 0.0553589962114432, 0.0789615384615389, 0.0668104810985184, 0.158403846153847, 0.232979894312462, 0.531865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0173771844227289, 0.040557692307693, 0.0349797578827891, 0.0567884615384616, 0.0521661436035054, 0.0764423076923087, 0.065888285406787, 0.162884615384614, 0.232475077241542, 0.530692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0264844221266893, 0.0412692307692294, 0.0434630922118453, 0.060596153846154, 0.0436791272102165, 0.0778846153846161, 0.0598252840811037, 0.164230769230769, 0.231650848011862, 0.527653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.022301578074555, 0.043096153846153, 0.0243431636272824, 0.0530192307692325, 0.0346934487276124, 0.0721538461538469, 0.0576003906236765, 0.163750000000001, 0.231851299327822, 0.522250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0117777495564901, 0.0303461538461566, 0.0153004901882274, 0.0437500000000028, 0.0250710068528438, 0.0661538461538483, 0.0518266971594909, 0.168057692307693, 0.23296634950138, 0.518000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0117245304974087, 0.0327692307692331, 0.0198378523186216, 0.0459038461538473, 0.0297665855513291, 0.0695192307692309, 0.0530524413996339, 0.166192307692309, 0.233671400606787, 0.516788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.014414109006855, 0.0304423076923071, 0.0232532876087512, 0.0471538461538461, 0.0275999163878327, 0.0651538461538468, 0.0609604821553714, 0.174903846153845, 0.234505788021072, 0.514269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0188953392706736, 0.0354230769230783, 0.021228980554529, 0.0485192307692307, 0.0270526054482472, 0.0652884615384628, 0.0733974035382315, 0.184173076923076, 0.23415867811905, 0.515057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0159101805820613, 0.0350769230769211, 0.0218644425072742, 0.0479230769230773, 0.0274454704123276, 0.0714230769230764, 0.0744815335915833, 0.186673076923076, 0.233783673839397, 0.516115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0152975613943985, 0.0338461538461537, 0.0231075828380093, 0.0484038461538444, 0.0313313801900809, 0.075653846153845, 0.0894370362967077, 0.201788461538461, 0.233790887004077, 0.516173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.014689674552608, 0.0344423076923076, 0.0216117934328624, 0.0534807692307688, 0.0248720804239491, 0.0730961538461531, 0.087594643320591, 0.205192307692308, 0.23325176642088, 0.515557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0164731132922249, 0.0437884615384618, 0.0229994314310994, 0.0610769230769228, 0.0263337163230817, 0.0732692307692314, 0.0864082439086949, 0.213230769230769, 0.233113815879381, 0.515865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.015153382460692, 0.0397500000000001, 0.0170378876444403, 0.0495192307692316, 0.0443103391303446, 0.0941153846153853, 0.0854076761997776, 0.213634615384616, 0.234146417045797, 0.518769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0114845715904155, 0.0326538461538474, 0.0182864809248633, 0.0473461538461553, 0.0451417084983922, 0.0965769230769218, 0.0763926924616389, 0.21228846153846, 0.231227877112267, 0.516865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0123613697274384, 0.0367115384615399, 0.0334419819066706, 0.074884615384616, 0.0388690157402429, 0.100596153846154, 0.0748747389876016, 0.216442307692307, 0.231890063475046, 0.519807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0276613379174699, 0.0634807692307695, 0.0334020266543086, 0.0818461538461522, 0.0367436232039485, 0.105576923076922, 0.073272085145289, 0.217538461538462, 0.23264555410786, 0.520076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0193530061270541, 0.0521730769230763, 0.0235262537473479, 0.0697692307692316, 0.0283955372983413, 0.106442307692308, 0.0671659397428385, 0.213288461538462, 0.229571819665687, 0.519903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0204207285336771, 0.0498846153846142, 0.0245735317270128, 0.0719615384615377, 0.0289762037647347, 0.104596153846152, 0.0666337088405422, 0.212134615384616, 0.229899818482879, 0.524442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0170944885405068, 0.0513076923076935, 0.0228818789572739, 0.0790961538461538, 0.0442421309822001, 0.113115384615384, 0.0686986199615058, 0.211096153846154, 0.229997866210837, 0.525538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0177127073029506, 0.0634999999999993, 0.0297797814736002, 0.0833461538461528, 0.047770428574107, 0.124576923076923, 0.0735302554159754, 0.214038461538461, 0.233120422000831, 0.527134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0179852610596758, 0.0555192307692308, 0.0382425860084734, 0.0851538461538466, 0.0426227683828205, 0.116403846153848, 0.0681900652588026, 0.207750000000002, 0.233742922558423, 0.532076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0256210625492748, 0.065826923076922, 0.0356432807347819, 0.0887884615384613, 0.0464151376169478, 0.122250000000001, 0.0601156705539726, 0.201423076923079, 0.233570108071678, 0.532846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0235438134941252, 0.059365384615385, 0.0214410820622476, 0.0805000000000007, 0.0368884180280947, 0.118153846153847, 0.0600695750455569, 0.202923076923078, 0.23097896341109, 0.535692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0151593586225169, 0.0563846153846146, 0.0280154353059995, 0.0847692307692311, 0.0405783809435514, 0.12125, 0.0648140921286525, 0.205442307692308, 0.230615921960168, 0.540711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0210786895666256, 0.0591346153846168, 0.0269453863611921, 0.081576923076924, 0.0412270495595381, 0.108980769230771, 0.0761416114880669, 0.212250000000002, 0.230352392250187, 0.54873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0247322663741137, 0.0577499999999992, 0.0376388710694775, 0.0817692307692315, 0.0373448173729023, 0.107153846153845, 0.076358486506336, 0.220538461538462, 0.227691191005576, 0.552538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0205827878054985, 0.0536346153846168, 0.0288011017417458, 0.0742884615384621, 0.0335431295269459, 0.0971923076923077, 0.0839892048924238, 0.229057692307693, 0.226734080944038, 0.554211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0140963170312741, 0.0486153846153845, 0.0184819766675122, 0.0672115384615364, 0.0316920579713859, 0.0969423076923093, 0.0884053948928128, 0.228423076923079, 0.225566750311639, 0.554826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983610 and enddate = '2021-05-09 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-09 00:00:00', 0.0167970349947646, 0.0475961538461521, 0.0245647339461712, 0.0668846153846161, 0.0306327690302655, 0.100057692307692, 0.0923795515168912, 0.24069230769231,[...];[ Date: 2021-05-09 15:55:37 - Database: acaweb_fx - User: pgperfstats ]
10 19s50ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983635, 1, 960, '2021-05-09 00:00:00', 0.000174312826660755, 0.000170192307692287, 0.000184884995438984, 0.000237692307692396, 0.000245328037846989, 0.000385384615384646, 0.000709301416888471, 0.00116249999999985, 0.00166680432380229, 0.00246942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983635, 1, 975, '2021-05-09 00:00:00', 0.00012483543012856, 0.000138269230769359, 0.000174848175899352, 0.0002282692307693, 0.000271152880521947, 0.000391730769230765, 0.000726438546291732, 0.00114019230769215, 0.00166585363887518, 0.00246711538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 990, '2021-05-09 00:00:00', 0.000134949563227749, 0.000164230769230735, 0.000182710468732949, 0.000258653846153858, 0.000283248803378491, 0.00042326923076916, 0.000747552750904271, 0.00112134615384596, 0.00166585363887518, 0.00246711538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1005, '2021-05-09 00:00:00', 0.00016327289567324, 0.000184038461538497, 0.000225517268654708, 0.000295961538461505, 0.000300253226460529, 0.000449999999999942, 0.000785558008434242, 0.00112423076923057, 0.00166223477930717, 0.00248730769230761 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1020, '2021-05-09 00:00:00', 0.000187322839381087, 0.000214615384615322, 0.000219753358248482, 0.000326538461538432, 0.000565793112501167, 0.000699615384615305, 0.000792230954088003, 0.00113326923076903, 0.00166020755189962, 0.00249365384615376 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1035, '2021-05-09 00:00:00', 0.000160011057310271, 0.000213461538461588, 0.000251296331357751, 0.000300384615384687, 0.000616214622950825, 0.000782692307692226, 0.000770498539907705, 0.00108499999999985, 0.00168919813703237, 0.00251211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1050, '2021-05-09 00:00:00', 0.000180892002771504, 0.000178600000000131, 0.000485117855096397, 0.000541799999999988, 0.000541291126228108, 0.000772599999999954, 0.000703749304321674, 0.00108119999999992, 0.00168022005007268, 0.00257539999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1065, '2021-05-09 00:00:00', 0.000416713515315, 0.000473076923076914, 0.000492940821850006, 0.000670576923076884, 0.000494493680445028, 0.00074499999999991, 0.000664742402392393, 0.00101269230769223, 0.00169202545898274, 0.00255692307692302 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1080, '2021-05-09 00:00:00', 0.000335781980549187, 0.00037346153846144, 0.000338208003817406, 0.000429423076922978, 0.000443957378411686, 0.000586923076922925, 0.000549892611893784, 0.00083826923076906, 0.00173101935286686, 0.00257999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1095, '2021-05-09 00:00:00', 0.000171182763330775, 0.000186538461538334, 0.000217955182407842, 0.00025730769230755, 0.000313706624338361, 0.000410384615384486, 0.000443375860693948, 0.000688076923076836, 0.00177373336171513, 0.00257903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1110, '2021-05-09 00:00:00', 0.000107877245051907, 0.000131999999999977, 0.000237311328567875, 0.000286999999999935, 0.000287615918660005, 0.000357999999999983, 0.000436336548243695, 0.000692999999999913, 0.00182759046743692, 0.00261339999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1125, '2021-05-09 00:00:00', 0.00020796125748659, 0.000211730769230679, 0.000231094469527341, 0.000264423076923007, 0.000349130182904999, 0.000368269230769226, 0.00046974510272959, 0.000717692307692227, 0.00180750652727829, 0.00259038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1140, '2021-05-09 00:00:00', 0.0001133999050332, 0.000128461538461526, 0.000247609571705132, 0.000242499999999975, 0.000332539702661333, 0.000324423076922956, 0.000528062059289874, 0.000813461538461385, 0.00180481803898502, 0.00259192307692303 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1155, '2021-05-09 00:00:00', 0.000231278802780122, 0.000161730769230795, 0.000321759166984313, 0.000225192307692323, 0.000386400201066936, 0.000308653846153776, 0.000594679001970374, 0.000896346153846039, 0.00182949278384846, 0.00260038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1170, '2021-05-09 00:00:00', 0.000221526522114163, 0.00012, 0.000234441808426836, 0.000194807692307662, 0.000277052966332794, 0.000267115384615384, 0.000551191332130076, 0.000883269230769065, 0.00183592441607441, 0.00260230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1185, '2021-05-09 00:00:00', 0.000133047128723344, 0.000116538461538388, 0.000203493337634109, 0.000183461538461459, 0.000223813538464361, 0.000252499999999972, 0.000551850627783052, 0.000903653846153762, 0.00184177478160438, 0.00260711538461531 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1200, '2021-05-09 00:00:00', 0.000156993507949965, 0.000115192307692217, 0.000157108120536168, 0.000149807692307692, 0.000269643996067676, 0.000293269230769162, 0.000549086934408769, 0.000942692307692215, 0.0018459244609096, 0.00260865384615374 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1215, '2021-05-09 00:00:00', 7.90338291735388e-05, 7.28846153846573e-05, 0.000177014232369866, 0.000155961538461476, 0.000254986349559218, 0.000290961538461489, 0.00078780444664523, 0.00109461538461545, 0.00185016119879814, 0.00259730769230761 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1230, '2021-05-09 00:00:00', 0.000144198069797433, 0.000109199999999987, 0.000226166052566102, 0.000218600000000002, 0.000252022981756317, 0.000319800000000043, 0.000793537543745462, 0.00113180000000003, 0.00192449999999994, 0.00263739999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1245, '2021-05-09 00:00:00', 0.000179019659427502, 0.000150961538461528, 0.000206103502750786, 0.000219423076923037, 0.000247015493129831, 0.000319423076923077, 0.000785164069086635, 0.00111884615384622, 0.00189138106846654, 0.00260788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1260, '2021-05-09 00:00:00', 0.000141992551267205, 0.000138269230769189, 0.000171150855634968, 0.000201153846153917, 0.000232844616396019, 0.000351153846153909, 0.000745464542829091, 0.00109423076923092, 0.00189138106846654, 0.00260788461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1275, '2021-05-09 00:00:00', 0.000119966314716553, 0.000112600000000143, 0.000149443411809789, 0.000181000000000147, 0.00021532881832208, 0.000330400000000033, 0.000713588350054384, 0.0011150000000001, 0.00191182105595681, 0.00265919999999994 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1290, '2021-05-09 00:00:00', 0.000133583921306568, 0.000129130434782663, 0.000216798252330272, 0.000249130434782522, 0.000244580588010597, 0.000394130434782478, 0.000735081332382621, 0.00119326086956522, 0.00196227604396708, 0.00274499999999992 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1305, '2021-05-09 00:00:00', 0.000180329559418305, 0.000163999999999831, 0.000179730817242427, 0.000253599999999885, 0.000277814086515953, 0.000406599999999848, 0.000739690701126675, 0.00115059999999996, 0.0019283651754789, 0.00262619999999991 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1320, '2021-05-09 00:00:00', 0.000119064462178461, 0.000142884615384638, 0.000180587928721632, 0.000235000000000019, 0.000320305383129298, 0.000513461538461401, 0.00072955845445132, 0.00109653846153849, 0.0018974372595282, 0.0025930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1335, '2021-05-09 00:00:00', 0.000171010964560799, 0.000125200000000092, 0.000201811174120868, 0.000225600000000128, 0.000394744854304626, 0.000576199999999893, 0.000733178013854696, 0.001112, 0.00195532247979703, 0.00261119999999991 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1350, '2021-05-09 00:00:00', 0.000137800440995272, 0.000140192307692329, 0.000264104073309238, 0.000414807692307498, 0.00037563817492573, 0.000560961538461379, 0.00077581512964397, 0.00118134615384611, 0.0019645818991483, 0.00259903846153838 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1365, '2021-05-09 00:00:00', 0.000211233875124299, 0.000334799999999902, 0.00036054322440809, 0.000466799999999949, 0.000363693437755846, 0.00056599999999996, 0.000788131387100748, 0.00119139999999994, 0.00200311004024566, 0.00264039999999987 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1380, '2021-05-09 00:00:00', 0.000333333166666479, 0.000298799999999915, 0.000309417867400417, 0.00036959999999997, 0.000339383632486866, 0.000555000000000021, 0.000810746929277749, 0.00116279999999996, 0.00201654401142147, 0.00259819999999991 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1395, '2021-05-09 00:00:00', 0.000110968776077237, 0.000110454545454441, 0.000216914111116962, 0.000232727272727183, 0.000712203952317786, 0.000620227272727208, 0.000814152980561683, 0.00117886363636358, 0.00212250168902483, 0.0026390909090908 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1410, '2021-05-09 00:00:00', 0.000159085516565795, 0.000166739130434765, 0.000201131188383858, 0.000330869565217454, 0.000679969483156241, 0.000598043478260974, 0.000848978984548873, 0.00123195652173914, 0.00211234883220853, 0.00257804347826078 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 1, 1425, '2021-05-09 00:00:00', 0.000186751282904938, 0.000257291666666696, 0.000639943951350136, 0.000512500000000027, 0.000663112992317117, 0.000615833333333371, 0.000837932859153631, 0.00128479166666658, 0.00208251150457004, 0.00260541666666651 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 0, '2021-05-09 00:00:00', 0.000129220942374104, 7.86363636363742e-05, 0.000201440832729853, 0.000176136363636397, 0.000350681463977682, 0.000416818181818268, 0.000847200540256762, 0.00125022727272726, 0.00219464333354457, 0.00256386363636351 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 15, '2021-05-09 00:00:00', 0.000124628538975932, 7.45454545454584e-05, 0.00016476981188658, 0.00023090909090907, 0.000361602493957609, 0.000498181818181771, 0.000716804778799177, 0.00120590909090906, 0.00108302606365007, 0.00240136363636348 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 30, '2021-05-09 00:00:00', 0.00013094594556283, 7.10714285712756e-05, 0.000593977559053823, 0.000378571428571434, 0.000635120153900371, 0.000568928571428603, 0.000904345203588276, 0.00133535714285728, 0.00218623113906253, 0.00261785714285707 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 45, '2021-05-09 00:00:00', 0.000130223957937045, 0.00010977272727277, 0.000362541906817886, 0.000386590909090888, 0.000457089417872281, 0.000540454545454634, 0.000811491331942862, 0.00123590909090909, 0.00190402308182022, 0.002450909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 60, '2021-05-09 00:00:00', 0.000281332153862782, 0.000213958333333227, 0.000249976810518668, 0.000286666666666583, 0.000422462533713123, 0.000499375000000006, 0.00127603224412377, 0.00146687499999994, 0.00210596199058699, 0.00258041666666649 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 75, '2021-05-09 00:00:00', 0.000183686717747206, 0.000131086956521719, 0.000324775994556772, 0.000268913043478314, 0.000380497905548043, 0.000488260869565114, 0.00124457903577258, 0.00134739130434779, 0.00213542520596643, 0.00257391304347809 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 90, '2021-05-09 00:00:00', 0.000171815647957704, 0.000187045454545519, 0.000278570873570348, 0.000302727272727399, 0.000368266457857204, 0.000545227272727262, 0.00127797712856122, 0.00136227272727267, 0.00219479850469024, 0.00248499999999983 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 105, '2021-05-09 00:00:00', 0.000243075086826054, 0.000145454545454731, 0.000271467472719193, 0.000332272727272744, 0.000476922005748375, 0.000591136363636351, 0.00132015390434934, 0.0014720454545454, 0.00219926325719746, 0.00250227272727259 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 120, '2021-05-09 00:00:00', 0.000186370754065571, 0.000210833333333345, 0.000266382009527603, 0.000384374999999918, 0.000506001616469371, 0.000624375000000047, 0.00128684986047554, 0.00141604166666661, 0.00212223613951982, 0.00252833333333324 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 135, '2021-05-09 00:00:00', 0.000255466466262355, 0.000226346153846125, 0.000448643125263399, 0.000390576923076962, 0.000595861109268365, 0.000677692307692306, 0.00126635541553767, 0.00136403846153847, 0.00204486719523634, 0.00249038461538455 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 150, '2021-05-09 00:00:00', 0.000257957062616625, 0.000220384615384744, 0.000331516155772997, 0.000379807692307798, 0.000574530209421922, 0.000659807692307651, 0.00128709960166856, 0.00133076923076924, 0.00205295104666425, 0.00245499999999991 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 165, '2021-05-09 00:00:00', 0.000239102568914683, 0.0002940384615385, 0.000436864571516298, 0.0004905769230769, 0.000685135388080394, 0.000712499999999877, 0.00140041581736936, 0.00142269230769228, 0.00205336275786439, 0.00245384615384604 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 180, '2021-05-09 00:00:00', 0.00041321981484988, 0.000341153846153844, 0.000532748497453087, 0.000494807692307578, 0.000655717457915791, 0.00071576923076912, 0.00137260494904899, 0.0013728846153846, 0.00203867140937047, 0.00242134615384607 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 195, '2021-05-09 00:00:00', 0.000386096689763295, 0.000274423076923141, 0.000542393272025473, 0.000417692307692243, 0.00060446368472711, 0.000702884615384583, 0.00137238674746418, 0.00133423076923085, 0.00202594567662005, 0.00238673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 210, '2021-05-09 00:00:00', 0.000317314452142461, 0.000262692307692201, 0.000398922973093298, 0.000446538461538398, 0.000569045219238824, 0.000682692307692288, 0.00137444299207407, 0.00130153846153855, 0.0020176828007929, 0.00239826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 225, '2021-05-09 00:00:00', 0.000326070780423913, 0.000288076923076914, 0.000532444002111733, 0.000533846153846133, 0.000595879601933166, 0.000667500000000111, 0.00136764909185851, 0.00125903846153859, 0.00200391663614422, 0.00240326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 240, '2021-05-09 00:00:00', 0.000435884114804056, 0.000364807692307717, 0.000462894571814619, 0.000444230769230827, 0.00120221027214939, 0.000801538461538588, 0.00135185633055494, 0.00121346153846161, 0.00199467402387919, 0.00242269230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 255, '2021-05-09 00:00:00', 0.000278027668794601, 0.000239230769230799, 0.000357879868112199, 0.000380000000000064, 0.00096900045645779, 0.000671730769230891, 0.0011802044966217, 0.00111057692307703, 0.00189142587646297, 0.00239538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 270, '2021-05-09 00:00:00', 0.000298205659544995, 0.000278846153846187, 0.000960305239934799, 0.000576923076923167, 0.00100003048030475, 0.000695192307692396, 0.00116582933504934, 0.0011009615384616, 0.00189781296192786, 0.00238903846153851 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 285, '2021-05-09 00:00:00', 0.000904603865703811, 0.000423076923076996, 0.000915659073269955, 0.000521538461538667, 0.000933601978278873, 0.000665576923077005, 0.00112510259361258, 0.00106538461538473, 0.00186778495920861, 0.00239942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 300, '2021-05-09 00:00:00', 0.000401500455024279, 0.000306153846153871, 0.000473443888316947, 0.000418653846153882, 0.000628694006529561, 0.00060307692307698, 0.000911636925873081, 0.0010017307692308, 0.00186103144478036, 0.00240596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 315, '2021-05-09 00:00:00', 0.000285975254443196, 0.000234615384615316, 0.000351345326511615, 0.000343461538461517, 0.000553708094437993, 0.000504423076923111, 0.00088644720871913, 0.000995576923076912, 0.0018599769229337, 0.00240807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 330, '2021-05-09 00:00:00', 0.000225808291733024, 0.000225769230769224, 0.000379172834551196, 0.000365961538461553, 0.000508279337191081, 0.000451730769230782, 0.00088413495315162, 0.000983846153846109, 0.00185874759324238, 0.00240615384615379 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 345, '2021-05-09 00:00:00', 0.000279565941031172, 0.000221346153846212, 0.00042805319583149, 0.000316538461538469, 0.000764727301823173, 0.000530384615384554, 0.000860181756285237, 0.000964423076923084, 0.00184833126401578, 0.00243230769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 360, '2021-05-09 00:00:00', 0.000267933975793749, 0.000176153846153805, 0.000288730910124916, 0.000258461538461455, 0.000740966027457478, 0.000529423076923052, 0.000826447192226055, 0.00096480769230765, 0.00184344188950985, 0.00243000000000007 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 375, '2021-05-09 00:00:00', 0.000172304720384123, 0.000145799999999987, 0.000651624572382957, 0.000366999999999997, 0.000718136361238841, 0.000576399999999921, 0.000818993131839328, 0.000973199999999892, 0.0018813834227326, 0.00246160000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 390, '2021-05-09 00:00:00', 0.00060478950565786, 0.00026711538461535, 0.000702868846503106, 0.000436153846153902, 0.0006991733580561, 0.000540769230769221, 0.000794781827828315, 0.000968076923076997, 0.00183162236828439, 0.00242250000000005 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 405, '2021-05-09 00:00:00', 0.000402447368751898, 0.000286730769230743, 0.000436488655240669, 0.0003821153846153, 0.000447875712498549, 0.000444423076923059, 0.000760042508932567, 0.000981153846153835, 0.00182742892106318, 0.00241769230769236 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 420, '2021-05-09 00:00:00', 0.000264586760526863, 0.000221923076923011, 0.000356124924062385, 0.000320192307692211, 0.000410230563688863, 0.00042134615384619, 0.00079068412442335, 0.0010242307692308, 0.00184097950517142, 0.00243653846153852 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 435, '2021-05-09 00:00:00', 0.000294849961844948, 0.000182499999999957, 0.000301861149944908, 0.000253076923076976, 0.000369383738344992, 0.000407115384615344, 0.00119225360299142, 0.00120442307692315, 0.00186943693703158, 0.00245269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 450, '2021-05-09 00:00:00', 0.00012995147023167, 0.00012576923076932, 0.000221531383433813, 0.000241923076923107, 0.000369640990067917, 0.000417692307692345, 0.00117304437911976, 0.00119634615384619, 0.00186792036768155, 0.00244750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 465, '2021-05-09 00:00:00', 0.00020066361059082, 0.000186730769230771, 0.000285325253000766, 0.000292500000000029, 0.000404303770031266, 0.000441538461538519, 0.00122442722873249, 0.00123903846153853, 0.00210353373014217, 0.00255807692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 480, '2021-05-09 00:00:00', 0.000226452321352851, 0.000209423076923074, 0.000324433292894678, 0.000329807692307744, 0.00041707834534276, 0.000477884615384629, 0.00123355583578532, 0.0012850000000001, 0.00209001862339875, 0.00254961538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 495, '2021-05-09 00:00:00', 0.000217415235472102, 0.000205769230769264, 0.000242467444285747, 0.0002723076923077, 0.000433821835106746, 0.000515769230769313, 0.00113691133542398, 0.00126576923076934, 0.00201261322662847, 0.00252000000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 510, '2021-05-09 00:00:00', 0.000174912395655217, 0.000177884615384542, 0.000308906321373637, 0.00030865384615381, 0.00038951172590237, 0.000490769230769303, 0.00125183423884259, 0.00134019230769237, 0.00210179568830665, 0.00262134615384625 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 525, '2021-05-09 00:00:00', 0.000194448332073494, 0.000198076923076871, 0.000285468306202701, 0.000361923076923108, 0.000314495444506735, 0.000434230769230864, 0.00123276187731199, 0.00132538461538466, 0.00209071614524779, 0.00261500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 540, '2021-05-09 00:00:00', 0.000248267922894823, 0.000280192307692256, 0.000297465705845021, 0.000339615384615406, 0.000387927877912415, 0.000490961538461501, 0.00123083350433134, 0.00133865384615386, 0.00213601591754366, 0.00264000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 555, '2021-05-09 00:00:00', 0.000222410310358577, 0.000212115384615382, 0.000244242943367025, 0.0002938461538462, 0.000473010977267308, 0.000500769230769232, 0.00119981601153608, 0.00134769230769232, 0.00219309244254276, 0.00266769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 570, '2021-05-09 00:00:00', 0.000175364345994842, 0.000180576923076919, 0.000312862528179019, 0.000325192307692329, 0.000484261412239991, 0.000531346153846227, 0.00115174816959001, 0.00132038461538464, 0.00216105618764386, 0.00264961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 585, '2021-05-09 00:00:00', 0.000231437979730166, 0.000228461538461566, 0.000347163007600496, 0.000361923076923142, 0.000515570184732074, 0.000598846153846131, 0.00108555891311634, 0.00131692307692313, 0.0021417995040117, 0.00263865384615391 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 600, '2021-05-09 00:00:00', 0.000291271285125068, 0.000289807692307789, 0.000389368769242653, 0.000420961538461589, 0.000516196146380814, 0.000652307692307764, 0.00107004538005856, 0.00132365384615392, 0.00225307786065058, 0.00267538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 615, '2021-05-09 00:00:00', 0.00022571118373164, 0.000258461538461524, 0.000434377007466326, 0.000464230769230651, 0.000877503013363263, 0.000806538461538433, 0.00105581539761744, 0.00133192307692311, 0.00226776037433063, 0.00268865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 630, '2021-05-09 00:00:00', 0.000356124492061643, 0.000325576923076861, 0.000397276933056074, 0.000460192307692308, 0.000811547358682647, 0.000741346153846134, 0.00100311008675711, 0.00127461538461543, 0.00223241748921508, 0.00266538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 645, '2021-05-09 00:00:00', 0.00021644434353001, 0.000271923076923065, 0.000618716413229832, 0.000540000000000053, 0.000682196790917761, 0.000687307692307737, 0.000836409082833438, 0.00116807692307701, 0.0021473313312466, 0.00262038461538468 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 660, '2021-05-09 00:00:00', 0.000612334498833427, 0.000423461538461563, 0.00060198377182323, 0.000517307692307648, 0.000704854622217661, 0.000720961538461607, 0.00085463813754942, 0.00114788461538465, 0.00213989356313302, 0.00261730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 675, '2021-05-09 00:00:00', 0.000338812689345436, 0.000295961538461368, 0.000390789585326869, 0.000432499999999853, 0.000435769875754809, 0.000624230769230742, 0.000701342366740087, 0.00105634615384613, 0.0020207544668723, 0.00254384615384605 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 690, '2021-05-09 00:00:00', 0.00023735951310523, 0.000256538461538451, 0.000346188032499895, 0.000396923076923149, 0.000479560054793849, 0.0006103846153846, 0.000639274227903418, 0.00100153846153846, 0.00209134943554115, 0.00255730769230762 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 705, '2021-05-09 00:00:00', 0.000299225667348284, 0.000270000000000061, 0.000304745858809504, 0.000394038461538507, 0.000419865408837647, 0.000559807692307645, 0.000598318927045995, 0.000943461538461519, 0.00209529535278069, 0.00255115384615374 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 720, '2021-05-09 00:00:00', 0.000189156426922701, 0.000266923076923083, 0.000352545250778094, 0.000418076923076912, 0.000433752189087781, 0.000569807692307744, 0.00066020439725421, 0.000949615384615406, 0.00211589119249111, 0.00255653846153835 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 735, '2021-05-09 00:00:00', 0.000286729905070178, 0.00026903846153849, 0.000310183568478095, 0.000350384615384639, 0.000386580522013146, 0.000522499999999998, 0.000650747617389734, 0.000892307692307731, 0.00211620000508891, 0.00255230769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 750, '2021-05-09 00:00:00', 0.000142008802543997, 0.000167499999999842, 0.000256249577860812, 0.000294615384615265, 0.000339026037121316, 0.000455576923076859, 0.000567893814559856, 0.000819230769230841, 0.00211739990227489, 0.00254711538461529 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 765, '2021-05-09 00:00:00', 0.00023440038067705, 0.000248461538461492, 0.000255304418594413, 0.00035711538461529, 0.000338941792143641, 0.000466538461538392, 0.000567864014057569, 0.000811538461538415, 0.00217533297186001, 0.00256846153846146 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 780, '2021-05-09 00:00:00', 0.000226656381742538, 0.000248653846153759, 0.000306868613829919, 0.000327884615384569, 0.000359897260980921, 0.000465961538461525, 0.000545867975021335, 0.000800384615384581, 0.00219793130885877, 0.00257903846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 795, '2021-05-09 00:00:00', 0.000190331391161738, 0.000174038461538603, 0.000276674204407647, 0.000296153846153907, 0.00035489483816177, 0.000452884615384721, 0.000522327814838421, 0.000792115384615356, 0.0022594856800744, 0.00260153846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 810, '2021-05-09 00:00:00', 0.000242057605985441, 0.00018173076923079, 0.000287116500075114, 0.000278269230769218, 0.000363095505554533, 0.000422115384615357, 0.00052046181416128, 0.000797499999999904, 0.00225892374815967, 0.00260249999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 825, '2021-05-09 00:00:00', 0.000181135733211778, 0.000183076923076961, 0.000283036828264224, 0.000305384615384703, 0.000334862084125209, 0.000381153846153866, 0.000467923728170166, 0.000836153846153824, 0.00225870191617965, 0.00260288461538456 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 840, '2021-05-09 00:00:00', 0.000222608314172028, 0.000192692307692357, 0.000249460648970229, 0.000253846153846177, 0.000309658869378277, 0.000373846153846109, 0.000556470090425762, 0.00103019230769232, 0.00225870191617965, 0.00260288461538456 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 855, '2021-05-09 00:00:00', 0.000176442625235538, 0.000149999999999992, 0.000207567690534565, 0.0002178846153846, 0.000301391707812948, 0.000364807692307682, 0.000528082015774694, 0.00110884615384609, 0.00225870191617965, 0.00260288461538456 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 870, '2021-05-09 00:00:00', 0.000136291542713994, 0.000135769230769249, 0.000213984542935699, 0.000260769230769231, 0.000276864865676627, 0.000386923076923118, 0.000534023083626737, 0.00112057692307689, 0.00227953616233319, 0.00260865384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 885, '2021-05-09 00:00:00', 0.000194683174572324, 0.00020346153846159, 0.000259580504779336, 0.000265961538461616, 0.000276619775142687, 0.000377500000000056, 0.000557871538838664, 0.00114557692307697, 0.00228129940199407, 0.0026051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 900, '2021-05-09 00:00:00', 0.000163395226368431, 0.000160000000000023, 0.000189151648562225, 0.000247884615384728, 0.000289347342506047, 0.00037673076923082, 0.00053742491425457, 0.00113153846153853, 0.00232405626835102, 0.00262346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 915, '2021-05-09 00:00:00', 0.00012021391190446, 0.000144230769230911, 0.000151988992516458, 0.000214423076923124, 0.00030306536487133, 0.000371153846153835, 0.000531639590179383, 0.0011344230769231, 0.00232405626835102, 0.00262346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 930, '2021-05-09 00:00:00', 0.000139014387744685, 0.000149999999999899, 0.000186508936336422, 0.00023779999999995, 0.000270797125784842, 0.000354600000000076, 0.00051235786646964, 0.00109780000000004, 0.00237082663150783, 0.00261779999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 945, '2021-05-09 00:00:00', 0.000150452778178177, 0.00015596153846151, 0.000267922491662107, 0.000272692307692301, 0.000299370172194882, 0.000362499999999941, 0.00053642896870092, 0.00112903846153852, 0.00232320557718129, 0.00261692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 960, '2021-05-09 00:00:00', 0.000268441728385212, 0.000200192307692278, 0.000297728645168435, 0.000292115384615428, 0.000274115149863318, 0.00037865384615379, 0.000515532137325542, 0.00112423076923084, 0.00232290295833602, 0.00261307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 975, '2021-05-09 00:00:00', 0.000134532952783414, 0.000173653846153763, 0.000167704983642274, 0.000240192307692165, 0.000222362230467394, 0.000380192307692228, 0.000497193972362709, 0.00110961538461539, 0.00232290295833602, 0.00261307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 990, '2021-05-09 00:00:00', 0.000127084466157199, 0.00016730769230761, 0.000140286657077085, 0.000252115384615303, 0.000188376872661794, 0.00041038461538452, 0.0004827612883594, 0.00110269230769231, 0.00232199891505973, 0.0026148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1005, '2021-05-09 00:00:00', 0.000107741142773608, 0.000171923076922991, 0.000182259852535162, 0.000284423076923002, 0.000269785741198141, 0.000492884615384573, 0.000507816744656774, 0.00111961538461539, 0.0023180826045546, 0.00261980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1020, '2021-05-09 00:00:00', 0.000190814952647427, 0.000232884615384544, 0.000187724839551386, 0.000326153846153762, 0.000377202047469651, 0.00076423076923084, 0.000533140189385937, 0.00111230769230774, 0.00231821695407354, 0.00261961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1035, '2021-05-09 00:00:00', 0.000115897998920816, 0.000172115384615393, 0.000222580408979548, 0.000329038461538508, 0.00044508408885722, 0.000850384615384669, 0.000536438576310348, 0.00106711538461543, 0.00231738074956656, 0.00262653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1050, '2021-05-09 00:00:00', 0.000168489328582366, 0.00022442307692295, 0.000363376473562172, 0.000642692307692402, 0.000434187703117584, 0.000810192307692346, 0.000541302702177545, 0.00103615384615387, 0.00231413177771178, 0.00263173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1065, '2021-05-09 00:00:00', 0.000336568486572739, 0.000562115384615523, 0.000413069187723026, 0.00071192307692318, 0.00040936860388427, 0.000775576923077111, 0.000539785463081318, 0.00101711538461555, 0.00231334290251476, 0.00263423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1080, '2021-05-09 00:00:00', 0.000218188344890669, 0.000353076923076982, 0.000222337667662396, 0.000405961538461576, 0.000335910702419566, 0.000570000000000045, 0.000521701543030254, 0.000872500000000173, 0.00231737481613602, 0.00262596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1095, '2021-05-09 00:00:00', 0.000149674518667845, 0.000192692307692426, 0.0001884896446859, 0.000302884615384695, 0.000316995814095099, 0.00046288461538465, 0.000507421384589221, 0.000792307692307861, 0.00232578254820576, 0.00262269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1110, '2021-05-09 00:00:00', 0.000159860997311792, 0.000218461538461637, 0.000238116648854088, 0.000343461538461551, 0.000295425703272199, 0.000447115384615436, 0.00048382784605204, 0.000770769230769361, 0.00232676946727565, 0.00263307692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1125, '2021-05-09 00:00:00', 0.000190678142025029, 0.000223076923076847, 0.000233223893748852, 0.000304230769230764, 0.000255371524224247, 0.000373846153846075, 0.000471492434069319, 0.000721346153846208, 0.0023269672653147, 0.00263442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1140, '2021-05-09 00:00:00', 0.000119305683661125, 0.000165384615384708, 0.000133870775807862, 0.000224230769230821, 0.000197637683264434, 0.000310576923076917, 0.000449469259665902, 0.000721153846153874, 0.00232685896733045, 0.00263557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1155, '2021-05-09 00:00:00', 9.73141226212167e-05, 0.000129038461538496, 0.000186059543819006, 0.000216923076923063, 0.00027487843466904, 0.000338076923076969, 0.000444630918680018, 0.000730576923077004, 0.00232766850170855, 0.00263557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1170, '2021-05-09 00:00:00', 0.000166083968568174, 0.000141730769230699, 0.000170663524109625, 0.000210961538461546, 0.000247103528599118, 0.0003380769230769, 0.000442754012273961, 0.000728653846153931, 0.00232334007742831, 0.00264365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1185, '2021-05-09 00:00:00', 0.000100789193559964, 0.000127307692307826, 0.00019592355259528, 0.000225961538461661, 0.000193834584514441, 0.00031961538461548, 0.000450424073683858, 0.000730384615384772, 0.00231792517467338, 0.00264134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1200, '2021-05-09 00:00:00', 0.000189071415079057, 0.000155000000000042, 0.000186910097681677, 0.000210769230769245, 0.000242234470011104, 0.000328461538461675, 0.000435339345974986, 0.000732884615384779, 0.00229854559366433, 0.00263038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1215, '2021-05-09 00:00:00', 9.54696891083633e-05, 0.000107307692307695, 0.000127118509213292, 0.000191346153846152, 0.000231487829884497, 0.000326153846153865, 0.000515169277631468, 0.00078576923076934, 0.00229887962678808, 0.00262846153846158 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1230, '2021-05-09 00:00:00', 0.000114080437209281, 0.000112115384615205, 0.000191954722225334, 0.000221153846153877, 0.000275506875524995, 0.000339038461538539, 0.000521851879957647, 0.0008057692307693, 0.00230116289163673, 0.00262557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1245, '2021-05-09 00:00:00', 0.000180856615540125, 0.000166346153846244, 0.000229439869783313, 0.00024557692307702, 0.000332342270280727, 0.000350769230769274, 0.000516752879490346, 0.000801538461538588, 0.00230267634420333, 0.00262288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1260, '2021-05-09 00:00:00', 0.000163432060690528, 0.000144038461538406, 0.000255113926285155, 0.000243653846153914, 0.00032867589834647, 0.000345384615384623, 0.000511843763722467, 0.000800961538461653, 0.00230266552065205, 0.00262250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1275, '2021-05-09 00:00:00', 0.000201596417092736, 0.000151346153846266, 0.00025209712719201, 0.000214807692307656, 0.000286322572258466, 0.000328846153846036, 0.000511469978064762, 0.000831538461538512, 0.00230528693358413, 0.00261961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1290, '2021-05-09 00:00:00', 9.802210635014e-05, 9.39999999999586e-05, 0.000137853182770653, 0.000175799999999917, 0.000203356624349249, 0.000283199999999901, 0.000410672416085287, 0.000796799999999997, 0.00234977034338817, 0.00260039999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1305, '2021-05-09 00:00:00', 0.000131750346664192, 0.000153076923076901, 0.000186198921751832, 0.000219038461538402, 0.000213111112225218, 0.000312115384615354, 0.000538313070191077, 0.000904807692307701, 0.00230227493679953, 0.00262326923076919 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1320, '2021-05-09 00:00:00', 0.000166589430821854, 0.00011903846153843, 0.00018357318808766, 0.000193653846153825, 0.000231106369116439, 0.000376923076923018, 0.000577336590267394, 0.000943461538461553, 0.00230220576504693, 0.00262076923076918 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1335, '2021-05-09 00:00:00', 0.00016756292350434, 0.000137599999999978, 0.000204177822824384, 0.000208599999999919, 0.00026651735403159, 0.000432599999999965, 0.000574065399874719, 0.000996399999999973, 0.00166544881338333, 0.00229479999999992 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1350, '2021-05-09 00:00:00', 0.000166409596616758, 0.000131923076923002, 0.00021195246201411, 0.000310384615384514, 0.000265031783289869, 0.000414615384615402, 0.000596548695542778, 0.00102788461538458, 0.00231198389667, 0.00261346153846146 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1365, '2021-05-09 00:00:00', 0.00015419518100826, 0.000241923076922937, 0.000206852976401489, 0.000331923076923014, 0.000230938220176842, 0.000392692307692335, 0.000665655402880936, 0.00107865384615373, 0.00235613605621249, 0.00262865384615374 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1380, '2021-05-09 00:00:00', 0.00018145086570923, 0.000173400000000044, 0.000196112637702535, 0.000236800000000059, 0.000225351207377779, 0.00042460000000009, 0.000689256664820949, 0.00106819999999988, 0.00241146148631901, 0.00260439999999992 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1395, '2021-05-09 00:00:00', 0.000120090545549804, 0.00013500000000007, 0.00014471095002791, 0.00020229166666678, 0.000290606562061217, 0.000417500000000034, 0.000713052099850798, 0.00108791666666663, 0.00247088389248557, 0.00259208333333331 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1410, '2021-05-09 00:00:00', 0.000130541653078257, 0.000109583333333367, 0.000215633545829474, 0.000300000000000078, 0.000326622968276598, 0.000432708333333346, 0.000706923703937379, 0.00118291666666663, 0.0024509699351865, 0.00266333333333328 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 2, 1425, '2021-05-09 00:00:00', 0.000192989205224955, 0.000238600000000062, 0.000297333566890812, 0.000339800000000032, 0.000361218654926155, 0.000468200000000003, 0.000742696382559386, 0.00126899999999988, 0.00240820905100315, 0.00261699999999994 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 0, '2021-05-09 00:00:00', 6.84557556104325e-05, 5.02380952381812e-05, 0.000172353802781723, 0.000166666666666701, 0.000314021913096487, 0.000356190476190568, 0.000770435946473948, 0.00122904761904757, 0.00192534227012827, 0.00230357142857139 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 30, '2021-05-09 00:00:00', 0.000170358381132124, 6.28571428571106e-05, 0.000179083441783116, 0.000203571428571525, 0.000351860244796394, 0.000475357142857228, 0.000812384226747675, 0.00123785714285704, 0.00108507260353637, 0.0019853571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 45, '2021-05-09 00:00:00', 0.000134529000397852, 0.000101363636363634, 0.000212281973713193, 0.000222727272727198, 0.00049174902091104, 0.000536363636363557, 0.000735267164390188, 0.00121977272727261, 0.00179223070755158, 0.00217863636363628 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 60, '2021-05-09 00:00:00', 0.000157976629235359, 0.000136153846153782, 0.000235119936660713, 0.000315769230769301, 0.000431539685312897, 0.000562499999999953, 0.000699541635644559, 0.00131250000000005, 0.00234756168920343, 0.00259173076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 75, '2021-05-09 00:00:00', 0.000152303846105326, 0.000162692307692366, 0.000375712451422383, 0.000394615384615442, 0.000355492561860925, 0.000610192307692368, 0.000782998698299471, 0.00134519230769232, 0.00234596571061578, 0.00257365384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 90, '2021-05-09 00:00:00', 0.000292832651079812, 0.000219807692307672, 0.00033316454701024, 0.000381153846153764, 0.000379976517493051, 0.000626923076923051, 0.000881333277571009, 0.00136788461538458, 0.00235285486165219, 0.00256499999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 105, '2021-05-09 00:00:00', 0.000267778620305452, 0.000219791666666747, 0.000329178751383286, 0.00043104166666678, 0.000443064100442891, 0.000574166666666616, 0.000708796406603957, 0.00123645833333345, 0.00172957060935756, 0.00213916666666658 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 120, '2021-05-09 00:00:00', 0.000244272711551411, 0.000286874999999983, 0.000360006982118237, 0.000410624999999998, 0.000563075752040699, 0.000703958333333291, 0.000701690892555804, 0.00122875000000007, 0.00173124754747897, 0.00212937499999995 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 135, '2021-05-09 00:00:00', 0.000204472774189178, 0.000203653846153993, 0.000333464333232788, 0.000332307692307649, 0.000488118365216467, 0.00065846153846165, 0.000909710118664293, 0.00134250000000004, 0.00236354828594643, 0.00254749999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 150, '2021-05-09 00:00:00', 0.000320816985930391, 0.000213461538461451, 0.000445140470482632, 0.000485961538461485, 0.000584731233460914, 0.000713846153846185, 0.000910236254200926, 0.00132903846153853, 0.00237136546189034, 0.00254692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 165, '2021-05-09 00:00:00', 0.000327353960392464, 0.000378846153846193, 0.00040157272547602, 0.000489423076923166, 0.000571193083345421, 0.000728461538461597, 0.000905942963903529, 0.00129057692307705, 0.00238239928352787, 0.00256211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 180, '2021-05-09 00:00:00', 0.000222517155777822, 0.000261730769230836, 0.000379482086331134, 0.000445576923076964, 0.000491644649659243, 0.000712307692307679, 0.000931223595392381, 0.00123576923076935, 0.00239763838936442, 0.00253538461538466 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 195, '2021-05-09 00:00:00', 0.000281215835531851, 0.000267884615384551, 0.000402285394293045, 0.000453461538461554, 0.000579994827563235, 0.000714999999999919, 0.000940645461699376, 0.00122826923076926, 0.00240397047370842, 0.00251096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 210, '2021-05-09 00:00:00', 0.000307827624091408, 0.000305384615384669, 0.000353053983669107, 0.000486346153846086, 0.00049460707015388, 0.000706923076923028, 0.00091257760470854, 0.00119326923076925, 0.0024044600225415, 0.00250499999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 225, '2021-05-09 00:00:00', 0.000219051451630764, 0.000301538461538456, 0.000353930729858942, 0.000475192307692287, 0.000447208994336477, 0.000643269230769303, 0.000845984997139292, 0.00112615384615388, 0.0023552391353354, 0.00247923076923068 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 240, '2021-05-09 00:00:00', 0.00028243229277122, 0.000339999999999939, 0.000319628450163414, 0.000462884615384616, 0.000402545219629237, 0.000619423076923095, 0.000829558548033653, 0.00108076923076924, 0.00232762884465327, 0.0024640384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 255, '2021-05-09 00:00:00', 0.000214490182669353, 0.000259038461538527, 0.000357260570710918, 0.000411346153846227, 0.000563081221085085, 0.000647692307692383, 0.000892492555452828, 0.00109480769230772, 0.00232404402182594, 0.00245615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 270, '2021-05-09 00:00:00', 0.000335296195119489, 0.00030846153846168, 0.00035352885857637, 0.000429423076923217, 0.000566385605260506, 0.000690576923077049, 0.000888569896822234, 0.00110230769230777, 0.00227127927355092, 0.00244346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 285, '2021-05-09 00:00:00', 0.000210655752719719, 0.000285384615384674, 0.000425267155851788, 0.000473076923076982, 0.000523487454849499, 0.00066865384615388, 0.000845532081000021, 0.00107249999999995, 0.00219075674491376, 0.00241134615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 300, '2021-05-09 00:00:00', 0.000306516971546809, 0.000299423076923049, 0.000366147721345113, 0.000446923076923101, 0.000576031382692168, 0.000663076923076929, 0.00104296529922368, 0.00117615384615369, 0.00210523253785941, 0.00237403846153839 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 315, '2021-05-09 00:00:00', 0.000216153079659217, 0.000276923076923217, 0.000320070244694104, 0.000414807692307703, 0.000524681001987213, 0.000593076923076982, 0.000954067587510773, 0.00113480769230764, 0.00209319183030659, 0.00235403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 330, '2021-05-09 00:00:00', 0.000274343692361454, 0.000247307692307656, 0.00044411779449231, 0.000441153846153884, 0.000477428367563095, 0.00051961538461539, 0.00124621712208781, 0.00128634615384613, 0.0020611555851402, 0.00234288461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 345, '2021-05-09 00:00:00', 0.000362145742017603, 0.000323461538461522, 0.000412049707606298, 0.000380192307692228, 0.000427172096466962, 0.000469999999999936, 0.00126483139648663, 0.00130269230769225, 0.00202570773957008, 0.00233461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 360, '2021-05-09 00:00:00', 0.000211055588740109, 0.000172692307692363, 0.000290512544413381, 0.000261538461538467, 0.000311859497456536, 0.000397884615384686, 0.00117223594697677, 0.00124365384615387, 0.0019377064158036, 0.00228307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 375, '2021-05-09 00:00:00', 0.000141391437016313, 0.000141538461538398, 0.000207982247763096, 0.000233846153846149, 0.000276171072957516, 0.000392307692307632, 0.0011971969184467, 0.0012523076923076, 0.00194225805344043, 0.00226788461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 390, '2021-05-09 00:00:00', 0.000136092304648823, 0.000141346153846269, 0.000194597118327976, 0.00026596153846165, 0.000225661165330942, 0.000345192307692323, 0.00120532359204415, 0.00127480769230763, 0.00194003621100233, 0.0022675 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 405, '2021-05-09 00:00:00', 0.000165597287231564, 0.000187307692307673, 0.0002242811593995, 0.000264038461538372, 0.000236745887788205, 0.000356153846153754, 0.00127080720864271, 0.0013198076923076, 0.00193751602474768, 0.00226711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 420, '2021-05-09 00:00:00', 0.000122253205086213, 0.00014038461538463, 0.000128266699317607, 0.000192884615384692, 0.000213881077668484, 0.000311346153846152, 0.00126480031868819, 0.00129038461538451, 0.00192576375458201, 0.00226403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 435, '2021-05-09 00:00:00', 8.62494147135872e-05, 0.000105192307692322, 0.000156843994024378, 0.000200961538461514, 0.00038168719573059, 0.000393653846153667, 0.00124994266022333, 0.00130057692307681, 0.00192207976301323, 0.00226115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 450, '2021-05-09 00:00:00', 0.000148330322643046, 0.000138269230769189, 0.000183121229286596, 0.000210769230769143, 0.000426724014575456, 0.000449230769230672, 0.00124702852968406, 0.00131807692307676, 0.00192158137000196, 0.00225980769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 465, '2021-05-09 00:00:00', 0.000102391593705566, 0.000134038461538375, 0.000286786438902813, 0.000297692307692311, 0.00039770074756714, 0.000471730769230742, 0.00135054400720029, 0.00134365384615371, 0.00188317727626649, 0.00224557692307687 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 480, '2021-05-09 00:00:00', 0.000243648548907249, 0.000226153846153859, 0.000299213327551694, 0.000326153846153865, 0.000694206824645665, 0.000633653846153804, 0.00149205248412527, 0.00139115384615375, 0.00187360878643748, 0.00226173076923072 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 495, '2021-05-09 00:00:00', 0.000151624663104451, 0.000204038461538389, 0.000275977145096112, 0.000330769230769143, 0.000685529441661473, 0.000611153846153734, 0.00148497966834046, 0.00140115384615382, 0.00181672737254502, 0.00224788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 510, '2021-05-09 00:00:00', 0.000252759539118592, 0.000215769230769056, 0.000626665289141997, 0.000465769230769156, 0.00090375073146051, 0.000764230769230771, 0.00144389581181761, 0.00136634615384604, 0.00175437953090593, 0.00222153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 525, '2021-05-09 00:00:00', 0.000549947130326091, 0.000364615384615382, 0.000593074940134355, 0.000441730769230717, 0.000966290388746819, 0.00080134615384622, 0.00138883526187059, 0.00133076923076914, 0.00169042362692364, 0.00218596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 540, '2021-05-09 00:00:00', 0.000281450637836272, 0.000252307692307569, 0.000701846027383372, 0.000534615384615334, 0.000791581887498279, 0.000723269230769212, 0.00119645169306826, 0.00125057692307679, 0.00157070142342163, 0.00213480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 555, '2021-05-09 00:00:00', 0.000604934580061187, 0.000399615384615389, 0.000690784726569283, 0.000536538461538509, 0.000719655473125742, 0.000670000000000017, 0.00111749445016687, 0.00124461538461531, 0.00151028755540134, 0.00212749999999994 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 570, '2021-05-09 00:00:00', 0.000299343383989631, 0.000282307692307697, 0.000295778568423109, 0.00037480769230768, 0.000459321740763835, 0.000577692307692266, 0.000847069268804939, 0.00112711538461535, 0.00134388685707373, 0.00204673076923069 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 585, '2021-05-09 00:00:00', 0.000195367503793528, 0.000257307692307619, 0.00034569934692093, 0.000410961538461455, 0.000536661761404525, 0.000610384615384634, 0.000833037444905863, 0.00111576923076921, 0.00136623255144043, 0.0020492307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 600, '2021-05-09 00:00:00', 0.000313822340725483, 0.000292307692307728, 0.000382964750336017, 0.000420000000000019, 0.000504820150761958, 0.00060576923076922, 0.000839861824716016, 0.00112673076923071, 0.00136141786949661, 0.00205884615384603 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 615, '2021-05-09 00:00:00', 0.000270905674756613, 0.000283269230769267, 0.000437399175195264, 0.000450961538461581, 0.00041718046270357, 0.000578461538461502, 0.000775215032203181, 0.00108211538461545, 0.00135156274221885, 0.00208038461538456 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 630, '2021-05-09 00:00:00', 0.000399341380852845, 0.000358461538461598, 0.000392186376415752, 0.000473076923076948, 0.000372475967216366, 0.000587884615384598, 0.00078450788102132, 0.00108384615384611, 0.00137302822257972, 0.00208749999999992 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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 983635, 3, 645, '2021-05-09 00:00:00', 0.000276967715419461, 0.000331346153846147, 0.000287771610830646, 0.000407500000000014, 0.000446950909367852, 0.0005886538461538, 0.000759373451248915, 0.00105096153846162, 0.00138253624239616, 0.00210769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983635 and enddate = '2021-05-09 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, st[...];[ Date: 2021-05-09 15:57:11 - Database: acaweb_fx - User: pgperfstats ]
11 18s972ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983640, 1, 960, '2021-05-09 00:00:00', 0.000203846850506775, 0.000588461538461529, 0.000275092501925064, 0.000816730769230765, 0.000483220287398876, 0.00134038461538462, 0.00102049793652978, 0.00268596153846153, 0.00144008546754912, 0.00507807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983640, 1, 975, '2021-05-09 00:00:00', 0.000208707837750453, 0.000584807692307689, 0.000323662038837761, 0.000891346153846148, 0.000625736489143908, 0.00147307692307693, 0.00102937583776996, 0.00262115384615384, 0.0014136800856684, 0.00507423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 990, '2021-05-09 00:00:00', 0.00027739259875879, 0.000735576923076912, 0.000437973128785851, 0.00107269230769231, 0.000793105192363433, 0.00158538461538461, 0.00101513076080792, 0.00259769230769231, 0.00139894351620731, 0.00507480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1005, '2021-05-09 00:00:00', 0.000303891174853518, 0.000780384615384625, 0.000524276497808024, 0.0011946153846154, 0.000726258589251469, 0.00161846153846154, 0.000989733297408955, 0.002515, 0.00131976555318914, 0.00509134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1020, '2021-05-09 00:00:00', 0.000502310813984869, 0.000863076923076941, 0.000707522791152336, 0.00116750000000001, 0.000739331532794749, 0.00169634615384617, 0.000936171171067813, 0.00231269230769232, 0.00132282060240755, 0.00508211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1035, '2021-05-09 00:00:00', 0.00035920558715886, 0.00071057692307692, 0.000399275738537445, 0.00101134615384615, 0.000739899915269209, 0.00159826923076923, 0.000958854524941099, 0.00213, 0.0013445863676239, 0.00505249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1050, '2021-05-09 00:00:00', 0.000290840228409921, 0.000735961538461552, 0.000509998680239621, 0.00119442307692309, 0.000644900260624741, 0.00150788461538461, 0.000852374240667715, 0.00204961538461538, 0.00134069740749416, 0.00507846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1065, '2021-05-09 00:00:00', 0.000414510508357105, 0.00098019230769232, 0.000522107710667505, 0.0012476923076923, 0.000536815969039101, 0.00147423076923078, 0.000793700195287889, 0.00194500000000001, 0.00134161024089025, 0.00511903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1080, '2021-05-09 00:00:00', 0.000321903473348521, 0.000784615384615379, 0.000325030945272321, 0.000938653846153842, 0.000399940764844759, 0.00122884615384617, 0.000622963173377548, 0.00170865384615385, 0.00145579468121236, 0.00521692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1095, '2021-05-09 00:00:00', 0.000230077244553947, 0.000611538461538454, 0.000246754627421343, 0.000835384615384618, 0.000426479325858385, 0.00104884615384617, 0.000629557475838885, 0.00157384615384615, 0.00150416682789971, 0.00524538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1110, '2021-05-09 00:00:00', 0.000199219341816627, 0.000612115384615385, 0.000421101349028782, 0.000817115384615392, 0.000499052640972424, 0.000983461538461546, 0.00062130705898007, 0.00155230769230769, 0.00150683372825784, 0.00529673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1125, '2021-05-09 00:00:00', 0.000279940103483706, 0.000512307692307701, 0.000311743237543097, 0.000669615384615386, 0.000454191589530251, 0.000879999999999992, 0.000598194077073789, 0.00146692307692308, 0.00155364807667434, 0.00533711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1140, '2021-05-09 00:00:00', 0.000203841567437527, 0.000485769230769223, 0.000350576722646471, 0.000674038461538453, 0.000411704944758335, 0.000850192307692296, 0.00059838041026142, 0.00148365384615383, 0.00155874046786303, 0.00534038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1155, '2021-05-09 00:00:00', 0.000257273873826811, 0.00049538461538462, 0.000271271365695242, 0.000643076923076926, 0.00034615964525059, 0.0008675, 0.000613958780876532, 0.00145576923076923, 0.00156732746566102, 0.00535076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1170, '2021-05-09 00:00:00', 0.000176480550246729, 0.000420769230769225, 0.000191544029885074, 0.000578653846153845, 0.000287343067536946, 0.000825961538461535, 0.000623176262261448, 0.00139557692307691, 0.00155705680198745, 0.00535826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1185, '2021-05-09 00:00:00', 0.000198695747312327, 0.000435000000000002, 0.000273126978077692, 0.000642115384615381, 0.000373627951515733, 0.000854615384615373, 0.000635857386042357, 0.00138384615384614, 0.00154078925828991, 0.00539346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1200, '2021-05-09 00:00:00', 0.000151005348860952, 0.000401153846153844, 0.000166234889423198, 0.000529038461538452, 0.000370807434993079, 0.000793076923076909, 0.000573016042197231, 0.00146076923076923, 0.00150423664515109, 0.00538826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1215, '2021-05-09 00:00:00', 0.000141594355602417, 0.000359807692307688, 0.000271447756696157, 0.000518269230769223, 0.00042033741025697, 0.000743461538461528, 0.000692192864408806, 0.00159019230769231, 0.00152245956116563, 0.00540634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1230, '2021-05-09 00:00:00', 0.000178424730952244, 0.000345769230769229, 0.000340784615037346, 0.000526923076923074, 0.000416291502897438, 0.000711153846153834, 0.000686761995498841, 0.00157596153846155, 0.00153547992998431, 0.00540384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1245, '2021-05-09 00:00:00', 0.000258079668677369, 0.000371346153846153, 0.00028412564934442, 0.000510769230769233, 0.000359720030023355, 0.000662500000000006, 0.000654260945353921, 0.00157076923076923, 0.00153960859161822, 0.00540884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1260, '2021-05-09 00:00:00', 0.000176181724364365, 0.000364999999999996, 0.000256104245602032, 0.000494230769230762, 0.000331441374326429, 0.000720769230769238, 0.000580558252559907, 0.00157673076923077, 0.0015536106457094, 0.00541596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1275, '2021-05-09 00:00:00', 0.000159462076513998, 0.000333076923076919, 0.000225035809116292, 0.000431346153846157, 0.00037640587749847, 0.000729230769230785, 0.000565321181684855, 0.00154403846153847, 0.00156031955553491, 0.00542365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1290, '2021-05-09 00:00:00', 0.000201882772534365, 0.000320576923076927, 0.000269959541128216, 0.000543076923076928, 0.000442497848756184, 0.000797115384615384, 0.000546295249842082, 0.0015875, 0.00159286380942774, 0.00547634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1305, '2021-05-09 00:00:00', 0.000173473673462617, 0.000431346153846157, 0.000280738928817945, 0.000582115384615393, 0.000420322952758221, 0.000815769230769233, 0.0005308601510756, 0.0015875, 0.00164595265844622, 0.00552807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1320, '2021-05-09 00:00:00', 0.000221346925748831, 0.000402692307692315, 0.000282683636706368, 0.000554038461538462, 0.000371485583113998, 0.000758461538461545, 0.000558684065116776, 0.00155673076923078, 0.00165720408659145, 0.00553076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1335, '2021-05-09 00:00:00', 0.000157456221021782, 0.000357307692307689, 0.000252513594455074, 0.000488653846153849, 0.000311841922478987, 0.000725769230769246, 0.000538058654223336, 0.00153134615384616, 0.00166846964657392, 0.00554019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1350, '2021-05-09 00:00:00', 0.000162548572622282, 0.000339038461538454, 0.000220774859215317, 0.000531538461538459, 0.000268187362749384, 0.000672307692307694, 0.0005388203639576, 0.00150923076923078, 0.00167725068077311, 0.00553961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1365, '2021-05-09 00:00:00', 0.000230364677447274, 0.000436730769230778, 0.000282942301810552, 0.000557884615384641, 0.000281252487168503, 0.000645192307692316, 0.000534428235090123, 0.00156153846153848, 0.00167379435369509, 0.00553653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1380, '2021-05-09 00:00:00', 0.000144659813142629, 0.00035769230769232, 0.000143700543331776, 0.000445384615384612, 0.000281909764613806, 0.000758653846153854, 0.000498003127886384, 0.00156634615384616, 0.00167149748613448, 0.00553961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1395, '2021-05-09 00:00:00', 0.000132117226501546, 0.0003051923076923, 0.000159226133340155, 0.000394807692307683, 0.000420342763065497, 0.00101096153846154, 0.000560510618852277, 0.00165807692307694, 0.0016512271078015, 0.00552519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1410, '2021-05-09 00:00:00', 0.000133025879494852, 0.000271730769230777, 0.000292756133746412, 0.000638076923076931, 0.00042120121265075, 0.00102230769230769, 0.00058405123589789, 0.00169038461538463, 0.00164705757453897, 0.00553057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 1, 1425, '2021-05-09 00:00:00', 0.000307499405878093, 0.000556730769230778, 0.000454290528863835, 0.000938269230769229, 0.000432500111160506, 0.00103288461538461, 0.000573661519069863, 0.00175846153846155, 0.00165190432066007, 0.00552326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 0, '2021-05-09 00:00:00', 0.000322179835113636, 0.000675384615384616, 0.00031377674571875, 0.000744615384615391, 0.000392086577958728, 0.000998269230769229, 0.000548212234309079, 0.00182942307692308, 0.00163681836077003, 0.00555711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 15, '2021-05-09 00:00:00', 0.000232338032914238, 0.000369807692307698, 0.000284369207464236, 0.00058461538461538, 0.0004604107280044, 0.00100403846153845, 0.000563826112037546, 0.00178326923076923, 0.00164298494772824, 0.00557346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 30, '2021-05-09 00:00:00', 0.000208751969129347, 0.000399230769230759, 0.000309957875549858, 0.000723269230769225, 0.000393827178028438, 0.00104538461538461, 0.000584944836320871, 0.00178269230769231, 0.00164211627059531, 0.00557461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 45, '2021-05-09 00:00:00', 0.000243507463161568, 0.000591730769230773, 0.00033842190327369, 0.000810769230769213, 0.000372674997613411, 0.00106557692307693, 0.000663990847944332, 0.00184461538461538, 0.00164849820932686, 0.00556711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 60, '2021-05-09 00:00:00', 0.000237496315760906, 0.000572499999999989, 0.000312277058937199, 0.000750192307692303, 0.000355874924009088, 0.000935192307692311, 0.000742054554287255, 0.00183019230769232, 0.00165048693281244, 0.00556134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 75, '2021-05-09 00:00:00', 0.000243877333604727, 0.000418076923076921, 0.000262686124490808, 0.000550000000000021, 0.00032003731753561, 0.000776730769230776, 0.000694911422136217, 0.00176173076923077, 0.00165248112988179, 0.00553173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 90, '2021-05-09 00:00:00', 0.000174787343319298, 0.000356153846153869, 0.000239645892612745, 0.000538076923076938, 0.000293150066584448, 0.000714807692307691, 0.000741979887763918, 0.00182807692307693, 0.00166262920839717, 0.00549826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 105, '2021-05-09 00:00:00', 0.000167557567604523, 0.000391538461538456, 0.000303338665774503, 0.000597884615384612, 0.000372496360333294, 0.000783461538461543, 0.000792489771834019, 0.00188096153846154, 0.00165491339536359, 0.00549211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 120, '2021-05-09 00:00:00', 0.000237957737036193, 0.000466730769230765, 0.000282352003439246, 0.000550576923076909, 0.000334337231871333, 0.000815769230769237, 0.000783789929666193, 0.00188442307692308, 0.00165458817790456, 0.00549096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 135, '2021-05-09 00:00:00', 0.000266781097242947, 0.000401923076923067, 0.000282984710106124, 0.000617115384615379, 0.000328447162358782, 0.000898461538461545, 0.000784325408331157, 0.00191288461538461, 0.0016484187761423, 0.00548769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 150, '2021-05-09 00:00:00', 0.000220727120079211, 0.000452692307692318, 0.000265819777003436, 0.00064307692307693, 0.000267933760470753, 0.000882500000000017, 0.000790752732916792, 0.00190826923076923, 0.00164346314695056, 0.00545634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 165, '2021-05-09 00:00:00', 0.00019155246318919, 0.000432115384615389, 0.000267298738090198, 0.000653846153846163, 0.000385545567495441, 0.000995769230769234, 0.000776452113536547, 0.00190326923076923, 0.00167915007117842, 0.00551019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 180, '2021-05-09 00:00:00', 0.000264790555839022, 0.00056096153846155, 0.000239797029557521, 0.000708846153846173, 0.000376874851702992, 0.00106942307692307, 0.000787348324831759, 0.00193076923076922, 0.00171457153203404, 0.00552653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 195, '2021-05-09 00:00:00', 0.00016820191620604, 0.000438269230769224, 0.000396247446000016, 0.000749038461538445, 0.000326250081049194, 0.000978653846153835, 0.000778490551298814, 0.00188153846153846, 0.00190960963590429, 0.00558019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 210, '2021-05-09 00:00:00', 0.000292119838422516, 0.000554999999999994, 0.000286830759534916, 0.000731730769230768, 0.00029614374108634, 0.000923653846153842, 0.000840522822643497, 0.00190615384615384, 0.00197226325477961, 0.00559711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 225, '2021-05-09 00:00:00', 0.000124559068471378, 0.000475192307692308, 0.000222607623063886, 0.00072307692307692, 0.000311025104106747, 0.000966153846153847, 0.000788433598003999, 0.00192653846153845, 0.00197248345025719, 0.00559480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 240, '2021-05-09 00:00:00', 0.000228105997627961, 0.000537884615384616, 0.000232933219218268, 0.000703269230769239, 0.000417345641663345, 0.00103423076923078, 0.000784643304556033, 0.00187865384615384, 0.00197928954814212, 0.00557365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 255, '2021-05-09 00:00:00', 0.000139242455948112, 0.000482307692307709, 0.000248370458419237, 0.000691730769230779, 0.000404321844384091, 0.000928076923076927, 0.000815329475639226, 0.00180192307692308, 0.00198557514434639, 0.00554057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 270, '2021-05-09 00:00:00', 0.000205630362918146, 0.000470384615384614, 0.000322123244450612, 0.000655769230769231, 0.000407633366566658, 0.000935192307692307, 0.000803236362377944, 0.00175557692307692, 0.00198666633217172, 0.00553865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 285, '2021-05-09 00:00:00', 0.000269725857977196, 0.000475961538461544, 0.00030097917127014, 0.000612307692307698, 0.000565927693125312, 0.00103192307692309, 0.000770124090900049, 0.00175365384615384, 0.00202201362888202, 0.00560634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 300, '2021-05-09 00:00:00', 0.000188662091092485, 0.000405769230769233, 0.000284498005941393, 0.000666346153846155, 0.000587620233196185, 0.000938461538461542, 0.000749395063727049, 0.00180019230769231, 0.00202461734276268, 0.00560423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 315, '2021-05-09 00:00:00', 0.000216683746861305, 0.000480384615384607, 0.000568025222896089, 0.00075442307692307, 0.000620420452968416, 0.000953461538461533, 0.000760868355135202, 0.00186442307692308, 0.00201867356487831, 0.00562980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 330, '2021-05-09 00:00:00', 0.000580890728503673, 0.000589038461538477, 0.000588126360049105, 0.000696153846153855, 0.000632624964851887, 0.000977115384615381, 0.000835179045750986, 0.00193596153846154, 0.00199000580787712, 0.00561634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 345, '2021-05-09 00:00:00', 0.000180563327906336, 0.000398653846153849, 0.000259766167039627, 0.000602307692307684, 0.000282540943254917, 0.000839230769230759, 0.000652775877429474, 0.00189711538461538, 0.00193416437930023, 0.00551461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 360, '2021-05-09 00:00:00', 0.000168661358485439, 0.000414423076923068, 0.000258990347310464, 0.000584999999999998, 0.000281109614536061, 0.000826153846153827, 0.000733382469216319, 0.00195538461538461, 0.00193934433805306, 0.0054976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 375, '2021-05-09 00:00:00', 0.000175012527024161, 0.000395769230769232, 0.000207367102946971, 0.000593653846153837, 0.000301147612667607, 0.000793269230769222, 0.000662157197232007, 0.00212192307692306, 0.00194819917833407, 0.00548903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 390, '2021-05-09 00:00:00', 0.000123014695807518, 0.000358846153846148, 0.000183306070233952, 0.000531346153846146, 0.000340780777717207, 0.000733461538461531, 0.000727279784275216, 0.00218826923076921, 0.00195458652916672, 0.00547749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 405, '2021-05-09 00:00:00', 0.000118848481431044, 0.000379807692307687, 0.000140220842300241, 0.000491730769230775, 0.000433129266545746, 0.000820192307692309, 0.000819308925488211, 0.00228365384615384, 0.001960283299777, 0.00547115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 420, '2021-05-09 00:00:00', 0.000132800747217545, 0.00036096153846152, 0.000221674397397481, 0.000521538461538441, 0.000379637276276261, 0.000797692307692298, 0.00085380235507902, 0.00232730769230768, 0.00197263596587058, 0.00546557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 435, '2021-05-09 00:00:00', 0.000144508184490068, 0.000366153846153832, 0.000312132922868543, 0.000584807692307685, 0.000340509403462159, 0.000819423076923069, 0.000858064189816932, 0.00237307692307692, 0.00196304305568205, 0.00547596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 450, '2021-05-09 00:00:00', 0.000260188688928155, 0.000451923076923074, 0.000294878853873137, 0.000586538461538465, 0.000334862600985054, 0.000865192307692305, 0.00085167520443312, 0.00245557692307693, 0.0019689786985604, 0.00546865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 465, '2021-05-09 00:00:00', 0.000211382627915847, 0.000403846153846169, 0.000249932298525324, 0.000566923076923085, 0.000284570932079542, 0.000841153846153848, 0.000824411981587276, 0.00254865384615386, 0.00197285985310665, 0.00544 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 480, '2021-05-09 00:00:00', 0.000196673489668693, 0.000447692307692303, 0.000283433413697133, 0.000647500000000002, 0.000310678909189846, 0.000940769230769241, 0.00090543580666994, 0.00268500000000001, 0.00200517492043424, 0.0054423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 495, '2021-05-09 00:00:00', 0.000195625623616598, 0.000425769230769232, 0.000216808405315356, 0.000603269230769225, 0.000367551409277049, 0.00102403846153847, 0.000962513876023878, 0.00272980769230771, 0.00201942940341687, 0.00545134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 510, '2021-05-09 00:00:00', 0.000135109642086026, 0.000416153846153844, 0.000298069687257077, 0.000658461538461548, 0.000421373760637556, 0.00110961538461539, 0.000984202781638336, 0.00276365384615386, 0.00205202972688018, 0.00547499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 525, '2021-05-09 00:00:00', 0.000196858109776087, 0.000431346153846166, 0.000221565149300651, 0.00071365384615385, 0.000441898744057957, 0.00113249999999999, 0.00105731197637437, 0.00287115384615385, 0.00205437159585264, 0.00546942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 540, '2021-05-09 00:00:00', 0.000156347738661676, 0.000556153846153847, 0.000329779413454611, 0.000812307692307693, 0.000635005632924742, 0.00128807692307691, 0.00118755814432553, 0.00299711538461539, 0.0020633128421583, 0.00546173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 555, '2021-05-09 00:00:00', 0.000241691873132838, 0.000559807692307696, 0.000366728835056016, 0.000870961538461522, 0.000600098229138682, 0.00151326923076921, 0.00117364496335136, 0.0030125, 0.00205275571816559, 0.00554596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 570, '2021-05-09 00:00:00', 0.000296289619226766, 0.000641538461538446, 0.000454145520561588, 0.00102192307692305, 0.000603971981010847, 0.0015430769230769, 0.00119626085719694, 0.00295096153846154, 0.00201144434329012, 0.00555288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 585, '2021-05-09 00:00:00', 0.0003087159510967, 0.000703461538461518, 0.000440955082310403, 0.00115423076923076, 0.000712589319637585, 0.00150346153846153, 0.00118229073607779, 0.00292423076923077, 0.00196995936115833, 0.00554173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 600, '2021-05-09 00:00:00', 0.000381301667369093, 0.000929807692307682, 0.000511316588667094, 0.00114942307692307, 0.00068519275783142, 0.00145865384615384, 0.00112085793033728, 0.00284750000000001, 0.00191405497871363, 0.0055526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 615, '2021-05-09 00:00:00', 0.000234912504169927, 0.00063673076923076, 0.000396375889975483, 0.00089038461538462, 0.000453589614587399, 0.00118653846153847, 0.000869943698443499, 0.00258903846153848, 0.00173942293702429, 0.00543692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 630, '2021-05-09 00:00:00', 0.000249892284487059, 0.000646923076923079, 0.000296552044984723, 0.000816346153846151, 0.000431594583626105, 0.00121173076923078, 0.000912299040042006, 0.00263153846153847, 0.00167557393152317, 0.00542 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 645, '2021-05-09 00:00:00', 0.000182855133917542, 0.000549999999999995, 0.000294475021795631, 0.000851538461538459, 0.000438522343961915, 0.00135461538461539, 0.000876370662711606, 0.00275346153846155, 0.00159494423582288, 0.00550634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 660, '2021-05-09 00:00:00', 0.000214696565842605, 0.000676153846153848, 0.000302438614241986, 0.000913653846153845, 0.000565395470853405, 0.00140903846153847, 0.000843314522948241, 0.00278423076923078, 0.0016038996227944, 0.00555 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 675, '2021-05-09 00:00:00', 0.00015704629400767, 0.000581538461538458, 0.000310464230566955, 0.00095596153846155, 0.000579258179451563, 0.00133096153846156, 0.000892986863543682, 0.00278653846153847, 0.00160010331397214, 0.00553615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 690, '2021-05-09 00:00:00', 0.000215659721284743, 0.000678653846153864, 0.000472743221893412, 0.000961923076923085, 0.000552745733727411, 0.00132538461538462, 0.00084017793445108, 0.00280980769230769, 0.00159043520894319, 0.00551807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 705, '2021-05-09 00:00:00', 0.000354575802896941, 0.000644999999999994, 0.000411686026742946, 0.000885769230769235, 0.000519161342936874, 0.0012725, 0.000827504148258269, 0.00280365384615384, 0.0015834882744702, 0.00548634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 720, '2021-05-09 00:00:00', 0.000240666702180559, 0.000612692307692316, 0.000352664855067806, 0.000832500000000005, 0.000664394113807123, 0.00128653846153847, 0.000879722880317355, 0.00283211538461538, 0.00157235727002974, 0.00548923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 735, '2021-05-09 00:00:00', 0.000276512414521672, 0.00058865384615386, 0.000405313031922432, 0.000864423076923086, 0.000573046682217075, 0.00127750000000001, 0.000939536239936415, 0.00283211538461539, 0.0016136493876161, 0.00544711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 750, '2021-05-09 00:00:00', 0.000294541364471314, 0.000646153846153856, 0.00043892653143779, 0.000962500000000011, 0.000506334033861193, 0.00133307692307694, 0.000944538002656095, 0.00276596153846154, 0.0016294242966341, 0.00543846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 765, '2021-05-09 00:00:00', 0.00025183694358424, 0.000639615384615386, 0.000286657394006258, 0.000872307692307685, 0.000448876203594991, 0.00122461538461538, 0.000895018177726888, 0.00267653846153846, 0.00167980314780769, 0.00541884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 780, '2021-05-09 00:00:00', 0.000212967404512074, 0.000608653846153832, 0.000340879236455001, 0.000864423076923069, 0.00041343514048107, 0.00119384615384615, 0.000828367463053785, 0.00267942307692307, 0.00172816582404137, 0.00546865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 795, '2021-05-09 00:00:00', 0.000203844303329771, 0.0005775, 0.000288702468615391, 0.000813653846153848, 0.000377760455233804, 0.00116519230769231, 0.000792716774526308, 0.00258673076923077, 0.00174852277211805, 0.00547326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 810, '2021-05-09 00:00:00', 0.00024164436678723, 0.000600000000000007, 0.000293616180648245, 0.000827692307692311, 0.000514321547133855, 0.00124442307692308, 0.000718125444366217, 0.00259307692307693, 0.00175497881863176, 0.00547942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 825, '2021-05-09 00:00:00', 0.000275460802739986, 0.000585576923076925, 0.00034293131180366, 0.000823269230769235, 0.000523128201672033, 0.00133134615384616, 0.000656673932668402, 0.00264442307692308, 0.00176676720202573, 0.00546288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 840, '2021-05-09 00:00:00', 0.000234564162125941, 0.000582884615384608, 0.000330503636661019, 0.000859423076923071, 0.000482210136128035, 0.00129384615384615, 0.00084326565300532, 0.0028048076923077, 0.00175870757835231, 0.00547288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 855, '2021-05-09 00:00:00', 0.000211932500139518, 0.000590769230769224, 0.000341293298182991, 0.000923653846153847, 0.000513523574471959, 0.00125230769230769, 0.000885734636419887, 0.00278038461538462, 0.00175039477964697, 0.00549326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 870, '2021-05-09 00:00:00', 0.000335317989147864, 0.00067307692307693, 0.000458006046315474, 0.000888461538461543, 0.00056556996438583, 0.00129423076923077, 0.000877001710374615, 0.00278000000000002, 0.00177736615854428, 0.00552230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 885, '2021-05-09 00:00:00', 0.00023081494419024, 0.000583461538461526, 0.000286800654435483, 0.000811153846153844, 0.000443251664928111, 0.00123096153846153, 0.000883301695127657, 0.00274326923076924, 0.00180405943958021, 0.00548730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 900, '2021-05-09 00:00:00', 0.000220065112742018, 0.000600576923076925, 0.000380023481055912, 0.000914615384615377, 0.000485213394767234, 0.00130903846153845, 0.000902159822954808, 0.00272211538461539, 0.00181649667047483, 0.00551807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 915, '2021-05-09 00:00:00', 0.000366361370570302, 0.000645576923076899, 0.000402877963961982, 0.000914423076923059, 0.000518829600009634, 0.00135192307692307, 0.000899563569396075, 0.00269115384615385, 0.00181316328977414, 0.00554634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 930, '2021-05-09 00:00:00', 0.000320138191315033, 0.000647692307692306, 0.000307735900758071, 0.000950769230769225, 0.000454043923663095, 0.00125826923076924, 0.000956597274799508, 0.00266288461538463, 0.00182208744407236, 0.00554942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 945, '2021-05-09 00:00:00', 0.000183711835387753, 0.000669038461538451, 0.000373402082726677, 0.000948653846153848, 0.00041586818362775, 0.00139288461538463, 0.00100274954691895, 0.0026794230769231, 0.00181237991644645, 0.00557519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 960, '2021-05-09 00:00:00', 0.000235869993526426, 0.000630576923076929, 0.000266758029220962, 0.000834615384615395, 0.000477181347562478, 0.00143596153846155, 0.00104882498356677, 0.0026596153846154, 0.00181390810555127, 0.00559115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 975, '2021-05-09 00:00:00', 0.000175180346632133, 0.00057807692307694, 0.000275397614648072, 0.0010346153846154, 0.000454952237560757, 0.00140153846153846, 0.00103049144362512, 0.00262884615384617, 0.001798799610424, 0.00562596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 990, '2021-05-09 00:00:00', 0.000267923711874512, 0.000853653846153875, 0.00050676337218135, 0.00119634615384616, 0.000496630647463479, 0.00144500000000001, 0.00103459237606671, 0.00262923076923079, 0.00182332810668168, 0.00566076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1005, '2021-05-09 00:00:00', 0.000292451771171824, 0.000764038461538471, 0.000291700386329215, 0.00100134615384615, 0.000506112977658002, 0.00141711538461539, 0.00100245368202992, 0.00249423076923079, 0.00182114925675647, 0.00563884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1020, '2021-05-09 00:00:00', 0.00025295545366419, 0.000697307692307687, 0.000302422526633497, 0.000965769230769234, 0.000782482169863215, 0.00159288461538462, 0.000969762798118877, 0.00239326923076924, 0.00181394929324432, 0.00560596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1035, '2021-05-09 00:00:00', 0.00024594941631283, 0.00071365384615385, 0.000362409511252336, 0.00102942307692309, 0.000725469741721761, 0.00167288461538463, 0.00097356460415398, 0.00233403846153848, 0.00181336602652467, 0.00564788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1050, '2021-05-09 00:00:00', 0.000357243129879595, 0.000709423076923083, 0.000727568130566063, 0.00128923076923079, 0.00069148680392326, 0.00163000000000002, 0.00102687576958161, 0.00230961538461539, 0.00180856092387971, 0.00562115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1065, '2021-05-09 00:00:00', 0.000494038460041316, 0.001035, 0.000487821531047824, 0.00127038461538462, 0.000499258411585069, 0.00155480769230769, 0.00106887131340275, 0.00224673076923077, 0.00185921915992048, 0.00563826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1080, '2021-05-09 00:00:00', 0.00030540817580112, 0.000751923076923075, 0.000335757295584868, 0.00097480769230769, 0.000386549678367677, 0.00121057692307692, 0.0010436871952546, 0.00204980769230769, 0.00186288052385381, 0.00563961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1095, '2021-05-09 00:00:00', 0.000270862440250504, 0.000637692307692314, 0.000369262935297625, 0.000908653846153859, 0.000412451955244016, 0.00118884615384616, 0.00102189486513272, 0.00197365384615385, 0.00181334149696504, 0.00559576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1110, '2021-05-09 00:00:00', 0.000222986805404761, 0.000618653846153868, 0.000251940774481147, 0.000793076923076935, 0.000428833704545071, 0.0011071153846154, 0.000934461012892124, 0.00186576923076924, 0.00181377075347296, 0.00556288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1125, '2021-05-09 00:00:00', 0.000220649391220906, 0.000536923076923076, 0.000357991458858146, 0.000798269230769234, 0.000452404558570526, 0.00106826923076923, 0.00087727903200749, 0.0018075, 0.0018577572603711, 0.00557096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1140, '2021-05-09 00:00:00', 0.000291191253566867, 0.000572884615384624, 0.00036675316578782, 0.000731730769230772, 0.00044821204631463, 0.000965961538461534, 0.000893843472788246, 0.00171692307692307, 0.001855066212793, 0.00556557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1155, '2021-05-09 00:00:00', 0.000234547764530297, 0.00045057692307692, 0.000302524315615228, 0.000640192307692304, 0.000417507438901941, 0.000857692307692316, 0.000828484459721474, 0.0016425, 0.00185438105991855, 0.00552634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1170, '2021-05-09 00:00:00', 0.000181257997171055, 0.000442307692307686, 0.000248776699378873, 0.000610384615384613, 0.000284130319504149, 0.000835961538461541, 0.000702354967235218, 0.00156250000000001, 0.00184058052088089, 0.00550557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1185, '2021-05-09 00:00:00', 0.000145176947735664, 0.000407115384615396, 0.000196158491649354, 0.000551923076923093, 0.000281727091076002, 0.000781923076923088, 0.000625465857150916, 0.00146153846153847, 0.00183455952583888, 0.00549942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1200, '2021-05-09 00:00:00', 0.000167739725123811, 0.000401153846153857, 0.000202982473665549, 0.000573269230769229, 0.00027267647778725, 0.000767307692307689, 0.000640425339430442, 0.00152384615384614, 0.00180506399843927, 0.00554596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1215, '2021-05-09 00:00:00', 0.000151074612233628, 0.000393461538461528, 0.00020979183822211, 0.00051884615384615, 0.000266523270740394, 0.000739423076923066, 0.000650684521218877, 0.0015478846153846, 0.00174895221379942, 0.00557038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1230, '2021-05-09 00:00:00', 0.000149779453248369, 0.000336730769230776, 0.000226579668447651, 0.000517884615384605, 0.000362610672760751, 0.000782499999999977, 0.000629763936236922, 0.00154115384615384, 0.0017699389819991, 0.005585 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1245, '2021-05-09 00:00:00', 0.000154914864956915, 0.000383846153846145, 0.000191478157018985, 0.00052326923076923, 0.000442064431433299, 0.000850192307692305, 0.000609530872569539, 0.00151173076923076, 0.00176982424159967, 0.00559961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1260, '2021-05-09 00:00:00', 0.000133245868748221, 0.0003473076923077, 0.000255083093550692, 0.000559230769230765, 0.000381061472932967, 0.000840384615384621, 0.000556248733792864, 0.00146442307692308, 0.00177250092763348, 0.00557153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1275, '2021-05-09 00:00:00', 0.000229250618655333, 0.000414615384615364, 0.000308520601481432, 0.000609807692307686, 0.000388870009920277, 0.000816730769230769, 0.000513065185542141, 0.00147173076923076, 0.00176258830657121, 0.00556653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1290, '2021-05-09 00:00:00', 0.000178103794284302, 0.000405192307692315, 0.000212354656176883, 0.000577500000000009, 0.000235024712284935, 0.000698846153846167, 0.000487776430502588, 0.00149038461538461, 0.00176732584823687, 0.00557442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1305, '2021-05-09 00:00:00', 0.000194082060360677, 0.000450384615384611, 0.000216441589207029, 0.00057519230769231, 0.00021580056676335, 0.000651730769230773, 0.000489190697439703, 0.00151346153846154, 0.00178031285063999, 0.00559461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1320, '2021-05-09 00:00:00', 0.000146222827850561, 0.000426346153846159, 0.000171003936077041, 0.000492115384615393, 0.000180629348497024, 0.000610192307692321, 0.000530263649953062, 0.00158346153846154, 0.00178843731745386, 0.00561403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1335, '2021-05-09 00:00:00', 0.000120130698055821, 0.000295769230769234, 0.000110903284268485, 0.00038653846153847, 0.000177802937589278, 0.000581730769230784, 0.000518949382443476, 0.00159269230769231, 0.00180331472572039, 0.005635 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1350, '2021-05-09 00:00:00', 8.13841791467271e-05, 0.000280769230769243, 0.000108376835447148, 0.000443461538461561, 0.000211939033323617, 0.000631923076923092, 0.000531576465300658, 0.00163153846153846, 0.00183192921638533, 0.00566942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1365, '2021-05-09 00:00:00', 0.000126659598318305, 0.000370576923076938, 0.000165995481866214, 0.000487500000000017, 0.000201479145704567, 0.000610384615384626, 0.000583018537770985, 0.00173384615384616, 0.00185237427685079, 0.0057026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1380, '2021-05-09 00:00:00', 0.000132988142906983, 0.000364615384615395, 0.000200072775220947, 0.000511346153846169, 0.000411306034293383, 0.000850576923076923, 0.000605383444921167, 0.00177365384615385, 0.00185729026147897, 0.00570865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1395, '2021-05-09 00:00:00', 0.000124742195686207, 0.000318846153846159, 0.00011029558189074, 0.000371346153846153, 0.000547643483130575, 0.00100076923076922, 0.000838030107775655, 0.00186769230769231, 0.00189671996229929, 0.00571615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1410, '2021-05-09 00:00:00', 7.14379774026892e-05, 0.000249230769230767, 0.00039196923937393, 0.000698269230769228, 0.000523899175561334, 0.00102788461538461, 0.000924561268095059, 0.00190653846153846, 0.00191754214676377, 0.00573173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 2, 1425, '2021-05-09 00:00:00', 0.000382612879271733, 0.000633846153846147, 0.000539861698813828, 0.000930576923076909, 0.000507027081661776, 0.00103730769230769, 0.000939782401164466, 0.00196019230769231, 0.00191831608849653, 0.00573115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 0, '2021-05-09 00:00:00', 0.000513036211047666, 0.000703076923076917, 0.000489444465302632, 0.000793269230769235, 0.000452654436034302, 0.000949038461538466, 0.000975826750070846, 0.00197461538461538, 0.001883089441889, 0.00572038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 15, '2021-05-09 00:00:00', 0.000165531428575241, 0.000370576923076934, 0.000184187300155191, 0.000545192307692322, 0.000279267172875997, 0.00086692307692309, 0.000854023711614615, 0.00188750000000001, 0.00189684953379179, 0.00565692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 30, '2021-05-09 00:00:00', 0.000187014705304154, 0.000392500000000005, 0.000251199353869811, 0.000568653846153848, 0.000312599768689338, 0.000946153846153853, 0.000854264528477789, 0.00193326923076923, 0.00192164352733639, 0.00565538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 45, '2021-05-09 00:00:00', 0.000207511723487158, 0.000386346153846157, 0.000209219060758366, 0.000653846153846159, 0.000393225713221378, 0.000967307692307697, 0.000867029344725651, 0.00208826923076923, 0.00192536761724571, 0.00563730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 60, '2021-05-09 00:00:00', 0.000208931715013449, 0.000542692307692306, 0.000307027498142089, 0.000736730769230762, 0.000436246049133523, 0.000998846153846134, 0.000825584105578965, 0.00211134615384615, 0.00192517504698623, 0.00561480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 75, '2021-05-09 00:00:00', 0.000206635036868237, 0.000435961538461534, 0.000289410342168074, 0.000607115384615378, 0.000352093955992076, 0.000903076923076917, 0.00083504527744585, 0.00211384615384616, 0.00192294314688547, 0.00558711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 90, '2021-05-09 00:00:00', 0.000204972043121829, 0.000413461538461544, 0.000271489622977786, 0.00059384615384615, 0.000265899634043771, 0.000868846153846162, 0.000818063661242902, 0.00207307692307694, 0.00190535456018033, 0.00559999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 105, '2021-05-09 00:00:00', 0.000209281279253904, 0.0003855769230769, 0.000252657947552675, 0.000679038461538452, 0.000373673654409824, 0.000955000000000009, 0.000748949341000185, 0.00205634615384616, 0.00189492006123254, 0.00559096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 120, '2021-05-09 00:00:00', 0.000179772184893914, 0.000539038461538462, 0.000223136815567345, 0.000664038461538465, 0.000398672846406086, 0.00102596153846154, 0.000733920059574703, 0.00206442307692309, 0.00191291762659918, 0.00560538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 135, '2021-05-09 00:00:00', 0.000182122634085269, 0.000410576923076918, 0.000323425475900607, 0.000664038461538478, 0.000592277092116658, 0.00104192307692308, 0.000731284223393758, 0.00198884615384616, 0.00192391263994856, 0.00557961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 150, '2021-05-09 00:00:00', 0.000237764589457723, 0.000485000000000017, 0.000291599897119333, 0.000692499999999998, 0.000613831128117629, 0.00101557692307692, 0.000756656206863209, 0.00198115384615384, 0.00197635084280249, 0.00560557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 165, '2021-05-09 00:00:00', 0.00018770844823413, 0.000482692307692284, 0.000397422271065011, 0.00078230769230768, 0.000455927794553212, 0.00103807692307692, 0.000693125252306263, 0.00189884615384615, 0.00200515274691519, 0.00564346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 180, '2021-05-09 00:00:00', 0.000409629663889796, 0.000647307692307693, 0.000472317526833219, 0.000774615384615382, 0.000473459973127455, 0.00110788461538462, 0.000678716463968229, 0.00190403846153847, 0.00204713308913108, 0.00567326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 195, '2021-05-09 00:00:00', 0.000230961868314634, 0.000490769230769222, 0.000276779626306672, 0.000769807692307692, 0.00033141868709209, 0.00106288461538462, 0.000724663953949583, 0.0018646153846154, 0.00209670991354036, 0.0056773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 210, '2021-05-09 00:00:00', 0.000195215561328007, 0.000556346153846156, 0.000235761287355192, 0.000779230769230767, 0.000325999056157196, 0.00107576923076923, 0.000690962984648125, 0.00184538461538462, 0.00209480809658986, 0.00567019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 225, '2021-05-09 00:00:00', 0.000175018240807591, 0.00049923076923076, 0.000215285588499056, 0.000716730769230768, 0.000582487768111915, 0.00111, 0.000729916749731405, 0.00173230769230769, 0.00207257258386397, 0.00560365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 240, '2021-05-09 00:00:00', 0.000152924440869948, 0.000523269230769226, 0.000248333522629443, 0.000713461538461528, 0.000560795760161745, 0.00111826923076924, 0.00072753017383896, 0.00170192307692308, 0.00209165492999056, 0.00560788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 255, '2021-05-09 00:00:00', 0.000257179150369183, 0.000486346153846133, 0.000598986355308838, 0.000825576923076917, 0.000645342246706828, 0.00105384615384617, 0.000758549247932166, 0.0016601923076923, 0.00213085971274146, 0.00558634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 270, '2021-05-09 00:00:00', 0.000527541504017976, 0.00061403846153847, 0.000509032755482261, 0.00081288461538462, 0.000546440263467528, 0.000990192307692325, 0.000744192489574081, 0.00165730769230768, 0.00212461181974858, 0.00557923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 285, '2021-05-09 00:00:00', 0.000212195936305617, 0.00047134615384615, 0.000325459734009501, 0.000665961538461563, 0.0003228684538036, 0.000845961538461555, 0.000648636350650058, 0.00153634615384615, 0.00210062433942498, 0.00554115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 300, '2021-05-09 00:00:00', 0.000219678436321406, 0.00046615384615386, 0.000248081949859633, 0.000610576923076931, 0.000310774219304966, 0.000801153846153855, 0.000651540570789431, 0.00150865384615384, 0.00209254295976487, 0.00553596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 315, '2021-05-09 00:00:00', 0.00015359249280532, 0.000395576923076931, 0.000209273468493678, 0.000555769230769238, 0.000262149106132663, 0.000738076923076925, 0.000631949851953939, 0.00155884615384614, 0.0020609592333519, 0.00547519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 330, '2021-05-09 00:00:00', 0.000137738324927538, 0.000424615384615382, 0.00018775352091343, 0.000544230769230756, 0.000406367397238579, 0.000757692307692297, 0.000634081892308741, 0.00164461538461537, 0.00200767316524915, 0.00544346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 345, '2021-05-09 00:00:00', 0.00015531704547596, 0.000385769230769217, 0.00020079428815046, 0.000552115384615381, 0.000386108792958676, 0.000715, 0.000633963994367064, 0.00170788461538461, 0.00195673858361698, 0.00541326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 360, '2021-05-09 00:00:00', 0.000173993921202392, 0.000396730769230768, 0.000362602558436385, 0.000553846153846144, 0.000362728336574142, 0.000700384615384618, 0.000603123663808803, 0.00178307692307691, 0.00191919018378546, 0.0054651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 375, '2021-05-09 00:00:00', 0.000293190211296362, 0.000352499999999995, 0.000283672346202453, 0.000465000000000006, 0.000309163636034642, 0.000676923076923079, 0.000585876726335438, 0.00189653846153844, 0.00193126084761703, 0.00543769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 390, '2021-05-09 00:00:00', 0.000138412982939307, 0.000348076923076927, 0.000182972990860985, 0.00046634615384616, 0.000240979491626606, 0.00073365384615384, 0.000618783577177533, 0.00195634615384615, 0.00193722005421727, 0.00541653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 405, '2021-05-09 00:00:00', 0.000100493589539138, 0.000300192307692319, 0.000159079080479355, 0.000458076923076926, 0.000234193542576695, 0.000706153846153839, 0.000736999765160177, 0.00218442307692307, 0.00193920967248159, 0.00540192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 420, '2021-05-09 00:00:00', 0.000116235172751693, 0.000351153846153849, 0.000186167005256451, 0.000533076923076914, 0.000280739476821769, 0.000719423076923076, 0.000778216624973164, 0.00233865384615383, 0.0019092771185411, 0.00538865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 435, '2021-05-09 00:00:00', 0.000186388448800238, 0.000404423076923066, 0.000205791997302727, 0.000522115384615381, 0.000290402373374479, 0.000793461538461536, 0.000790626042109377, 0.00240153846153846, 0.00190552286383958, 0.00537923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 450, '2021-05-09 00:00:00', 0.000135462739696755, 0.000381923076923081, 0.000225136881440187, 0.000516153846153841, 0.000317589539161173, 0.000803653846153838, 0.000792435195117899, 0.00250153846153845, 0.0018769583004261, 0.00536769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 465, '2021-05-09 00:00:00', 0.000184375870271746, 0.000372692307692311, 0.000217047318485012, 0.000586538461538465, 0.000261221391514187, 0.000786153846153847, 0.000772561399103407, 0.00258134615384616, 0.00187253313619649, 0.00536211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 480, '2021-05-09 00:00:00', 0.000168993968941073, 0.000470192307692305, 0.000219190819571916, 0.000616153846153835, 0.000225873007206734, 0.000806153846153837, 0.000771962857815162, 0.00263557692307693, 0.00187831364629185, 0.00544307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 495, '2021-05-09 00:00:00', 0.000162036676759872, 0.000423269230769228, 0.000169076791838671, 0.000555192307692302, 0.000359666565670943, 0.000935961538461538, 0.000819982832840935, 0.00264538461538461, 0.00186259332239096, 0.00544326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 510, '2021-05-09 00:00:00', 0.000145870332302876, 0.00040807692307694, 0.000155125259560935, 0.000549615384615381, 0.00043837040888341, 0.00101615384615385, 0.00079885728483783, 0.00263519230769232, 0.00184376855922863, 0.0054325 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 525, '2021-05-09 00:00:00', 0.000120285557672643, 0.000401153846153827, 0.000325414528539533, 0.000741153846153842, 0.00049580102243355, 0.00106057692307693, 0.00078458778986166, 0.002645, 0.00189049680080295, 0.00544807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 540, '2021-05-09 00:00:00', 0.000307183796147164, 0.000583269230769243, 0.000403803122249524, 0.000784807692307697, 0.000457539741863613, 0.00111884615384616, 0.000735215510006322, 0.00266538461538462, 0.00189650480134866, 0.00542230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 555, '2021-05-09 00:00:00', 0.000212900211366732, 0.000522499999999998, 0.000253415742331719, 0.000756538461538473, 0.000329332658568813, 0.00120499999999999, 0.000649955412671942, 0.00258403846153846, 0.00196969337715291, 0.005415 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 570, '2021-05-09 00:00:00', 0.000202416269489005, 0.000547115384615391, 0.000267879708939558, 0.000803461538461537, 0.000352244451831624, 0.00123807692307692, 0.000620548268748021, 0.00249692307692308, 0.00197471887970065, 0.00538442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 585, '2021-05-09 00:00:00', 0.000263970860862761, 0.00061615384615383, 0.000334739393466726, 0.000982307692307676, 0.000591826020432985, 0.00147403846153845, 0.000577273731897161, 0.0025148076923077, 0.001970185621868, 0.00538076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 600, '2021-05-09 00:00:00', 0.000296788450946775, 0.000770769230769216, 0.000341783332176761, 0.0009903846153846, 0.000613158311845004, 0.00159634615384614, 0.0005742805532544, 0.00249307692307692, 0.00201001756593933, 0.00540115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 615, '2021-05-09 00:00:00', 0.000246047837750179, 0.000653461538461537, 0.000606500713424651, 0.00108865384615385, 0.00061917811529602, 0.00150653846153848, 0.000682615896048786, 0.00243230769230769, 0.00201014764096112, 0.00544153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 630, '2021-05-09 00:00:00', 0.000386353017130917, 0.000785576923076933, 0.000418886665413859, 0.00109596153846154, 0.000486683635987963, 0.0014248076923077, 0.000678538389594762, 0.00238788461538461, 0.00194149249686539, 0.00542865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983640 and enddate = '2021-05-09 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 983640, 3, 645, '2021-05-09 00:00:00', 0.000330909527491467, 0.000746346153846146, 0.000407441359631619, 0.000992692307692308, 0.000429255572070825, 0.00138788461538462, 0.000757465612319248, 0.00227692307692307, [...];[ Date: 2021-05-09 15:57:30 - Database: acaweb_fx - User: pgperfstats ]
12 18s886ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983605, 1, 960, '2021-05-09 00:00:00', 0.0566366455167008, 0.125480769230769, 0.0647938773223334, 0.171557692307689, 0.113754075159467, 0.267519230769229, 0.17007800133604, 0.488442307692304, 0.342594831340962, 1.04996153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983605, 1, 975, '2021-05-09 00:00:00', 0.0470135046064909, 0.121480769230765, 0.0873153458183917, 0.194019230769231, 0.111342460281505, 0.285711538461538, 0.171476775731831, 0.478730769230768, 0.341342936062845, 1.06 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 990, '2021-05-09 00:00:00', 0.0677447812352788, 0.151346153846155, 0.079989758959894, 0.209192307692305, 0.0995143437670406, 0.283769230769228, 0.164994853066577, 0.465807692307691, 0.342445675085289, 1.05790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1005, '2021-05-09 00:00:00', 0.0491267121447543, 0.151923076923074, 0.0941629704289309, 0.214249999999998, 0.134394350842814, 0.30330769230769, 0.164464590530792, 0.450192307692305, 0.337995213894203, 1.05876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1020, '2021-05-09 00:00:00', 0.0751485503212423, 0.155730769230769, 0.0711861373713014, 0.193615384615385, 0.139693571241323, 0.311923076923075, 0.152015019500861, 0.422115384615382, 0.346058959516353, 1.04878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1035, '2021-05-09 00:00:00', 0.0536496361733972, 0.144288461538462, 0.111807719562856, 0.22011538461538, 0.122705933653782, 0.304884615384613, 0.280084415846367, 0.453499999999996, 0.346626385541909, 1.05036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1050, '2021-05-09 00:00:00', 0.0811191075849882, 0.163480769230768, 0.10676532136492, 0.234076923076921, 0.103892066773463, 0.288807692307691, 0.326370179161876, 0.447923076923074, 0.355233509875495, 1.04894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1065, '2021-05-09 00:00:00', 0.0892804074466852, 0.181634615384617, 0.0971513589120668, 0.224057692307693, 0.122064894468221, 0.294461538461539, 0.352089271896515, 0.437653846153845, 0.35134630133465, 1.05978846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1080, '2021-05-09 00:00:00', 0.0558101210837628, 0.150980769230768, 0.0640532861103783, 0.190211538461539, 0.0949648112966852, 0.250653846153845, 0.330410079120808, 0.39509615384615, 0.343960729533966, 1.05628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1095, '2021-05-09 00:00:00', 0.0402368564302005, 0.116730769230769, 0.0736239509524317, 0.177115384615386, 0.10029669255993, 0.223942307692306, 0.333074318341214, 0.37680769230769, 0.348967772371383, 1.08361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1110, '2021-05-09 00:00:00', 0.0575943239724726, 0.124615384615385, 0.0752748936590661, 0.15851923076923, 0.090533869565269, 0.21030769230769, 0.316940965141173, 0.365153846153845, 0.3416012362615, 1.08026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1125, '2021-05-09 00:00:00', 0.0404193213508271, 0.0953076923076948, 0.0601784813316577, 0.140480769230769, 0.0645964901404227, 0.178442307692308, 0.321948607938982, 0.343115384615385, 0.339739760133231, 1.07823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1140, '2021-05-09 00:00:00', 0.047785631087823, 0.0969423076923098, 0.0555377245316546, 0.132173076923078, 0.0733426625767459, 0.177115384615385, 0.323429512591827, 0.340019230769233, 0.339019205264926, 1.07869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1155, '2021-05-09 00:00:00', 0.045745167882689, 0.0929038461538432, 0.0481747460174548, 0.122384615384613, 0.085488516997676, 0.176942307692308, 0.325302933373709, 0.338538461538466, 0.338246980769969, 1.0805 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1170, '2021-05-09 00:00:00', 0.0358700217666263, 0.0829615384615389, 0.0715708282859627, 0.128211538461539, 0.0925012099712992, 0.167576923076922, 0.327409430811969, 0.332653846153848, 0.337720863344955, 1.08130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1185, '2021-05-09 00:00:00', 0.0596042493322576, 0.0934423076923106, 0.0821706760347059, 0.127000000000002, 0.139072008188343, 0.159788461538462, 0.328227431118217, 0.319557692307696, 0.338329728223813, 1.08075 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1200, '2021-05-09 00:00:00', 0.0549565597680443, 0.0827884615384606, 0.0641341292796709, 0.105057692307693, 0.117909791137776, 0.148173076923079, 0.297001473707819, 0.319846153846155, 0.334640301150124, 1.07963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1215, '2021-05-09 00:00:00', 0.0250216829047232, 0.061730769230771, 0.0712277090636876, 0.0970576923076928, 0.254924353787245, 0.191615384615383, 0.289325422318884, 0.332999999999997, 0.340185811783003, 1.08605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1230, '2021-05-09 00:00:00', 0.0707132698894729, 0.0804423076923086, 0.101937192201108, 0.113134615384617, 0.290420290269118, 0.203250000000001, 0.282391937807125, 0.335557692307691, 0.343464925988978, 1.08765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1245, '2021-05-09 00:00:00', 0.0794527919826988, 0.0846153846153842, 0.238256507700292, 0.157711538461538, 0.294557046845183, 0.199923076923079, 0.268161823273823, 0.323211538461538, 0.34415279980756, 1.08501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1260, '2021-05-09 00:00:00', 0.205661959385938, 0.12230769230769, 0.248725313425197, 0.152192307692309, 0.265289540661931, 0.188403846153847, 0.241961646674719, 0.306961538461538, 0.345404554332806, 1.08338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1275, '2021-05-09 00:00:00', 0.105269765182309, 0.0837884615384632, 0.125718521063773, 0.116557692307694, 0.123342950595238, 0.15521153846154, 0.133942381412541, 0.283307692307693, 0.347357288902715, 1.08238461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1290, '2021-05-09 00:00:00', 0.0821158866855475, 0.0841730769230782, 0.0819857328113577, 0.108096153846156, 0.0917646907123812, 0.14903846153846, 0.136095872598924, 0.284942307692306, 0.345824223914625, 1.08492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1305, '2021-05-09 00:00:00', 0.0507204745488545, 0.0800576923076947, 0.056425471607721, 0.115923076923077, 0.061952429020488, 0.13628846153846, 0.110020027897022, 0.281442307692306, 0.338262649999395, 1.07790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1320, '2021-05-09 00:00:00', 0.0470324478827802, 0.0913653846153853, 0.0582660740449817, 0.110346153846152, 0.0717195955413541, 0.139096153846153, 0.117005813465041, 0.285903846153845, 0.337240959278944, 1.07976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1335, '2021-05-09 00:00:00', 0.0554110965004741, 0.0694807692307648, 0.0524282513389661, 0.0868076923076903, 0.103471727836827, 0.147538461538462, 0.114517415538157, 0.28603846153846, 0.33801067802887, 1.08053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1350, '2021-05-09 00:00:00', 0.0284820051152395, 0.0592307692307711, 0.0515422045139105, 0.0921730769230771, 0.0804835984246757, 0.136519230769232, 0.100190311215901, 0.286961538461539, 0.334827834634685, 1.07517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1365, '2021-05-09 00:00:00', 0.0448098933100857, 0.0745576923076914, 0.0708441979601378, 0.117903846153845, 0.0729317805581646, 0.135730769230769, 0.105372226672146, 0.300884615384615, 0.33480559456772, 1.07511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1380, '2021-05-09 00:00:00', 0.0459081859635264, 0.0841923076923063, 0.0457460212645698, 0.0959615384615386, 0.0774857828150545, 0.154557692307692, 0.117776248095211, 0.313269230769232, 0.329537274651311, 1.07284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1395, '2021-05-09 00:00:00', 0.0213528326350024, 0.0522884615384625, 0.0631192400266222, 0.0950384615384639, 0.0832617466880099, 0.177538461538462, 0.121618002209945, 0.32746153846154, 0.329600063013434, 1.07319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1410, '2021-05-09 00:00:00', 0.0582261109812445, 0.0690000000000015, 0.0709339589932897, 0.126557692307693, 0.0737895057162343, 0.178134615384617, 0.13002263708234, 0.337115384615387, 0.330168402252777, 1.07357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 1, 1425, '2021-05-09 00:00:00', 0.0490163905082929, 0.100942307692308, 0.0654296216144876, 0.145346153846155, 0.0592766298481433, 0.167826923076924, 0.145375016370126, 0.347846153846155, 0.333222818153949, 1.07344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 0, '2021-05-09 00:00:00', 0.0601240768360233, 0.10476923076923, 0.054941283343078, 0.124269230769229, 0.0513289991510233, 0.161884615384614, 0.142922675436214, 0.353634615384613, 0.339844186582387, 1.08136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 15, '2021-05-09 00:00:00', 0.0334926857686867, 0.0655000000000001, 0.0415178413919369, 0.103134615384618, 0.0701572080840889, 0.16242307692308, 0.14902058711673, 0.347153846153849, 0.351639332817894, 1.07940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 30, '2021-05-09 00:00:00', 0.0403898692553169, 0.071692307692309, 0.0397872031997901, 0.102807692307696, 0.0752148333365576, 0.156865384615386, 0.164568956788519, 0.357307692307695, 0.35022473444259, 1.07526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 45, '2021-05-09 00:00:00', 0.029757920729676, 0.0724230769230817, 0.0670424779237268, 0.121923076923083, 0.068865456898547, 0.153865384615387, 0.160353546889364, 0.358000000000001, 0.354745833173337, 1.06638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 60, '2021-05-09 00:00:00', 0.0662024081597788, 0.0978269230769261, 0.0691576793666804, 0.11426923076923, 0.0747645637986362, 0.146499999999999, 0.182534439321631, 0.378807692307693, 0.355697713601785, 1.06571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 75, '2021-05-09 00:00:00', 0.0352146221814858, 0.0599807692307654, 0.0373084234662715, 0.0874615384615374, 0.0589792303729426, 0.14301923076923, 0.186958403436124, 0.372230769230768, 0.35578344753299, 1.06530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 90, '2021-05-09 00:00:00', 0.021042347412192, 0.0620961538461579, 0.0334374732206978, 0.0867307692307702, 0.0678785595468413, 0.15067307692308, 0.183639663890584, 0.369115384615384, 0.355277826279873, 1.06542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 105, '2021-05-09 00:00:00', 0.0250620537558592, 0.063057692307689, 0.0556827137932837, 0.114230769230768, 0.0767645977097432, 0.164711538461537, 0.18854739865207, 0.369692307692303, 0.362121333257235, 1.0675 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 120, '2021-05-09 00:00:00', 0.0527732303933927, 0.0930769230769248, 0.0703151504628671, 0.121596153846157, 0.0972297991675095, 0.171076923076927, 0.18322423840328, 0.36430769230769, 0.367605714779382, 1.0666923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 135, '2021-05-09 00:00:00', 0.0583696443762962, 0.0818461538461566, 0.0637636139309749, 0.115461538461539, 0.0858336158820313, 0.172980769230769, 0.173813157862558, 0.356923076923076, 0.367931921482974, 1.06717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 150, '2021-05-09 00:00:00', 0.0313852733716844, 0.0811538461538423, 0.0540675823533702, 0.114711538461536, 0.0615582775787402, 0.173807692307694, 0.157777917193271, 0.344634615384612, 0.370120676786118, 1.06565384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 165, '2021-05-09 00:00:00', 0.0401009495379618, 0.0856153846153813, 0.0485530518727029, 0.129673076923075, 0.0630611577390073, 0.184480769230768, 0.154636801520904, 0.334403846153841, 0.371875469747601, 1.06525 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 180, '2021-05-09 00:00:00', 0.0315343524527652, 0.100846153846152, 0.0450473767698669, 0.135884615384613, 0.0624864785373566, 0.178999999999995, 0.149345721784671, 0.331769230769224, 0.37340343000361, 1.06730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 195, '2021-05-09 00:00:00', 0.0352786108657278, 0.0899038461538464, 0.0539920222027108, 0.130038461538462, 0.0706568114197037, 0.17025, 0.140756401685269, 0.315730769230766, 0.386390018186088, 1.07638461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 210, '2021-05-09 00:00:00', 0.0352065553336493, 0.0866923076923062, 0.0392226828015879, 0.117173076923073, 0.0760434111847616, 0.174596153846151, 0.127607283672024, 0.299326923076918, 0.458005546237833, 1.10390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 225, '2021-05-09 00:00:00', 0.0322351277574408, 0.0897115384615345, 0.0600522368762893, 0.119134615384613, 0.079229287514147, 0.181499999999994, 0.119905238225212, 0.299115384615382, 0.455396663951836, 1.10419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 240, '2021-05-09 00:00:00', 0.0342351202939107, 0.087711538461537, 0.0480923630591719, 0.132346153846151, 0.105313928145987, 0.188788461538456, 0.104760732881388, 0.284365384615381, 0.452966010356695, 1.10605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 255, '2021-05-09 00:00:00', 0.0322360584057412, 0.0947115384615376, 0.0417865454975042, 0.124846153846152, 0.0951789347249927, 0.170019230769229, 0.0946620060246732, 0.278653846153843, 0.458389097400218, 1.10176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 270, '2021-05-09 00:00:00', 0.0292628669924071, 0.0783461538461508, 0.0769281407948588, 0.115826923076918, 0.0790415786396375, 0.139365384615383, 0.0891539312736018, 0.261211538461537, 0.459442116970304, 1.09882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 285, '2021-05-09 00:00:00', 0.0701385798588462, 0.0824038461538434, 0.0672550369860897, 0.101999999999998, 0.0688719910692741, 0.128634615384614, 0.0886216590994465, 0.259538461538459, 0.460598123263488, 1.09886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 300, '2021-05-09 00:00:00', 0.0266217666870277, 0.0634615384615376, 0.0292989957822156, 0.084134615384611, 0.0453861932581027, 0.122057692307689, 0.0847483628160428, 0.262249999999998, 0.460545653378853, 1.09967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 315, '2021-05-09 00:00:00', 0.0248967174234152, 0.0599423076923081, 0.033845968968027, 0.0864807692307673, 0.0562008930944644, 0.131903846153849, 0.102339314950882, 0.277653846153844, 0.463563379203387, 1.10155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 330, '2021-05-09 00:00:00', 0.0294872658304202, 0.0698269230769247, 0.0422919568639777, 0.0930192307692327, 0.0578196666036187, 0.132576923076926, 0.101648829877106, 0.282730769230765, 0.464461100466073, 1.10092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 345, '2021-05-09 00:00:00', 0.0322856719828566, 0.0652692307692309, 0.0494099024643696, 0.0964615384615421, 0.0464854981522374, 0.133807692307693, 0.110593213381989, 0.31832692307692, 0.467938245432518, 1.10019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 360, '2021-05-09 00:00:00', 0.0305467926051413, 0.0709423076923092, 0.0326727185655177, 0.0929423076923104, 0.0504324262294102, 0.139480769230767, 0.134998883186264, 0.367038461538458, 0.464565512478721, 1.09665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 375, '2021-05-09 00:00:00', 0.0167076790267687, 0.0610576923076925, 0.0257695780688404, 0.0938653846153819, 0.0485037072334112, 0.138480769230765, 0.135151022364444, 0.394826923076922, 0.464118693373217, 1.09980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 390, '2021-05-09 00:00:00', 0.022357213600988, 0.0647499999999993, 0.0436278007696955, 0.0957499999999986, 0.0406692333153873, 0.127557692307688, 0.134235265628905, 0.407057692307692, 0.463929008163302, 1.09973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 405, '2021-05-09 00:00:00', 0.0277621768155631, 0.0679615384615383, 0.031352370785095, 0.097134615384613, 0.0644715799045201, 0.136769230769227, 0.126020885021251, 0.426211538461536, 0.470482248500245, 1.10311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 420, '2021-05-09 00:00:00', 0.0321198536733895, 0.0757500000000004, 0.0310724711205635, 0.0895384615384606, 0.0678484085182692, 0.137442307692304, 0.1368212941704, 0.439557692307692, 0.479923851732271, 1.10728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 435, '2021-05-09 00:00:00', 0.0224729581086631, 0.0615769230769209, 0.0629736727652046, 0.100211538461535, 0.065203846040415, 0.14380769230769, 0.13543585623404, 0.457634615384615, 0.479977360042999, 1.10611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 450, '2021-05-09 00:00:00', 0.0547952693073196, 0.0748076923076931, 0.056212197553969, 0.101134615384615, 0.0677660795565299, 0.148307692307692, 0.14768771627479, 0.486807692307693, 0.480369987213383, 1.10473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 465, '2021-05-09 00:00:00', 0.0384756266505676, 0.0675769230769233, 0.0508574364882275, 0.108326923076919, 0.0673152742982346, 0.156884615384613, 0.188297330345881, 0.51676923076923, 0.480798325304265, 1.10351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 480, '2021-05-09 00:00:00', 0.0378045174345835, 0.089192307692304, 0.0550710764516047, 0.119288461538461, 0.0584399790712326, 0.176865384615386, 0.212621349966415, 0.539538461538461, 0.480820288273473, 1.10351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 495, '2021-05-09 00:00:00', 0.0451060800950188, 0.0805384615384602, 0.049782422755269, 0.114519230769229, 0.0747379524636695, 0.199192307692308, 0.255340436401169, 0.567961538461537, 0.480153834323319, 1.10673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 510, '2021-05-09 00:00:00', 0.0387450691651877, 0.0830961538461543, 0.0471504670015213, 0.131442307692311, 0.0724610691230914, 0.202557692307689, 0.287785200346479, 0.591692307692306, 0.480039622162749, 1.10982692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 525, '2021-05-09 00:00:00', 0.0336972322533812, 0.0887115384615417, 0.050499459250725, 0.154653846153847, 0.086740180113684, 0.23982692307692, 0.288583548760816, 0.59026923076923, 0.479535774313193, 1.11017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 540, '2021-05-09 00:00:00', 0.0491165842272664, 0.129673076923077, 0.0595977058154217, 0.16505769230769, 0.114785867530005, 0.288153846153845, 0.294308989904256, 0.586192307692306, 0.471591413766686, 1.1106923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 555, '2021-05-09 00:00:00', 0.0379298542859558, 0.103076923076918, 0.068964676019403, 0.179942307692304, 0.108233730346023, 0.289903846153844, 0.298446947353492, 0.575903846153845, 0.473418190885753, 1.13828846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 570, '2021-05-09 00:00:00', 0.0659443967410327, 0.146788461538459, 0.102828393265375, 0.220038461538459, 0.117397721442969, 0.296749999999996, 0.294771817878486, 0.588269230769229, 0.479276957028462, 1.15180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 585, '2021-05-09 00:00:00', 0.0649846609119897, 0.139884615384612, 0.0787378806303176, 0.221423076923074, 0.111383771777513, 0.293730769230764, 0.298087891659238, 0.593365384615382, 0.492274684109781, 1.16673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 600, '2021-05-09 00:00:00', 0.0721785632996375, 0.174249999999998, 0.102469359397747, 0.214980769230765, 0.114484350626891, 0.287557692307689, 0.2873155729534, 0.599961538461537, 0.481336754418202, 1.16563461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 615, '2021-05-09 00:00:00', 0.0754216786831549, 0.141480769230766, 0.093402497495847, 0.215057692307689, 0.10986185206186, 0.291442307692302, 0.276414318342264, 0.610153846153845, 0.468824925909289, 1.16313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 630, '2021-05-09 00:00:00', 0.0836170966139903, 0.162173076923075, 0.106146567754939, 0.215576923076918, 0.110282771162968, 0.311519230769227, 0.244196446770596, 0.588769230769229, 0.45327797083705, 1.15432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 645, '2021-05-09 00:00:00', 0.0564288796764418, 0.14403846153846, 0.0660181705756359, 0.205326923076919, 0.127846826921307, 0.312134615384612, 0.233464555043243, 0.57953846153846, 0.455143523010559, 1.1464423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 660, '2021-05-09 00:00:00', 0.0365818786580711, 0.137423076923075, 0.0761029869018593, 0.214230769230768, 0.144388844657539, 0.32196153846154, 0.222475797300773, 0.573403846153846, 0.442056354308606, 1.13740384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 675, '2021-05-09 00:00:00', 0.0661811035080152, 0.150038461538463, 0.0961301281516972, 0.219307692307693, 0.188796183346364, 0.325173076923078, 0.212610091843841, 0.553365384615383, 0.4259587308468, 1.12559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 690, '2021-05-09 00:00:00', 0.074757042374721, 0.148346153846153, 0.103613735353218, 0.215615384615383, 0.191323991217476, 0.315980769230767, 0.233122153519434, 0.539961538461535, 0.424311652516802, 1.11946153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 705, '2021-05-09 00:00:00', 0.0591674449208474, 0.138942307692305, 0.143657434410958, 0.208538461538461, 0.159923399933074, 0.279423076923075, 0.224067757609164, 0.532999999999998, 0.426283753457179, 1.13296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 720, '2021-05-09 00:00:00', 0.0953261768875705, 0.153500000000001, 0.124985403763184, 0.224865384615383, 0.155052313752487, 0.269499999999999, 0.24545701488009, 0.537615384615382, 0.423897618716888, 1.13236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 735, '2021-05-09 00:00:00', 0.0975222026002298, 0.152999999999996, 0.0897963871981861, 0.181865384615381, 0.126580336302532, 0.260192307692305, 0.25130596200341, 0.539942307692304, 0.416760123313902, 1.13309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 750, '2021-05-09 00:00:00', 0.0359998771365423, 0.121134615384616, 0.118287662728817, 0.181365384615382, 0.122258553263786, 0.262576923076924, 0.245810283317468, 0.525846153846154, 0.402838168022081, 1.12651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 765, '2021-05-09 00:00:00', 0.0949851830550397, 0.128249999999994, 0.0949136956154594, 0.185519230769228, 0.122070956666759, 0.262038461538457, 0.238403346001296, 0.518653846153843, 0.400312053278441, 1.122 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 780, '2021-05-09 00:00:00', 0.0599578473724559, 0.140288461538462, 0.0764283072810492, 0.183615384615386, 0.118126542317975, 0.260500000000002, 0.231134773371594, 0.533711538461538, 0.389001003063767, 1.12390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 795, '2021-05-09 00:00:00', 0.0507622512684952, 0.119384615384616, 0.0592136711085701, 0.166826923076922, 0.113631904038367, 0.253980769230772, 0.231741095588623, 0.525653846153844, 0.394707855449885, 1.10386538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 810, '2021-05-09 00:00:00', 0.0462458813134938, 0.126307692307694, 0.0778939120757312, 0.176192307692311, 0.104279721828433, 0.254596153846156, 0.225077538776169, 0.54196153846154, 0.397791704770998, 1.10309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 825, '2021-05-09 00:00:00', 0.055589446286696, 0.12444230769231, 0.102198893566192, 0.188423076923081, 0.110319914165748, 0.254211538461541, 0.20655182251584, 0.543653846153847, 0.399175099905564, 1.10859615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 840, '2021-05-09 00:00:00', 0.0858228676716468, 0.137269230769234, 0.0927848566059385, 0.18298076923077, 0.11110177073989, 0.253288461538462, 0.20183156057999, 0.584673076923076, 0.396877365771266, 1.10571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 855, '2021-05-09 00:00:00', 0.0442210183231704, 0.119961538461538, 0.0697278362911529, 0.179634615384616, 0.103995088641429, 0.24603846153846, 0.246713366074881, 0.610749999999997, 0.393959183750728, 1.10153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 870, '2021-05-09 00:00:00', 0.0667606286553792, 0.129692307692306, 0.0863802327814945, 0.17976923076923, 0.181183690257665, 0.265019230769224, 0.249440722108787, 0.613423076923075, 0.395125898144652, 1.09434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 885, '2021-05-09 00:00:00', 0.0634704928414672, 0.132711538461542, 0.0658575385557014, 0.183153846153847, 0.163648583391834, 0.273826923076923, 0.243708501792929, 0.607076923076923, 0.392517743352012, 1.08717307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 900, '2021-05-09 00:00:00', 0.0497939909874812, 0.135307692307693, 0.16763263061276, 0.200826923076919, 0.174875957137094, 0.278903846153845, 0.235717586074132, 0.603903846153844, 0.390459550254079, 1.08209615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 915, '2021-05-09 00:00:00', 0.166425053587309, 0.146461538461535, 0.16401414104137, 0.199538461538462, 0.191077391690865, 0.282980769230767, 0.239175054172589, 0.60855769230769, 0.392352322046635, 1.08373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 930, '2021-05-09 00:00:00', 0.0536723965725959, 0.137384615384619, 0.0858117909237335, 0.19078846153846, 0.137632443905441, 0.26148076923077, 0.230972486706499, 0.596519230769228, 0.397219374091758, 1.08463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 945, '2021-05-09 00:00:00', 0.0583708732687242, 0.134173076923075, 0.0889857637706478, 0.187615384615383, 0.0944380220038506, 0.263999999999998, 0.220913196492684, 0.57459615384615, 0.396720940964807, 1.07775 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 960, '2021-05-09 00:00:00', 0.0645875672722959, 0.133576923076926, 0.0725989298501327, 0.17623076923077, 0.109213307515441, 0.311557692307695, 0.215073786980547, 0.564423076923075, 0.407127711960456, 1.08357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 975, '2021-05-09 00:00:00', 0.041530304042302, 0.114384615384613, 0.0567739410699651, 0.196096153846152, 0.107697719781593, 0.313173076923076, 0.21232010303748, 0.54911538461538, 0.417097559146726, 1.08957692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 990, '2021-05-09 00:00:00', 0.0499530125371677, 0.153288461538458, 0.0847369163942144, 0.249249999999998, 0.0886639225042859, 0.318365384615384, 0.214369742590837, 0.538942307692303, 0.443670676983939, 1.11001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1005, '2021-05-09 00:00:00', 0.0519244606653254, 0.159480769230769, 0.0757268776591252, 0.212499999999999, 0.0895129578071466, 0.29701923076923, 0.205730006038533, 0.522653846153842, 0.455434139458843, 1.11665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1020, '2021-05-09 00:00:00', 0.0628551081089258, 0.148269230769227, 0.0777693038118787, 0.21773076923077, 0.125402146957452, 0.343461538461538, 0.193141427854943, 0.50036538461538, 0.451456649677976, 1.10355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1035, '2021-05-09 00:00:00', 0.0617073770680253, 0.159096153846156, 0.0718662753902111, 0.221807692307692, 0.193649183199531, 0.382884615384614, 0.182841735893687, 0.487096153846153, 0.480868547526247, 1.1065 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1050, '2021-05-09 00:00:00', 0.0517264587852448, 0.135942307692305, 0.123899872726077, 0.24846153846154, 0.185729965272166, 0.343999999999998, 0.166344916224833, 0.445634615384612, 0.466658821179474, 1.08384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1065, '2021-05-09 00:00:00', 0.099653848974259, 0.187519230769232, 0.172598092511075, 0.265192307692304, 0.169250424383063, 0.306884615384614, 0.158398091480347, 0.407846153846151, 0.472056512669666, 1.05936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1080, '2021-05-09 00:00:00', 0.157940593749186, 0.18013461538461, 0.158202242763446, 0.214480769230769, 0.148951883041265, 0.247711538461536, 0.149100987975884, 0.359230769230765, 0.460119206962049, 1.04376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1095, '2021-05-09 00:00:00', 0.0677788712255949, 0.124846153846155, 0.0884606474871538, 0.167884615384617, 0.0992262992433895, 0.21496153846154, 0.115623813091622, 0.325384615384613, 0.454846140088984, 1.02763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1110, '2021-05-09 00:00:00', 0.0635316759274775, 0.121923076923078, 0.073663687432505, 0.155826923076922, 0.0931029475696307, 0.208673076923075, 0.113514993926589, 0.308076923076918, 0.455396525441965, 1.02215384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1125, '2021-05-09 00:00:00', 0.0476850121591157, 0.107596153846154, 0.0580419211896407, 0.148230769230772, 0.0853049755064323, 0.193673076923073, 0.114729878410114, 0.293749999999997, 0.453173390148253, 1.01619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1140, '2021-05-09 00:00:00', 0.0383510555465982, 0.104788461538464, 0.0495635411909213, 0.135230769230767, 0.0768730346840708, 0.18178846153846, 0.110803785342171, 0.271326923076921, 0.432061176669017, 1.00540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1155, '2021-05-09 00:00:00', 0.0335410425965213, 0.0881923076923058, 0.0572024071575267, 0.128153846153842, 0.0754136821905613, 0.181788461538458, 0.110201835807687, 0.259269230769228, 0.426072840016821, 1.00325 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1170, '2021-05-09 00:00:00', 0.0368646015325529, 0.0901730769230741, 0.0608531144516207, 0.132192307692307, 0.0731402866993448, 0.170692307692304, 0.0943283891519444, 0.254749999999998, 0.422267514552274, 1.00307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1185, '2021-05-09 00:00:00', 0.0500743485690591, 0.0849038461538455, 0.0506911196895955, 0.117980769230766, 0.0563970846218704, 0.144634615384613, 0.101037633887272, 0.240711538461536, 0.420418888179947, 0.99969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1200, '2021-05-09 00:00:00', 0.0308995705720711, 0.0847115384615368, 0.0361154612107029, 0.108557692307691, 0.041180563936809, 0.136173076923077, 0.110291969161577, 0.261961538461541, 0.419361236332667, 0.999942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1215, '2021-05-09 00:00:00', 0.025971137826446, 0.0690000000000004, 0.0354714890928109, 0.0944423076923099, 0.0396142214168295, 0.134942307692309, 0.10922349176732, 0.265134615384616, 0.415695471006584, 0.996230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1230, '2021-05-09 00:00:00', 0.0319020918050534, 0.073211538461541, 0.0344333246456627, 0.0994230769230772, 0.0630161792411583, 0.146173076923076, 0.105099859108445, 0.267096153846154, 0.410538768430725, 0.994903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1245, '2021-05-09 00:00:00', 0.0230402657570114, 0.0714230769230769, 0.0356207588568569, 0.102038461538461, 0.0649944642613161, 0.138096153846155, 0.100884480776472, 0.25896153846154, 0.407140198873144, 0.991307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1260, '2021-05-09 00:00:00', 0.0324336778910203, 0.0712115384615391, 0.0547016136732838, 0.102557692307688, 0.0652103489898997, 0.136980769230767, 0.101162017803885, 0.257076923076924, 0.405437429963473, 0.991019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1275, '2021-05-09 00:00:00', 0.0429785859022092, 0.0716730769230754, 0.0431267363084126, 0.0943461538461551, 0.0559068903143009, 0.134096153846156, 0.0912245011791463, 0.255019230769231, 0.401701115450092, 0.984384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1290, '2021-05-09 00:00:00', 0.034232131779279, 0.0681730769230805, 0.0357321068723708, 0.0982115384615412, 0.0539363620746375, 0.131365384615388, 0.0911133106884819, 0.264846153846156, 0.40013715917651, 0.978384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1305, '2021-05-09 00:00:00', 0.0234199454771746, 0.074923076923075, 0.0367371798674744, 0.104596153846154, 0.0474157552523754, 0.121576923076924, 0.0874697859922982, 0.26971153846154, 0.399882509668105, 0.976192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1320, '2021-05-09 00:00:00', 0.0305564295135309, 0.0746538461538495, 0.0396115998938928, 0.0903269230769242, 0.0416781855872609, 0.108634615384619, 0.0988074195283275, 0.269884615384616, 0.395924139975558, 0.978269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1335, '2021-05-09 00:00:00', 0.0298958962967303, 0.06026923076923, 0.0306156885373411, 0.0739038461538465, 0.0453033705657261, 0.109346153846155, 0.0981922545120266, 0.271326923076927, 0.394835213923287, 0.982384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1350, '2021-05-09 00:00:00', 0.0173033678358133, 0.0495576923076912, 0.0358817984713484, 0.0817115384615433, 0.0461720861393753, 0.114807692307694, 0.0960645536165086, 0.279038461538462, 0.392831422055119, 0.984115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1365, '2021-05-09 00:00:00', 0.0354356241872306, 0.0722115384615417, 0.0420469929410489, 0.0935192307692297, 0.0586864025661333, 0.123423076923076, 0.102196176354789, 0.288038461538463, 0.392250896944606, 0.984884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1380, '2021-05-09 00:00:00', 0.0341645115017595, 0.0740769230769226, 0.0392754376169145, 0.0939999999999996, 0.0652575017791954, 0.150692307692309, 0.107190407507104, 0.300211538461538, 0.384807264944212, 0.983365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1395, '2021-05-09 00:00:00', 0.0401504717857168, 0.0609038461538456, 0.0470467361738889, 0.0828461538461537, 0.0572743498771132, 0.165865384615385, 0.156670365613728, 0.327711538461537, 0.383370114400409, 0.983230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1410, '2021-05-09 00:00:00', 0.0287863014964804, 0.0533653846153853, 0.0461289997223532, 0.118730769230772, 0.054364085995754, 0.165423076923074, 0.295648354663757, 0.371519230769229, 0.383286356597576, 0.983134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 2, 1425, '2021-05-09 00:00:00', 0.0380961132683371, 0.0995769230769241, 0.0446180068857979, 0.142442307692306, 0.0465661481534165, 0.161115384615385, 0.296224613323173, 0.385692307692307, 0.38106812433555, 0.984153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 0, '2021-05-09 00:00:00', 0.0362576888397442, 0.111499999999998, 0.0408527044580719, 0.133788461538459, 0.0432441192089002, 0.153423076923076, 0.300700766799567, 0.395865384615384, 0.377855450587205, 0.985807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 15, '2021-05-09 00:00:00', 0.0499484696000245, 0.0749807692307682, 0.0402972226567311, 0.0971153846153881, 0.0488328743305619, 0.142480769230768, 0.288071137715352, 0.376403846153849, 0.365752621842434, 0.978903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 30, '2021-05-09 00:00:00', 0.0338267077003665, 0.0728846153846169, 0.0400673327518343, 0.0941346153846139, 0.0761487006808702, 0.161730769230766, 0.288216750700956, 0.370653846153849, 0.37312756737939, 0.980807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 45, '2021-05-09 00:00:00', 0.0342976843802296, 0.0633653846153816, 0.0378742859795585, 0.106192307692302, 0.0676089775559, 0.160423076923074, 0.288444888750269, 0.361423076923079, 0.372450186653817, 0.977192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 60, '2021-05-09 00:00:00', 0.0298646176037004, 0.0833461538461474, 0.0604932672668244, 0.126153846153841, 0.0806854791053623, 0.158442307692304, 0.288455238495309, 0.35473076923077, 0.369882783927765, 0.973923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 75, '2021-05-09 00:00:00', 0.0437386688623033, 0.0756346153846163, 0.0519011523512175, 0.102480769230769, 0.0739929024662843, 0.144019230769232, 0.28952980250479, 0.337557692307694, 0.366678276506174, 0.964461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 90, '2021-05-09 00:00:00', 0.0271901848806896, 0.068115384615383, 0.0408774575831416, 0.0944423076923077, 0.0619970129553413, 0.143480769230771, 0.27986789740876, 0.332000000000001, 0.361453586764074, 0.961653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 105, '2021-05-09 00:00:00', 0.0259873711933007, 0.0647884615384577, 0.0397677488192881, 0.107423076923076, 0.0631467064735901, 0.14655769230769, 0.261708576179984, 0.332326923076923, 0.354629672497077, 0.957230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 120, '2021-05-09 00:00:00', 0.0310321421457478, 0.0864230769230807, 0.0484580865681476, 0.114615384615385, 0.061023917127128, 0.16446153846154, 0.255352881021843, 0.328076923076925, 0.351506693228757, 0.956846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 135, '2021-05-09 00:00:00', 0.0322397807303116, 0.0732884615384622, 0.0374064165618713, 0.105000000000001, 0.110449983459275, 0.183326923076924, 0.259105392872063, 0.318769230769233, 0.347393775684906, 0.955846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 150, '2021-05-09 00:00:00', 0.0235589930567102, 0.0743846153846142, 0.0510860548486551, 0.117750000000002, 0.259975191124079, 0.218000000000001, 0.258123498319345, 0.310096153846154, 0.347423000877116, 0.956807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 165, '2021-05-09 00:00:00', 0.0365328566551381, 0.0909807692307702, 0.0940012949992635, 0.146788461538461, 0.244118728995044, 0.220076923076925, 0.240979106180154, 0.309480769230769, 0.34218609197111, 0.954692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 180, '2021-05-09 00:00:00', 0.0806118811628634, 0.112846153846153, 0.225650977089708, 0.175711538461541, 0.233731265806238, 0.218730769230771, 0.22760093280869, 0.303230769230769, 0.33329084088133, 0.955269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 195, '2021-05-09 00:00:00', 0.161766022865889, 0.119615384615385, 0.157698125690051, 0.154826923076921, 0.160769559164187, 0.201865384615385, 0.158946000748199, 0.275134615384615, 0.320845451053211, 0.936788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 210, '2021-05-09 00:00:00', 0.0356177786203208, 0.0878846153846131, 0.0606658597438595, 0.121442307692307, 0.0745387173528987, 0.166596153846155, 0.0936371166545856, 0.249019230769229, 0.321215348924385, 0.929596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 225, '2021-05-09 00:00:00', 0.0539826467843667, 0.0908846153846143, 0.0716864674494733, 0.13398076923077, 0.0764718173326199, 0.161826923076922, 0.0887243180609716, 0.243730769230768, 0.323116645406052, 0.930942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 240, '2021-05-09 00:00:00', 0.0475427742629244, 0.0933461538461546, 0.0574903336356508, 0.119461538461538, 0.053438033847984, 0.147288461538461, 0.0866533966665245, 0.234865384615384, 0.324492555325294, 0.931461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 255, '2021-05-09 00:00:00', 0.035706560483173, 0.0749615384615389, 0.0350739000046824, 0.0950384615384617, 0.0342980151926272, 0.130076923076922, 0.085433431125328, 0.236634615384616, 0.325160029240042, 0.928730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 270, '2021-05-09 00:00:00', 0.0288287249911519, 0.0666538461538485, 0.0273006339740434, 0.0957307692307716, 0.0372862111035902, 0.126192307692309, 0.0844880965671411, 0.239961538461538, 0.327080103103435, 0.931923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 285, '2021-05-09 00:00:00', 0.0228662078521675, 0.0682115384615411, 0.0262405220984669, 0.0902499999999975, 0.0453160397821625, 0.131211538461537, 0.0808073706653449, 0.246865384615381, 0.331485784008908, 0.93325 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 300, '2021-05-09 00:00:00', 0.019637170405597, 0.0649615384615371, 0.0294256037125199, 0.0921153846153828, 0.0497342476027901, 0.125346153846151, 0.0912293728003156, 0.258038461538458, 0.327583117462049, 0.933673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 315, '2021-05-09 00:00:00', 0.0282055163726218, 0.0671346153846151, 0.0401583596048726, 0.0979230769230755, 0.0616115529875613, 0.122288461538461, 0.138710484324507, 0.315038461538461, 0.328231883910423, 0.93301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 330, '2021-05-09 00:00:00', 0.0254660860452025, 0.0686923076923067, 0.0431497259105318, 0.089173076923078, 0.0588136594547707, 0.115442307692309, 0.140760643811239, 0.332826923076924, 0.32861494008361, 0.932826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 345, '2021-05-09 00:00:00', 0.0389619192782652, 0.0621346153846164, 0.0548187818740429, 0.0886730769230746, 0.064716461465496, 0.124096153846153, 0.151831141023889, 0.354653846153844, 0.326610509628824, 0.937249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 360, '2021-05-09 00:00:00', 0.0274742396829092, 0.0654230769230756, 0.0282256021261627, 0.0847307692307682, 0.059712825577602, 0.12230769230769, 0.174381076955042, 0.380999999999997, 0.329710941000424, 0.93326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 375, '2021-05-09 00:00:00', 0.0192659923579962, 0.0570384615384617, 0.0339915374083682, 0.083230769230772, 0.057811820058372, 0.116442307692309, 0.17907065751992, 0.402903846153842, 0.329766740987534, 0.932788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 390, '2021-05-09 00:00:00', 0.0283304674266998, 0.0613461538461538, 0.0493992875999697, 0.08351923076923, 0.0542976837585024, 0.122038461538462, 0.18433616135912, 0.423903846153844, 0.329785356767795, 0.932807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 405, '2021-05-09 00:00:00', 0.0339243785726182, 0.0557115384615372, 0.0418060540334323, 0.084115384615384, 0.0431002454035495, 0.112634615384614, 0.186019545085581, 0.438134615384614, 0.331809470931738, 0.934749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 420, '2021-05-09 00:00:00', 0.0315617404706773, 0.0632884615384615, 0.0369619606955795, 0.0865576923076908, 0.0452865916648138, 0.112346153846151, 0.181419942080841, 0.461153846153844, 0.333564071229779, 0.939480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 435, '2021-05-09 00:00:00', 0.0278125041054497, 0.0651538461538446, 0.0400850825888406, 0.0895769230769212, 0.050232000220521, 0.136423076923074, 0.171393820012456, 0.480307692307691, 0.32968021102041, 0.945307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 450, '2021-05-09 00:00:00', 0.0357880781610495, 0.0674423076923067, 0.0409238175901746, 0.0861730769230768, 0.0520435062083806, 0.138942307692306, 0.177241208960686, 0.502384615384611, 0.330023190327356, 0.947384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 465, '2021-05-09 00:00:00', 0.0232547761843605, 0.0637692307692281, 0.0368656865683228, 0.107826923076919, 0.0461753222470154, 0.148096153846148, 0.185514060217715, 0.53205769230769, 0.329546997348691, 0.947211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 480, '2021-05-09 00:00:00', 0.0373416451370132, 0.0925384615384596, 0.0425451479652488, 0.117980769230767, 0.0653719064571795, 0.170115384615383, 0.186431270074359, 0.539961538461538, 0.327313230948347, 0.949865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 495, '2021-05-09 00:00:00', 0.0261958892840995, 0.0727692307692284, 0.0425951468885998, 0.111942307692305, 0.117114212827285, 0.23282692307692, 0.186728643099678, 0.536884615384614, 0.329219681157642, 0.953038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 510, '2021-05-09 00:00:00', 0.029487944081502, 0.0783269230769227, 0.0482054297931098, 0.12221153846154, 0.109323459724593, 0.247673076923078, 0.191693978879, 0.549307692307692, 0.337600305892133, 0.957057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 525, '2021-05-09 00:00:00', 0.0333526437655803, 0.0828269230769223, 0.0908847558513215, 0.183826923076919, 0.108456322296831, 0.253423076923076, 0.19113556606604, 0.544230769230768, 0.344853534684823, 0.958096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 540, '2021-05-09 00:00:00', 0.0875839904583954, 0.158846153846153, 0.0943602690999572, 0.204096153846155, 0.145108523049264, 0.279211538461539, 0.191600979602445, 0.553653846153848, 0.344481899156042, 0.964826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 555, '2021-05-09 00:00:00', 0.0692686770148334, 0.119980769230771, 0.0745105671390628, 0.168730769230768, 0.161184972576898, 0.270653846153844, 0.193043858109619, 0.546865384615386, 0.345390272568028, 0.971403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 570, '2021-05-09 00:00:00', 0.0525464666161836, 0.116865384615385, 0.138052236490396, 0.186499999999999, 0.164466943136349, 0.303846153846155, 0.192583245736646, 0.54244230769231, 0.350825642098532, 0.977134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 585, '2021-05-09 00:00:00', 0.13811420580865, 0.141076923076923, 0.156089783088502, 0.214903846153845, 0.159869085865233, 0.309730769230771, 0.176797076202767, 0.548884615384617, 0.361816562639137, 0.985750000000004 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 600, '2021-05-09 00:00:00', 0.0684539148737209, 0.162461538461538, 0.0918782157992938, 0.230057692307693, 0.116068303829456, 0.309865384615387, 0.149234860074779, 0.526788461538463, 0.345829349312857, 0.965326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 615, '2021-05-09 00:00:00', 0.0453295115281967, 0.14723076923077, 0.0761320007517346, 0.198807692307695, 0.106783852495809, 0.277865384615387, 0.122010875933888, 0.505423076923078, 0.352415491233769, 0.971038461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 630, '2021-05-09 00:00:00', 0.0604839616376493, 0.139980769230771, 0.0947814916207096, 0.215365384615387, 0.107512970594967, 0.285326923076923, 0.117403400553554, 0.489961538461539, 0.361751598263439, 0.975826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 645, '2021-05-09 00:00:00', 0.0594524276530927, 0.154365384615385, 0.06753246512718, 0.20142307692308, 0.112742067774872, 0.310076923076924, 0.122911838323246, 0.4775, 0.356593375407641, 0.989153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 660, '2021-05-09 00:00:00', 0.0576056520998221, 0.142634615384617, 0.0849150820163641, 0.204634615384612, 0.115450568842917, 0.294076923076923, 0.127896304150606, 0.467269230769231, 0.386331870088597, 0.999576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 675, '2021-05-09 00:00:00', 0.0512571083250516, 0.132134615384613, 0.116472855867132, 0.213115384615386, 0.115265394433222, 0.265634615384616, 0.150138035205556, 0.468519230769234, 0.401300062297524, 1.006 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 690, '2021-05-09 00:00:00', 0.111684755519204, 0.164730769230771, 0.11357840396023, 0.205423076923077, 0.109857174759565, 0.268673076923076, 0.146592428180998, 0.473500000000002, 0.406282689099027, 1.00178846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 705, '2021-05-09 00:00:00', 0.0501940695240436, 0.123769230769226, 0.0662224688803992, 0.173653846153841, 0.0686817325394123, 0.23859615384615, 0.133315582792805, 0.46823076923077, 0.393664445161886, 0.986153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 720, '2021-05-09 00:00:00', 0.0486835306222368, 0.120884615384617, 0.0545940437720502, 0.169980769230767, 0.0704183679054107, 0.224057692307693, 0.174584131140704, 0.48067307692308, 0.421851235171102, 0.992769230769235 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 735, '2021-05-09 00:00:00', 0.04470665068404, 0.11823076923077, 0.0559185121404369, 0.157000000000002, 0.0766260650572273, 0.205076923076922, 0.200808668982347, 0.491307692307698, 0.422661028030008, 1.00026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983605 and enddate = '2021-05-09 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 983605, 3, 750, '2021-05-09 00:00:00', 0.0413775487246615, 0.109692307692306, 0.061782612067204, 0.157865384615385, 0.0612436244719547, 0.194692307692306, 0.247665802272709, 0.514980769230772, 0.444404814157266, 1.01082692307693 where not exists [...];[ Date: 2021-05-09 15:55:17 - Database: acaweb_fx - User: pgperfstats ]
13 18s798ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983545, 1, 960, '2021-05-09 00:00:00', 0.000292583518648298, 0.000791346153846154, 0.00034713536486284, 0.0010501923076923, 0.000749688242897312, 0.0018673076923077, 0.0016528482642443, 0.00384423076923078, 0.00169410548213959, 0.00667076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983545, 1, 975, '2021-05-09 00:00:00', 0.000316001764844135, 0.000733653846153849, 0.000501457759552456, 0.00113826923076923, 0.000871492089200177, 0.00202769230769229, 0.00159154638154702, 0.00369826923076924, 0.00168570871879321, 0.00664826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 990, '2021-05-09 00:00:00', 0.000435651104228335, 0.000961730769230771, 0.000735853690516105, 0.00160557692307692, 0.00104942792107819, 0.00223519230769229, 0.00160432712950369, 0.00362653846153847, 0.00168556532401996, 0.0066426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1005, '2021-05-09 00:00:00', 0.000524165417225698, 0.00113576923076922, 0.000658520953466063, 0.0015603846153846, 0.00095028343949824, 0.00222884615384614, 0.00152405916753707, 0.00344288461538461, 0.00172545004162796, 0.00656538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1020, '2021-05-09 00:00:00', 0.00046827773645727, 0.00105903846153845, 0.000711905784604847, 0.00154461538461538, 0.00084795192171399, 0.00230769230769231, 0.00134792993712009, 0.00315634615384616, 0.00182092521918013, 0.00662557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1035, '2021-05-09 00:00:00', 0.000417874843243016, 0.000969230769230765, 0.000705190127117937, 0.00140134615384615, 0.00100613649861543, 0.00220557692307692, 0.00134104507180607, 0.00285826923076923, 0.00188200009196437, 0.00658288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1050, '2021-05-09 00:00:00', 0.000522731729990116, 0.00098230769230768, 0.000664341808455202, 0.00158096153846153, 0.000902977318907582, 0.00204403846153844, 0.00115108116401659, 0.00265961538461539, 0.00192525216130653, 0.00651826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1065, '2021-05-09 00:00:00', 0.000369298503402569, 0.00118576923076924, 0.00068005726568824, 0.00159173076923078, 0.000710660932891677, 0.00186019230769231, 0.001071715160206, 0.00251423076923078, 0.00197381508759054, 0.00646 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1080, '2021-05-09 00:00:00', 0.000609398852590373, 0.0010451923076923, 0.00059718084491925, 0.00128519230769229, 0.000715132048053971, 0.00168538461538461, 0.000909503774255283, 0.00231134615384615, 0.00204348820365119, 0.00653096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1095, '2021-05-09 00:00:00', 0.000302908465483455, 0.000738461538461538, 0.000370441576417206, 0.0010201923076923, 0.000687101968695055, 0.00136134615384615, 0.000921837316700474, 0.00211403846153846, 0.00212280253801069, 0.00658115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1110, '2021-05-09 00:00:00', 0.00028335116836778, 0.000728269230769228, 0.000599455137219189, 0.00100769230769231, 0.000751157875447085, 0.00125807692307692, 0.000838451044394466, 0.00201307692307692, 0.00214511675314315, 0.00665173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1125, '2021-05-09 00:00:00', 0.000348533410825337, 0.000653461538461541, 0.000407521636990471, 0.000826730769230771, 0.000607099282211365, 0.00117153846153846, 0.000774405876487567, 0.00193769230769231, 0.002240316298067, 0.00673634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1140, '2021-05-09 00:00:00', 0.00023321012314748, 0.000575192307692305, 0.000438077794285631, 0.000846923076923066, 0.000486154296494435, 0.001045, 0.000806800256473781, 0.00192557692307692, 0.00228742690509531, 0.00675961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1155, '2021-05-09 00:00:00', 0.000353795682019135, 0.000650769230769215, 0.000395240579121905, 0.00082634615384614, 0.000485710779722315, 0.00111480769230769, 0.000811793479800227, 0.00188057692307692, 0.00232137155246966, 0.00679826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1170, '2021-05-09 00:00:00', 0.00024990775221146, 0.000508269230769213, 0.000296059765276171, 0.000639230769230759, 0.000567487478682604, 0.00102596153846153, 0.000831338586951113, 0.00179461538461538, 0.00227642483698925, 0.00675903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1185, '2021-05-09 00:00:00', 0.000272151894805367, 0.000470576923076923, 0.000373853375207241, 0.000747884615384626, 0.000563136170170101, 0.00102788461538462, 0.000830512168206155, 0.0018026923076923, 0.00230421397410517, 0.00680903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1200, '2021-05-09 00:00:00', 0.000244482892275471, 0.000531730769230768, 0.000386652348320207, 0.000729038461538455, 0.000542011673164099, 0.00100442307692307, 0.000792034794301769, 0.00178365384615384, 0.00228209388501001, 0.00682250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1215, '2021-05-09 00:00:00', 0.000241428122764382, 0.000456538461538459, 0.000345074852526457, 0.000630576923076912, 0.000512470374378245, 0.000886730769230767, 0.000748600668940708, 0.00177980769230769, 0.00232040006497555, 0.00684769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1230, '2021-05-09 00:00:00', 0.000201727634352706, 0.000459038461538454, 0.000403569839537861, 0.000661153846153835, 0.000458699667119323, 0.000905769230769216, 0.00071565282193147, 0.00170980769230768, 0.00235907270732836, 0.00688903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1245, '2021-05-09 00:00:00', 0.00030965644734868, 0.00047634615384614, 0.000331789611280765, 0.00065211538461537, 0.000438593731759184, 0.000877692307692293, 0.00064041741195759, 0.00167230769230768, 0.00236017078912654, 0.00691692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1260, '2021-05-09 00:00:00', 0.000219535961658979, 0.000435961538461542, 0.000296870082955216, 0.000619615384615379, 0.000401147584581249, 0.000889230769230766, 0.000604520566552217, 0.00163865384615384, 0.00243039582879321, 0.00694326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1275, '2021-05-09 00:00:00', 0.000185479005654175, 0.000407692307692284, 0.000252629936102956, 0.000548269230769214, 0.000458124479221033, 0.000965961538461534, 0.000602080016404675, 0.00161711538461537, 0.00241776893341458, 0.00696384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1290, '2021-05-09 00:00:00', 0.00018132800708617, 0.000384615384615389, 0.00028964865985162, 0.000637884615384614, 0.000494824327801904, 0.00102365384615385, 0.000647167942773627, 0.00167711538461538, 0.00247894593759898, 0.0070398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1305, '2021-05-09 00:00:00', 0.000241965668257684, 0.000509230769230766, 0.000406189421518882, 0.000770384615384632, 0.000551056607450994, 0.00108576923076924, 0.000622694022898768, 0.00166538461538461, 0.00258929809318755, 0.00713615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1320, '2021-05-09 00:00:00', 0.000294131577045684, 0.000569230769230788, 0.000363612642582945, 0.000746923076923089, 0.000548914733465396, 0.00108076923076923, 0.000556787074341574, 0.00161538461538461, 0.00263063759454742, 0.00713807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1335, '2021-05-09 00:00:00', 0.000214914025744114, 0.000469038461538456, 0.000335095680939987, 0.000666346153846147, 0.000458552446459332, 0.000922115384615388, 0.000539641512060039, 0.00159980769230769, 0.00271229392694706, 0.00717711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1350, '2021-05-09 00:00:00', 0.000204477288563951, 0.000429807692307686, 0.00035020916826728, 0.000672692307692295, 0.000379752753572844, 0.000788076923076919, 0.000506028009258205, 0.00159288461538462, 0.00274070821841027, 0.00715153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1365, '2021-05-09 00:00:00', 0.000316952859877645, 0.000516346153846133, 0.00034407339333345, 0.000632499999999989, 0.000336925979088317, 0.000713653846153833, 0.000563810661071993, 0.0017276923076923, 0.00272879655779725, 0.00714942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1380, '2021-05-09 00:00:00', 0.000206449472305883, 0.00038076923076924, 0.000187703633012654, 0.000454423076923078, 0.000217639875447065, 0.000676346153846152, 0.000534862742996865, 0.00174192307692306, 0.00274053956646945, 0.00714365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1395, '2021-05-09 00:00:00', 9.84956070867436e-05, 0.000270769230769237, 0.000128943637060774, 0.0003976923076923, 0.000353382174901989, 0.000789807692307704, 0.000555400894711315, 0.00187192307692307, 0.00273170175193751, 0.0071273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1410, '2021-05-09 00:00:00', 0.000116337704715456, 0.000287307692307674, 0.000193110171823079, 0.000518461538461536, 0.000390466240045647, 0.000828269230769238, 0.000560833720044055, 0.00197269230769231, 0.00273168573623293, 0.0071298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 1, 1425, '2021-05-09 00:00:00', 0.000216410578441863, 0.000448461538461543, 0.000374792660629228, 0.000723461538461551, 0.00044317213186473, 0.000878461538461546, 0.000685769556495022, 0.00217673076923077, 0.00273168573623293, 0.0071298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 0, '2021-05-09 00:00:00', 0.000403124193499487, 0.000606346153846168, 0.000436995863384757, 0.000724230769230774, 0.000450875771735923, 0.000944807692307678, 0.000695648231176115, 0.00223730769230769, 0.00273335216144234, 0.00712596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 15, '2021-05-09 00:00:00', 0.000218572642386928, 0.000384999999999999, 0.000256171592131888, 0.000548269230769223, 0.000316474874443222, 0.000872115384615368, 0.000694724876369161, 0.00224557692307693, 0.00274755592089798, 0.00710846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 30, '2021-05-09 00:00:00', 0.000188764403423953, 0.000379999999999996, 0.000319495094460946, 0.000641346153846145, 0.000417377941623482, 0.000992115384615368, 0.000730650500476224, 0.00234192307692308, 0.00274849421711934, 0.00710769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 45, '2021-05-09 00:00:00', 0.000320658517141487, 0.000513269230769211, 0.000265658905075955, 0.000710576923076902, 0.00045245705278555, 0.00104576923076921, 0.000761729636066199, 0.00239903846153846, 0.00273654971563717, 0.00710788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 60, '2021-05-09 00:00:00', 0.000202623656451681, 0.000547884615384613, 0.000410424733097878, 0.000812307692307689, 0.000432508959444777, 0.00102, 0.000839851268884061, 0.00250307692307693, 0.00273551036582545, 0.0071048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 75, '2021-05-09 00:00:00', 0.000379797770074875, 0.000532115384615386, 0.000400345667949775, 0.000694423076923083, 0.000410877906252151, 0.000964423076923092, 0.000881832183581445, 0.00250500000000001, 0.00271955859682017, 0.00713519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 90, '2021-05-09 00:00:00', 0.000215855364680929, 0.000418461538461539, 0.000305780715797853, 0.000620384615384619, 0.000399892485550799, 0.000985000000000005, 0.000866672682424891, 0.00263153846153847, 0.00272093920436422, 0.00712307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 105, '2021-05-09 00:00:00', 0.000252003662977044, 0.000469615384615378, 0.000338789701051357, 0.000767692307692303, 0.000526536433102795, 0.00115115384615384, 0.000880830224626404, 0.00268326923076924, 0.00279131618389275, 0.00713403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 120, '2021-05-09 00:00:00', 0.000259048258052437, 0.000595000000000004, 0.000376130347700822, 0.000799038461538465, 0.000535090646526366, 0.00115999999999998, 0.000885059341774067, 0.00270903846153847, 0.00290479948334848, 0.00714903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 135, '2021-05-09 00:00:00', 0.000357771736425067, 0.000581153846153845, 0.000412824231548783, 0.000894615384615365, 0.00045861362990916, 0.0012626923076923, 0.000897151410769742, 0.00272557692307693, 0.00291370929995004, 0.00714673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 150, '2021-05-09 00:00:00', 0.000265283882777548, 0.000576538461538459, 0.000299251630674815, 0.000806538461538442, 0.000404783940468912, 0.00124096153846154, 0.000857263445729848, 0.00267384615384616, 0.00280217899417304, 0.00710134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 165, '2021-05-09 00:00:00', 0.000193634072017688, 0.000531923076923064, 0.000342740370453302, 0.000904807692307689, 0.00054547414096504, 0.00141596153846154, 0.000880688738344107, 0.00268442307692309, 0.00275958957372009, 0.00716615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 180, '2021-05-09 00:00:00', 0.000337036405246591, 0.000761538461538455, 0.000387999801744609, 0.00101961538461539, 0.000512747388696802, 0.00149326923076924, 0.000924758367608289, 0.00270096153846155, 0.00275559197186097, 0.00718134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 195, '2021-05-09 00:00:00', 0.000278473310418417, 0.000649230769230778, 0.000507064439843541, 0.0010271153846154, 0.000431621807390891, 0.00131576923076925, 0.000944468368978012, 0.00254250000000002, 0.00265368321684873, 0.00715115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 210, '2021-05-09 00:00:00', 0.000329814166790002, 0.000725769230769229, 0.000341989709696744, 0.000979807692307698, 0.000410024811631988, 0.00128711538461539, 0.00103743218499406, 0.00252846153846155, 0.00265724893162372, 0.00714826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 225, '2021-05-09 00:00:00', 0.000203632871005279, 0.000627884615384621, 0.000328297941604189, 0.000958461538461549, 0.000402035589698998, 0.00128384615384615, 0.000974125742159847, 0.0025048076923077, 0.00255819651016403, 0.00717076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 240, '2021-05-09 00:00:00', 0.000334766278974542, 0.000742307692307687, 0.000380497093893679, 0.000984038461538452, 0.000555911310026513, 0.00138923076923076, 0.000988940322536437, 0.00248980769230769, 0.0025287135373241, 0.00718807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 255, '2021-05-09 00:00:00', 0.000237008682087004, 0.00061365384615384, 0.000317848294728066, 0.000873461538461535, 0.000621668010584943, 0.00123634615384616, 0.0010450313208409, 0.00235230769230769, 0.00245523982848613, 0.00708384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 270, '2021-05-09 00:00:00', 0.000274025265539234, 0.000595384615384617, 0.000435796000264073, 0.000858076923076934, 0.00059455856281395, 0.00125173076923078, 0.00102224746740473, 0.00228673076923077, 0.00242235347258691, 0.00706288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 285, '2021-05-09 00:00:00', 0.000344396517895387, 0.00063019230769232, 0.000456230036444197, 0.000809615384615385, 0.000699214834378827, 0.00135076923076923, 0.000994925200126219, 0.00228807692307692, 0.00229808298035893, 0.00719076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 300, '2021-05-09 00:00:00', 0.00026889009765215, 0.000501730769230777, 0.000391593048182179, 0.000833653846153859, 0.000682791442423056, 0.00121692307692308, 0.000981227978684815, 0.00225211538461539, 0.00226631517259592, 0.00717730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 315, '2021-05-09 00:00:00', 0.000312861052963677, 0.000629038461538466, 0.000668777875048114, 0.000979615384615384, 0.000744278483861039, 0.00121269230769231, 0.00093480045176253, 0.00229673076923077, 0.00226376327248371, 0.00718192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 330, '2021-05-09 00:00:00', 0.000689651640044016, 0.000719230769230758, 0.000681254837668079, 0.000881923076923064, 0.000739146389164811, 0.00119076923076923, 0.00105965277331776, 0.002415, 0.00225799434488629, 0.00719230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 345, '2021-05-09 00:00:00', 0.000234929776741894, 0.000524999999999998, 0.000339179836574132, 0.000754807692307692, 0.000379840097935961, 0.0010825, 0.000911328784712833, 0.00243192307692308, 0.0021831135228948, 0.00715057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 360, '2021-05-09 00:00:00', 0.000231755258840005, 0.000512500000000001, 0.000326717768111864, 0.000737500000000006, 0.000396776239983436, 0.00106076923076924, 0.000960470637840562, 0.0025046153846154, 0.00218811460816419, 0.00716153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 375, '2021-05-09 00:00:00', 0.000226841608583215, 0.000481346153846156, 0.000283344584995303, 0.000773076923076928, 0.000382633586526939, 0.00100769230769231, 0.000975771410809846, 0.0027396153846154, 0.0021504827365036, 0.00717000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 390, '2021-05-09 00:00:00', 0.00015015440770702, 0.000487884615384613, 0.000216527933888089, 0.000672884615384617, 0.000381372017044542, 0.000936153846153839, 0.0010124937226776, 0.00280153846153848, 0.00207077307191894, 0.00715634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 405, '2021-05-09 00:00:00', 0.000144338277880608, 0.000456538461538463, 0.000178089972939342, 0.00061596153846153, 0.000484636937860154, 0.00104519230769228, 0.00108470827343648, 0.00286403846153847, 0.002023614929925, 0.00714923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 420, '2021-05-09 00:00:00', 0.000153739539981903, 0.000469615384615387, 0.000270521504903754, 0.000676730769230766, 0.000486564447466588, 0.00103519230769231, 0.00112599509836343, 0.0028798076923077, 0.00200466989417594, 0.00713923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 435, '2021-05-09 00:00:00', 0.000193122918211333, 0.000472307692307678, 0.000399232581143071, 0.00076442307692305, 0.000464414105662669, 0.00106769230769229, 0.00110124195622662, 0.00300461538461539, 0.00198604183083996, 0.00712807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 450, '2021-05-09 00:00:00', 0.000337967510955627, 0.000569038461538445, 0.000372961948976862, 0.000738846153846152, 0.000441762553693911, 0.00109807692307692, 0.00109025621547626, 0.00304884615384616, 0.00196611304354556, 0.00711750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 465, '2021-05-09 00:00:00', 0.000229996655494086, 0.000507307692307689, 0.000313307909497743, 0.000740384615384615, 0.000384193510937085, 0.00107942307692307, 0.000987418545812972, 0.00311076923076924, 0.00197330079776538, 0.00710596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 480, '2021-05-09 00:00:00', 0.000305830018147335, 0.000619999999999992, 0.000366049229560095, 0.000870961538461535, 0.000429570133971176, 0.0011975, 0.000996598985781925, 0.00319846153846155, 0.00202963643011784, 0.00713403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 495, '2021-05-09 00:00:00', 0.000258178307496066, 0.00055903846153846, 0.000313307172939573, 0.000809230769230763, 0.000490398425144918, 0.00130884615384615, 0.00103968915472922, 0.00323846153846155, 0.00199074354103028, 0.00720538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 510, '2021-05-09 00:00:00', 0.000198285439164397, 0.000573653846153842, 0.000364880170003171, 0.000848461538461542, 0.000495580933388744, 0.0014823076923077, 0.00107703719312967, 0.00334134615384616, 0.00204693689542352, 0.00725057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 525, '2021-05-09 00:00:00', 0.000264635598512376, 0.000555000000000002, 0.000309358144451485, 0.000962307692307685, 0.000590417746502102, 0.00154865384615384, 0.00110334033036747, 0.00339326923076923, 0.00202918638488812, 0.00726923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 540, '2021-05-09 00:00:00', 0.000209586405900918, 0.000742692307692288, 0.000454607015411698, 0.00116846153846154, 0.000691620838765998, 0.00172576923076923, 0.00116560806184848, 0.00346692307692309, 0.00203603151894901, 0.00728288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 555, '2021-05-09 00:00:00', 0.000306017407750202, 0.000760576923076923, 0.000402111350824046, 0.00120846153846154, 0.000693443470049189, 0.0019096153846154, 0.00115319037390257, 0.00345903846153847, 0.0020928344416126, 0.00727500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 570, '2021-05-09 00:00:00', 0.000357125543536378, 0.000914423076923064, 0.000493479521825936, 0.00131096153846153, 0.000791974188584855, 0.00194134615384616, 0.00112127544135445, 0.00341115384615385, 0.00209979824122369, 0.00721942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 585, '2021-05-09 00:00:00', 0.000342613484848458, 0.000814999999999993, 0.000602607794378874, 0.00138307692307693, 0.000805735139723121, 0.00188134615384616, 0.00111888778910818, 0.00337673076923078, 0.00205892436443437, 0.00720153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 600, '2021-05-09 00:00:00', 0.000562318825523809, 0.00113769230769231, 0.000747180469395566, 0.00147557692307693, 0.00080056739494321, 0.00191307692307692, 0.00117469491947746, 0.00333692307692307, 0.00201691005100528, 0.00720692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 615, '2021-05-09 00:00:00', 0.000384392427684967, 0.000881538461538455, 0.000462150533251474, 0.00123134615384615, 0.000623770791236644, 0.00169999999999999, 0.00120351715337237, 0.00317846153846153, 0.00200925753604504, 0.00713038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 630, '2021-05-09 00:00:00', 0.000310403211720117, 0.000803076923076919, 0.000377874266838148, 0.00110980769230768, 0.000521271669905574, 0.00161692307692308, 0.00122347556638392, 0.0031476923076923, 0.00202401825204601, 0.00710326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 645, '2021-05-09 00:00:00', 0.000303536653470393, 0.000782499999999998, 0.000484776078363863, 0.00118961538461539, 0.000464417791019435, 0.00164326923076924, 0.00125224094511215, 0.00313423076923076, 0.00204044973360889, 0.00714365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 660, '2021-05-09 00:00:00', 0.000289419844091329, 0.000829615384615392, 0.000361668834922029, 0.00107288461538463, 0.000508897337387423, 0.00153750000000002, 0.00118745584533295, 0.00311923076923077, 0.00193185814298446, 0.00714326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 675, '2021-05-09 00:00:00', 0.000251634426530611, 0.000646730769230783, 0.000318305429036089, 0.00100711538461539, 0.000388559073817809, 0.00141192307692309, 0.00110813738387372, 0.0030326923076923, 0.00184983892230149, 0.00708403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 690, '2021-05-09 00:00:00', 0.000186407844833264, 0.000771730769230778, 0.000228835849800335, 0.00104038461538463, 0.000485558045329916, 0.00147384615384617, 0.00100371908420634, 0.00307, 0.00191089234088723, 0.00705153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 705, '2021-05-09 00:00:00', 0.000230474176761403, 0.00068788461538463, 0.000313046076726498, 0.000935384615384633, 0.000615032206786459, 0.00146384615384616, 0.00104251354907263, 0.00316749999999999, 0.00194579325330708, 0.00702923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 720, '2021-05-09 00:00:00', 0.000269707248697558, 0.000655000000000008, 0.000510011613744073, 0.00105038461538461, 0.000785854091957371, 0.00148442307692308, 0.00106263185607173, 0.0032076923076923, 0.0019811962198476, 0.00700230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 735, '2021-05-09 00:00:00', 0.000376648989828012, 0.00073230769230769, 0.000486580572820329, 0.00101942307692308, 0.000686973182770741, 0.00141192307692307, 0.00107267546529515, 0.00318057692307692, 0.00203773895248178, 0.00697096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 750, '2021-05-09 00:00:00', 0.000224329085188581, 0.000658461538461535, 0.000375299060237813, 0.000934230769230783, 0.000472667552709741, 0.00129115384615385, 0.00100003232640059, 0.00301442307692308, 0.00199959484357745, 0.00686846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 765, '2021-05-09 00:00:00', 0.000277315704567928, 0.00067, 0.000342563189005389, 0.00093346153846153, 0.000407708040335059, 0.00132961538461539, 0.00101197027928386, 0.00310538461538462, 0.00204353175616664, 0.00686403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 780, '2021-05-09 00:00:00', 0.000234634576768618, 0.000635769230769228, 0.000265178894623705, 0.000904615384615393, 0.000378427515668969, 0.00134923076923076, 0.00109731679739544, 0.00317807692307693, 0.00208675313677639, 0.00687057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 795, '2021-05-09 00:00:00', 0.000183488000026817, 0.000600384615384629, 0.000256487816474785, 0.00089000000000001, 0.00042363173412039, 0.00133461538461538, 0.00114598860579652, 0.00319173076923077, 0.00211076796086527, 0.00684923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 810, '2021-05-09 00:00:00', 0.000267878632105031, 0.000659807692307706, 0.000349660054690478, 0.000923076923076928, 0.000611766420986099, 0.00139807692307691, 0.00109265428412441, 0.00321576923076923, 0.00208232034962479, 0.00685903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 825, '2021-05-09 00:00:00', 0.000282831017774543, 0.000650769230769228, 0.000429600216659448, 0.000917115384615372, 0.000572979963403215, 0.00143596153846153, 0.00104969631139386, 0.00316788461538462, 0.00211614976931071, 0.00679461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 840, '2021-05-09 00:00:00', 0.000325926608067151, 0.000683076923076923, 0.00047569042939226, 0.00100423076923076, 0.000523061549547856, 0.00142423076923077, 0.00108963679552128, 0.00333788461538462, 0.00212988454002702, 0.00678692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 855, '2021-05-09 00:00:00', 0.000327075914500232, 0.000704423076923067, 0.000312656914450726, 0.00105788461538461, 0.000457098036951175, 0.00136884615384615, 0.0010644597943775, 0.00341942307692308, 0.00212158396015806, 0.0067925 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 870, '2021-05-09 00:00:00', 0.000263874678879655, 0.000754615384615379, 0.000382005839665393, 0.00100730769230769, 0.000479800118639177, 0.00142307692307692, 0.00106112320752044, 0.00347269230769231, 0.0021235485631367, 0.0067825 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 885, '2021-05-09 00:00:00', 0.000305931113412567, 0.000680384615384606, 0.000338567400402612, 0.000988269230769227, 0.000634738013792969, 0.00162788461538461, 0.00111554845083208, 0.00353711538461538, 0.00213316348682852, 0.0067626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 900, '2021-05-09 00:00:00', 0.000260008949550108, 0.000744423076923077, 0.000456485065894425, 0.00111115384615385, 0.000699554473603357, 0.0017623076923077, 0.0011385257843099, 0.00353519230769231, 0.00215234020223426, 0.00674788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 915, '2021-05-09 00:00:00', 0.000385962582881597, 0.000826346153846149, 0.000606608890599088, 0.00130288461538462, 0.000754653562901567, 0.00176000000000001, 0.00121963186438178, 0.00351673076923077, 0.00219292780231219, 0.00671288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 930, '2021-05-09 00:00:00', 0.000559657347091802, 0.000917115384615385, 0.000638048949171194, 0.00129230769230769, 0.000700609624651171, 0.00173538461538462, 0.00125294209148522, 0.00347673076923076, 0.00219591988784794, 0.00672307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 945, '2021-05-09 00:00:00', 0.000364745643723647, 0.000890769230769225, 0.000527315881101208, 0.00119596153846154, 0.000693244573337254, 0.00188903846153846, 0.00124699023807171, 0.00339442307692307, 0.00204497421462019, 0.00665346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 960, '2021-05-09 00:00:00', 0.000316445644864708, 0.000825384615384625, 0.000402033532853248, 0.00113519230769231, 0.000759871269462024, 0.00191211538461539, 0.00129117876972347, 0.00337884615384616, 0.00202667193087202, 0.00667134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 975, '2021-05-09 00:00:00', 0.000381261872450707, 0.000791153846153841, 0.000506879328683043, 0.00144442307692306, 0.000671798962602554, 0.00187038461538461, 0.0011901884143019, 0.0033123076923077, 0.00193141048499236, 0.00667269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 990, '2021-05-09 00:00:00', 0.000433410269304338, 0.00116730769230768, 0.000655861764281272, 0.00151942307692308, 0.000623640552290773, 0.00184153846153845, 0.0012869319508637, 0.00329038461538462, 0.00190219152962697, 0.00673115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1005, '2021-05-09 00:00:00', 0.00035514574473025, 0.000977500000000007, 0.000481209533763231, 0.00133615384615385, 0.000603241277153304, 0.00181096153846155, 0.00131686826921356, 0.00319403846153846, 0.00205910283861684, 0.0068425 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1020, '2021-05-09 00:00:00', 0.000358862144090951, 0.00103403846153847, 0.000411706205928464, 0.00135499999999999, 0.000693870776042722, 0.00202557692307692, 0.00127795222313487, 0.00314673076923077, 0.00216036004833951, 0.00681346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1035, '2021-05-09 00:00:00', 0.000291514414474051, 0.000950576923076916, 0.000367929550112721, 0.00141807692307693, 0.000771205649516478, 0.00217307692307692, 0.00130011283533983, 0.00309423076923078, 0.00216122942220037, 0.00681115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1050, '2021-05-09 00:00:00', 0.000382779761943907, 0.000922115384615396, 0.000731712979668508, 0.00162173076923076, 0.000871115288669557, 0.00208038461538461, 0.00139278156937834, 0.00303750000000001, 0.00208441454610159, 0.00674500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1065, '2021-05-09 00:00:00', 0.00055548983927563, 0.00132980769230767, 0.000617877508398398, 0.00167884615384614, 0.000718645627873393, 0.00196653846153844, 0.0013403421061574, 0.00293980769230769, 0.00203780258725308, 0.00670423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1080, '2021-05-09 00:00:00', 0.000599709416814003, 0.00102923076923077, 0.00060542296086163, 0.0012651923076923, 0.000710751958248335, 0.00157711538461538, 0.00131480131578881, 0.0026475, 0.00209999369962424, 0.00667653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1095, '2021-05-09 00:00:00', 0.000397756400132245, 0.000786923076923078, 0.000590111104271567, 0.00115634615384615, 0.000720288937750776, 0.00152807692307692, 0.00134370831599031, 0.00258596153846154, 0.002106772568135, 0.00663942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1110, '2021-05-09 00:00:00', 0.000364274410511961, 0.000775384615384614, 0.000426820625267622, 0.00104538461538461, 0.000496100641154439, 0.00139038461538461, 0.00119225758703653, 0.00240692307692308, 0.00203870445287046, 0.00653038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1125, '2021-05-09 00:00:00', 0.000350876978221937, 0.000715576923076914, 0.000462205082686835, 0.00103846153846154, 0.000469008651716171, 0.00128634615384616, 0.00110442536398589, 0.0023342307692308, 0.00207621120349989, 0.00652980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1140, '2021-05-09 00:00:00', 0.000364749281646382, 0.000724038461538448, 0.000348934256536423, 0.000903653846153839, 0.000390059413620356, 0.0012121153846154, 0.0011224811973755, 0.00225096153846155, 0.00203267603079138, 0.00652038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1155, '2021-05-09 00:00:00', 0.000256273291624386, 0.000569999999999994, 0.000319459158338204, 0.000801923076923074, 0.000496668748920091, 0.00113461538461539, 0.00116090437226262, 0.00212519230769231, 0.00201873929623263, 0.00647211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1170, '2021-05-09 00:00:00', 0.00019932347115642, 0.000554615384615388, 0.000262660427167856, 0.000777500000000008, 0.000445579527564506, 0.00111365384615384, 0.000998388181790245, 0.00199519230769232, 0.00200289057460614, 0.00644557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1185, '2021-05-09 00:00:00', 0.000156958225701587, 0.000521730769230775, 0.000263179377260803, 0.000720769230769243, 0.000434353144165149, 0.00108057692307693, 0.000880650393393773, 0.00187134615384617, 0.00200313328601429, 0.00642519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1200, '2021-05-09 00:00:00', 0.00022945294473192, 0.000560576923076923, 0.000341863501775415, 0.000800576923076911, 0.00045134095077463, 0.00106942307692306, 0.000847432502417638, 0.00185961538461539, 0.00202986850654078, 0.00640692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1215, '2021-05-09 00:00:00', 0.00026252216023677, 0.000483269230769224, 0.000348657424989051, 0.000684999999999995, 0.000398991999148613, 0.000943846153846146, 0.000755924294133681, 0.00177653846153847, 0.00202753343897303, 0.00644961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1230, '2021-05-09 00:00:00', 0.000192573762091704, 0.000440576923076936, 0.0002743846962541, 0.000659807692307702, 0.000413682710075463, 0.000975769230769252, 0.000663789963305112, 0.00170634615384617, 0.00203832741576178, 0.00647442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1245, '2021-05-09 00:00:00', 0.000206515039497035, 0.00047769230769232, 0.000246494187792294, 0.000679230769230782, 0.000488542573532595, 0.00104038461538463, 0.000642779212004099, 0.00166865384615386, 0.00212674442426772, 0.0065746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1260, '2021-05-09 00:00:00', 0.000153810072692068, 0.000446538461538462, 0.000261953974230942, 0.000648269230769242, 0.000457899594301574, 0.000974038461538472, 0.00057666267969572, 0.00163038461538463, 0.00214716088036127, 0.0065596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1275, '2021-05-09 00:00:00', 0.00020528891460948, 0.000483461538461546, 0.000335836040582064, 0.000704615384615385, 0.00048206478977255, 0.000992692307692308, 0.00062397833418994, 0.00173019230769231, 0.00214916731639165, 0.00654807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1290, '2021-05-09 00:00:00', 0.000223978793639066, 0.000497499999999993, 0.000279854151575158, 0.000682884615384627, 0.000405372051330628, 0.000917500000000003, 0.000657910211315977, 0.0017996153846154, 0.00212737780992325, 0.00658288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1305, '2021-05-09 00:00:00', 0.00021910236455557, 0.000524615384615397, 0.000359033585315653, 0.000751346153846161, 0.000352339270502811, 0.000905192307692328, 0.000671564333363646, 0.00179442307692309, 0.00218134743996598, 0.00669442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1320, '2021-05-09 00:00:00', 0.000207495412368185, 0.000527115384615388, 0.000232908697859174, 0.000622307692307696, 0.000235814790428026, 0.000843846153846152, 0.000812811171183074, 0.00186000000000001, 0.002192038426109, 0.0067023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1335, '2021-05-09 00:00:00', 0.000132182275083142, 0.000371923076923084, 0.000154777383559548, 0.000499038461538481, 0.000249164835770649, 0.000791346153846159, 0.000796462563705677, 0.00185115384615385, 0.00218887196097406, 0.00669769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1350, '2021-05-09 00:00:00', 9.3693649731455e-05, 0.000332500000000009, 0.000165390912223597, 0.00055192307692308, 0.000347301022169528, 0.00083000000000001, 0.000753850423849755, 0.00187730769230769, 0.00218596248824173, 0.006715 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1365, '2021-05-09 00:00:00', 0.000156857112832515, 0.00046192307692308, 0.000218747219762543, 0.000627115384615385, 0.000334822570694032, 0.000786923076923074, 0.000794677196195942, 0.00198461538461538, 0.00218137751996654, 0.00677673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1380, '2021-05-09 00:00:00', 0.000182886261417797, 0.000395769230769227, 0.000315148560816347, 0.000546153846153854, 0.000346563624972156, 0.000837115384615386, 0.000758000913334137, 0.00203423076923077, 0.00218831136161758, 0.00678115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1395, '2021-05-09 00:00:00', 0.000202430614893495, 0.000313076923076929, 0.000183734863322138, 0.000402500000000006, 0.000341570580610306, 0.000872692307692316, 0.000838440149691914, 0.00213826923076924, 0.00223091099019074, 0.00676038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1410, '2021-05-09 00:00:00', 8.35760823349589e-05, 0.000265192307692303, 0.000271199401519648, 0.000621346153846151, 0.000321633391397004, 0.000869038461538467, 0.000809128139514293, 0.00219211538461539, 0.00223260430887338, 0.006815 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 2, 1425, '2021-05-09 00:00:00', 0.000252385922440517, 0.000514423076923061, 0.000314884655316587, 0.000747884615384613, 0.000288095403535814, 0.000875192307692307, 0.000755285070990788, 0.00238346153846154, 0.00223225122655617, 0.00681653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 0, '2021-05-09 00:00:00', 0.000280710979204853, 0.00053557692307693, 0.000300344161562378, 0.000648846153846164, 0.000267496441385391, 0.000837884615384613, 0.000735293792669615, 0.00244980769230769, 0.00223274863375581, 0.00681730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 15, '2021-05-09 00:00:00', 0.000197809251553095, 0.000402500000000015, 0.000217770609728543, 0.000555961538461547, 0.000449323251808074, 0.000910769230769228, 0.000757695595463389, 0.00243384615384616, 0.0022273836324607, 0.00677961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 30, '2021-05-09 00:00:00', 0.000203128985168021, 0.000370769230769243, 0.000208734280845296, 0.000525000000000002, 0.00052072316578449, 0.000998846153846147, 0.00080279763232183, 0.00249403846153847, 0.00223323528678772, 0.00678461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 45, '2021-05-09 00:00:00', 0.000195469061097026, 0.000378076923076898, 0.000410131545501421, 0.000716730769230742, 0.000594979023547502, 0.00105596153846152, 0.000886518254400106, 0.00268884615384617, 0.0022315457560934, 0.00677769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 60, '2021-05-09 00:00:00', 0.000389106866870981, 0.00057692307692306, 0.000463488278832787, 0.000804230769230756, 0.000657886476061496, 0.00112884615384615, 0.000846126559000577, 0.00269192307692309, 0.00224076940769494, 0.00672653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 75, '2021-05-09 00:00:00', 0.000294027798267164, 0.000502884615384622, 0.000363605079510925, 0.000694423076923074, 0.000469293618111294, 0.00109749999999999, 0.000862853428144971, 0.00268903846153848, 0.0022401260352592, 0.0067144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 90, '2021-05-09 00:00:00', 0.000262060841438369, 0.000491730769230767, 0.000394241628368273, 0.00075769230769231, 0.000334078756260582, 0.00111884615384617, 0.000875684874826551, 0.00268500000000002, 0.00223243227996178, 0.00680826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 105, '2021-05-09 00:00:00', 0.000285170124662452, 0.000530000000000013, 0.00030049881607343, 0.000863461538461533, 0.000469477491882857, 0.00124865384615384, 0.00090309331658558, 0.00272653846153848, 0.00224181603067348, 0.00683634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 120, '2021-05-09 00:00:00', 0.00021371485316078, 0.000659038461538462, 0.000311031596218383, 0.000865576923076944, 0.000541408028981983, 0.00133442307692309, 0.000888967940929264, 0.00273500000000002, 0.00227373438168611, 0.00687903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 135, '2021-05-09 00:00:00', 0.000240990583920751, 0.000522692307692329, 0.000403025290292547, 0.000829230769230774, 0.000633880236200957, 0.00137307692307694, 0.00083894643177298, 0.00268134615384617, 0.00228648821255519, 0.00687288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 150, '2021-05-09 00:00:00', 0.000325002070999325, 0.000577115384615391, 0.000343993291526718, 0.000879230769230782, 0.000531872598973159, 0.00128769230769233, 0.000936692133972608, 0.00267307692307693, 0.00242173327153539, 0.00692903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 165, '2021-05-09 00:00:00', 0.000276747385506366, 0.000626346153846166, 0.000480424691929331, 0.00101173076923079, 0.000556422501342292, 0.00144500000000002, 0.000958373301284725, 0.00262923076923078, 0.00246791316391306, 0.00702576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 180, '2021-05-09 00:00:00', 0.000516135790123268, 0.000853076923076944, 0.000507174867431202, 0.0010571153846154, 0.000535486730425275, 0.00152596153846155, 0.00094855882587947, 0.00264961538461538, 0.00251929288003293, 0.00703615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 195, '2021-05-09 00:00:00', 0.000274403689143182, 0.000655769230769231, 0.000421854696092626, 0.00106576923076924, 0.000433823253623657, 0.00139884615384616, 0.000932551256582629, 0.00255538461538461, 0.00252060680270568, 0.00705057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 210, '2021-05-09 00:00:00', 0.000322325981673114, 0.000754038461538478, 0.00032792893226334, 0.00104076923076925, 0.000458850905900973, 0.00137807692307692, 0.000843177232943254, 0.00254538461538462, 0.00246671928651428, 0.00707403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 225, '2021-05-09 00:00:00', 0.000198302410862404, 0.000635384615384632, 0.000207136521312719, 0.000891538461538474, 0.000619485673764944, 0.00138750000000002, 0.000909795771672886, 0.00234711538461539, 0.00235592288792443, 0.00699557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 240, '2021-05-09 00:00:00', 0.00021268078282867, 0.000676346153846152, 0.000335868335008751, 0.000893461538461529, 0.000645083298139468, 0.0013623076923077, 0.000917266507703112, 0.00232961538461539, 0.00234674675799369, 0.00700288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 255, '2021-05-09 00:00:00', 0.000316828575342972, 0.000602115384615362, 0.000672161038396652, 0.00103269230769231, 0.000671452415405479, 0.00131288461538462, 0.000918316854987355, 0.00231461538461539, 0.00237431001313258, 0.00698096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 270, '2021-05-09 00:00:00', 0.000594520265553535, 0.000772884615384627, 0.000581527200236917, 0.000983269230769242, 0.00061801605655019, 0.00126961538461539, 0.00100050779414948, 0.0023096153846154, 0.00237207397893458, 0.00698519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 285, '2021-05-09 00:00:00', 0.000282167503444317, 0.000607500000000004, 0.000335967947189111, 0.000887692307692312, 0.000411165557147736, 0.00116634615384616, 0.0009405255691122, 0.0021721153846154, 0.00233819108253829, 0.00692846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 300, '2021-05-09 00:00:00', 0.000269194810785514, 0.000634615384615392, 0.000383952971879865, 0.000851730769230777, 0.000453662912812509, 0.00106403846153848, 0.000977613440200949, 0.00207903846153848, 0.00234878394886834, 0.00692403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 315, '2021-05-09 00:00:00', 0.000206829640042247, 0.000527500000000006, 0.00029733844999622, 0.000713076923076932, 0.000401260945213758, 0.000937884615384628, 0.000925019937415075, 0.00212326923076924, 0.00233002671658504, 0.00686250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 330, '2021-05-09 00:00:00', 0.000193757282741551, 0.000518269230769231, 0.000261974455595606, 0.000658846153846162, 0.000621398453861553, 0.000979038461538462, 0.000838956769767345, 0.00219769230769232, 0.00229256446935607, 0.00681038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 345, '2021-05-09 00:00:00', 0.000187819061865405, 0.000474999999999986, 0.000280624920764069, 0.00068288461538461, 0.000585797713838543, 0.000945192307692295, 0.000781663708922295, 0.00224692307692309, 0.00226250671907206, 0.00678942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 360, '2021-05-09 00:00:00', 0.000202969493729011, 0.000501153846153837, 0.000570267447377511, 0.00071980769230769, 0.000564888178178802, 0.0009305769230769, 0.000780840178663596, 0.00234576923076923, 0.00226084556169726, 0.00681057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 375, '2021-05-09 00:00:00', 0.000484875876265882, 0.000463846153846152, 0.000466811483940204, 0.000614807692307676, 0.000472493752502445, 0.000887115384615363, 0.000775089672231539, 0.002415, 0.00226434691722327, 0.00677480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 390, '2021-05-09 00:00:00', 0.000184440109103607, 0.000428076923076914, 0.000243766281507517, 0.000574999999999984, 0.000313564371995007, 0.000926153846153846, 0.0007146260991165, 0.0024673076923077, 0.00228783371672521, 0.00674634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 405, '2021-05-09 00:00:00', 0.000111397417453836, 0.00036423076923076, 0.00020753683639667, 0.000578461538461532, 0.000311609778161988, 0.000900576923076913, 0.000673802670268931, 0.00261403846153846, 0.00229068112980869, 0.00673903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 420, '2021-05-09 00:00:00', 0.0001987066837171, 0.000467884615384602, 0.000257701377567158, 0.00068999999999999, 0.000383322920705837, 0.000962307692307685, 0.000660807082286509, 0.002735, 0.00228245495363757, 0.00672115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 435, '2021-05-09 00:00:00', 0.000228477233338137, 0.000505384615384608, 0.000201936776092076, 0.000662307692307676, 0.000330715366812839, 0.00103442307692307, 0.00069380902382318, 0.00281480769230769, 0.00227806203062706, 0.00671615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 450, '2021-05-09 00:00:00', 0.00016103272481561, 0.000488461538461523, 0.00032831926300711, 0.000691538461538449, 0.000499684862226652, 0.0011151923076923, 0.000829516634042901, 0.00291038461538462, 0.00226840547182717, 0.00671576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 465, '2021-05-09 00:00:00', 0.000251126385587924, 0.000477307692307698, 0.000294636412183904, 0.000763846153846153, 0.000405417211505146, 0.00108634615384616, 0.00081284107633943, 0.00297884615384615, 0.0022690446990207, 0.00672461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 480, '2021-05-09 00:00:00', 0.000232460501194041, 0.000628269230769239, 0.000344116259424052, 0.000890000000000015, 0.000358682846837403, 0.00112076923076924, 0.000816558938472925, 0.00298749999999999, 0.00234687164114275, 0.00683750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 495, '2021-05-09 00:00:00', 0.000258840015929061, 0.000616923076923079, 0.000277568078967205, 0.000784038461538461, 0.000458999958102896, 0.00127480769230769, 0.000852686636461505, 0.0029625, 0.00235879979259337, 0.0068523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 510, '2021-05-09 00:00:00', 0.000207986685964432, 0.000507692307692307, 0.000224121275549293, 0.000702115384615381, 0.000453035446057602, 0.00133634615384615, 0.000829727758874066, 0.00289692307692307, 0.00233002406722468, 0.00683307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 525, '2021-05-09 00:00:00', 0.000169386789967179, 0.000481730769230765, 0.000358558063101888, 0.000936730769230766, 0.00044578094827635, 0.00145557692307692, 0.000790942791862979, 0.00286249999999999, 0.00231437454584637, 0.00685653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 540, '2021-05-09 00:00:00', 0.000346364192499965, 0.000783076923076925, 0.000435228498784078, 0.0010746153846154, 0.000552094647682801, 0.0015725, 0.000778790309488917, 0.0028228846153846, 0.00239072834894757, 0.00687096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 555, '2021-05-09 00:00:00', 0.000314117077634329, 0.00072346153846153, 0.000368542451369624, 0.00104153846153846, 0.000556447972548963, 0.00154211538461537, 0.000756005290986762, 0.00274499999999999, 0.0026003435276014, 0.0069926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 570, '2021-05-09 00:00:00', 0.000281685380959232, 0.000694423076923083, 0.00039535811419716, 0.00101096153846153, 0.000484571063296824, 0.00157365384615383, 0.00073329690177569, 0.00268711538461537, 0.00269941694559287, 0.00701461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 585, '2021-05-09 00:00:00', 0.000342400181973347, 0.000756730769230756, 0.000413108292749573, 0.00118730769230767, 0.000501295859210452, 0.00165346153846151, 0.00073438640007517, 0.00272576923076922, 0.00277271394402392, 0.00700384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 600, '2021-05-09 00:00:00', 0.000313907874775628, 0.000971923076923065, 0.000314121546783796, 0.0012378846153846, 0.000565789577629216, 0.0017103846153846, 0.00072881917141043, 0.00275423076923075, 0.00281158975697709, 0.00705480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 615, '2021-05-09 00:00:00', 0.000257185057587228, 0.000803076923076936, 0.000419432400347823, 0.00119653846153846, 0.000508818389846663, 0.00163307692307693, 0.000704963937975666, 0.00272807692307692, 0.00279379045659919, 0.00717134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 630, '2021-05-09 00:00:00', 0.000308510067159018, 0.000967692307692302, 0.00044308030180337, 0.00125807692307692, 0.000537949382806174, 0.00167153846153845, 0.000685267830851549, 0.00266999999999999, 0.00275013087800452, 0.00720538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and enddate = '2021-05-09 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 983545, 3, 645, '2021-05-09 00:00:00', 0.000290113837073552, 0.000844038461538457, 0.000314434596354498, 0.00111634615384614, 0.000494868125401565, 0.0015626923076923, 0.000729187983571173, 0.00254634615384614, 0.00273627006089565, 0.00716961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983545 and en[...];[ Date: 2021-05-09 15:51:25 - Database: acaweb_fx - User: pgperfstats ]
14 18s788ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983600, 1, 960, '2021-05-09 00:00:00', 0.000532215543380099, 0.00171576923076923, 0.000811457307280229, 0.00225980769230771, 0.00126382004865591, 0.00350365384615386, 0.0023189379863669, 0.00656576923076924, 0.00493542365495064, 0.0111344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983600, 1, 975, '2021-05-09 00:00:00', 0.000606255848504726, 0.00162692307692311, 0.00110246179072112, 0.00260000000000005, 0.00139095368501118, 0.00360692307692311, 0.00233559829264697, 0.00643076923076924, 0.00492077137871073, 0.0110951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 990, '2021-05-09 00:00:00', 0.00097986757347022, 0.00203230769230772, 0.00102754195123042, 0.0026073076923077, 0.00131541189805263, 0.00357269230769232, 0.00230367348781497, 0.00608153846153845, 0.00490615616813754, 0.0109271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1005, '2021-05-09 00:00:00', 0.000849455142112605, 0.00190903846153847, 0.00132173314250647, 0.00268750000000001, 0.00147192641956565, 0.00371576923076924, 0.0022859629514462, 0.00588384615384615, 0.00485463979492421, 0.0109765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1020, '2021-05-09 00:00:00', 0.000986601158601521, 0.0019653846153846, 0.00101041963864222, 0.00265538461538462, 0.00179723026220476, 0.00428115384615384, 0.00226785667197366, 0.00573673076923076, 0.00479820160220313, 0.0110438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1035, '2021-05-09 00:00:00', 0.000599446956657686, 0.00190057692307691, 0.00105408604232071, 0.00269576923076921, 0.00187571070633134, 0.00428442307692307, 0.0035328756646022, 0.00610230769230767, 0.00484160405714409, 0.0108953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1050, '2021-05-09 00:00:00', 0.000803832000243443, 0.00193173076923076, 0.00146728290230092, 0.00321865384615383, 0.00200331341877555, 0.00406442307692305, 0.00388190057039867, 0.00604596153846153, 0.00490727342437109, 0.0108373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1065, '2021-05-09 00:00:00', 0.00132876188756532, 0.00255807692307691, 0.00182457465011605, 0.00319442307692307, 0.00209570740764582, 0.00372653846153843, 0.00404784271129508, 0.00581115384615383, 0.00477355903751233, 0.0106917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1080, '2021-05-09 00:00:00', 0.000995040393459168, 0.00196423076923077, 0.00112689691358446, 0.00242942307692307, 0.00121146353003933, 0.0028832692307692, 0.00385216975822116, 0.00532961538461536, 0.00457931590456983, 0.0106930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1095, '2021-05-09 00:00:00', 0.000588764841393898, 0.00149403846153845, 0.000881573963911227, 0.00201942307692305, 0.000787958145120378, 0.00257096153846152, 0.00390640070416979, 0.00520269230769229, 0.00473201253330807, 0.0110661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1110, '2021-05-09 00:00:00', 0.000626325425367271, 0.00142653846153846, 0.00062330338951797, 0.00195134615384613, 0.000763838585445501, 0.00241423076923076, 0.00400154932014318, 0.00510980769230766, 0.00469683148925545, 0.0110690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1125, '2021-05-09 00:00:00', 0.000497086627646127, 0.00137365384615382, 0.000531335617535239, 0.00179653846153846, 0.000844671920834434, 0.00239442307692308, 0.00403571795156887, 0.00490576923076919, 0.00469658997407858, 0.0110492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1140, '2021-05-09 00:00:00', 0.000511852179682932, 0.00126442307692305, 0.000708862496159554, 0.00166903846153845, 0.000864604244727029, 0.00229749999999999, 0.00410306521442763, 0.00477692307692305, 0.00460895127400516, 0.0109953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1155, '2021-05-09 00:00:00', 0.000583179514518376, 0.0011821153846154, 0.000785502387011019, 0.0017, 0.00100133228558448, 0.00233711538461537, 0.00413071323697901, 0.00479961538461537, 0.00461583398581615, 0.0110042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1170, '2021-05-09 00:00:00', 0.000502513528329158, 0.00118538461538461, 0.000729689396513748, 0.00163884615384616, 0.000997651164562977, 0.00207038461538461, 0.00421903667459034, 0.0046376923076923, 0.00457646535170809, 0.0111163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1185, '2021-05-09 00:00:00', 0.000652576903808741, 0.00119884615384614, 0.00087208221207371, 0.00161423076923075, 0.00162247730812626, 0.00209884615384615, 0.00426074061817714, 0.00451615384615384, 0.00453336872535205, 0.01119 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1200, '2021-05-09 00:00:00', 0.000663174098269353, 0.00111673076923078, 0.000767766991896743, 0.0013669230769231, 0.00149269359007338, 0.0021619230769231, 0.00395676309043721, 0.00454692307692309, 0.00437649044941793, 0.0111094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1215, '2021-05-09 00:00:00', 0.000411510771893803, 0.000958653846153841, 0.00110678244683199, 0.00148423076923077, 0.00332286271389363, 0.00283115384615385, 0.00385199583133412, 0.00467673076923077, 0.00431509084047354, 0.0112498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1230, '2021-05-09 00:00:00', 0.000922307078013505, 0.00108711538461538, 0.00141539628862241, 0.00168057692307692, 0.00366224523398503, 0.00280807692307692, 0.00373612685091844, 0.00461038461538462, 0.0042353713532582, 0.0112025 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1245, '2021-05-09 00:00:00', 0.00108110145044479, 0.00122788461538459, 0.00311207744737522, 0.00214596153846152, 0.00368436645216596, 0.00275807692307692, 0.0035118296568116, 0.00446653846153845, 0.00415646514480756, 0.0112175 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1260, '2021-05-09 00:00:00', 0.00260408678810827, 0.00161499999999999, 0.00296087700755135, 0.00200942307692307, 0.00315648896962822, 0.00271115384615384, 0.00297695635093709, 0.00417865384615386, 0.00390739134402797, 0.0111113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1275, '2021-05-09 00:00:00', 0.00118902676750617, 0.00114442307692307, 0.00145960633523089, 0.00157557692307692, 0.00146569984596489, 0.00217403846153846, 0.00169571225107964, 0.00379903846153848, 0.00372796940499994, 0.0109117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1290, '2021-05-09 00:00:00', 0.000859453963505082, 0.00108634615384615, 0.000968935676995036, 0.0016378846153846, 0.00104351567383457, 0.00199519230769229, 0.00135996674167477, 0.00364346153846155, 0.00364844886429626, 0.0108963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1305, '2021-05-09 00:00:00', 0.000718039237196547, 0.00126288461538461, 0.000689770000685819, 0.00147442307692308, 0.000898681598445507, 0.00185384615384614, 0.00130109663804746, 0.00355269230769234, 0.00360947189829973, 0.0108657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1320, '2021-05-09 00:00:00', 0.000533362915846233, 0.00107499999999998, 0.000764884304976897, 0.00143999999999998, 0.000836573988635534, 0.00180403846153844, 0.00117655487955953, 0.00341076923076926, 0.00342914981614081, 0.0107923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1335, '2021-05-09 00:00:00', 0.000608475269707919, 0.000941923076923047, 0.000585206472439092, 0.00118615384615381, 0.000836013732864762, 0.00181519230769229, 0.00106041980076103, 0.0033219230769231, 0.00334987945248092, 0.0107271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1350, '2021-05-09 00:00:00', 0.000340082173327843, 0.000851730769230772, 0.000495638865117937, 0.00127326923076922, 0.000827690391762165, 0.00194423076923079, 0.0010327959810444, 0.00325846153846156, 0.00327103630368116, 0.0106925 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1365, '2021-05-09 00:00:00', 0.00041731416868423, 0.00105134615384617, 0.000680498685919705, 0.0015073076923077, 0.000906185347826443, 0.0020617307692308, 0.00105899763927969, 0.00325000000000002, 0.00326420608795086, 0.0107007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1380, '2021-05-09 00:00:00', 0.000586069961693982, 0.00109499999999997, 0.000728328117096865, 0.00145961538461539, 0.000932629553796876, 0.00235826923076922, 0.00115322477627537, 0.00321423076923078, 0.00326857737226176, 0.0106990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1395, '2021-05-09 00:00:00', 0.000571759228508514, 0.00098384615384616, 0.000798958673235647, 0.00155980769230767, 0.000930465557581866, 0.00243807692307692, 0.00117846283515695, 0.00315942307692308, 0.00326544799612314, 0.0107261538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1410, '2021-05-09 00:00:00', 0.000718273383779568, 0.00106057692307691, 0.000844524627322277, 0.00179461538461538, 0.000856594329979972, 0.00225538461538462, 0.001204368985754, 0.00305557692307692, 0.00330188165468395, 0.0107426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 1, 1425, '2021-05-09 00:00:00', 0.000591577031852461, 0.00145076923076924, 0.000726121122551444, 0.00183673076923078, 0.000707041642773148, 0.00209173076923077, 0.00122659202671464, 0.00309000000000001, 0.00329261813058333, 0.0107680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 0, '2021-05-09 00:00:00', 0.000780142689118203, 0.00136384615384616, 0.000752417130627356, 0.00160846153846153, 0.000750750316990615, 0.00191096153846153, 0.00132750218020971, 0.00309903846153847, 0.00342270107573626, 0.0108694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 15, '2021-05-09 00:00:00', 0.000347887912983472, 0.00082, 0.000493431508769097, 0.00116442307692306, 0.000773189423501986, 0.00175326923076921, 0.00128492922582708, 0.00300865384615385, 0.00342094438153247, 0.0108773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 30, '2021-05-09 00:00:00', 0.000503248103668721, 0.000835576923076897, 0.000497432368808527, 0.00121019230769231, 0.000872748267521356, 0.00163653846153845, 0.00124882664929925, 0.002995, 0.00342348165109508, 0.0108711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 45, '2021-05-09 00:00:00', 0.000439890764412462, 0.00100326923076922, 0.000771149890647817, 0.0014230769230769, 0.000845572814496426, 0.00157923076923076, 0.00117627384305108, 0.00300807692307692, 0.00341777215448896, 0.0108625 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 60, '2021-05-09 00:00:00', 0.000742706899430415, 0.00107153846153845, 0.000815980014838253, 0.00121576923076921, 0.00079171236035476, 0.0014723076923077, 0.00120051078872543, 0.00293192307692306, 0.00337642141008221, 0.0108265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 75, '2021-05-09 00:00:00', 0.000353599295161151, 0.0006373076923077, 0.000401652356378776, 0.000801153846153885, 0.00057367938647084, 0.00129596153846156, 0.00116459033734879, 0.00279442307692307, 0.00332476234546866, 0.0107594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 90, '2021-05-09 00:00:00', 0.000291640782734241, 0.000567884615384638, 0.000349748536039149, 0.000839038461538484, 0.000506511485176146, 0.00129826923076925, 0.00107403024237609, 0.00273019230769231, 0.00328158658273708, 0.0107175 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 105, '2021-05-09 00:00:00', 0.000233060903232123, 0.000605769230769237, 0.000400241321435721, 0.000966346153846148, 0.000609191772256159, 0.00134384615384614, 0.00099473106145096, 0.00265326923076922, 0.00323367214455355, 0.0106815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 120, '2021-05-09 00:00:00', 0.000319750864556499, 0.000738846153846143, 0.000384939405821042, 0.000912884615384626, 0.00072282940321621, 0.00135288461538462, 0.000907336677399225, 0.0025946153846154, 0.00319698952742446, 0.0106540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 135, '2021-05-09 00:00:00', 0.000182771399883518, 0.000564230769230759, 0.000422851674303808, 0.000888461538461517, 0.000598360355792915, 0.00124365384615383, 0.000844869516552687, 0.00249249999999999, 0.00318507534628909, 0.0106348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 150, '2021-05-09 00:00:00', 0.000294390961922295, 0.000650961538461541, 0.000488164379628899, 0.000967307692307693, 0.000443403141795201, 0.00129211538461539, 0.000756735117766783, 0.00247596153846151, 0.00318555047772814, 0.0106146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 165, '2021-05-09 00:00:00', 0.000277622322312488, 0.000708076923076942, 0.000323607549593447, 0.000925384615384614, 0.000440257136403093, 0.00135711538461538, 0.000681266354778984, 0.00247038461538458, 0.00319692486858618, 0.0105788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 180, '2021-05-09 00:00:00', 0.000243409199623898, 0.000664038461538473, 0.000238416329461404, 0.000932884615384621, 0.000484074255270182, 0.00137673076923079, 0.000736031275464255, 0.00247403846153844, 0.00316617152944153, 0.0105619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 195, '2021-05-09 00:00:00', 0.000215796556613301, 0.000673076923076917, 0.0003762511947336, 0.0010148076923077, 0.000537140147877216, 0.00142653846153846, 0.000788372447124199, 0.00245134615384613, 0.00310775351091674, 0.0106867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 210, '2021-05-09 00:00:00', 0.000338152503147055, 0.000763653846153853, 0.000455146637402148, 0.00102769230769232, 0.000503947074449466, 0.00141557692307691, 0.000762554941274077, 0.00236403846153845, 0.00341248977456905, 0.0109573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 225, '2021-05-09 00:00:00', 0.000275592299211421, 0.000671346153846179, 0.000371755347589729, 0.00099096153846154, 0.000458889965024315, 0.001375, 0.00087048615947995, 0.00230692307692306, 0.00340339021587862, 0.0109648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 240, '2021-05-09 00:00:00', 0.000278208623988443, 0.000744038461538459, 0.000365117051831958, 0.00098730769230767, 0.000513963669772628, 0.00140442307692305, 0.000820619582998107, 0.00230749999999997, 0.00341208244557257, 0.0109511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 255, '2021-05-09 00:00:00', 0.000311197500978679, 0.000663269230769212, 0.000326701934255309, 0.00101807692307691, 0.000508193217343407, 0.00131788461538461, 0.000772403740579713, 0.00223153846153843, 0.00343860260638173, 0.0109182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 270, '2021-05-09 00:00:00', 0.000262408372286687, 0.00068807692307693, 0.000451324546367505, 0.000955384615384606, 0.000484497519244248, 0.00115538461538461, 0.000845583549072216, 0.00225346153846151, 0.00343853953792101, 0.0109180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 285, '2021-05-09 00:00:00', 0.000475816545125725, 0.000725769230769237, 0.000465401563582053, 0.000903846153846148, 0.000474251677747315, 0.00114942307692308, 0.000880040842583687, 0.00219673076923075, 0.00343853953792101, 0.0109180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 300, '2021-05-09 00:00:00', 0.000231719326241586, 0.00057961538461539, 0.000281915153629868, 0.000761923076923098, 0.00034409569330907, 0.00108038461538464, 0.000840532889577541, 0.0022834615384615, 0.00343705658958357, 0.01092 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 315, '2021-05-09 00:00:00', 0.000188579303864877, 0.000538076923076938, 0.000280060982370185, 0.000791923076923081, 0.000454423430124505, 0.00111942307692308, 0.00100596912706872, 0.00258673076923075, 0.00342991967275304, 0.0109298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 330, '2021-05-09 00:00:00', 0.00024131379188485, 0.000612884615384617, 0.00027190694109453, 0.00079923076923077, 0.000482417828794131, 0.00110480769230766, 0.000984730595723426, 0.00279211538461538, 0.00342991967275304, 0.0109298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 345, '2021-05-09 00:00:00', 0.00022158485091236, 0.000565384615384621, 0.000420689955265789, 0.000840961538461539, 0.000505122414713671, 0.00112942307692305, 0.00106449865411627, 0.00299076923076922, 0.00342819194328437, 0.01091 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 360, '2021-05-09 00:00:00', 0.000303273740271808, 0.000625192307692304, 0.000348992616188118, 0.000764615384615355, 0.000518067117718856, 0.00114846153846152, 0.0012064319292857, 0.00334499999999999, 0.0034283990488946, 0.0109159615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 375, '2021-05-09 00:00:00', 0.000207359220083983, 0.000505384615384604, 0.000331980594891656, 0.00077634615384615, 0.000511006698736763, 0.00110461538461537, 0.00127142893567099, 0.00375653846153848, 0.00342818530712677, 0.0109075 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 390, '2021-05-09 00:00:00', 0.000215299790989233, 0.000560000000000005, 0.000311114930532122, 0.000777500000000004, 0.000461411588331038, 0.00105442307692308, 0.00131526932018327, 0.00411923076923079, 0.0034226095813215, 0.0109128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 405, '2021-05-09 00:00:00', 0.000232933136659093, 0.000535384615384621, 0.00041602644146738, 0.000785000000000002, 0.000464173044655347, 0.00109115384615385, 0.0014080475844232, 0.004415, 0.00342590938516834, 0.0109163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 420, '2021-05-09 00:00:00', 0.000325177407200815, 0.000632884615384611, 0.00034618847690018, 0.000802692307692306, 0.00042890311798281, 0.00128673076923076, 0.00148330598793581, 0.0045894230769231, 0.00351409104124434, 0.0109596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 435, '2021-05-09 00:00:00', 0.00024447093582169, 0.000540961538461547, 0.000321575269332302, 0.000834423076923086, 0.000384072709462463, 0.00130038461538462, 0.00156301248826154, 0.00472096153846154, 0.00352940428619117, 0.0109688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 450, '2021-05-09 00:00:00', 0.000236185064335944, 0.000599230769230775, 0.000331352299152773, 0.000957884615384622, 0.000576061595264305, 0.00135980769230768, 0.00158125208421876, 0.00502807692307692, 0.00363750702880631, 0.0109992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 465, '2021-05-09 00:00:00', 0.000337464983938493, 0.000703846153846145, 0.000328602401789054, 0.00100653846153845, 0.000612877324906543, 0.00136884615384616, 0.0017818015084135, 0.00534884615384616, 0.00368581219522394, 0.0110215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 480, '2021-05-09 00:00:00', 0.000300951631687521, 0.000746730769230751, 0.000621044312800243, 0.00102403846153846, 0.000643717598138982, 0.00148711538461536, 0.0019648207688861, 0.00559057692307693, 0.00368102649249655, 0.0110309615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 495, '2021-05-09 00:00:00', 0.000393425977790021, 0.000649999999999988, 0.000427171061033656, 0.000981346153846169, 0.000736494085829312, 0.00179846153846155, 0.00210383316829069, 0.005815, 0.00367341426280154, 0.0110671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 510, '2021-05-09 00:00:00', 0.000388437946732192, 0.000795961538461561, 0.000511214692216939, 0.00121769230769229, 0.00086624095066868, 0.00205423076923076, 0.00211490516244909, 0.00607038461538463, 0.00367341426280154, 0.0110671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 525, '2021-05-09 00:00:00', 0.000389507578676147, 0.000881923076923064, 0.000674173454056038, 0.0015796153846154, 0.000975321820655193, 0.00231557692307691, 0.00208912326108345, 0.00613500000000002, 0.00367341426280154, 0.0110671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 540, '2021-05-09 00:00:00', 0.000686571891019788, 0.0012898076923077, 0.000826237463538081, 0.00169211538461536, 0.000967064968782453, 0.00270557692307691, 0.00230418466307248, 0.00618019230769232, 0.00366762526921502, 0.0110336538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 555, '2021-05-09 00:00:00', 0.000457746486773898, 0.00113538461538463, 0.000686085243638486, 0.00170980769230771, 0.00105425235995065, 0.00293403846153847, 0.00231449240987837, 0.00608634615384618, 0.00370491260148136, 0.0110892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 570, '2021-05-09 00:00:00', 0.00055742126039332, 0.00123730769230771, 0.000787472124048743, 0.0020171153846154, 0.00116739539145912, 0.00318500000000003, 0.00254055233243605, 0.00621807692307695, 0.00373416423045372, 0.0111225 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 585, '2021-05-09 00:00:00', 0.000515666596224261, 0.00140096153846157, 0.000866359403125852, 0.00229615384615387, 0.00122431387378337, 0.00320769230769232, 0.00259121899588117, 0.00630326923076927, 0.00369608682881691, 0.0111846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 600, '2021-05-09 00:00:00', 0.000806156312386132, 0.00189000000000001, 0.000971996676157675, 0.00257153846153848, 0.00119531214140265, 0.00319865384615386, 0.0026278552310553, 0.00630134615384618, 0.00378976494602948, 0.0112128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 615, '2021-05-09 00:00:00', 0.000687696601260063, 0.00159884615384618, 0.000916848972547573, 0.00220596153846155, 0.00106515258928547, 0.00291403846153848, 0.00238305256728879, 0.00613346153846156, 0.00385198546706262, 0.0112040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 630, '2021-05-09 00:00:00', 0.00088976567788294, 0.00153019230769231, 0.00110083779284409, 0.00199961538461543, 0.0012271839088555, 0.00307711538461541, 0.00242406023820813, 0.00587596153846155, 0.00397658502506087, 0.0110876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 645, '2021-05-09 00:00:00', 0.000654253303098586, 0.00141076923076925, 0.000864936480549065, 0.00214365384615388, 0.00116174002453879, 0.00315673076923079, 0.00243249748991887, 0.00584596153846156, 0.00412269585530931, 0.0111513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 660, '2021-05-09 00:00:00', 0.000539133064779443, 0.00154269230769229, 0.000996911403362321, 0.00237211538461536, 0.0012735576608009, 0.00331634615384614, 0.00241844744380804, 0.00581403846153845, 0.00408615826720102, 0.0113092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 675, '2021-05-09 00:00:00', 0.000812835232617683, 0.00159134615384614, 0.000936561058012045, 0.00216384615384616, 0.00177502057409531, 0.00338403846153846, 0.00251821723416817, 0.00570403846153847, 0.00399816437207799, 0.0113671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 690, '2021-05-09 00:00:00', 0.000731357536471642, 0.00160038461538463, 0.00106627677169025, 0.00243692307692309, 0.00161005446635058, 0.00344576923076924, 0.0028501842652983, 0.00584211538461541, 0.00399259973142621, 0.0113361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 705, '2021-05-09 00:00:00', 0.000696554625391165, 0.00163711538461537, 0.00158564183801436, 0.00235903846153844, 0.00154478757563822, 0.00307442307692309, 0.00255395666639947, 0.0057044230769231, 0.00390456439508745, 0.0113436538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 720, '2021-05-09 00:00:00', 0.00125546013630308, 0.00163692307692308, 0.0012972698699132, 0.00233365384615386, 0.00160143009405778, 0.00304211538461541, 0.00248520301755444, 0.00586403846153847, 0.00398172224043817, 0.011355 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 735, '2021-05-09 00:00:00', 0.000811014274748708, 0.00168692307692309, 0.000794102299164587, 0.00208769230769233, 0.00150972479662304, 0.00297019230769233, 0.00251943770436064, 0.00607211538461538, 0.00405546859665584, 0.0114815384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 750, '2021-05-09 00:00:00', 0.00033770201931013, 0.00133942307692308, 0.00152803419464357, 0.00206249999999999, 0.00172377118997407, 0.00303634615384616, 0.00233989800073557, 0.00604057692307693, 0.00392732179735759, 0.0115125 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 765, '2021-05-09 00:00:00', 0.00121903980183651, 0.00145096153846156, 0.00123193289340217, 0.00211557692307692, 0.00148352506395567, 0.00315615384615385, 0.00220140522429169, 0.0059998076923077, 0.00391572115373989, 0.0115019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 780, '2021-05-09 00:00:00', 0.000792580498216976, 0.00163961538461537, 0.00099202335968155, 0.00219788461538461, 0.0014791913201268, 0.00307480769230768, 0.00202482691567989, 0.00607903846153848, 0.00405916200142913, 0.0115619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 795, '2021-05-09 00:00:00', 0.000576542613009114, 0.00136576923076921, 0.000872296615042924, 0.00203076923076922, 0.00129578008877338, 0.00281903846153844, 0.00211609967774538, 0.00598038461538462, 0.00406187338362675, 0.0113992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 810, '2021-05-09 00:00:00', 0.000565211873140036, 0.00140230769230771, 0.00099338761897784, 0.00197019230769231, 0.00100589065012057, 0.00276999999999998, 0.00213157375050603, 0.00601557692307693, 0.0039760834420899, 0.0113434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 825, '2021-05-09 00:00:00', 0.000593917502688691, 0.00149999999999998, 0.000735199737381713, 0.00208442307692306, 0.000665120376612113, 0.00263365384615381, 0.0021307323767988, 0.00600269230769231, 0.00443376768500734, 0.0114317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 840, '2021-05-09 00:00:00', 0.000454597201250311, 0.00146884615384614, 0.000629676870734867, 0.00197480769230767, 0.000637660869597149, 0.0025507692307692, 0.00213585911376344, 0.00629807692307693, 0.00442116760161143, 0.0114651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 855, '2021-05-09 00:00:00', 0.000541849290712974, 0.00130057692307689, 0.000573018894842223, 0.0017705769230769, 0.000850663180203479, 0.00265038461538462, 0.00270910831909976, 0.00681826923076923, 0.00444756202879736, 0.01151 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 870, '2021-05-09 00:00:00', 0.000491105033415656, 0.00137807692307692, 0.000677453943935591, 0.00190538461538461, 0.00210227233286712, 0.00315980769230769, 0.00276736508947801, 0.00691846153846154, 0.00446803372688876, 0.0115142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 885, '2021-05-09 00:00:00', 0.00054601873735108, 0.00146730769230769, 0.000699838580289418, 0.00219403846153847, 0.00206840455052089, 0.00336423076923079, 0.00277251918214911, 0.00701384615384615, 0.00446476114013522, 0.0115009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 900, '2021-05-09 00:00:00', 0.000469859430697481, 0.00162173076923077, 0.00215207849442207, 0.00255461538461541, 0.00208283073834997, 0.00338826923076924, 0.00283302744427231, 0.00702249999999999, 0.00457230077161967, 0.0115328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 915, '2021-05-09 00:00:00', 0.0021597447854924, 0.00187346153846155, 0.00210690506704468, 0.00239480769230772, 0.00228772083423323, 0.00352115384615383, 0.00271591939384185, 0.00699192307692307, 0.00482904738575281, 0.0114705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 930, '2021-05-09 00:00:00', 0.000441052761539447, 0.00151346153846154, 0.000771763913681864, 0.00226653846153846, 0.0014313384940731, 0.00326826923076921, 0.00256935257484179, 0.00704942307692307, 0.00490143794050433, 0.0114167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 945, '2021-05-09 00:00:00', 0.000706074440398895, 0.00175365384615385, 0.00125670168114182, 0.00251134615384613, 0.00129862181384137, 0.00336384615384613, 0.0025352326323239, 0.00699249999999999, 0.00493874998199091, 0.0113657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 960, '2021-05-09 00:00:00', 0.000840234124881497, 0.00172423076923077, 0.000907743631208726, 0.00230249999999999, 0.00120458534199695, 0.00357461538461539, 0.00257197180418806, 0.0068751923076923, 0.00519702555462107, 0.0115788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 975, '2021-05-09 00:00:00', 0.000572379816071612, 0.00151442307692307, 0.000877410986061574, 0.00232596153846155, 0.00140716831041854, 0.00359057692307694, 0.00275971383689295, 0.0068526923076923, 0.00527303634978498, 0.0116921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 990, '2021-05-09 00:00:00', 0.00051554198515885, 0.00181846153846156, 0.000862430554617851, 0.00270769230769232, 0.00120658214040256, 0.0035673076923077, 0.00284931468143589, 0.00672692307692308, 0.00540473217510501, 0.0117632692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1005, '2021-05-09 00:00:00', 0.000683489463089129, 0.00190961538461538, 0.000970565101054334, 0.00259115384615384, 0.00102850917126909, 0.00343134615384614, 0.00284812461914041, 0.00659961538461538, 0.00554472708629904, 0.0118023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1020, '2021-05-09 00:00:00', 0.000728773363525738, 0.00188384615384616, 0.000997465731048149, 0.00264826923076923, 0.00133889449231015, 0.00393769230769228, 0.00287807737641212, 0.00633423076923076, 0.00548162716227159, 0.0118921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1035, '2021-05-09 00:00:00', 0.000861764491297673, 0.00184596153846152, 0.000910593741214193, 0.00250519230769226, 0.00241582739449657, 0.00439999999999999, 0.00280125219252994, 0.00604461538461537, 0.00587837643728788, 0.0124215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1050, '2021-05-09 00:00:00', 0.000532469753564954, 0.00173596153846154, 0.00114056256362308, 0.0028901923076923, 0.00216252748315129, 0.00412634615384616, 0.00257861302164255, 0.00572134615384615, 0.00590485445661838, 0.012518076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1065, '2021-05-09 00:00:00', 0.00109878457327246, 0.00225846153846154, 0.0021639395430912, 0.00331211538461542, 0.00207163209534452, 0.00398153846153845, 0.00249390348958906, 0.00550115384615385, 0.00594361858181981, 0.0126453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1080, '2021-05-09 00:00:00', 0.00210067274938289, 0.00227000000000004, 0.00206022971086682, 0.00280230769230771, 0.00198106712696424, 0.0036201923076923, 0.00241601687462265, 0.00506653846153847, 0.00599165744694558, 0.0126451923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1095, '2021-05-09 00:00:00', 0.000763459534971196, 0.00159269230769229, 0.00117786588305354, 0.00237403846153843, 0.00127539654466906, 0.0031028846153846, 0.00226168164120277, 0.00477461538461538, 0.00606014674866743, 0.0126811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1110, '2021-05-09 00:00:00', 0.000888024427938443, 0.00174423076923074, 0.00107425188637705, 0.00236134615384614, 0.00124117805392235, 0.0031051923076923, 0.00198986761252718, 0.00450134615384615, 0.00609186428456333, 0.0126923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1125, '2021-05-09 00:00:00', 0.000663235890278748, 0.00158961538461538, 0.000818605498111543, 0.00210480769230768, 0.00120214084673328, 0.00291384615384615, 0.00196293253930084, 0.00432692307692307, 0.00604346207451934, 0.0126153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1140, '2021-05-09 00:00:00', 0.000429879634316394, 0.00129749999999996, 0.000881446800174836, 0.00191769230769229, 0.00105233924407264, 0.00272826923076923, 0.00171627866663264, 0.0041076923076923, 0.00603637010449669, 0.0125309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1155, '2021-05-09 00:00:00', 0.000891074999001861, 0.00142557692307693, 0.000912273175180473, 0.00193788461538462, 0.00120074914116147, 0.00280250000000002, 0.00154379334258679, 0.00403173076923078, 0.00600984278880519, 0.0124778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1170, '2021-05-09 00:00:00', 0.000475433122369626, 0.00128557692307693, 0.000930360083309359, 0.00200826923076926, 0.00112391125094468, 0.00256750000000001, 0.00158216216469254, 0.00389365384615388, 0.0060013364056555, 0.012465576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1185, '2021-05-09 00:00:00', 0.000770373535770388, 0.0013492307692308, 0.000902287456327593, 0.00183057692307695, 0.00113767651208674, 0.00225538461538463, 0.00153443641620776, 0.00365134615384615, 0.00595274460615889, 0.0124778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1200, '2021-05-09 00:00:00', 0.000573251589282886, 0.00126923076923079, 0.00057978603480407, 0.00153961538461538, 0.000853748138864952, 0.00205826923076925, 0.00168532567042236, 0.00369115384615386, 0.005929770367846, 0.0125388461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1215, '2021-05-09 00:00:00', 0.000239232185254273, 0.000979038461538436, 0.000391532295553678, 0.00138153846153847, 0.000544414858780969, 0.00173346153846155, 0.00160998007632201, 0.00366038461538461, 0.00590557521460733, 0.0125961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1230, '2021-05-09 00:00:00', 0.000315838566359447, 0.00102500000000001, 0.000417639750907949, 0.00132480769230768, 0.000634569175473777, 0.00173903846153844, 0.00160363956241851, 0.00366961538461536, 0.00590389769884789, 0.0126040384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1245, '2021-05-09 00:00:00', 0.000284026339515286, 0.000930192307692304, 0.000313339334366967, 0.00119153846153846, 0.000691317471321083, 0.00179538461538459, 0.00161713949733662, 0.00358807692307688, 0.00594784806916301, 0.0125694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1260, '2021-05-09 00:00:00', 0.000230205259580359, 0.000862692307692331, 0.000567009734009496, 0.00126903846153846, 0.00074198776684916, 0.00197538461538462, 0.00161470783258626, 0.0035507692307692, 0.00595264151125687, 0.0126001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1275, '2021-05-09 00:00:00', 0.00055212167694616, 0.000952115384615371, 0.000619262464549567, 0.00132999999999999, 0.000819446459507844, 0.00205249999999998, 0.00159778659401061, 0.00343499999999997, 0.00593233398419206, 0.0126075 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1290, '2021-05-09 00:00:00', 0.000457846968051363, 0.000939615384615374, 0.000546856049122166, 0.00151346153846154, 0.00076575292259416, 0.00198653846153847, 0.00142443975491581, 0.00335615384615383, 0.00583283020101272, 0.0125480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1305, '2021-05-09 00:00:00', 0.000348216113266529, 0.00115230769230769, 0.000546739285358028, 0.00149961538461537, 0.000579272488026669, 0.00189384615384615, 0.00130078971575557, 0.00323326923076922, 0.00576894985777642, 0.0125176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1320, '2021-05-09 00:00:00', 0.000444421663946089, 0.000988846153846133, 0.000471423213422772, 0.00126961538461538, 0.000712155557769193, 0.00169846153846154, 0.00123486698131358, 0.00305230769230766, 0.00579327406102576, 0.0124371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1335, '2021-05-09 00:00:00', 0.000333116576960929, 0.000854423076923098, 0.000415812642720431, 0.00113807692307692, 0.000944961639433074, 0.0017475, 0.00115490687270249, 0.00297673076923073, 0.00574836598856244, 0.0124265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1350, '2021-05-09 00:00:00', 0.000214337709808975, 0.00079057692307691, 0.000535168161925264, 0.00120980769230768, 0.000827600075287208, 0.00168173076923077, 0.000927511393253693, 0.00291423076923073, 0.00561715325176784, 0.0123594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1365, '2021-05-09 00:00:00', 0.00051680933100653, 0.00100326923076923, 0.00070271364120706, 0.00140230769230768, 0.000832007211507222, 0.00170999999999997, 0.000830026505600901, 0.00288999999999997, 0.00558433115614919, 0.0123323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1380, '2021-05-09 00:00:00', 0.000569873703956873, 0.00106596153846154, 0.00058839184353494, 0.00128019230769232, 0.000755394955279398, 0.00186346153846151, 0.0006519424526279, 0.00286519230769229, 0.00545503117455661, 0.0122663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1395, '2021-05-09 00:00:00', 0.00035284928140017, 0.000868846153846167, 0.000434301207068932, 0.00122153846153845, 0.000600516956783588, 0.00214115384615382, 0.000948608697798238, 0.00297230769230768, 0.00546793389822743, 0.0122436538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1410, '2021-05-09 00:00:00', 0.000357897116716284, 0.000852884615384575, 0.000676384420736735, 0.00148826923076921, 0.000646548231290307, 0.00216884615384612, 0.00218906597574257, 0.0032853846153846, 0.0054566102925365, 0.0122882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 2, 1425, '2021-05-09 00:00:00', 0.000672637632470378, 0.00130923076923079, 0.000676442873817501, 0.0019251923076923, 0.000598500176723846, 0.00215730769230767, 0.00220991831558055, 0.00332019230769231, 0.00543749746242205, 0.0122894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 0, '2021-05-09 00:00:00', 0.000531826931073819, 0.00144673076923078, 0.000547533665982845, 0.00169865384615386, 0.000584150698417415, 0.00185596153846153, 0.00224188389186758, 0.00325923076923075, 0.00543584280140057, 0.0122751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 15, '2021-05-09 00:00:00', 0.000504714237503222, 0.0010173076923077, 0.000492065036351888, 0.001345, 0.000463952417984676, 0.00159961538461539, 0.00210467857037964, 0.00314173076923077, 0.00537628346393819, 0.0123317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 30, '2021-05-09 00:00:00', 0.000561279479266934, 0.00106557692307692, 0.000548766028327347, 0.00129692307692307, 0.000653454165304541, 0.00167788461538463, 0.00206126723531534, 0.00308115384615385, 0.00539579021089588, 0.012345 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 45, '2021-05-09 00:00:00', 0.000445997240419214, 0.000873461538461513, 0.000431335002770898, 0.00120673076923078, 0.000523679731838504, 0.00150269230769234, 0.0020171207297684, 0.00297096153846154, 0.0053790373316593, 0.0123038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 60, '2021-05-09 00:00:00', 0.000330612078051953, 0.000932884615384612, 0.000493712817489921, 0.00117211538461539, 0.00052244999760744, 0.00146500000000001, 0.00202463551325625, 0.00289019230769231, 0.0053630036252659, 0.0122717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 75, '2021-05-09 00:00:00', 0.000341394707272765, 0.000657115384615377, 0.000308850038293426, 0.000837884615384639, 0.000364555419444224, 0.00122557692307691, 0.00201019896642481, 0.00279673076923079, 0.00533724447776045, 0.0122061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 90, '2021-05-09 00:00:00', 0.000153726530416315, 0.000535384615384621, 0.000337524756926738, 0.000899807692307669, 0.000360695322099702, 0.00117865384615382, 0.00201597863236539, 0.00277461538461537, 0.00533891192098165, 0.0121875 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 105, '2021-05-09 00:00:00', 0.000298410726245636, 0.000685192307692287, 0.000228778024765017, 0.000880769230769185, 0.000398493557519579, 0.00118865384615383, 0.00198430805610881, 0.0027523076923077, 0.00533779669324914, 0.0121565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 120, '2021-05-09 00:00:00', 0.00019774235373724, 0.000650961538461533, 0.00030302253026164, 0.000834423076923069, 0.000463889119709254, 0.00122134615384616, 0.00193516701724044, 0.00278576923076925, 0.00534094144682952, 0.0121515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 135, '2021-05-09 00:00:00', 0.000186716259437856, 0.000574807692307709, 0.000344909631419835, 0.000839423076923093, 0.000810689734826986, 0.0013596153846154, 0.00195088851552309, 0.00280000000000001, 0.0053478192140492, 0.0121328846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 150, '2021-05-09 00:00:00', 0.000237618715269151, 0.000609423076923081, 0.000335664037623718, 0.000932115384615402, 0.00206367782220143, 0.00176692307692308, 0.00196008375998417, 0.00283788461538461, 0.00533897214250659, 0.0121284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 165, '2021-05-09 00:00:00', 0.000336156385309911, 0.00077134615384616, 0.000842966191492877, 0.00118, 0.00210353275193459, 0.00187596153846153, 0.00199369290128027, 0.00288923076923077, 0.00533026834365631, 0.0121161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 180, '2021-05-09 00:00:00', 0.000646553257964561, 0.000826346153846136, 0.00193102758614718, 0.00137846153846152, 0.00191652077594146, 0.00178326923076918, 0.00193024004087173, 0.00280615384615383, 0.00534160065321824, 0.0120684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 195, '2021-05-09 00:00:00', 0.00160340032910828, 0.00110384615384616, 0.0016034830957829, 0.00135903846153844, 0.00157012577889112, 0.00174980769230767, 0.00166765612808469, 0.0027001923076923, 0.00535436617307638, 0.0120363461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 210, '2021-05-09 00:00:00', 0.000399017495278677, 0.000760192307692292, 0.000536926867961012, 0.00106769230769228, 0.000611437650132843, 0.00139499999999999, 0.00128771152108635, 0.00244519230769229, 0.00516849887446875, 0.0119138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 225, '2021-05-09 00:00:00', 0.000415568748362262, 0.000770769230769224, 0.000431344409955681, 0.00108499999999999, 0.000425418752977139, 0.00129865384615386, 0.00137841787791435, 0.00234538461538462, 0.00517437238111654, 0.0119015384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 240, '2021-05-09 00:00:00', 0.000302326619098292, 0.000740769230769216, 0.000372927091245212, 0.000918846153846153, 0.000364191412056026, 0.00119423076923078, 0.00136000582577938, 0.0022796153846154, 0.00516294504507472, 0.0118634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 255, '2021-05-09 00:00:00', 0.000257484278832989, 0.000578076923076927, 0.000268931217972183, 0.000799999999999989, 0.000411847245767332, 0.00119807692307692, 0.00133608678034603, 0.00237326923076923, 0.00516863888123512, 0.0118532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 270, '2021-05-09 00:00:00', 0.000182796334755368, 0.000592499999999996, 0.000253679689008352, 0.000860769230769208, 0.000464164302806651, 0.00118249999999998, 0.00133554271596003, 0.00241711538461537, 0.00516930811097132, 0.0118521153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 285, '2021-05-09 00:00:00', 0.000214410910313661, 0.000649038461538426, 0.000388870998977978, 0.000909423076923091, 0.000468845554363197, 0.00119307692307692, 0.00138236137154454, 0.00241019230769232, 0.00516237590277369, 0.0118398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 300, '2021-05-09 00:00:00', 0.000400767532847402, 0.00063884615384618, 0.000502621627071478, 0.000882500000000008, 0.000482519031111331, 0.00122884615384616, 0.00144117526826068, 0.00265192307692309, 0.00515735868966335, 0.0118355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 315, '2021-05-09 00:00:00', 0.000397778059494725, 0.000609230769230781, 0.0004064904672929, 0.000827500000000049, 0.00060049441168221, 0.00117153846153845, 0.00159742037239856, 0.00312961538461538, 0.00514614869063786, 0.0118278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 330, '2021-05-09 00:00:00', 0.000182938409139421, 0.000532692307692322, 0.000251962222443117, 0.000789807692307691, 0.000560136006835682, 0.00109788461538462, 0.00162405254035892, 0.00333442307692308, 0.00513148032697718, 0.0118078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 345, '2021-05-09 00:00:00', 0.000215193294147771, 0.000611923076923063, 0.000490793744866458, 0.000847499999999984, 0.000771382275778137, 0.00117115384615385, 0.00163288947527432, 0.00350596153846154, 0.00511702022665536, 0.011795 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 360, '2021-05-09 00:00:00', 0.000304550677859385, 0.000581346153846171, 0.000354312552156097, 0.000810769230769239, 0.000857485254414583, 0.00120019230769232, 0.00207216175675399, 0.00408788461538462, 0.0050253053676828, 0.0117440384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 375, '2021-05-09 00:00:00', 0.000235902196161557, 0.000549615384615381, 0.000353213870709421, 0.000794038461538454, 0.000676526763357114, 0.0011323076923077, 0.00195447935227301, 0.00438846153846153, 0.00491873297084336, 0.0116790384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 390, '2021-05-09 00:00:00', 0.000282466607965259, 0.000574230769230748, 0.000578275852460129, 0.000845192307692302, 0.000809935823668512, 0.00117596153846154, 0.00201111060974165, 0.00459826923076924, 0.00490703860247236, 0.0116553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 405, '2021-05-09 00:00:00', 0.000358441122726625, 0.000544038461538464, 0.000445336216979758, 0.000752115384615384, 0.000628959488728431, 0.00106903846153847, 0.00192452860362061, 0.00467711538461538, 0.00486765209947656, 0.0115848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 420, '2021-05-09 00:00:00', 0.000314642715570445, 0.000505961538461548, 0.000413755223067187, 0.000785769230769246, 0.000503860633966907, 0.00108346153846157, 0.00200733508758408, 0.00494692307692309, 0.00486998089160681, 0.0115817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 435, '2021-05-09 00:00:00', 0.000299714030368949, 0.00060250000000001, 0.000404583736697357, 0.000795000000000024, 0.000506167804343443, 0.00128461538461541, 0.00200057030330395, 0.00512653846153847, 0.00485863035860298, 0.0115951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 450, '2021-05-09 00:00:00', 0.000294207671290468, 0.000608076923076927, 0.000372025071528975, 0.000859423076923079, 0.000521034510890103, 0.00143480769230769, 0.00201619509320062, 0.00534442307692307, 0.00484088906726218, 0.0116201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 465, '2021-05-09 00:00:00', 0.000286884324048229, 0.000656153846153832, 0.000366889838842892, 0.00107192307692307, 0.000507346035758662, 0.00146000000000003, 0.00208484540101993, 0.00563211538461539, 0.00483891686863275, 0.0116223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 480, '2021-05-09 00:00:00', 0.000344541668798523, 0.000845192307692259, 0.000438982740154846, 0.00114961538461537, 0.000675167016374482, 0.0016925, 0.00207442571292916, 0.00576403846153846, 0.00482309708988547, 0.0116315384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 495, '2021-05-09 00:00:00', 0.000262965996631913, 0.000663653846153864, 0.000393971299227999, 0.000959230769230785, 0.00103068664565837, 0.00213019230769232, 0.00225563748451265, 0.00594730769230768, 0.00480522893475271, 0.0116486538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 510, '2021-05-09 00:00:00', 0.000219599985988536, 0.000703076923076926, 0.00052855463293782, 0.001205, 0.000981970154645961, 0.00240076923076922, 0.00235320004707178, 0.00606230769230769, 0.00479470289847196, 0.0116717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 525, '2021-05-09 00:00:00', 0.000411765850192335, 0.000913653846153854, 0.000815171171265013, 0.00174096153846153, 0.000966547642981915, 0.00256788461538461, 0.00238980302535588, 0.00612249999999999, 0.0048059021925769, 0.0116582692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 540, '2021-05-09 00:00:00', 0.000707214280442348, 0.00137903846153845, 0.000820597624623969, 0.0019326923076923, 0.00173879710852515, 0.00297576923076924, 0.0026288032667708, 0.00617884615384615, 0.00481944882341731, 0.0116498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 555, '2021-05-09 00:00:00', 0.000559198189718648, 0.00130115384615383, 0.000631752416207984, 0.00174365384615384, 0.00175144741241682, 0.00310096153846153, 0.00253852850319602, 0.00610480769230768, 0.00470812870306404, 0.0116432692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 570, '2021-05-09 00:00:00', 0.000380503563108772, 0.00117480769230769, 0.00176763953861119, 0.00210846153846153, 0.00184202886680799, 0.00330788461538462, 0.00253581990988809, 0.00613115384615383, 0.0046355364472568, 0.0117369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 585, '2021-05-09 00:00:00', 0.0018410685442469, 0.00159076923076922, 0.00176076990372001, 0.0024605769230769, 0.00178366519797342, 0.00333653846153844, 0.00278475617631754, 0.00637480769230768, 0.00474637560509231, 0.0118657692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 600, '2021-05-09 00:00:00', 0.000659950347782674, 0.00182230769230767, 0.000922475453081824, 0.0024448076923077, 0.00125749000607745, 0.00336865384615383, 0.00243658099835376, 0.00622019230769231, 0.00475232999129415, 0.0117778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 615, '2021-05-09 00:00:00', 0.000574785746036011, 0.00152442307692313, 0.000771905858149899, 0.00212557692307693, 0.00129017126173832, 0.00314326923076923, 0.00241941013154355, 0.00602923076923079, 0.00486879252129156, 0.0118538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 630, '2021-05-09 00:00:00', 0.000581270127856624, 0.00154980769230767, 0.00118660971485348, 0.00241384615384615, 0.00123331997220762, 0.00310692307692308, 0.00242656817653755, 0.00587365384615385, 0.0049089430007503, 0.0118557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 645, '2021-05-09 00:00:00', 0.000839380105517424, 0.0018798076923077, 0.000989838856349091, 0.00238480769230768, 0.00158186676478725, 0.00336730769230768, 0.00233841791520548, 0.0057271153846154, 0.00484782812592005, 0.0118834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 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 983600, 3, 660, '2021-05-09 00:00:00', 0.000537359248118479, 0.0015101923076923, 0.000700899778855724, 0.0020525, 0.00153654633963513, 0.00299442307692307, 0.0022456513274806, 0.00544673076923076, 0.00493938881690999, 0.0119267307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983600 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 6[...];[ Date: 2021-05-09 15:54:57 - Database: acaweb_fx - User: pgperfstats ]
15 18s778ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983590, 1, 960, '2021-05-09 00:00:00', 0.000500903222650379, 0.00158403846153845, 0.000715741895894353, 0.0021723076923077, 0.0017001309904285, 0.00331576923076922, 0.00262027383331179, 0.00637480769230769, 0.00519063642533362, 0.0129775 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983590, 1, 975, '2021-05-09 00:00:00', 0.000642038819818415, 0.00156961538461536, 0.00125589030633189, 0.00250269230769231, 0.00198878795713911, 0.00343846153846154, 0.00239704934001398, 0.00627346153846152, 0.0049519041442506, 0.0131055769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 990, '2021-05-09 00:00:00', 0.000836704915358205, 0.00191634615384615, 0.00116165319861227, 0.0025530769230769, 0.00146222038747186, 0.00353769230769229, 0.00213478851411561, 0.00598999999999998, 0.00485888023266521, 0.0129613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1005, '2021-05-09 00:00:00', 0.000789078552197706, 0.00177019230769227, 0.00113421014536378, 0.00241942307692308, 0.00124251644471391, 0.00340134615384616, 0.00202623739971406, 0.00577499999999998, 0.00485525355829998, 0.0128986538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1020, '2021-05-09 00:00:00', 0.000850441966545369, 0.00193346153846155, 0.00100290073517541, 0.00261673076923076, 0.00172298806862247, 0.00416673076923077, 0.00213481370111343, 0.00580846153846151, 0.00508771333327051, 0.0130101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1035, '2021-05-09 00:00:00', 0.000652225774972495, 0.0016923076923077, 0.000864952021790779, 0.00235000000000002, 0.00172337986347935, 0.00406192307692309, 0.00335458102966906, 0.00594673076923077, 0.00509665499654885, 0.0130080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1050, '2021-05-09 00:00:00', 0.000707436651145933, 0.00182615384615384, 0.00138357096506994, 0.00327115384615385, 0.00173361583003668, 0.00406461538461537, 0.00361754311015725, 0.00592692307692306, 0.00503105680899995, 0.0129961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1065, '2021-05-09 00:00:00', 0.00118352524265435, 0.00275, 0.00156336830642638, 0.00331769230769231, 0.0015716018897927, 0.00395749999999999, 0.00361150337862868, 0.00568057692307691, 0.00488260950091872, 0.0128515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1080, '2021-05-09 00:00:00', 0.000960210714054304, 0.00190115384615382, 0.00108791941514348, 0.00244057692307691, 0.00123890157614907, 0.00313634615384612, 0.00362066549343968, 0.00511384615384614, 0.00462388644806675, 0.0126532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1095, '2021-05-09 00:00:00', 0.000574741279587197, 0.00155153846153846, 0.000795064994924196, 0.00223788461538459, 0.000915521142048864, 0.00264519230769227, 0.00359194875862887, 0.00478326923076921, 0.004468629474975, 0.0129192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1110, '2021-05-09 00:00:00', 0.000710152529661453, 0.00158384615384614, 0.0008387370771674, 0.00200673076923076, 0.000951004408304889, 0.00249923076923075, 0.00355305725343033, 0.00475961538461537, 0.00439702579985782, 0.0129067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1125, '2021-05-09 00:00:00', 0.000614381020590243, 0.00135903846153846, 0.000693604631339321, 0.00174423076923077, 0.000906803706178124, 0.00228480769230772, 0.00352678415295556, 0.00461730769230769, 0.0044139766825218, 0.0129380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1140, '2021-05-09 00:00:00', 0.000480472523828221, 0.00113461538461538, 0.000721943530713062, 0.00165269230769232, 0.000883226101377114, 0.00214288461538466, 0.00355604834699332, 0.00462538461538462, 0.0044062410676396, 0.0129478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1155, '2021-05-09 00:00:00', 0.000643495621884563, 0.00127115384615384, 0.000761434905546474, 0.00165865384615386, 0.000863910964073351, 0.00233807692307692, 0.00357671243548513, 0.00459538461538461, 0.0043802017208554, 0.0129836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1170, '2021-05-09 00:00:00', 0.000477315771951682, 0.00109288461538463, 0.000797147631341762, 0.00147788461538464, 0.000930458964498321, 0.00217673076923078, 0.003648884508154, 0.00440692307692308, 0.00436318530433902, 0.01302 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1185, '2021-05-09 00:00:00', 0.000644312901767914, 0.00106134615384618, 0.000893995547226916, 0.00164403846153846, 0.00119214112484153, 0.00218730769230772, 0.00364559118873533, 0.00423634615384617, 0.00436440728639507, 0.0130851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1200, '2021-05-09 00:00:00', 0.00070434333848029, 0.00116153846153844, 0.000703223922101188, 0.00141173076923076, 0.00141134126059087, 0.00213807692307691, 0.00335642851050846, 0.0040978846153846, 0.00417838564703937, 0.0130061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1215, '2021-05-09 00:00:00', 0.000425774407584411, 0.00094961538461538, 0.000935531379237746, 0.00143019230769233, 0.00311445026634533, 0.0026573076923077, 0.00329758644255976, 0.00426788461538461, 0.00425934952148258, 0.0131128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1230, '2021-05-09 00:00:00', 0.000902941773401719, 0.00108461538461538, 0.00139472919897074, 0.00166653846153846, 0.0034264171689076, 0.00267115384615382, 0.00329891507223909, 0.00424942307692308, 0.00420457543818452, 0.0131411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1245, '2021-05-09 00:00:00', 0.00108340851021209, 0.00125500000000001, 0.00297324821727658, 0.00207019230769233, 0.00328103525524397, 0.00253211538461538, 0.00307161002632921, 0.00416807692307693, 0.00413834201285787, 0.0130638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1260, '2021-05-09 00:00:00', 0.00256172610828053, 0.00151557692307691, 0.00284240824221023, 0.00189115384615383, 0.0028904663185136, 0.00238153846153843, 0.00265240369940464, 0.00401923076923079, 0.00412413941139425, 0.0130432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1275, '2021-05-09 00:00:00', 0.0010904196968987, 0.00104365384615383, 0.00116348785984214, 0.00138999999999999, 0.00113852051432483, 0.00193519230769229, 0.00132720307413748, 0.00358000000000003, 0.00380876172084234, 0.0128253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1290, '2021-05-09 00:00:00', 0.000944098043311514, 0.00103134615384616, 0.000989145027089249, 0.00151326923076922, 0.00100587392159944, 0.00198288461538461, 0.00130443469925304, 0.00369826923076926, 0.00380666824340979, 0.0128863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1305, '2021-05-09 00:00:00', 0.00067564627181341, 0.00119326923076921, 0.000687203278625628, 0.00149211538461536, 0.000935012299384321, 0.00197999999999999, 0.00123291388744151, 0.00369942307692308, 0.00386482727248628, 0.0129846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1320, '2021-05-09 00:00:00', 0.000565569726368551, 0.00112365384615385, 0.000828025454829807, 0.00149692307692308, 0.000923522541476584, 0.00199826923076922, 0.00124304317952105, 0.00365288461538463, 0.0038643643123367, 0.0130415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1335, '2021-05-09 00:00:00', 0.000676966877953515, 0.00099192307692305, 0.00079155798174326, 0.00131403846153844, 0.000946778200814961, 0.00190980769230768, 0.00124447092558057, 0.00358826923076924, 0.00384157714507187, 0.0130551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1350, '2021-05-09 00:00:00', 0.00048451041903536, 0.00085211538461539, 0.000552087367667899, 0.00140230769230771, 0.0007987817888221, 0.00180288461538462, 0.00127772863376322, 0.00356769230769233, 0.00379291608944076, 0.0130426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1365, '2021-05-09 00:00:00', 0.000582614927586111, 0.00111692307692311, 0.000860258100804608, 0.00150500000000001, 0.00093119709968488, 0.00177903846153847, 0.00129831756515884, 0.00359250000000002, 0.00379291608944076, 0.0130426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1380, '2021-05-09 00:00:00', 0.000624147449295056, 0.00101903846153846, 0.000589063794377287, 0.00118807692307691, 0.000795845752353119, 0.00191230769230767, 0.00121711981901788, 0.00357442307692309, 0.00370603159104806, 0.0130030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1395, '2021-05-09 00:00:00', 0.000467968605127135, 0.000783846153846139, 0.000802410407172336, 0.00123230769230768, 0.000925324475314139, 0.00233423076923077, 0.00124394733069307, 0.00370980769230769, 0.0036914748563934, 0.0129988461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1410, '2021-05-09 00:00:00', 0.000760595844362525, 0.000974038461538455, 0.000791270570275826, 0.00163134615384617, 0.000850126981465369, 0.00234673076923079, 0.00121071010631711, 0.0037848076923077, 0.00369039128632099, 0.0130003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 1, 1425, '2021-05-09 00:00:00', 0.000553505055219753, 0.00131961538461539, 0.00077227628077401, 0.00198442307692306, 0.000806733203443648, 0.0023076923076923, 0.00133491820550346, 0.00396884615384616, 0.00368014040284001, 0.0129942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 0, '2021-05-09 00:00:00', 0.000771247939780338, 0.00152423076923075, 0.000681659852012828, 0.00174192307692308, 0.00086714855439229, 0.00232115384615387, 0.00130632844262073, 0.00408000000000002, 0.00361351938505301, 0.0130071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 15, '2021-05-09 00:00:00', 0.000402122637244686, 0.000958846153846158, 0.000592912628146335, 0.00140576923076925, 0.000936949489649162, 0.00222788461538465, 0.00133977242614039, 0.00409692307692311, 0.0035973882833993, 0.0130473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 30, '2021-05-09 00:00:00', 0.000617687654451305, 0.00103903846153847, 0.000781477520716141, 0.00169634615384618, 0.00108934779358322, 0.00237384615384618, 0.00141129538150102, 0.00420057692307694, 0.0035973882833993, 0.0130473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 45, '2021-05-09 00:00:00', 0.000770725856679178, 0.00136711538461538, 0.000869232043906455, 0.00186211538461541, 0.000977314609608287, 0.00234961538461539, 0.00143421338665537, 0.00423403846153846, 0.00359588934115696, 0.0130369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 60, '2021-05-09 00:00:00', 0.000671292811269082, 0.00137403846153847, 0.000905171828141816, 0.00181403846153847, 0.000909495718262883, 0.00210269230769231, 0.00141860067835009, 0.00426173076923079, 0.00360005423036078, 0.0130273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 75, '2021-05-09 00:00:00', 0.000577491158773498, 0.00106096153846156, 0.000620985940631166, 0.00131653846153846, 0.000714924229444086, 0.00178057692307694, 0.00152056715127562, 0.00415730769230771, 0.00344850313123739, 0.0130596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 90, '2021-05-09 00:00:00', 0.000384073560662565, 0.000862499999999988, 0.000527878664671552, 0.00124673076923076, 0.000708118552655828, 0.00168326923076924, 0.00162550949409244, 0.00428634615384616, 0.00344313629391312, 0.0130734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 105, '2021-05-09 00:00:00', 0.000427644172720192, 0.000908461538461537, 0.000532214387109327, 0.00129307692307694, 0.000744328918195123, 0.00176153846153846, 0.00171663459890386, 0.0045171153846154, 0.00347157138549903, 0.0130917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 120, '2021-05-09 00:00:00', 0.000402715589658317, 0.00101538461538465, 0.00058511251383485, 0.0012644230769231, 0.000824081703380271, 0.00198557692307692, 0.00172396748363055, 0.00460826923076924, 0.00350267763509359, 0.0131211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 135, '2021-05-09 00:00:00', 0.000504643095510228, 0.000930576923076939, 0.000584485572632355, 0.00143423076923077, 0.000790823937422235, 0.00209249999999998, 0.00181047023216028, 0.00463769230769231, 0.00347460220744767, 0.0131525 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 150, '2021-05-09 00:00:00', 0.000501240499622207, 0.00113596153846154, 0.00064752454660924, 0.00155096153846154, 0.000718351852935162, 0.00211076923076923, 0.00183293657828088, 0.00465249999999999, 0.0034198000841255, 0.0131388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 165, '2021-05-09 00:00:00', 0.000470002782315806, 0.00102884615384615, 0.000576187602995894, 0.00153307692307691, 0.000741632632466, 0.0022648076923077, 0.00179957859383375, 0.00459865384615386, 0.00352185541135092, 0.0132615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 180, '2021-05-09 00:00:00', 0.000558563438997431, 0.00118634615384614, 0.000627800219325076, 0.00157634615384615, 0.000810159623398098, 0.00235884615384616, 0.00181792578337132, 0.00458307692307692, 0.00350678871838393, 0.0132413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 195, '2021-05-09 00:00:00', 0.000345903110044481, 0.0010748076923077, 0.000710433913994704, 0.00165788461538462, 0.000715307034668421, 0.0021919230769231, 0.00184177794535607, 0.00441000000000001, 0.00344006489205343, 0.0131876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 210, '2021-05-09 00:00:00', 0.000482342561001884, 0.00115211538461539, 0.000482000678263168, 0.00155557692307693, 0.000638719512293632, 0.00215115384615385, 0.00182689818039719, 0.00441019230769229, 0.00351260841059091, 0.0134046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 225, '2021-05-09 00:00:00', 0.00029816083682365, 0.00110673076923078, 0.000409495609068197, 0.00158057692307693, 0.000668770053617355, 0.00223423076923075, 0.00160456953249632, 0.00442923076923077, 0.00349707904488216, 0.0133646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 240, '2021-05-09 00:00:00', 0.000454727982932165, 0.00128346153846154, 0.000585855488876032, 0.00172442307692309, 0.00076989392376231, 0.0023744230769231, 0.00165897781317758, 0.00436923076923078, 0.00348069789642163, 0.0133353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 255, '2021-05-09 00:00:00', 0.000347841973403948, 0.0011540384615385, 0.00051596023251649, 0.00160519230769233, 0.000720970206361928, 0.00211403846153848, 0.0017421138022529, 0.00418749999999999, 0.00343657716563803, 0.0131788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 270, '2021-05-09 00:00:00', 0.000395733982133677, 0.00108923076923078, 0.000571399934035159, 0.00149173076923079, 0.000883225121576962, 0.00209615384615386, 0.00179895055946091, 0.00405134615384615, 0.00343930751080014, 0.0131319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 285, '2021-05-09 00:00:00', 0.000583077511670104, 0.00113423076923076, 0.000643659160879905, 0.00145865384615382, 0.00130741788975887, 0.00241846153846155, 0.0017915648080766, 0.0039676923076923, 0.00344221224147854, 0.0132786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 300, '2021-05-09 00:00:00', 0.000438079725796412, 0.000944615384615347, 0.000716612785690728, 0.00148673076923076, 0.00135828047403841, 0.00225538461538462, 0.00168928983713459, 0.00385692307692308, 0.00346150752507545, 0.0132221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 315, '2021-05-09 00:00:00', 0.000546706924721566, 0.0011273076923077, 0.00129593910113331, 0.00181307692307695, 0.0015186572637088, 0.00234673076923079, 0.00165174010807252, 0.00407923076923079, 0.00346150752507545, 0.0132221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 330, '2021-05-09 00:00:00', 0.00133250904167808, 0.00137788461538463, 0.0013774645744433, 0.00165442307692308, 0.00158767518718409, 0.00227250000000001, 0.00181762689748516, 0.00425846153846155, 0.00346074450082639, 0.0132175 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 345, '2021-05-09 00:00:00', 0.000435895232649053, 0.00094942307692308, 0.000666175565909912, 0.00145326923076924, 0.000728101878966028, 0.00191288461538462, 0.00136256178406138, 0.00411615384615385, 0.00353677417125574, 0.0130415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 360, '2021-05-09 00:00:00', 0.000440431650158737, 0.000999038461538465, 0.00057216027878158, 0.00132923076923077, 0.000572604474847508, 0.00175326923076924, 0.0014375315514932, 0.0043598076923077, 0.00353210234301592, 0.0130698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 375, '2021-05-09 00:00:00', 0.000346817675443447, 0.000862499999999997, 0.000384912827293904, 0.00130326923076924, 0.000480009935794583, 0.00166653846153846, 0.00148307519649597, 0.00495096153846156, 0.00353044658866052, 0.0130613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 390, '2021-05-09 00:00:00', 0.000276285874802507, 0.000911730769230756, 0.000334448627767231, 0.00117173076923077, 0.000622306627364304, 0.00166653846153844, 0.00152617759073498, 0.00505403846153848, 0.00355657011199534, 0.0131198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 405, '2021-05-09 00:00:00', 0.000322965882932643, 0.000880192307692309, 0.000298676052966044, 0.00115576923076922, 0.000733078335618947, 0.00184461538461539, 0.00157140859153132, 0.00533519230769232, 0.00352480205663547, 0.0131215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 420, '2021-05-09 00:00:00', 0.000310844569123943, 0.000927115384615378, 0.00048521066003892, 0.00128423076923076, 0.000664359494898298, 0.00192346153846154, 0.00160711060602559, 0.00551750000000001, 0.00351240886550265, 0.0131409615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 435, '2021-05-09 00:00:00', 0.000361008842849309, 0.000930769230769214, 0.00060661570650999, 0.00141615384615385, 0.0007133895526612, 0.00196557692307691, 0.00148488136019217, 0.00589057692307693, 0.0035058898354714, 0.0131534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 450, '2021-05-09 00:00:00', 0.000456210351280383, 0.00097173076923079, 0.000558662998733408, 0.00137211538461541, 0.000729036772313025, 0.00197384615384616, 0.00155259278181815, 0.00595711538461541, 0.0035058898354714, 0.0131534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 465, '2021-05-09 00:00:00', 0.000434322859349858, 0.000977884615384634, 0.000544282201973028, 0.00135134615384614, 0.000706052297038858, 0.00193038461538461, 0.00196403843178754, 0.00625519230769233, 0.00353298618517191, 0.0130992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 480, '2021-05-09 00:00:00', 0.000425158251080164, 0.00108846153846153, 0.000593617851690956, 0.00156192307692308, 0.000669220901784022, 0.00204884615384615, 0.00211235862521931, 0.00649980769230771, 0.00352778880952582, 0.0130867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 495, '2021-05-09 00:00:00', 0.000455479797745015, 0.00095038461538465, 0.000602061330890656, 0.00140038461538464, 0.00101232284300097, 0.00230153846153847, 0.00218213714051156, 0.00653750000000002, 0.0035030914039767, 0.0130407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 510, '2021-05-09 00:00:00', 0.000377724156576625, 0.00097346153846157, 0.000440084650947968, 0.00139750000000002, 0.000938836268186088, 0.0026115384615385, 0.00208118475873719, 0.00672000000000002, 0.00350812939415779, 0.0130546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 525, '2021-05-09 00:00:00', 0.000346816289210219, 0.00100653846153844, 0.000740040981193709, 0.00174442307692306, 0.000814918023248562, 0.00277423076923077, 0.00197177479600329, 0.00682961538461538, 0.00347823467603014, 0.0130676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 540, '2021-05-09 00:00:00', 0.000595182745045586, 0.00140249999999999, 0.00076114812062993, 0.00210269230769232, 0.000811321452939563, 0.00288750000000002, 0.0023187375543933, 0.00685538461538462, 0.00347655862113008, 0.0131246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 555, '2021-05-09 00:00:00', 0.000438392342718087, 0.00138038461538464, 0.000572689236443688, 0.00197019230769233, 0.00114659489190991, 0.00333538461538465, 0.00249820314657125, 0.00693980769230771, 0.00335476705599659, 0.01317 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 570, '2021-05-09 00:00:00', 0.000508788908926041, 0.00149692307692306, 0.000618317195172618, 0.00212807692307693, 0.00135418265158219, 0.00345557692307693, 0.00266148386171208, 0.00702211538461539, 0.00332969216063818, 0.0131117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 585, '2021-05-09 00:00:00', 0.000492196646129902, 0.00153346153846152, 0.00110413836925521, 0.00264653846153848, 0.00144035707378413, 0.0035625, 0.00265011773323374, 0.00721000000000002, 0.00324445679345794, 0.0131767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 600, '2021-05-09 00:00:00', 0.00109665780722789, 0.00215711538461537, 0.00123123902572228, 0.00277653846153846, 0.00129456639607482, 0.00377192307692306, 0.0025326007383715, 0.00731750000000002, 0.00319741138086132, 0.0131515384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 615, '2021-05-09 00:00:00', 0.000696902708141785, 0.00163423076923077, 0.000928130130133447, 0.00245346153846153, 0.00119699848981332, 0.0035157692307692, 0.00242835097577313, 0.00697730769230771, 0.00323058549111219, 0.0128661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 630, '2021-05-09 00:00:00', 0.000876868378860896, 0.0017819230769231, 0.00110390880685231, 0.00244557692307692, 0.00122882226291929, 0.00343807692307693, 0.00252813881069726, 0.0068346153846154, 0.00323729298120418, 0.0128153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 645, '2021-05-09 00:00:00', 0.000650401414512586, 0.001685, 0.000970995623059096, 0.0025175, 0.00120988035009187, 0.00350269230769233, 0.00261456297274734, 0.00654653846153848, 0.00330581281172329, 0.0126771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 660, '2021-05-09 00:00:00', 0.000522062219987652, 0.00182980769230766, 0.000716866713284521, 0.00230826923076924, 0.00137917996817506, 0.00340076923076922, 0.00252125546412587, 0.00651634615384615, 0.00329414581551062, 0.0127144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 675, '2021-05-09 00:00:00', 0.000615922603779208, 0.00164557692307694, 0.000951538288974546, 0.00253365384615388, 0.00166122471040539, 0.00348153846153848, 0.0024818487293517, 0.00641134615384616, 0.00326407504273654, 0.0126332692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 690, '2021-05-09 00:00:00', 0.000654796180854431, 0.00178903846153848, 0.00102070669334835, 0.00237307692307691, 0.00181511128075896, 0.00342980769230769, 0.00263624512254718, 0.00641711538461537, 0.00332838896696054, 0.0125063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 705, '2021-05-09 00:00:00', 0.000729723656862371, 0.00157384615384617, 0.00167610009798385, 0.00235846153846156, 0.00164499498479479, 0.00340750000000001, 0.00236924120439759, 0.00633826923076924, 0.00318276609861008, 0.0125140384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 720, '2021-05-09 00:00:00', 0.00127509621054799, 0.00178711538461538, 0.00137430067530867, 0.00251711538461539, 0.00155983544496994, 0.00335615384615384, 0.00223814339267034, 0.00645538461538461, 0.0030885523370119, 0.0125765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 735, '2021-05-09 00:00:00', 0.000869191954545236, 0.0017344230769231, 0.00100317620585819, 0.00227250000000003, 0.00152428607500743, 0.00330903846153847, 0.00229865158634027, 0.00664634615384615, 0.00306081620587614, 0.0126303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 750, '2021-05-09 00:00:00', 0.000434017901084198, 0.00145846153846155, 0.00151010244176191, 0.00223576923076924, 0.00158010637421857, 0.00331692307692305, 0.00211737940352255, 0.00652846153846152, 0.00287497288950431, 0.0125963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 765, '2021-05-09 00:00:00', 0.00118584479786155, 0.00158326923076924, 0.00116020132536752, 0.00225365384615385, 0.00119297290252284, 0.0032428846153846, 0.00222129602675137, 0.00642903846153845, 0.00290052110039666, 0.0124944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 780, '2021-05-09 00:00:00', 0.00082015854471043, 0.00183096153846155, 0.000939512578210333, 0.00251173076923075, 0.00132886112314846, 0.00327326923076925, 0.00235607035940388, 0.00650653846153848, 0.00285917748393057, 0.0124832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 795, '2021-05-09 00:00:00', 0.000538678047131637, 0.00143903846153843, 0.000738009511091518, 0.00204096153846154, 0.00142862305950658, 0.00313461538461542, 0.0021725469721398, 0.00638788461538463, 0.0028112518495394, 0.0122601923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 810, '2021-05-09 00:00:00', 0.000433319610236317, 0.00146826923076924, 0.000785110575259684, 0.00210615384615387, 0.00124930456039165, 0.00306326923076925, 0.00209213608176317, 0.00639923076923078, 0.00283571201206765, 0.0122211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 825, '2021-05-09 00:00:00', 0.000455273037266118, 0.00149153846153848, 0.000883900794990359, 0.00226115384615385, 0.000805108043394442, 0.00279519230769231, 0.0019611849342053, 0.00636788461538461, 0.00300875795994602, 0.0122923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 840, '2021-05-09 00:00:00', 0.000779041817777552, 0.00158692307692307, 0.000772016938833678, 0.00207192307692307, 0.000742417775815073, 0.00283807692307688, 0.00192470293412136, 0.00673923076923078, 0.00297828888018712, 0.0122355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 855, '2021-05-09 00:00:00', 0.000601131881088951, 0.00141153846153848, 0.000507491265555765, 0.00195923076923079, 0.000995027115981528, 0.00281980769230769, 0.00245724529942339, 0.0072423076923077, 0.0030007525979071, 0.0122030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 870, '2021-05-09 00:00:00', 0.000486633687853433, 0.00130211538461541, 0.000784656906895264, 0.00211730769230768, 0.0022022674765935, 0.00312403846153847, 0.002614623902944, 0.0071219230769231, 0.00298741290828961, 0.0121282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 885, '2021-05-09 00:00:00', 0.000631633900780631, 0.0016257692307692, 0.000812686073367918, 0.00205442307692307, 0.00221167730467172, 0.0034025, 0.00271230768194511, 0.0071598076923077, 0.00298368546625453, 0.0121151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 900, '2021-05-09 00:00:00', 0.000433226890279845, 0.00150153846153848, 0.00216404802307014, 0.00245038461538462, 0.00213895520865103, 0.00351076923076921, 0.00274734798697552, 0.00709519230769233, 0.0030104014874074, 0.0121463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 915, '2021-05-09 00:00:00', 0.00217310239059275, 0.00192500000000002, 0.00210523443788607, 0.00280596153846156, 0.00226769762093628, 0.00384249999999998, 0.00272020222664531, 0.00707307692307694, 0.0030353895200553, 0.0121984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 930, '2021-05-09 00:00:00', 0.000839509014016751, 0.00179923076923077, 0.00100248667744841, 0.00248153846153844, 0.00155733411266228, 0.00334846153846153, 0.00261724282404213, 0.00686000000000004, 0.00300485625536141, 0.0121786538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 945, '2021-05-09 00:00:00', 0.000438609033896206, 0.00166826923076921, 0.000909286448900349, 0.00231038461538463, 0.00091421340716823, 0.00316807692307693, 0.00258552102322499, 0.00663980769230772, 0.00274712479764682, 0.0121244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 960, '2021-05-09 00:00:00', 0.000767008775398577, 0.00174730769230772, 0.000815939406686915, 0.00217365384615387, 0.0010742041956007, 0.00356557692307696, 0.00261940992327545, 0.00662288461538464, 0.00298244723984542, 0.0122365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 975, '2021-05-09 00:00:00', 0.000769410063720149, 0.00161461538461536, 0.000785328177358931, 0.00260288461538462, 0.00111626878483637, 0.00380500000000001, 0.00272752875610592, 0.00676134615384618, 0.00309881773981876, 0.0122992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 990, '2021-05-09 00:00:00', 0.000625977512498512, 0.00198038461538463, 0.00106828280611745, 0.00289307692307693, 0.00102186616615803, 0.0036276923076923, 0.00266028115922997, 0.0068496153846154, 0.00322107179964396, 0.0124165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1005, '2021-05-09 00:00:00', 0.000825443190981948, 0.00193230769230771, 0.000865264321553728, 0.00272211538461538, 0.000964415646109883, 0.0034684615384615, 0.00267270983921102, 0.00671326923076925, 0.00335564889976016, 0.0123865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1020, '2021-05-09 00:00:00', 0.000665413376434892, 0.0020051923076923, 0.000724371372029143, 0.00261826923076923, 0.00149823912028036, 0.00411769230769231, 0.00262310360069899, 0.00654750000000002, 0.00348439994282207, 0.0125051923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1035, '2021-05-09 00:00:00', 0.000552469142890509, 0.00175807692307692, 0.000797496467317934, 0.00247615384615382, 0.00240476680462272, 0.00472576923076922, 0.00247021419189638, 0.00630192307692309, 0.00336564441766416, 0.0124928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1050, '2021-05-09 00:00:00', 0.000641071098900981, 0.0019230769230769, 0.00120862642952812, 0.0032953846153846, 0.00222513581262254, 0.00448923076923076, 0.00244753049796356, 0.00615653846153847, 0.00335339758821042, 0.0124992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1065, '2021-05-09 00:00:00', 0.000968699207105169, 0.00262692307692308, 0.00194415447312823, 0.00378115384615383, 0.00196702411897143, 0.00417826923076922, 0.00225820262939015, 0.00594634615384616, 0.00344583739961934, 0.0124092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1080, '2021-05-09 00:00:00', 0.0018728590340809, 0.00236980769230766, 0.00181835965808579, 0.00278038461538461, 0.00175274546179589, 0.00332057692307692, 0.0021839798621923, 0.00528096153846153, 0.00352576643604457, 0.0125951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1095, '2021-05-09 00:00:00', 0.000745212127776132, 0.00161134615384615, 0.0012576003553777, 0.00226057692307692, 0.0011354059253785, 0.00293115384615383, 0.0020914517593142, 0.00492269230769232, 0.00350099357875182, 0.0127559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1110, '2021-05-09 00:00:00', 0.000756021265472192, 0.00160692307692309, 0.000866712977066414, 0.00216423076923078, 0.000782317956214329, 0.00273576923076925, 0.00182737394598413, 0.00457346153846155, 0.00343347222771082, 0.0126665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1125, '2021-05-09 00:00:00', 0.000581830400876886, 0.00150384615384615, 0.000564457159238283, 0.00192673076923076, 0.000934567608782039, 0.00257615384615385, 0.00165596260641543, 0.00436692307692308, 0.0033065205509487, 0.0125330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1140, '2021-05-09 00:00:00', 0.000428828457723879, 0.00126961538461538, 0.000433550502780861, 0.0017090384615385, 0.00093781415249256, 0.00249076923076924, 0.00164554302470456, 0.0042096153846154, 0.00326663341754405, 0.0124732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1155, '2021-05-09 00:00:00', 0.000425051309119999, 0.0012538461538462, 0.00072331150859193, 0.00184346153846154, 0.00126255747774722, 0.00250076923076923, 0.00175575871173865, 0.00411057692307693, 0.00326962559606779, 0.0124384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1170, '2021-05-09 00:00:00', 0.000522751338150835, 0.00128019230769229, 0.000752089192746534, 0.00180692307692306, 0.00102047153504945, 0.00244807692307691, 0.00156806795623933, 0.00396134615384615, 0.003285858189037, 0.0124459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1185, '2021-05-09 00:00:00', 0.000622198954082612, 0.00131346153846156, 0.000733816813233786, 0.00171634615384617, 0.000985105324318155, 0.0021725, 0.00161541949779186, 0.00378692307692307, 0.00331235491989983, 0.0124513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1200, '2021-05-09 00:00:00', 0.00051642215885246, 0.00118038461538462, 0.000655061036498479, 0.0015851923076923, 0.000874629416029806, 0.00202115384615384, 0.00160185360178089, 0.00366480769230771, 0.00332649637815017, 0.0124469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1215, '2021-05-09 00:00:00', 0.000361953513802321, 0.0010371153846154, 0.000571453881307624, 0.00129153846153848, 0.000632494572795187, 0.00179576923076924, 0.00150950003184956, 0.00355788461538462, 0.00330082390647221, 0.0125123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1230, '2021-05-09 00:00:00', 0.000417466580882648, 0.000887884615384633, 0.000596644882140637, 0.00132865384615383, 0.000776546496700903, 0.00178230769230769, 0.00146428086839188, 0.00365769230769229, 0.00329977269613436, 0.0125096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1245, '2021-05-09 00:00:00', 0.00032465958503309, 0.000954615384615353, 0.000376380740126892, 0.00127769230769227, 0.000902891104261109, 0.00192788461538458, 0.00146750856372811, 0.00366423076923074, 0.00329269079232262, 0.0125605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1260, '2021-05-09 00:00:00', 0.000284993657149369, 0.00089423076923076, 0.000688185574256962, 0.00128423076923079, 0.000934621025623988, 0.00192269230769228, 0.00146490073173786, 0.00364307692307689, 0.00330754722624578, 0.0125694230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1275, '2021-05-09 00:00:00', 0.00057522052627331, 0.000970576923076945, 0.00071991519265491, 0.00140173076923074, 0.000943680112032752, 0.00198192307692306, 0.00142873462034928, 0.00372884615384611, 0.00326463550209491, 0.0125748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1290, '2021-05-09 00:00:00', 0.000453682878061461, 0.00096192307692305, 0.000698476171059877, 0.00139480769230765, 0.000792131326524556, 0.0018059615384615, 0.00128718936506579, 0.00374269230769229, 0.00321123623451252, 0.0125269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1305, '2021-05-09 00:00:00', 0.000548521509290037, 0.00108538461538458, 0.000602849164704232, 0.00143865384615384, 0.00068422806027047, 0.00174903846153845, 0.00123510729835977, 0.00368903846153844, 0.00320950005692235, 0.0125511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1320, '2021-05-09 00:00:00', 0.000371339001245685, 0.00101942307692307, 0.000445619232080464, 0.00123749999999998, 0.000609691756924354, 0.00164403846153844, 0.00116111504763576, 0.00353307692307689, 0.0031811842980974, 0.0124984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1335, '2021-05-09 00:00:00', 0.00032833595599629, 0.000827500000000007, 0.000368241820630847, 0.00108596153846156, 0.000667818952895295, 0.00158807692307692, 0.00107719736067548, 0.00350307692307691, 0.00317630058159099, 0.0124842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1350, '2021-05-09 00:00:00', 0.000208264624567298, 0.000731923076923072, 0.00044555824966682, 0.0011430769230769, 0.000660035226332641, 0.0015975, 0.00106141714050318, 0.00352788461538461, 0.00317023705131626, 0.0124901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1365, '2021-05-09 00:00:00', 0.000409361275459913, 0.000980576923076908, 0.000489621832092424, 0.00125346153846152, 0.000718962527107335, 0.00165634615384613, 0.00125470886908235, 0.00373288461538459, 0.00328596928680808, 0.0125369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1380, '2021-05-09 00:00:00', 0.000444206985710322, 0.00088961538461538, 0.000615646033416532, 0.00125096153846154, 0.000800267839779038, 0.00186615384615386, 0.001272878627364, 0.00379499999999999, 0.00328848800889031, 0.0125242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1395, '2021-05-09 00:00:00', 0.000554665561050433, 0.00083673076923076, 0.000568730299743337, 0.00113807692307693, 0.000730702638666264, 0.0020171153846154, 0.00123167692129939, 0.00381903846153847, 0.00330669874881045, 0.0125861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1410, '2021-05-09 00:00:00', 0.000357777326537892, 0.000791153846153837, 0.000529348983331267, 0.0014721153846154, 0.00064949095451745, 0.00212750000000001, 0.00167075322718641, 0.00406788461538462, 0.0035155377310536, 0.0127034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 2, 1425, '2021-05-09 00:00:00', 0.000394924189414406, 0.00124865384615386, 0.000718424906412517, 0.00181711538461541, 0.000675955648294716, 0.00218903846153846, 0.00162086458410318, 0.00423, 0.00352308187310704, 0.0126932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 0, '2021-05-09 00:00:00', 0.000673864315262788, 0.00144365384615386, 0.000648523797084262, 0.00177365384615384, 0.0006732160757256, 0.00218673076923076, 0.00158684608579408, 0.0042575, 0.00359614169845748, 0.0127313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 15, '2021-05-09 00:00:00', 0.000604238904611526, 0.00113942307692306, 0.000599885533953021, 0.00150057692307693, 0.00068374446981308, 0.00207749999999999, 0.00155905174582304, 0.00420211538461538, 0.00371390742293799, 0.0127928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 30, '2021-05-09 00:00:00', 0.000446533313426868, 0.00113000000000001, 0.000461738062608573, 0.00141596153846153, 0.000796822656651942, 0.00219288461538459, 0.00154467581861547, 0.00429923076923078, 0.00368741323235597, 0.0128578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 45, '2021-05-09 00:00:00', 0.000423001000180655, 0.000979615384615372, 0.000632801737087935, 0.00161903846153844, 0.000806219954717449, 0.00221884615384613, 0.00173430572453471, 0.00461288461538463, 0.00363839474853319, 0.0128371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 60, '2021-05-09 00:00:00', 0.000580841730064711, 0.00125865384615384, 0.000752161526228539, 0.00169019230769229, 0.000812922292624653, 0.00215942307692305, 0.00161377212193621, 0.0045626923076923, 0.00363839474853319, 0.0128371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 75, '2021-05-09 00:00:00', 0.000605703278461067, 0.0011073076923077, 0.000617453330531627, 0.00142615384615385, 0.000803008190397932, 0.00199692307692308, 0.00168108774309972, 0.00449999999999998, 0.00365374362285294, 0.0128576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 90, '2021-05-09 00:00:00', 0.000368443503653705, 0.00093115384615384, 0.000517432715804296, 0.00136115384615384, 0.000646356206865732, 0.00200288461538464, 0.00173560895985775, 0.00450769230769231, 0.00372192791233461, 0.0128992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 105, '2021-05-09 00:00:00', 0.000430206748150052, 0.000960384615384613, 0.000539650492306077, 0.00152942307692307, 0.000957353824953916, 0.00224211538461538, 0.00170699124642885, 0.00455134615384616, 0.00372398887154415, 0.0129013461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 120, '2021-05-09 00:00:00', 0.000453667787635938, 0.00117769230769229, 0.000629443832650341, 0.00155153846153846, 0.00101738286039003, 0.00236326923076923, 0.0016562427009999, 0.00458173076923075, 0.00374542461390715, 0.0129134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 135, '2021-05-09 00:00:00', 0.000438559398660955, 0.000952115384615388, 0.000808524867606717, 0.00159730769230768, 0.00086026429302056, 0.00222942307692307, 0.001749837981511, 0.00446519230769229, 0.00380791675834196, 0.0128690384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 150, '2021-05-09 00:00:00', 0.000585279026158947, 0.00107846153846152, 0.000602932321753781, 0.00147076923076922, 0.00154972544714814, 0.00236519230769231, 0.00189296580488436, 0.00454653846153844, 0.00384380806772899, 0.0129026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 165, '2021-05-09 00:00:00', 0.000481615111250272, 0.00119134615384614, 0.000699477744738629, 0.00183865384615383, 0.00154969292243534, 0.00256192307692305, 0.00192451452419726, 0.00448692307692305, 0.00394763946993839, 0.0129942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 180, '2021-05-09 00:00:00', 0.000661069093328278, 0.00142211538461538, 0.00160891535370406, 0.00191615384615384, 0.00152503181555716, 0.00252096153846152, 0.00196801680730786, 0.0044080769230769, 0.00408922221775167, 0.0130371153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 195, '2021-05-09 00:00:00', 0.00128892431298947, 0.0013582692307692, 0.0012939671408264, 0.0019201923076923, 0.00123439595941308, 0.00252576923076922, 0.00183286010209349, 0.00428307692307691, 0.00409613794182539, 0.0130659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 210, '2021-05-09 00:00:00', 0.000511438544319249, 0.00126576923076924, 0.000524721941016978, 0.00168634615384615, 0.000720941291752534, 0.00236211538461539, 0.00169312805640465, 0.00426884615384613, 0.00407813051060636, 0.0131826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 225, '2021-05-09 00:00:00', 0.000467341787296868, 0.00119211538461537, 0.000610146293932866, 0.00168249999999996, 0.00128974590520772, 0.0024075, 0.00171388098725133, 0.00410403846153844, 0.00404327447269394, 0.0130923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 240, '2021-05-09 00:00:00', 0.000510918930796459, 0.00128192307692303, 0.000582523852268363, 0.00159596153846152, 0.00132133261694985, 0.00237326923076922, 0.00177615470566657, 0.00407153846153845, 0.0040505958393607, 0.0130894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 255, '2021-05-09 00:00:00', 0.0005322380901583, 0.00108076923076923, 0.00138943170452474, 0.0018073076923077, 0.00147223284111636, 0.00228153846153845, 0.00179731938217402, 0.00398519230769231, 0.0040299959009332, 0.0130901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 270, '2021-05-09 00:00:00', 0.0012763054252261, 0.00135846153846153, 0.00122650417854978, 0.00170249999999998, 0.00139186533665604, 0.00219365384615384, 0.00173969339694802, 0.00388365384615385, 0.00404506438571939, 0.0131582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 285, '2021-05-09 00:00:00', 0.000381608387667853, 0.0010351923076923, 0.000583208763255871, 0.00141730769230768, 0.000747288740406582, 0.00195230769230769, 0.00153337612677184, 0.00365288461538463, 0.00421280451079253, 0.0131653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 300, '2021-05-09 00:00:00', 0.000444113161255103, 0.00112749999999999, 0.000650008047287477, 0.00152269230769229, 0.000696492973071818, 0.00194730769230767, 0.00158777144257165, 0.0038019230769231, 0.00423920210199258, 0.0132876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 315, '2021-05-09 00:00:00', 0.000429008920473875, 0.00103442307692308, 0.000509600295857894, 0.00140230769230771, 0.000659824248161215, 0.00176903846153845, 0.00144843979721418, 0.00394461538461541, 0.00421563844968487, 0.0132334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 330, '2021-05-09 00:00:00', 0.000381583391430178, 0.000943269230769244, 0.000454537507972462, 0.00121288461538462, 0.00106083220234795, 0.0018051923076923, 0.00142682228961907, 0.0040396153846154, 0.00415892521711299, 0.0131498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 345, '2021-05-09 00:00:00', 0.000387076418612866, 0.000878076923076928, 0.000484861439366561, 0.00123115384615384, 0.00100516856603946, 0.00181038461538463, 0.00134220467314615, 0.00417923076923081, 0.00412648069928099, 0.0131298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 360, '2021-05-09 00:00:00', 0.000392413635770295, 0.000942692307692326, 0.000869926079971956, 0.00137423076923078, 0.000896165077512976, 0.00174538461538465, 0.00207598025965119, 0.00461596153846156, 0.00419310703600381, 0.0131211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 375, '2021-05-09 00:00:00', 0.000786394914491723, 0.000939807692307683, 0.00076666613433649, 0.00126980769230769, 0.000773407147228804, 0.00161615384615384, 0.00216991500188014, 0.00468134615384618, 0.00421544240309914, 0.0131105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 390, '2021-05-09 00:00:00', 0.000285023075988878, 0.000881923076923107, 0.000384681736584328, 0.00110596153846158, 0.000630564734674732, 0.00160173076923078, 0.0022074812657102, 0.00486653846153847, 0.00423804318506331, 0.0130559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 405, '2021-05-09 00:00:00', 0.000210391576315704, 0.000731153846153879, 0.000385231049551354, 0.00103019230769231, 0.000653353244071291, 0.00159730769230769, 0.00225777047957968, 0.00504846153846156, 0.00423162614678494, 0.0130346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 420, '2021-05-09 00:00:00', 0.000324372293230141, 0.00079923076923077, 0.000457408965301835, 0.0011998076923077, 0.000736084155932869, 0.00166326923076924, 0.00240192310771694, 0.00537384615384617, 0.00423612501177488, 0.0130113461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 435, '2021-05-09 00:00:00', 0.000426153096361457, 0.000917692307692299, 0.000457991770164557, 0.00121769230769227, 0.000745354020170723, 0.00179615384615385, 0.0023866174002937, 0.00565384615384615, 0.00425791323483519, 0.0130336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 450, '2021-05-09 00:00:00', 0.000281801143743951, 0.000881730769230747, 0.00059935593636968, 0.00124346153846155, 0.000896925003296542, 0.00185730769230769, 0.00237976298916835, 0.00590826923076923, 0.0041359951504584, 0.0130767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 465, '2021-05-09 00:00:00', 0.00041566337156592, 0.00089403846153846, 0.000480204804064023, 0.00137942307692308, 0.000667163110029824, 0.00179115384615385, 0.0024501673726189, 0.00612807692307693, 0.00410087754679972, 0.0130555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 480, '2021-05-09 00:00:00', 0.000382605490732218, 0.0010998076923077, 0.000598380024604885, 0.0014455769230769, 0.000693751673594674, 0.00197576923076923, 0.00239077589594161, 0.00630423076923076, 0.00430701139020836, 0.0132236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 495, '2021-05-09 00:00:00', 0.000407995852165925, 0.00100115384615384, 0.000411778880169759, 0.00128961538461537, 0.000743794429830018, 0.00234307692307693, 0.00232237597168204, 0.00650192307692309, 0.004342335781404, 0.0132790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 510, '2021-05-09 00:00:00', 0.000344808140632097, 0.000919423076923097, 0.000456082651079163, 0.00142923076923078, 0.000780896526189874, 0.00242076923076926, 0.00250531643940212, 0.00666769230769232, 0.00430506358391353, 0.0133023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 525, '2021-05-09 00:00:00', 0.000321383786867875, 0.00110846153846153, 0.000610462655570472, 0.00188942307692311, 0.000923749154262147, 0.00268250000000002, 0.00252400436577704, 0.00670596153846152, 0.00431229395048442, 0.0133513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 540, '2021-05-09 00:00:00', 0.000591422047662699, 0.00149096153846158, 0.000634036155241851, 0.00191961538461539, 0.00196337438140014, 0.0031601923076923, 0.00255659154855715, 0.00666211538461537, 0.00433018054340248, 0.0133134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 555, '2021-05-09 00:00:00', 0.00037540357770519, 0.00135961538461535, 0.000611221223956932, 0.0019657692307692, 0.00204464523911756, 0.00339692307692306, 0.00258976726011016, 0.00652230769230766, 0.00429323869142381, 0.0132673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 570, '2021-05-09 00:00:00', 0.000442170737994358, 0.00138519230769229, 0.00193829374808001, 0.00236942307692304, 0.00209188392272462, 0.00348211538461538, 0.00261317470492532, 0.00644403846153843, 0.00443301958644964, 0.0133744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 585, '2021-05-09 00:00:00', 0.00199020563297824, 0.00178230769230768, 0.00193615214159025, 0.00260634615384615, 0.00193758971008191, 0.00353826923076924, 0.00262617132840829, 0.00657038461538461, 0.00467645404783778, 0.0136123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 600, '2021-05-09 00:00:00', 0.000609041996783594, 0.00179692307692308, 0.000887714697757874, 0.00238076923076925, 0.00124975242163581, 0.00353634615384617, 0.00203631469534097, 0.00626153846153844, 0.00475914523676419, 0.0134192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 615, '2021-05-09 00:00:00', 0.00042867075405796, 0.00158615384615384, 0.000750246549219222, 0.00224826923076926, 0.00118096648815866, 0.00343961538461537, 0.00187330390979722, 0.00594153846153843, 0.00494256086301578, 0.0134617307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 630, '2021-05-09 00:00:00', 0.000605351264842251, 0.0016619230769231, 0.00107973082471794, 0.00263057692307691, 0.00117715545342934, 0.00343980769230768, 0.00180437800917658, 0.00576999999999995, 0.00505103101813421, 0.0135528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 645, '2021-05-09 00:00:00', 0.000687014527894746, 0.00203980769230769, 0.00101785114900875, 0.00256980769230769, 0.00152528766517613, 0.00367269230769231, 0.00183322172270989, 0.00564326923076919, 0.005060423731878, 0.0135078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 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 983590, 3, 660, '2021-05-09 00:00:00', 0.000589516881731261, 0.00171807692307694, 0.000800628791349947, 0.00231230769230772, 0.00144355412091133, 0.00329249999999999, 0.00160723723776599, 0.00535153846153845, 0.00514656876359984, 0.0135659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983590 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660);[...];[ Date: 2021-05-09 15:54:18 - Database: acaweb_fx - User: pgperfstats ]
16 18s759ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983570, 1, 960, '2021-05-09 00:00:00', 0.0185973219742899, 0.0685961538461518, 0.0304922688814484, 0.0940384615384591, 0.0614048012404937, 0.151480769230766, 0.136554983290755, 0.307711538461537, 0.228326696609519, 0.637096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983570, 1, 975, '2021-05-09 00:00:00', 0.0242350667739609, 0.0640384615384601, 0.0452597333348125, 0.102711538461536, 0.0614765277283812, 0.156711538461538, 0.126940858428094, 0.303692307692307, 0.227601848714946, 0.636692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 990, '2021-05-09 00:00:00', 0.0409853444726099, 0.0889615384615375, 0.0516381045949002, 0.130923076923075, 0.0620002512401861, 0.165634615384615, 0.125662784405787, 0.301346153846154, 0.226064075327872, 0.639115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1005, '2021-05-09 00:00:00', 0.0365825778205969, 0.092749999999998, 0.0432102952475986, 0.123519230769232, 0.0644117643339743, 0.175846153846154, 0.12104199684407, 0.297249999999999, 0.225963095182853, 0.644903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1020, '2021-05-09 00:00:00', 0.0392558128963579, 0.0886730769230795, 0.0472475966014723, 0.122846153846154, 0.078934393400713, 0.201538461538463, 0.1104137045563, 0.286384615384615, 0.224400086555584, 0.656673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1035, '2021-05-09 00:00:00', 0.0334944082589223, 0.0873461538461517, 0.0571193622028619, 0.124807692307691, 0.090741223351818, 0.205980769230768, 0.108941016150943, 0.269249999999998, 0.225832038505134, 0.656019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1050, '2021-05-09 00:00:00', 0.0508137927974451, 0.0896923076923096, 0.0660624791681808, 0.154134615384617, 0.087075831231264, 0.190903846153848, 0.101261734362759, 0.257673076923076, 0.226261996707017, 0.655365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1065, '2021-05-09 00:00:00', 0.0523524593500636, 0.123500000000002, 0.0766426472964964, 0.157846153846155, 0.0732419383854743, 0.178807692307693, 0.0922871792912662, 0.242711538461538, 0.223385709893483, 0.649846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1080, '2021-05-09 00:00:00', 0.043631397481102, 0.0963269230769228, 0.0411518576083214, 0.112653846153846, 0.0533164284105912, 0.148807692307691, 0.0710692186966629, 0.214923076923074, 0.231307421976768, 0.64821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1095, '2021-05-09 00:00:00', 0.0253159116884105, 0.0708461538461538, 0.0304660719237249, 0.09280769230769, 0.0600412326271265, 0.12551923076923, 0.0713977913901036, 0.198730769230769, 0.239998907048794, 0.648846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1110, '2021-05-09 00:00:00', 0.0222233072384685, 0.0683461538461528, 0.0480350032628464, 0.0973076923076902, 0.0631291137273438, 0.11975, 0.0722720315091656, 0.191442307692307, 0.249070441843266, 0.650750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1125, '2021-05-09 00:00:00', 0.0341067611163257, 0.063134615384614, 0.0456829710740648, 0.0799230769230754, 0.0581429835703453, 0.108557692307692, 0.0685484023266669, 0.18728846153846, 0.257920038294519, 0.659115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1140, '2021-05-09 00:00:00', 0.0262329211840043, 0.0536153846153865, 0.042832361058504, 0.079865384615385, 0.0439663901354046, 0.0987884615384632, 0.0713622422250354, 0.18551923076923, 0.259700875268807, 0.661769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1155, '2021-05-09 00:00:00', 0.0362859423935012, 0.0590192307692305, 0.03787922101384, 0.0766538461538465, 0.0421627068172086, 0.107423076923079, 0.0714001077353216, 0.181846153846153, 0.259399332778929, 0.662076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1170, '2021-05-09 00:00:00', 0.021118939731544, 0.0490192307692325, 0.0268280636647533, 0.0657500000000024, 0.0418149632768726, 0.0998653846153865, 0.0731913955640674, 0.177096153846153, 0.259139654211036, 0.659403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1185, '2021-05-09 00:00:00', 0.0257606512698371, 0.0488653846153867, 0.0339373007856457, 0.0760961538461559, 0.0444324032833984, 0.0975384615384621, 0.0731013311464639, 0.17376923076923, 0.259397722545011, 0.661538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1200, '2021-05-09 00:00:00', 0.0231150633537134, 0.0501153846153856, 0.0281965150601718, 0.065788461538463, 0.0455569803821382, 0.0915384615384619, 0.0695190870303878, 0.173788461538462, 0.260065359388455, 0.659134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1215, '2021-05-09 00:00:00', 0.0199903823028818, 0.0426538461538476, 0.029609282588144, 0.0605192307692317, 0.0446367044551393, 0.0836538461538466, 0.0724029775205829, 0.178865384615384, 0.264339636569204, 0.657288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1230, '2021-05-09 00:00:00', 0.020419071025353, 0.0435384615384623, 0.0381245126072262, 0.0654615384615395, 0.044061146323997, 0.0852692307692302, 0.0730716534537258, 0.177057692307692, 0.264759711814317, 0.657250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1245, '2021-05-09 00:00:00', 0.0287208045741175, 0.0457692307692307, 0.0273846953326417, 0.0596923076923079, 0.0377850652222055, 0.0808653846153838, 0.0733153489019527, 0.176903846153846, 0.263992197582836, 0.656903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1260, '2021-05-09 00:00:00', 0.017732976668864, 0.0415384615384626, 0.0281305199711308, 0.0598846153846133, 0.0343458932714735, 0.0859038461538437, 0.0754110173546369, 0.176692307692306, 0.263764355788677, 0.656153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1275, '2021-05-09 00:00:00', 0.0215815893761339, 0.0412499999999969, 0.0288176828727434, 0.0556730769230755, 0.0442330019503362, 0.0910384615384612, 0.0756838591673371, 0.174057692307692, 0.259480807797773, 0.654980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1290, '2021-05-09 00:00:00', 0.0229191220129869, 0.0406153846153856, 0.0294027994480897, 0.06176923076923, 0.0488453643182704, 0.0974807692307701, 0.0767309811063191, 0.180788461538461, 0.263930160488309, 0.662019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1305, '2021-05-09 00:00:00', 0.0195373114440426, 0.045442307692306, 0.0314661539777886, 0.0681730769230761, 0.0478772027008826, 0.101057692307692, 0.070952692798684, 0.17876923076923, 0.284246399070623, 0.670653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1320, '2021-05-09 00:00:00', 0.0263897780327042, 0.0514038461538456, 0.034139222874306, 0.0704423076923084, 0.057680489302309, 0.103826923076924, 0.0791243422624257, 0.180192307692307, 0.293394441770015, 0.675038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1335, '2021-05-09 00:00:00', 0.0212273770980203, 0.0451923076923059, 0.0317786333636542, 0.0651923076923074, 0.0491869002260385, 0.0956346153846151, 0.0771035966436365, 0.18176923076923, 0.300452797393431, 0.67671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1350, '2021-05-09 00:00:00', 0.0208253543695038, 0.044153846153846, 0.0387770749085285, 0.0688076923076918, 0.0411440621007942, 0.0859230769230767, 0.0854287039673349, 0.186288461538462, 0.299965531353187, 0.674500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1365, '2021-05-09 00:00:00', 0.0341230803912054, 0.0537307692307689, 0.0357981789395039, 0.0674807692307684, 0.0345304380778217, 0.0761346153846154, 0.0835306139181246, 0.191211538461538, 0.29917487618191, 0.67094230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1380, '2021-05-09 00:00:00', 0.0173947825953219, 0.0434615384615383, 0.0184085682391499, 0.0508461538461529, 0.0264745814232905, 0.0732115384615382, 0.0710839617310733, 0.19401923076923, 0.29612013414517, 0.667576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1395, '2021-05-09 00:00:00', 0.0122783737334571, 0.0315384615384618, 0.012324787406498, 0.0430961538461541, 0.0394923556380968, 0.0941153846153842, 0.0779178758990214, 0.206153846153846, 0.297235190483122, 0.668038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1410, '2021-05-09 00:00:00', 0.0116238481646052, 0.0290769230769231, 0.0250921379044395, 0.0593461538461519, 0.0418481366187471, 0.0969423076923071, 0.0829601479859228, 0.214884615384615, 0.296919258644241, 0.668384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 1, 1425, '2021-05-09 00:00:00', 0.0271584311884063, 0.052403846153845, 0.0410782742503203, 0.0877692307692295, 0.0464863420802259, 0.104, 0.0867487818579964, 0.231634615384615, 0.296328860974009, 0.669076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 0, '2021-05-09 00:00:00', 0.0422312498221209, 0.068461538461538, 0.0402960248087148, 0.0819807692307688, 0.0435243742499071, 0.108634615384616, 0.0884024821266567, 0.238826923076922, 0.296264299882073, 0.669153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 15, '2021-05-09 00:00:00', 0.0244757729507873, 0.0487884615384606, 0.0297509728347722, 0.0684038461538476, 0.0398310663446745, 0.103923076923076, 0.0927600875708595, 0.239423076923076, 0.293159421055926, 0.665884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 30, '2021-05-09 00:00:00', 0.0198098363290708, 0.0435192307692314, 0.0268696926780953, 0.0730961538461531, 0.040859778982045, 0.108192307692307, 0.106017474974646, 0.251749999999999, 0.29346686616799, 0.664692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 45, '2021-05-09 00:00:00', 0.0258079370617746, 0.057980769230769, 0.0284482796559776, 0.0797692307692296, 0.0379434650297224, 0.109557692307691, 0.117871716448269, 0.262692307692307, 0.293299346297364, 0.663442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 60, '2021-05-09 00:00:00', 0.0233832287038274, 0.0618461538461535, 0.0377624762877751, 0.0842692307692298, 0.0416773135115331, 0.108461538461538, 0.132696821885309, 0.280442307692308, 0.293069034266934, 0.662326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 75, '2021-05-09 00:00:00', 0.0359292520635519, 0.0536346153846151, 0.0346982653080044, 0.0724807692307693, 0.0428298781405989, 0.109038461538461, 0.132322554621418, 0.280538461538463, 0.292436830785726, 0.660000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 90, '2021-05-09 00:00:00', 0.0215318011680051, 0.0489615384615383, 0.0357426915606554, 0.0709999999999996, 0.0525883432535583, 0.111423076923077, 0.13594920431487, 0.287884615384615, 0.299578301694487, 0.658673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 105, '2021-05-09 00:00:00', 0.0232796130684212, 0.0515961538461537, 0.0407769731400163, 0.0853076923076924, 0.0563799473353665, 0.117461538461538, 0.136715146029421, 0.293865384615384, 0.313120721374114, 0.661615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 120, '2021-05-09 00:00:00', 0.0334119969241813, 0.0681923076923092, 0.0536776167360446, 0.088057692307693, 0.056814113224961, 0.120211538461539, 0.136683216008628, 0.291192307692309, 0.32916199483864, 0.661826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 135, '2021-05-09 00:00:00', 0.0466971791274541, 0.0644423076923077, 0.0452937463844459, 0.0902884615384614, 0.0482454780663035, 0.127884615384617, 0.133178584557035, 0.286846153846154, 0.329904364347283, 0.658519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 150, '2021-05-09 00:00:00', 0.0294109411875664, 0.064788461538461, 0.0345777440648681, 0.086596153846153, 0.0400007548005725, 0.126096153846154, 0.133150735865553, 0.282961538461538, 0.32272276027575, 0.657500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 165, '2021-05-09 00:00:00', 0.0227111968319259, 0.057961538461537, 0.0342701709272755, 0.0897307692307686, 0.0585069358150099, 0.141692307692307, 0.129567333252459, 0.281576923076924, 0.320058497057118, 0.665692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 180, '2021-05-09 00:00:00', 0.0332556819899304, 0.0750961538461533, 0.0406327643467877, 0.103692307692308, 0.0573288623778494, 0.153461538461538, 0.133097558204499, 0.285, 0.322081389618309, 0.670307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 195, '2021-05-09 00:00:00', 0.0292829958534638, 0.070423076923076, 0.0502543071250168, 0.108653846153845, 0.0500032460484776, 0.140269230769229, 0.130710296222072, 0.272807692307692, 0.319092065325738, 0.673615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 210, '2021-05-09 00:00:00', 0.0314464685555524, 0.0734038461538452, 0.0299357067473186, 0.0984423076923077, 0.0577836049411933, 0.139249999999999, 0.134069902834879, 0.266826923076923, 0.318685968530874, 0.67544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 225, '2021-05-09 00:00:00', 0.0198733780179956, 0.0698653846153837, 0.0403347721718358, 0.0975769230769206, 0.0634234608375737, 0.143846153846151, 0.12619524707617, 0.271096153846154, 0.313504439914578, 0.671576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 240, '2021-05-09 00:00:00', 0.0313090304004348, 0.0751538461538454, 0.0413394438204546, 0.107980769230768, 0.075544222912045, 0.15751923076923, 0.115824975717676, 0.261750000000001, 0.307894817204736, 0.668961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 255, '2021-05-09 00:00:00', 0.0251484515504359, 0.0742692307692301, 0.041087940398051, 0.100326923076922, 0.0736951125610422, 0.140519230769232, 0.11445896140606, 0.253076923076924, 0.302384167269691, 0.660269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 270, '2021-05-09 00:00:00', 0.0311232846298992, 0.0661730769230759, 0.0532514932979497, 0.0973076923076923, 0.0611573254936682, 0.133038461538459, 0.11090070402773, 0.245115384615385, 0.305706184356558, 0.660134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 285, '2021-05-09 00:00:00', 0.0450322491281366, 0.0662884615384621, 0.0499389627445352, 0.0825000000000009, 0.0731622538240554, 0.134846153846153, 0.104756281250999, 0.23996153846154, 0.309864065109449, 0.656826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 300, '2021-05-09 00:00:00', 0.0267007706601547, 0.0523653846153854, 0.0368046245003985, 0.0870961538461527, 0.0699048281594341, 0.12275, 0.101502732058721, 0.237269230769232, 0.309783716734508, 0.655134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 315, '2021-05-09 00:00:00', 0.0312493015306551, 0.0648269230769216, 0.0682686576357302, 0.0990192307692308, 0.0793055823042425, 0.127346153846155, 0.101855147900565, 0.242134615384617, 0.313556300919234, 0.65742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 330, '2021-05-09 00:00:00', 0.0713319784798239, 0.0768653846153854, 0.073117295123341, 0.0918269230769237, 0.0828774071468481, 0.127730769230769, 0.105131748845837, 0.248769230769231, 0.312140511382538, 0.658826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 345, '2021-05-09 00:00:00', 0.0264076984696017, 0.0560576923076927, 0.0416593188392905, 0.0826730769230787, 0.0407949280406999, 0.116384615384616, 0.0873942019727947, 0.249942307692309, 0.3036900146531, 0.650250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 360, '2021-05-09 00:00:00', 0.022955316126369, 0.0565576923076934, 0.0344210188469413, 0.0770576923076924, 0.0364396286817192, 0.113557692307693, 0.0853909741222004, 0.252038461538463, 0.304249993995323, 0.645673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 375, '2021-05-09 00:00:00', 0.0217712230672996, 0.0516153846153846, 0.0259606210664116, 0.084576923076923, 0.0385206488083379, 0.109403846153848, 0.0908516986844284, 0.268134615384617, 0.300038980159886, 0.647480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 390, '2021-05-09 00:00:00', 0.0171735597313468, 0.0528653846153851, 0.0273419162571949, 0.0729038461538466, 0.0419788820534968, 0.0999423076923088, 0.0932013143684142, 0.260250000000002, 0.29228373464574, 0.649192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 405, '2021-05-09 00:00:00', 0.0164162677291122, 0.0494230769230762, 0.0182707521633732, 0.0659038461538482, 0.0640810934555724, 0.108557692307693, 0.0885365830516501, 0.264942307692309, 0.287877238793526, 0.648269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 420, '2021-05-09 00:00:00', 0.0165646054539826, 0.0513846153846164, 0.029107625223536, 0.071076923076923, 0.057047567871033, 0.10925, 0.0857648596678525, 0.265365384615385, 0.287015374152676, 0.647250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 435, '2021-05-09 00:00:00', 0.0210837888873449, 0.0496153846153843, 0.0525552200437439, 0.0816346153846149, 0.0550787582955975, 0.11651923076923, 0.0788550788569672, 0.271788461538461, 0.284408552965624, 0.645750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 450, '2021-05-09 00:00:00', 0.0445961881779155, 0.0625000000000005, 0.0448179608570567, 0.080519230769231, 0.0469636070230464, 0.121096153846154, 0.0773607533174685, 0.278115384615384, 0.284362471828854, 0.645653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 465, '2021-05-09 00:00:00', 0.0238656576566538, 0.0554807692307691, 0.0351956127073539, 0.0823653846153849, 0.040225785836371, 0.115076923076924, 0.0810634224637636, 0.282538461538462, 0.282441182440631, 0.645192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 480, '2021-05-09 00:00:00', 0.0336353751508495, 0.0660384615384615, 0.0397768583668728, 0.0940384615384618, 0.0430151538592895, 0.123788461538462, 0.0847669678952487, 0.290173076923077, 0.285153187575758, 0.643903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 495, '2021-05-09 00:00:00', 0.0288508898676269, 0.0590769230769226, 0.030601363720239, 0.0822115384615397, 0.0564313640288246, 0.128826923076924, 0.103698521983385, 0.300788461538461, 0.289190922429086, 0.651019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 510, '2021-05-09 00:00:00', 0.020143609408444, 0.05575, 0.0356327258829029, 0.0811346153846158, 0.0491556867357306, 0.137307692307691, 0.123642163582593, 0.30723076923077, 0.301308296625541, 0.65248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 525, '2021-05-09 00:00:00', 0.0265480696096706, 0.0540000000000015, 0.032498331318106, 0.0926923076923076, 0.0579379940440286, 0.147365384615384, 0.12623016828245, 0.307346153846154, 0.302771069266229, 0.651903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 540, '2021-05-09 00:00:00', 0.0246671145142979, 0.0729423076923089, 0.0407077577184174, 0.107192307692307, 0.0560872671687718, 0.156807692307692, 0.133001798715426, 0.314538461538461, 0.304888872567342, 0.65023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 555, '2021-05-09 00:00:00', 0.0239362936530731, 0.0676153846153844, 0.0420894286014925, 0.108999999999998, 0.0650499453083207, 0.171153846153846, 0.141787088486711, 0.31603846153846, 0.30926857446861, 0.655865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 570, '2021-05-09 00:00:00', 0.0373227142635684, 0.0907499999999988, 0.0464102483708713, 0.122865384615384, 0.070186992001039, 0.175576923076921, 0.149490015102632, 0.31926923076923, 0.307885228366276, 0.657576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 585, '2021-05-09 00:00:00', 0.0279402728360637, 0.077326923076925, 0.0491744344146428, 0.13075, 0.0691990579082157, 0.17151923076923, 0.149054104786976, 0.317615384615384, 0.300914603270661, 0.65746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 600, '2021-05-09 00:00:00', 0.0471728246410502, 0.109653846153845, 0.062675504354999, 0.131826923076922, 0.0688698437969426, 0.170653846153845, 0.156275255189732, 0.318346153846154, 0.299435001294106, 0.662000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 615, '2021-05-09 00:00:00', 0.0325859809403688, 0.0791153846153836, 0.0437122804431262, 0.110788461538461, 0.0558525841286342, 0.153365384615383, 0.155327214169116, 0.307788461538461, 0.299860677905334, 0.654115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 630, '2021-05-09 00:00:00', 0.0374662976758904, 0.0832115384615384, 0.0389622746532319, 0.107326923076922, 0.0467613581430711, 0.157230769230768, 0.151647172739884, 0.305249999999999, 0.296980343819899, 0.65323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 645, '2021-05-09 00:00:00', 0.0263291882489039, 0.0673846153846152, 0.0437777296737097, 0.10348076923077, 0.049935654750736, 0.15651923076923, 0.150288344652743, 0.306442307692307, 0.294745489298036, 0.654211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 660, '2021-05-09 00:00:00', 0.02899138466192, 0.0780961538461534, 0.0343934083577312, 0.109942307692307, 0.0600997504154566, 0.155999999999998, 0.148040451852241, 0.306846153846154, 0.289442291976511, 0.653403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 675, '2021-05-09 00:00:00', 0.0232048403438736, 0.065269230769232, 0.0370435710190882, 0.0986153846153854, 0.073615155734716, 0.145865384615384, 0.133754723856193, 0.294615384615385, 0.278128537661167, 0.648211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 690, '2021-05-09 00:00:00', 0.0169843027075464, 0.0724423076923082, 0.0308243659863694, 0.0996923076923066, 0.0876547708122856, 0.149173076923077, 0.118095399832249, 0.296288461538462, 0.27661348276278, 0.650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 705, '2021-05-09 00:00:00', 0.0249828864502206, 0.0637692307692292, 0.0530770303789328, 0.0948653846153817, 0.0863323007561278, 0.144115384615384, 0.116969647607997, 0.294538461538462, 0.274671342068748, 0.649884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 720, '2021-05-09 00:00:00', 0.033207135470467, 0.0675769230769211, 0.0671176607504727, 0.104403846153847, 0.0865238784293772, 0.140307692307692, 0.11803441642817, 0.298288461538461, 0.276923457905722, 0.650807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 735, '2021-05-09 00:00:00', 0.0440110169773967, 0.0729807692307701, 0.0524201810814844, 0.097346153846153, 0.0776551449580856, 0.134192307692306, 0.107223901253405, 0.297250000000001, 0.27823652431257, 0.645211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 750, '2021-05-09 00:00:00', 0.0227998060045751, 0.0598653846153857, 0.0400582268511931, 0.089692307692308, 0.057561622498116, 0.133096153846155, 0.0965225441980339, 0.287307692307694, 0.265637202706133, 0.635288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 765, '2021-05-09 00:00:00', 0.0305778703288199, 0.0646153846153849, 0.0374155870439849, 0.092884615384614, 0.0519559280692649, 0.135961538461538, 0.100605161207258, 0.285038461538464, 0.265188005877977, 0.634038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 780, '2021-05-09 00:00:00', 0.0257150958358333, 0.0681153846153825, 0.0306960095126397, 0.0977500000000005, 0.0423131594369714, 0.132288461538463, 0.101144278137719, 0.293250000000002, 0.266758886377827, 0.629211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 795, '2021-05-09 00:00:00', 0.0212885306787846, 0.0576923076923093, 0.0247703374095837, 0.0809807692307695, 0.0505225806332777, 0.124365384615386, 0.0986682397657004, 0.281692307692309, 0.265043590028857, 0.626730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 810, '2021-05-09 00:00:00', 0.0238671322114743, 0.0615000000000001, 0.0288209325637838, 0.0821153846153864, 0.0598399949866296, 0.12675, 0.0966005255599668, 0.285192307692308, 0.265029023809731, 0.627711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 825, '2021-05-09 00:00:00', 0.0247756704481198, 0.0604230769230796, 0.0522548672742185, 0.0941346153846172, 0.0748267331907515, 0.142, 0.0926430058798931, 0.292057692307694, 0.26535580830274, 0.627750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 840, '2021-05-09 00:00:00', 0.0418748318021878, 0.0696923076923087, 0.0438783107451299, 0.0931153846153843, 0.0708193938018508, 0.143942307692309, 0.107703340780985, 0.307019230769233, 0.270052001402579, 0.627788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 855, '2021-05-09 00:00:00', 0.0240299892762216, 0.0620961538461541, 0.0533402323262199, 0.108096153846155, 0.0627052322684962, 0.137884615384617, 0.112544145184834, 0.309730769230771, 0.268920360673222, 0.627903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 870, '2021-05-09 00:00:00', 0.0497852503644014, 0.0838653846153844, 0.0568099937037101, 0.108846153846154, 0.0670289747910452, 0.139711538461539, 0.12118310525812, 0.31475, 0.267525921102121, 0.62753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 885, '2021-05-09 00:00:00', 0.0265623866513436, 0.0669038461538475, 0.032727364461799, 0.0909038461538479, 0.053295908343454, 0.135576923076924, 0.131972969260317, 0.317269230769232, 0.266814802524436, 0.628173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 900, '2021-05-09 00:00:00', 0.0286876883268499, 0.0682115384615395, 0.0395214693358113, 0.0979423076923086, 0.062007691830561, 0.145576923076923, 0.13310138414584, 0.321038461538462, 0.266361045459845, 0.629442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 915, '2021-05-09 00:00:00', 0.0282110521168289, 0.0727884615384615, 0.0452298744024509, 0.107192307692307, 0.0606573256404037, 0.153634615384616, 0.128228511470133, 0.326365384615386, 0.266570264946873, 0.629115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 930, '2021-05-09 00:00:00', 0.0344670634307356, 0.0764615384615379, 0.0455612056637915, 0.105288461538461, 0.05776611996131, 0.151269230769232, 0.128487612393031, 0.324942307692309, 0.26690441461029, 0.627942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 945, '2021-05-09 00:00:00', 0.0272411735881827, 0.0723076923076927, 0.0416320004508366, 0.100788461538463, 0.0608881730337232, 0.166980769230772, 0.134462732898233, 0.323942307692309, 0.265434708761655, 0.625730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 960, '2021-05-09 00:00:00', 0.0284849015336983, 0.0735192307692309, 0.0389977711394653, 0.104615384615386, 0.0675927425553512, 0.187173076923078, 0.136914768546545, 0.327423076923078, 0.266083764283702, 0.628980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 975, '2021-05-09 00:00:00', 0.0328360261813842, 0.0742692307692318, 0.0496201920747842, 0.130711538461539, 0.064255969492219, 0.183480769230769, 0.137204221733658, 0.318961538461539, 0.26086795731528, 0.625365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 990, '2021-05-09 00:00:00', 0.0397719895635888, 0.107634615384616, 0.0699529402252243, 0.158423076923077, 0.0648335650249643, 0.182365384615383, 0.139647161143307, 0.314519230769231, 0.25735212931223, 0.632038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1005, '2021-05-09 00:00:00', 0.0355452528476048, 0.0982500000000007, 0.0425255081821975, 0.124173076923077, 0.0537482879870486, 0.164461538461537, 0.131822393626949, 0.296788461538461, 0.249296660627454, 0.64525 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1020, '2021-05-09 00:00:00', 0.0285969672948302, 0.0915576923076928, 0.0346968852514741, 0.118923076923076, 0.0867661157719642, 0.189673076923077, 0.12842505147421, 0.288076923076925, 0.241083471819648, 0.644596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1035, '2021-05-09 00:00:00', 0.0326769796645897, 0.0862499999999986, 0.041593143850695, 0.123019230769229, 0.0877918539238396, 0.196480769230769, 0.130281440912179, 0.282576923076924, 0.236527363842228, 0.645576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1050, '2021-05-09 00:00:00', 0.0389008206359948, 0.0800769230769239, 0.0880924012264757, 0.151365384615385, 0.102957862926839, 0.190192307692307, 0.142581923819255, 0.278250000000002, 0.232317840137502, 0.641173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1065, '2021-05-09 00:00:00', 0.0563365027177007, 0.124307692307694, 0.0580742926047189, 0.153788461538464, 0.0843055979526485, 0.184076923076925, 0.134781305768327, 0.270903846153848, 0.226248416909039, 0.638884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1080, '2021-05-09 00:00:00', 0.0466923811937081, 0.0910384615384612, 0.0455978111822867, 0.113096153846152, 0.0600577318406725, 0.147634615384614, 0.126056887341208, 0.240326923076924, 0.219691837494111, 0.640211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1095, '2021-05-09 00:00:00', 0.0418857236556092, 0.0760769230769229, 0.0565553370942666, 0.106615384615385, 0.0618953863074926, 0.139673076923078, 0.128637499018935, 0.230884615384616, 0.215997337056235, 0.643519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1110, '2021-05-09 00:00:00', 0.0355438623934739, 0.0721153846153852, 0.0418700186474595, 0.0944615384615386, 0.0436449177585876, 0.117673076923078, 0.115216471845893, 0.212153846153847, 0.212068562933348, 0.636653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1125, '2021-05-09 00:00:00', 0.0304914931390088, 0.0636346153846159, 0.0379478437615871, 0.0888269230769236, 0.0416387024108768, 0.110307692307694, 0.111381715458426, 0.205942307692309, 0.216381928187532, 0.638826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1140, '2021-05-09 00:00:00', 0.0314797615082347, 0.0613461538461533, 0.0290160234247315, 0.0765192307692316, 0.0370151995807135, 0.10275, 0.112112827784542, 0.194115384615384, 0.217145080887979, 0.637615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1155, '2021-05-09 00:00:00', 0.0216382496092873, 0.0489230769230771, 0.0300689975786466, 0.0707692307692309, 0.0406112716448972, 0.0968461538461539, 0.114844344490876, 0.18978846153846, 0.218163700886778, 0.635903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1170, '2021-05-09 00:00:00', 0.0195993720464541, 0.0491538461538447, 0.028468423803333, 0.0676346153846148, 0.0360144201888427, 0.0944615384615391, 0.104641433549931, 0.18151923076923, 0.216931645561808, 0.635673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1185, '2021-05-09 00:00:00', 0.0171106804252618, 0.0478461538461538, 0.0217152906071711, 0.0629230769230768, 0.0299554605270007, 0.0914807692307699, 0.089590856332897, 0.173807692307691, 0.215631731110101, 0.634788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1200, '2021-05-09 00:00:00', 0.0152315967141199, 0.0481923076923055, 0.0246807383632244, 0.0681730769230767, 0.0326188536798071, 0.0914807692307704, 0.0861035512534869, 0.178307692307692, 0.217664202385235, 0.634750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1215, '2021-05-09 00:00:00', 0.0204075118145645, 0.0454423076923066, 0.0240030526904713, 0.0619423076923072, 0.0337788566095136, 0.0863653846153838, 0.0826092377028522, 0.179615384615383, 0.210474417411275, 0.640903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1230, '2021-05-09 00:00:00', 0.0177015427402424, 0.0417692307692318, 0.027903046428662, 0.0635000000000015, 0.0462311458451324, 0.0963269230769234, 0.0781686859396942, 0.177711538461539, 0.210411308741128, 0.640673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1245, '2021-05-09 00:00:00', 0.0173359120369779, 0.045923076923077, 0.0250131657640212, 0.0635384615384605, 0.057221862416927, 0.101807692307693, 0.0734758359022784, 0.171961538461538, 0.219145101210626, 0.644153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1260, '2021-05-09 00:00:00', 0.0164767902027236, 0.0432307692307696, 0.0303838773035973, 0.0655000000000012, 0.0619652632218576, 0.0964230769230771, 0.0667826439912465, 0.170307692307692, 0.220674669174748, 0.641019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1275, '2021-05-09 00:00:00', 0.025726826764772, 0.0480192307692316, 0.041154180084915, 0.0719423076923085, 0.0593423963115758, 0.099499999999999, 0.0572234251387961, 0.175403846153846, 0.219250882815519, 0.638519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1290, '2021-05-09 00:00:00', 0.0243850600541844, 0.0491346153846161, 0.0324674511567415, 0.0673461538461535, 0.0419609525447357, 0.0883076923076909, 0.0614790927564302, 0.184326923076923, 0.218126233741275, 0.640923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1305, '2021-05-09 00:00:00', 0.0242713585560004, 0.0511730769230769, 0.032976524283893, 0.0711346153846145, 0.0326722947794288, 0.0846730769230751, 0.0656454491948986, 0.18575, 0.218226822718578, 0.648615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1320, '2021-05-09 00:00:00', 0.0163337427996823, 0.0493653846153837, 0.0182563792854825, 0.0583461538461526, 0.0177361538628348, 0.0728653846153833, 0.0792389400193153, 0.19301923076923, 0.220091515930567, 0.650153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1335, '2021-05-09 00:00:00', 0.0132664411783437, 0.0359615384615396, 0.0156481505419831, 0.0482307692307689, 0.0202534042722546, 0.0710961538461539, 0.0763426486310246, 0.1955, 0.220796854945549, 0.649365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1350, '2021-05-09 00:00:00', 0.011416267071426, 0.0341346153846144, 0.0132022142664973, 0.0514615384615393, 0.0324488058331874, 0.0757500000000015, 0.0770296346569604, 0.199769230769231, 0.227360679233543, 0.64946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1365, '2021-05-09 00:00:00', 0.0105366758734221, 0.0421923076923091, 0.0182731097096678, 0.0574423076923076, 0.0301419972795435, 0.0744999999999988, 0.0853494355801287, 0.215115384615384, 0.231419200885451, 0.653942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1380, '2021-05-09 00:00:00', 0.0158479797305031, 0.0419615384615388, 0.0304151025238839, 0.0564615384615391, 0.0406166364171917, 0.0966346153846149, 0.0896198381197799, 0.225153846153847, 0.232296951865827, 0.654423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1395, '2021-05-09 00:00:00', 0.0185732230747519, 0.0337307692307696, 0.0155249303231407, 0.0462884615384607, 0.0364708102460024, 0.100499999999999, 0.109364740837537, 0.238942307692308, 0.23523913610164, 0.652365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1410, '2021-05-09 00:00:00', 0.00997020561473045, 0.0317500000000002, 0.0360110933762627, 0.074173076923078, 0.0340455577131579, 0.0990000000000021, 0.11865694734758, 0.246865384615387, 0.242088627286658, 0.65671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 2, 1425, '2021-05-09 00:00:00', 0.0339308346266563, 0.0643076923076922, 0.0340539221732902, 0.0870192307692298, 0.0305356601117679, 0.100057692307693, 0.121919659864759, 0.254211538461539, 0.242088627286658, 0.65671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 0, '2021-05-09 00:00:00', 0.0280547061731445, 0.0594423076923068, 0.0290004575560726, 0.0744423076923079, 0.0322332365495858, 0.0956923076923077, 0.127723035691116, 0.264923076923077, 0.242847648505427, 0.655596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 15, '2021-05-09 00:00:00', 0.0223389707772014, 0.048019230769231, 0.0240633219140361, 0.0652884615384617, 0.0325156057207091, 0.100269230769232, 0.12740580230719, 0.260538461538462, 0.244017981682939, 0.652846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 30, '2021-05-09 00:00:00', 0.0242819971298802, 0.0493461538461539, 0.026467454615929, 0.0661153846153855, 0.056980738985948, 0.114730769230769, 0.128682316040467, 0.263461538461538, 0.244614941521127, 0.651519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 45, '2021-05-09 00:00:00', 0.0191525053593133, 0.0460384615384611, 0.0315319679056039, 0.0772499999999999, 0.067119448631642, 0.119903846153846, 0.124572475043494, 0.279807692307693, 0.244473774745803, 0.650057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 60, '2021-05-09 00:00:00', 0.0302664894663283, 0.0609038461538462, 0.0471385192809438, 0.0894999999999994, 0.0696610806250232, 0.127384615384615, 0.119328791096765, 0.277403846153846, 0.245242596532181, 0.647134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 75, '2021-05-09 00:00:00', 0.027661609052704, 0.0557692307692303, 0.0430345835882658, 0.0803461538461538, 0.0552795030869347, 0.122711538461539, 0.120942588096107, 0.270519230769231, 0.246933694775307, 0.645480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 90, '2021-05-09 00:00:00', 0.0269792512868698, 0.0550000000000003, 0.0380951490955922, 0.0830961538461538, 0.0468294655762156, 0.122326923076922, 0.114567496061694, 0.267634615384615, 0.242766615528957, 0.650480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 105, '2021-05-09 00:00:00', 0.0241758939059924, 0.0565769230769205, 0.0367431678630923, 0.0980961538461544, 0.060671007522921, 0.138865384615385, 0.109899051581265, 0.268307692307692, 0.244132269477019, 0.653750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 120, '2021-05-09 00:00:00', 0.031083912485153, 0.0754807692307705, 0.0419294462345819, 0.0965384615384601, 0.0643769338768543, 0.14698076923077, 0.109276368055424, 0.266769230769232, 0.25214282582573, 0.658769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 135, '2021-05-09 00:00:00', 0.0303059336662763, 0.0604807692307678, 0.0511298384958894, 0.0939038461538469, 0.0828523060354076, 0.14673076923077, 0.105160114184917, 0.256519230769231, 0.253015138647108, 0.657403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 150, '2021-05-09 00:00:00', 0.0354415662095324, 0.0677307692307718, 0.0452112987920225, 0.0971923076923099, 0.08281721532294, 0.143865384615388, 0.108540770432838, 0.258326923076924, 0.254096333185783, 0.657557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 165, '2021-05-09 00:00:00', 0.0248438817727529, 0.0680384615384623, 0.0538083779579122, 0.107807692307694, 0.0711539203741834, 0.142903846153848, 0.105998862475755, 0.247173076923079, 0.253811044192024, 0.663384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 180, '2021-05-09 00:00:00', 0.056026010442953, 0.0905769230769249, 0.0657007346873821, 0.113057692307695, 0.0860192643897529, 0.154423076923079, 0.106348066055976, 0.246365384615387, 0.254430160433981, 0.667942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 195, '2021-05-09 00:00:00', 0.0347116916681046, 0.0731923076923101, 0.0408382597760771, 0.10871153846154, 0.0548044811474947, 0.140365384615386, 0.102598605478601, 0.240076923076923, 0.25650960995643, 0.666000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 210, '2021-05-09 00:00:00', 0.0285044126138667, 0.0758076923076957, 0.0434332378927262, 0.104384615384617, 0.0513695547366936, 0.134865384615385, 0.0944405307384159, 0.236923076923077, 0.253936564610444, 0.669826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 225, '2021-05-09 00:00:00', 0.033702841697126, 0.0703076923076908, 0.0326309727807099, 0.0940961538461528, 0.0744062859213879, 0.143846153846153, 0.100375724923142, 0.225384615384615, 0.251796915267962, 0.664057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 240, '2021-05-09 00:00:00', 0.0215024506653385, 0.0693461538461543, 0.036590041730588, 0.0938653846153841, 0.0702101378829183, 0.136211538461538, 0.101580517514245, 0.225692307692307, 0.249493709647851, 0.664365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 255, '2021-05-09 00:00:00', 0.034976629560103, 0.0647692307692285, 0.0727705667465585, 0.106346153846152, 0.072933679041041, 0.125807692307691, 0.110191157330551, 0.227634615384615, 0.247870047372842, 0.662096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 270, '2021-05-09 00:00:00', 0.0631185819281093, 0.0803461538461538, 0.0601004543692035, 0.0992307692307686, 0.0631561434979875, 0.119961538461539, 0.110365617904241, 0.231519230769232, 0.246552610238432, 0.663519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 285, '2021-05-09 00:00:00', 0.028154634814511, 0.0577884615384614, 0.0352659838283957, 0.0780192307692305, 0.041202109729403, 0.109923076923077, 0.102369866735211, 0.217480769230769, 0.243865017045211, 0.658557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 300, '2021-05-09 00:00:00', 0.0249700512922679, 0.0582884615384611, 0.0291447052850731, 0.0804230769230767, 0.0409403365135919, 0.111365384615383, 0.102869304683923, 0.212576923076922, 0.242413239039327, 0.668538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 315, '2021-05-09 00:00:00', 0.0183670796640242, 0.0525192307692307, 0.0309576137025115, 0.079076923076923, 0.0423658062411364, 0.103807692307693, 0.0966055361528757, 0.218980769230768, 0.235856534783329, 0.663250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 330, '2021-05-09 00:00:00', 0.0188070874529153, 0.0550576923076907, 0.0313921903565955, 0.0730192307692302, 0.059420159749157, 0.105846153846154, 0.0875259895468408, 0.219826923076923, 0.230186948269979, 0.658634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 345, '2021-05-09 00:00:00', 0.0270118777292771, 0.0536923076923077, 0.034990641606005, 0.0767499999999986, 0.0589675660524808, 0.107923076923075, 0.0857896353789984, 0.223692307692307, 0.226362245424995, 0.657115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 360, '2021-05-09 00:00:00', 0.0228968590388777, 0.0553846153846147, 0.0493240930362242, 0.0766153846153842, 0.0495727127173188, 0.100423076923078, 0.0880032953928441, 0.228, 0.224181430645256, 0.659576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 375, '2021-05-09 00:00:00', 0.0414652449463601, 0.0480576923076939, 0.0417809305047916, 0.0653846153846166, 0.0438377076885252, 0.0932692307692307, 0.0846385277791112, 0.230403846153847, 0.222118077572753, 0.656403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 390, '2021-05-09 00:00:00', 0.0192027241657146, 0.0457692307692312, 0.0242855845180749, 0.0620192307692323, 0.0324998994081259, 0.0972884615384609, 0.0799812381845784, 0.234961538461538, 0.218854278881212, 0.652653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 405, '2021-05-09 00:00:00', 0.0141174196814265, 0.0406923076923101, 0.0274650897294387, 0.0641346153846139, 0.0316581014057284, 0.0936538461538462, 0.0882813335091501, 0.249076923076924, 0.219425603302385, 0.651153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 420, '2021-05-09 00:00:00', 0.0218070295652914, 0.0520576923076905, 0.0232413424741311, 0.0714999999999998, 0.0375636331903807, 0.0940576923076927, 0.0863169673132346, 0.262673076923077, 0.21607312152638, 0.653923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 435, '2021-05-09 00:00:00', 0.0215504149522774, 0.0530961538461532, 0.0268590122391268, 0.070942307692307, 0.0403354015151045, 0.110730769230769, 0.0908422893726373, 0.269192307692307, 0.214631265196848, 0.655500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 450, '2021-05-09 00:00:00', 0.0200282204747371, 0.0510192307692295, 0.0311766924776545, 0.067884615384616, 0.0464398038821819, 0.113346153846154, 0.112624174205119, 0.284730769230769, 0.211729225663345, 0.654250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 465, '2021-05-09 00:00:00', 0.0217331455474045, 0.0465192307692315, 0.031263618571015, 0.0834230769230784, 0.0393475050523699, 0.107615384615385, 0.112140360194783, 0.285903846153846, 0.208724282616675, 0.652115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 480, '2021-05-09 00:00:00', 0.0255670460975437, 0.0705769230769234, 0.0356051476399354, 0.0905576923076935, 0.0371033691192608, 0.106499999999999, 0.113347233687529, 0.283846153846154, 0.220200979002924, 0.664365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 495, '2021-05-09 00:00:00', 0.0222302635023654, 0.061269230769232, 0.028124995726496, 0.0756538461538461, 0.0562406094725717, 0.126115384615384, 0.119231378162217, 0.275307692307693, 0.218681483335572, 0.667365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 510, '2021-05-09 00:00:00', 0.0197576859436052, 0.0501153846153856, 0.0225571411172729, 0.0662692307692302, 0.0483164727444129, 0.124692307692309, 0.107673923705574, 0.263423076923078, 0.213972428130354, 0.660000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 525, '2021-05-09 00:00:00', 0.0160419282362938, 0.0492115384615379, 0.0400708267177785, 0.0961346153846147, 0.0405364792976148, 0.127115384615386, 0.101686314410846, 0.255942307692309, 0.21603126999438, 0.65948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 540, '2021-05-09 00:00:00', 0.0367583166936926, 0.0815769230769223, 0.0396494689071029, 0.101596153846155, 0.0526722376151284, 0.137269230769231, 0.0998626980485632, 0.252961538461539, 0.216973600840145, 0.65971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 555, '2021-05-09 00:00:00', 0.0259852916977159, 0.0668461538461544, 0.0294407619048557, 0.0895384615384633, 0.0479200776935264, 0.134923076923079, 0.0942762409909548, 0.241980769230769, 0.219777933378215, 0.658500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 570, '2021-05-09 00:00:00', 0.0254888889820335, 0.0667115384615394, 0.0394267626794867, 0.0955192307692316, 0.0459478132065217, 0.138807692307694, 0.0905984802046073, 0.24173076923077, 0.22108568822622, 0.661192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 585, '2021-05-09 00:00:00', 0.0322862974030784, 0.0682500000000007, 0.035436161452131, 0.103807692307694, 0.0557681498569002, 0.14694230769231, 0.0902305870874943, 0.242326923076924, 0.225234807393392, 0.66296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 600, '2021-05-09 00:00:00', 0.0316314169531102, 0.0849423076923088, 0.041508312420526, 0.108000000000001, 0.0610935757670161, 0.160750000000001, 0.0913072581157451, 0.249153846153848, 0.234444683487139, 0.66648076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 615, '2021-05-09 00:00:00', 0.0220635445928355, 0.0724999999999986, 0.0427264690074688, 0.110134615384616, 0.0534156452160428, 0.154365384615385, 0.080571604561025, 0.239288461538462, 0.240897610710761, 0.677173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 630, '2021-05-09 00:00:00', 0.02734427939048, 0.0840192307692313, 0.0432756104698538, 0.116961538461539, 0.0647429146702567, 0.16075, 0.0689031231847686, 0.233403846153846, 0.237989334764268, 0.679288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 645, '2021-05-09 00:00:00', 0.0363845487070451, 0.0791538461538459, 0.0367410062254911, 0.104692307692307, 0.0517500204384949, 0.144230769230769, 0.0700221283705262, 0.223961538461539, 0.239218208240606, 0.684634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 660, '2021-05-09 00:00:00', 0.025395737074136, 0.0737884615384608, 0.0432738329176522, 0.105230769230768, 0.0455151580837053, 0.133980769230768, 0.0704687055474883, 0.222538461538462, 0.244556421836635, 0.691211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 675, '2021-05-09 00:00:00', 0.02719677582701, 0.0712307692307683, 0.0286421690197133, 0.097423076923077, 0.0364919221830716, 0.119403846153846, 0.0837200371200645, 0.228769230769231, 0.247851192948821, 0.687576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 690, '2021-05-09 00:00:00', 0.0224069443219329, 0.0683653846153864, 0.0305571595538578, 0.0895000000000021, 0.034925156241047, 0.114442307692309, 0.0896910251920476, 0.229000000000001, 0.252962743532293, 0.69198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 705, '2021-05-09 00:00:00', 0.0210624072698245, 0.0622500000000015, 0.0272555216706349, 0.0812115384615393, 0.0342536297908145, 0.110634615384616, 0.0889038741909161, 0.227673076923079, 0.254427672206888, 0.695596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 720, '2021-05-09 00:00:00', 0.017310245965456, 0.0582692307692313, 0.0227636011751538, 0.0793076923076917, 0.0325834844904342, 0.108211538461539, 0.0905556437522531, 0.22723076923077, 0.254993330229516, 0.694961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 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 983570, 3, 735, '2021-05-09 00:00:00', 0.0190672594941011, 0.0560961538461539, 0.0251224998756107, 0.0815000000000005, 0.0341982230757451, 0.114038461538463, 0.0904463631960116, 0.232769230769232, 0.256607641231633, 0.693307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983570 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 735); i[...];[ Date: 2021-05-09 15:53:01 - Database: acaweb_fx - User: pgperfstats ]
17 18s746ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983560, 1, 960, '2021-05-09 00:00:00', 0.000200840637169048, 0.000565192307692287, 0.000306194571122076, 0.000808653846153849, 0.000366112057246882, 0.00119096153846155, 0.000737423477125143, 0.00211076923076923, 0.00233747569300403, 0.00515384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983560, 1, 975, '2021-05-09 00:00:00', 0.000295980508713783, 0.000622307692307713, 0.000316312953600363, 0.000888269230769268, 0.00044765392711508, 0.00127403846153849, 0.000745724840984596, 0.00213153846153845, 0.00229951095971429, 0.00518057692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 990, '2021-05-09 00:00:00', 0.000236774153994897, 0.000684999999999995, 0.000305954307800265, 0.000974038461538455, 0.000451108208066101, 0.00126884615384613, 0.00079820269259225, 0.00211653846153844, 0.00235722127808276, 0.00523692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1005, '2021-05-09 00:00:00', 0.000247579047205922, 0.000724230769230791, 0.000398190764101085, 0.000971730769230773, 0.000484565943753946, 0.00132307692307691, 0.000805283824785702, 0.00210903846153843, 0.00234415424308738, 0.00529365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1020, '2021-05-09 00:00:00', 0.000263283774953675, 0.000697115384615391, 0.000345234869885159, 0.000921346153846143, 0.000595022720962429, 0.00143596153846151, 0.000814468868933318, 0.00205846153846151, 0.00235273350839792, 0.00533019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1035, '2021-05-09 00:00:00', 0.000321300542267727, 0.000639038461538421, 0.000427846350925195, 0.000947499999999981, 0.000673377594381758, 0.00139423076923073, 0.000855080473045994, 0.00203615384615381, 0.00234129099824464, 0.00534153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1050, '2021-05-09 00:00:00', 0.000295117186632993, 0.000703076923076909, 0.000465552938409326, 0.00111153846153844, 0.000577502081248319, 0.00128942307692305, 0.000750774369465376, 0.00192307692307691, 0.00233771729553555, 0.00534192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1065, '2021-05-09 00:00:00', 0.000461789037748443, 0.000891346153846135, 0.000533709550800242, 0.00105173076923072, 0.00052659895702371, 0.00124269230769228, 0.000704712734709344, 0.00183403846153844, 0.00230842513748757, 0.00537384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1080, '2021-05-09 00:00:00', 0.000219418199231174, 0.000597884615384587, 0.000249733781332166, 0.000719807692307668, 0.000351330274155894, 0.000990192307692304, 0.000647706248708003, 0.00173576923076923, 0.00231358733272676, 0.00542288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1095, '2021-05-09 00:00:00', 0.000151915968674977, 0.000467307692307662, 0.000283220490349563, 0.000704615384615389, 0.000312651501737107, 0.000880192307692309, 0.000557077297495237, 0.00173134615384615, 0.00232296912128885, 0.00538653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1110, '2021-05-09 00:00:00', 0.000256792643076953, 0.000537307692307702, 0.000289355583748027, 0.00068442307692306, 0.000367710640836818, 0.000881346153846146, 0.000569398332925602, 0.00181269230769231, 0.00232761218022642, 0.00538730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1125, '2021-05-09 00:00:00', 0.000203592352886472, 0.000455384615384627, 0.000227073776557341, 0.000612499999999999, 0.000335598947921731, 0.00079942307692307, 0.00055114607863979, 0.00175500000000002, 0.00233960704294218, 0.00537134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1140, '2021-05-09 00:00:00', 0.000171088820836953, 0.000424230769230773, 0.000259954137966982, 0.00059192307692306, 0.000266165651138848, 0.000733076923076926, 0.000583458785044981, 0.00172807692307692, 0.00233332009245328, 0.00539557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1155, '2021-05-09 00:00:00', 0.000237752052486502, 0.000454038461538421, 0.00024623355079776, 0.00055480769230768, 0.000450291572206288, 0.000917499999999998, 0.000621939676768158, 0.00170480769230768, 0.00233368454133406, 0.00541346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1170, '2021-05-09 00:00:00', 0.000182408775936002, 0.000370192307692325, 0.000162287138691324, 0.000513653846153863, 0.000477621068018774, 0.000896730769230777, 0.000660999243569934, 0.001735, 0.00233480458744163, 0.00541769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1185, '2021-05-09 00:00:00', 0.000108243493320166, 0.00036942307692308, 0.000485407204155596, 0.000738076923076933, 0.000459236364480797, 0.000924038461538452, 0.000620665678618854, 0.00171673076923077, 0.00233585883563199, 0.00541249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1200, '2021-05-09 00:00:00', 0.000512537428276829, 0.000601153846153856, 0.000509436491097309, 0.000723461538461547, 0.000470399870813692, 0.000899038461538459, 0.000645784108959499, 0.00181634615384616, 0.00233323918949272, 0.00543134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1215, '2021-05-09 00:00:00', 0.000174609454321557, 0.000372692307692324, 0.000190368165567521, 0.000519038461538463, 0.000460457005426315, 0.000775576923076906, 0.000792797990566418, 0.00195057692307693, 0.00234612319336848, 0.00547403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1230, '2021-05-09 00:00:00', 0.000151206939197678, 0.00035653846153844, 0.000199763706567361, 0.000516538461538447, 0.00047393313387503, 0.000756153846153838, 0.000857459126632933, 0.0019719230769231, 0.00233081098464757, 0.00548461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1245, '2021-05-09 00:00:00', 0.000208771129745919, 0.000385769230769247, 0.000484134636391426, 0.000577884615384618, 0.000517636975554815, 0.000839038461538458, 0.000865337195281951, 0.00200230769230772, 0.00230694654167664, 0.00548711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1260, '2021-05-09 00:00:00', 0.000496799293942282, 0.000421538461538448, 0.000511302710278818, 0.000572692307692293, 0.00054127630509893, 0.000950961538461534, 0.000867574004823865, 0.00203057692307695, 0.00230600704682357, 0.00549249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1275, '2021-05-09 00:00:00', 0.000225193250342875, 0.000384999999999986, 0.000311148492870179, 0.000589230769230752, 0.000322360106808423, 0.000964038461538466, 0.00099741488937073, 0.00201269230769235, 0.00232737590762313, 0.00545384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1290, '2021-05-09 00:00:00', 0.000186373178162663, 0.000415192307692295, 0.000248182702552281, 0.000684423076923069, 0.000325448152552763, 0.000982500000000014, 0.00109529007397756, 0.0019871153846154, 0.00231235021968159, 0.00547653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1305, '2021-05-09 00:00:00', 0.000201379950877386, 0.000521730769230771, 0.00025522938400885, 0.00074096153846155, 0.000315497470427529, 0.000940576923076945, 0.00110722167886732, 0.00194961538461539, 0.00230925612398319, 0.00549961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1320, '2021-05-09 00:00:00', 0.000248773684608825, 0.000537884615384603, 0.000286615864610045, 0.000730576923076927, 0.000306840286694021, 0.000904807692307693, 0.00115114379573601, 0.00194596153846155, 0.00231504577957726, 0.0055201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1335, '2021-05-09 00:00:00', 0.00029738630665283, 0.000478846153846148, 0.000289800528215271, 0.000632115384615401, 0.000388520319238935, 0.000839038461538467, 0.00113781044791503, 0.00195615384615386, 0.00233931568725032, 0.00555326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1350, '2021-05-09 00:00:00', 0.000213813362178701, 0.000426923076923098, 0.000267780622036894, 0.000632307692307676, 0.000446274536063233, 0.000820192307692335, 0.00114335552045452, 0.00193461538461541, 0.00234546689627854, 0.0055451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1365, '2021-05-09 00:00:00', 0.000260264953756431, 0.000450384615384603, 0.000368493607083653, 0.000616538461538461, 0.000447180569276495, 0.000762692307692325, 0.00114772210855309, 0.00194596153846157, 0.0023311325821121, 0.00555634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1380, '2021-05-09 00:00:00', 0.000290214840844055, 0.000459423076923089, 0.000467549956195535, 0.000604807692307718, 0.000548254011876297, 0.0010776923076923, 0.00122645009933298, 0.00201538461538463, 0.00232943982206354, 0.00555826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1395, '2021-05-09 00:00:00', 0.000281108246328427, 0.0003296153846154, 0.00027254639689702, 0.000493461538461535, 0.000742744909104069, 0.001315, 0.00132534676159168, 0.00217903846153847, 0.00221077599498456, 0.00554749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1410, '2021-05-09 00:00:00', 0.000149120627474777, 0.000380192307692296, 0.000468744189707575, 0.000903653846153848, 0.000760519660394238, 0.00134807692307696, 0.00131433791463468, 0.00220307692307693, 0.00219127051309019, 0.00554269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 1, 1425, '2021-05-09 00:00:00', 0.000514924789130913, 0.000816538461538482, 0.000735620224969807, 0.00121865384615386, 0.000748485239564649, 0.00140692307692311, 0.00123197123155725, 0.00224134615384617, 0.00212319578610968, 0.00552211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 0, '2021-05-09 00:00:00', 0.000651120838365549, 0.000857115384615406, 0.000652052027183308, 0.00107538461538464, 0.0007749409903093, 0.00144846153846156, 0.0012046482410295, 0.00229576923076923, 0.00225929461422062, 0.0055880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 15, '2021-05-09 00:00:00', 0.000416599466375814, 0.000608653846153854, 0.000423035414047641, 0.000870192307692321, 0.000527082426775353, 0.00119673076923077, 0.00105602005007193, 0.00212711538461537, 0.00211084606624565, 0.00546865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 30, '2021-05-09 00:00:00', 0.000370375537072251, 0.000570961538461547, 0.000368481134054205, 0.000912115384615373, 0.000495545542423093, 0.00111423076923075, 0.00103605717097974, 0.00202269230769229, 0.00207035531138613, 0.00539865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 45, '2021-05-09 00:00:00', 0.000267716339549044, 0.000700961538461545, 0.000341064453642513, 0.000884807692307681, 0.000421523838179816, 0.00103211538461536, 0.00101634912233031, 0.00197653846153842, 0.00204596089894215, 0.00536999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 60, '2021-05-09 00:00:00', 0.00031713307083206, 0.000664230769230782, 0.000421407942314965, 0.000780576923076921, 0.000435688667955246, 0.00095384615384616, 0.0010430016594131, 0.00199269230769229, 0.00205124837223959, 0.00534326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 75, '2021-05-09 00:00:00', 0.000228612201033823, 0.00044346153846154, 0.000238369541807501, 0.000585961538461534, 0.000254015444715135, 0.000825384615384591, 0.00100316830783581, 0.0019755769230769, 0.00195732931272734, 0.00531403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 90, '2021-05-09 00:00:00', 0.000136242572133445, 0.000394038461538464, 0.000169818568342346, 0.000527884615384623, 0.000264608273607507, 0.000803461538461541, 0.00102708476543305, 0.00206134615384616, 0.00198609260764798, 0.0053153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 105, '2021-05-09 00:00:00', 0.000171060942806465, 0.000360384615384645, 0.000230531910022129, 0.0006401923076923, 0.000321526886063261, 0.000848461538461546, 0.00107378892425198, 0.00220942307692308, 0.00202067856081912, 0.00533038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 120, '2021-05-09 00:00:00', 0.00024282511909095, 0.000525961538461551, 0.000282078889674489, 0.000667500000000034, 0.000388685556122731, 0.000932307692307702, 0.00106997708458571, 0.00229480769230769, 0.00206746173808893, 0.00541903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 135, '2021-05-09 00:00:00', 0.000163012151505533, 0.000404807692307748, 0.000236474425353289, 0.00058807692307695, 0.00107028903357207, 0.00112115384615386, 0.00113231294940255, 0.00235115384615387, 0.00206593309147747, 0.00543153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 150, '2021-05-09 00:00:00', 0.000203869962325173, 0.000470192307692314, 0.000278324174576779, 0.000712115384615387, 0.00104233325543449, 0.00117384615384613, 0.00116274846807041, 0.00240000000000002, 0.00205437788636855, 0.0054575 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 165, '2021-05-09 00:00:00', 0.000207605487551621, 0.000469038461538468, 0.00108520797368702, 0.000872884615384595, 0.00104816787043653, 0.00114173076923076, 0.00116308338546234, 0.00240980769230772, 0.00205861787091768, 0.00545153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 180, '2021-05-09 00:00:00', 0.00107601186724942, 0.000688461538461522, 0.00105085629918581, 0.000864807692307687, 0.00103176549586694, 0.00118403846153846, 0.00114352155137611, 0.00241153846153849, 0.00208109613314348, 0.00545865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 195, '2021-05-09 00:00:00', 0.000144490084834166, 0.000454230769230764, 0.000216629868670075, 0.000707500000000015, 0.000370123472121669, 0.00105076923076924, 0.000908351444185506, 0.00221288461538464, 0.00206122888103192, 0.00549750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 210, '2021-05-09 00:00:00', 0.000204186283725325, 0.000544038461538464, 0.000289407152641395, 0.000767499999999998, 0.000359341919882186, 0.00103115384615382, 0.000911170696665326, 0.00218403846153849, 0.00208198316146301, 0.00553173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 225, '2021-05-09 00:00:00', 0.000212243691579707, 0.000560769230769207, 0.000301588359293821, 0.000791538461538438, 0.000274602720026851, 0.00100942307692304, 0.000878370103351402, 0.00218403846153848, 0.00208640239683974, 0.0055548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 240, '2021-05-09 00:00:00', 0.000262306412133117, 0.000584423076923062, 0.000303157296059056, 0.000742884615384597, 0.000402709142988033, 0.00111942307692306, 0.000865240940209956, 0.00209826923076925, 0.002153970180495, 0.00566153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 255, '2021-05-09 00:00:00', 0.00017638604950941, 0.00047403846153845, 0.000233128967279084, 0.000683653846153833, 0.000506376873940293, 0.00106153846153844, 0.00091747607388631, 0.00205288461538465, 0.00226404614827934, 0.0057248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 270, '2021-05-09 00:00:00', 0.000212493619813716, 0.000503461538461515, 0.000438577639824285, 0.000797884615384582, 0.000531693412236206, 0.00107673076923077, 0.00106791594310526, 0.00202769230769234, 0.00231831314669823, 0.00574961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 285, '2021-05-09 00:00:00', 0.000315586145742505, 0.00058115384615381, 0.000381251380829774, 0.000731153846153811, 0.000683191492470924, 0.00121384615384613, 0.001085731249506, 0.00199711538461541, 0.00229443830062712, 0.00585134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 300, '2021-05-09 00:00:00', 0.000214438443740491, 0.000429615384615381, 0.000260419557932678, 0.000677115384615371, 0.000758194008052129, 0.0012080769230769, 0.00110201382093803, 0.00195769230769233, 0.00231982931235502, 0.00582403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 315, '2021-05-09 00:00:00', 0.000218865606814245, 0.000533076923076914, 0.000658652120154977, 0.000893846153846151, 0.000842352863207497, 0.0013071153846154, 0.00115293805290924, 0.00198807692307696, 0.00231534985726531, 0.00583480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 330, '2021-05-09 00:00:00', 0.000666258323659966, 0.000638076923076901, 0.000757558324741145, 0.000918846153846144, 0.000896079323411832, 0.00121192307692308, 0.00117303834615006, 0.00198519230769232, 0.00232127839446617, 0.00583076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 345, '2021-05-09 00:00:00', 0.000309414832323092, 0.000521538461538471, 0.0003996092322026, 0.000738461538461551, 0.000441309415263269, 0.000980000000000032, 0.000787873403536369, 0.00186250000000002, 0.00191817637754837, 0.00560384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 360, '2021-05-09 00:00:00', 0.000223644721687031, 0.000474807692307677, 0.000310260932367982, 0.000635384615384627, 0.000316748869222679, 0.00088961538461538, 0.000761506629093822, 0.0018171153846154, 0.00182965983597624, 0.00554634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 375, '2021-05-09 00:00:00', 0.000182795072311969, 0.000414038461538484, 0.000218713370559585, 0.000616538461538487, 0.000218628944526143, 0.000793846153846145, 0.000701563638212207, 0.00196846153846156, 0.00177420882692498, 0.00552980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 390, '2021-05-09 00:00:00', 0.000211080462237668, 0.000450192307692311, 0.000244901314504762, 0.000625576923076896, 0.000289261194185373, 0.000799038461538452, 0.000757503389177506, 0.00208923076923077, 0.00177030996851268, 0.00553423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 405, '2021-05-09 00:00:00', 0.000150606977057729, 0.000387307692307668, 0.000157740292886783, 0.000529999999999971, 0.000391639993636233, 0.000808269230769214, 0.000794276472888774, 0.00219365384615384, 0.00177856022151021, 0.0055223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 420, '2021-05-09 00:00:00', 0.000116359522436033, 0.000363461538461562, 0.000214772240721716, 0.000553653846153861, 0.000359861939338719, 0.000798846153846161, 0.000815065547151785, 0.00226538461538464, 0.00179319838878425, 0.0055273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 435, '2021-05-09 00:00:00', 0.000192930936228096, 0.000432884615384633, 0.000355595059237103, 0.000639615384615399, 0.000377410407096349, 0.000818846153846181, 0.00080405780982369, 0.0023601923076923, 0.00182788672641807, 0.00554326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 450, '2021-05-09 00:00:00', 0.00035191192079835, 0.000479999999999976, 0.000329196223924493, 0.000608076923076901, 0.000426200250875264, 0.000839423076923093, 0.00081648093387697, 0.00242134615384616, 0.00184778113297668, 0.00553634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 465, '2021-05-09 00:00:00', 0.00018185253958591, 0.000407884615384606, 0.000224376829326203, 0.000594807692307695, 0.000331509194674659, 0.000812115384615393, 0.000759091790334899, 0.00241288461538462, 0.00183710277757794, 0.00549384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 480, '2021-05-09 00:00:00', 0.000146534847522585, 0.000442307692307703, 0.000267338520635115, 0.000596730769230784, 0.000373723674143596, 0.000835769230769232, 0.000774133162864205, 0.00240807692307692, 0.00184967019929334, 0.0054653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 495, '2021-05-09 00:00:00', 0.000229657688410669, 0.000404423076923079, 0.000263541049203665, 0.000586730769230753, 0.000430826932948532, 0.000925384615384614, 0.000763212542228819, 0.00240923076923076, 0.00182406369026792, 0.0054278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 510, '2021-05-09 00:00:00', 0.000160623424865029, 0.000406730769230761, 0.000267173884605845, 0.000593269230769223, 0.000372624991936075, 0.000950769230769225, 0.000704900674945382, 0.00240519230769228, 0.00177049164184591, 0.00536557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 525, '2021-05-09 00:00:00', 0.00017138362277024, 0.000407115384615387, 0.000249665083353958, 0.000655576923076939, 0.000383725312410573, 0.000986346153846168, 0.000668739946006395, 0.00238365384615383, 0.00181043407459692, 0.00533653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 540, '2021-05-09 00:00:00', 0.000171522705381938, 0.000480961538461564, 0.000244062807175003, 0.000674423076923097, 0.00043502754112637, 0.000999807692307692, 0.000679133610962159, 0.00238269230769229, 0.00181642020087696, 0.00535211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 555, '2021-05-09 00:00:00', 0.000188559417283113, 0.000480576923076929, 0.000361456242696981, 0.000736153846153852, 0.00044849599089196, 0.00120942307692308, 0.000632362359605783, 0.00239307692307692, 0.00180284070715763, 0.00533384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 570, '2021-05-09 00:00:00', 0.00027261440788157, 0.000538846153846165, 0.000319819420202169, 0.000747307692307712, 0.000506372012837001, 0.00128615384615384, 0.000562045713990781, 0.00234576923076922, 0.00176681426693531, 0.00530557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 585, '2021-05-09 00:00:00', 0.000274660419707377, 0.000557115384615405, 0.000415891812855231, 0.000960000000000012, 0.000518280477971289, 0.00134557692307691, 0.000533160532903735, 0.00229307692307693, 0.00176106804350262, 0.00526557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 600, '2021-05-09 00:00:00', 0.000398828332069763, 0.000739038461538461, 0.000478368581744244, 0.000997499999999985, 0.000496227925298604, 0.00131307692307692, 0.000502631574814005, 0.00222249999999999, 0.00181047171923612, 0.0052496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 615, '2021-05-09 00:00:00', 0.000199081351751931, 0.000625769230769231, 0.000238558249619545, 0.000909038461538447, 0.000354825851109199, 0.00123076923076921, 0.000653733890814948, 0.00215999999999999, 0.00180282607207512, 0.00519538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 630, '2021-05-09 00:00:00', 0.000229329792757388, 0.000641923076923063, 0.000337796764114391, 0.000850576923076936, 0.000362606005720548, 0.00116865384615383, 0.000683999353351019, 0.00214634615384613, 0.00183095914334955, 0.00518576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 645, '2021-05-09 00:00:00', 0.000191959230447088, 0.000542884615384636, 0.000223329008760238, 0.000814615384615367, 0.000296847603999077, 0.0012025, 0.000696055065239909, 0.00212557692307691, 0.00188558687048722, 0.00519538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 660, '2021-05-09 00:00:00', 0.00017779385210447, 0.000625576923076896, 0.000216194001197653, 0.000814615384615375, 0.000323249843833625, 0.00120230769230768, 0.000731948322051389, 0.00208211538461538, 0.0019672556147705, 0.00519557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 675, '2021-05-09 00:00:00', 0.00011286206693945, 0.00051961538461539, 0.000247005138532661, 0.000876538461538456, 0.000390510120030388, 0.00121692307692307, 0.000717585266978528, 0.00197115384615385, 0.00202933847690474, 0.00518057692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 690, '2021-05-09 00:00:00', 0.000237490728564005, 0.000624615384615394, 0.000255159678512248, 0.000787692307692318, 0.000456519440987989, 0.00119500000000001, 0.000760395544841893, 0.00199576923076925, 0.00202461947991751, 0.00515096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 705, '2021-05-09 00:00:00', 0.000145392968827997, 0.000503653846153875, 0.0003185904653554, 0.000833269230769258, 0.000391706719174115, 0.00112307692307694, 0.000806603610589112, 0.00192576923076922, 0.0020228809615534, 0.00514423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 720, '2021-05-09 00:00:00', 0.000319647642545042, 0.000588846153846177, 0.000363260872567403, 0.000822692307692317, 0.000351917385410071, 0.00110961538461539, 0.000809774042557563, 0.00196499999999999, 0.00202808686849299, 0.0051221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 735, '2021-05-09 00:00:00', 0.000287520233401716, 0.000563269230769249, 0.000283226261820143, 0.000768653846153852, 0.000318467242609671, 0.000994230769230749, 0.000758308542846409, 0.0019503846153846, 0.00202468155140882, 0.00509423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 750, '2021-05-09 00:00:00', 0.000229615146243932, 0.000563653846153841, 0.000276261581727317, 0.000772307692307653, 0.000354805038555869, 0.000933846153846148, 0.000805662078427037, 0.00202076923076921, 0.00202135705558263, 0.00509211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 765, '2021-05-09 00:00:00', 0.000113936554544812, 0.000501538461538442, 0.000168850981182111, 0.000639423076923064, 0.000248315556066527, 0.000788846153846155, 0.000823606912400471, 0.00213711538461537, 0.00201688469789803, 0.00509826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 780, '2021-05-09 00:00:00', 0.000150264382391132, 0.000425769230769245, 0.000248080942126067, 0.0006019230769231, 0.000264246752399814, 0.000832884615384606, 0.000878906072692273, 0.00229173076923076, 0.00200143583075131, 0.00509576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 795, '2021-05-09 00:00:00', 0.000211760841153765, 0.000455576923076919, 0.000247576017851877, 0.000598269230769222, 0.00035186213427771, 0.000939807692307692, 0.000890751627300458, 0.00239230769230768, 0.00200187565893738, 0.00509692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 810, '2021-05-09 00:00:00', 0.000107649180925139, 0.000402884615384624, 0.000214201199450762, 0.00063307692307692, 0.000379261630824138, 0.000925769230769232, 0.00087214450549295, 0.00240596153846155, 0.00200195400700257, 0.00508961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 825, '2021-05-09 00:00:00', 0.000203841567437493, 0.000510769230769221, 0.00032430612318992, 0.000747307692307712, 0.000423495754224458, 0.00103942307692308, 0.000872349347804746, 0.00247576923076923, 0.00200868154232108, 0.00512153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 840, '2021-05-09 00:00:00', 0.000244394463616002, 0.00053557692307693, 0.000296928377792445, 0.000717692307692295, 0.000389992110373835, 0.00102961538461541, 0.000928819349828244, 0.00260576923076922, 0.00205173514747506, 0.00513365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 855, '2021-05-09 00:00:00', 0.000182533137139139, 0.000512884615384585, 0.000213517068314304, 0.000738461538461517, 0.000341250415609776, 0.0009696153846154, 0.000898045570198882, 0.00259461538461537, 0.0020568783666966, 0.00514115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 870, '2021-05-09 00:00:00', 0.000162647329661893, 0.000533076923076922, 0.000215011269829871, 0.000715384615384639, 0.00036542788407775, 0.00101346153846156, 0.00089976082291991, 0.00255846153846153, 0.00206290304220492, 0.0051498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 885, '2021-05-09 00:00:00', 0.000179890244315825, 0.000507500000000003, 0.00015496811086356, 0.000701346153846171, 0.000324559168482624, 0.00102442307692308, 0.000879563899808397, 0.00256057692307691, 0.00208645360692396, 0.00515442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 900, '2021-05-09 00:00:00', 0.000174827387398604, 0.000528846153846151, 0.000318067058725288, 0.000765576923076934, 0.000365321565410327, 0.00113038461538463, 0.00086225342071717, 0.00256519230769229, 0.0020887573781115, 0.00514423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 915, '2021-05-09 00:00:00', 0.000321465155427181, 0.000620384615384597, 0.000314675168290154, 0.00082769230769229, 0.000446651817587068, 0.00121461538461537, 0.000888924436522099, 0.0025805769230769, 0.00210107166794615, 0.00517807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 930, '2021-05-09 00:00:00', 0.00019784969042181, 0.000597499999999994, 0.000331231733894065, 0.000852307692307682, 0.000504939600348368, 0.00125499999999997, 0.000870073471698696, 0.00252961538461537, 0.0021035652153866, 0.00515884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 945, '2021-05-09 00:00:00', 0.000242554117672768, 0.00060250000000001, 0.000389420723639609, 0.000927499999999987, 0.000561243399824134, 0.00136192307692307, 0.000818153643648543, 0.00246923076923075, 0.00210400450606416, 0.00519480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 960, '2021-05-09 00:00:00', 0.000238990585588621, 0.000687499999999986, 0.000303304873277411, 0.000914615384615364, 0.000620091432464074, 0.00149576923076923, 0.000730751062527178, 0.00238134615384614, 0.00210561510289471, 0.00524480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 975, '2021-05-09 00:00:00', 0.000205625873858285, 0.000584999999999981, 0.000371283428953358, 0.000970769230769228, 0.000575538309892416, 0.00153288461538462, 0.000828627247551393, 0.00233634615384616, 0.00209807615173076, 0.00528153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 990, '2021-05-09 00:00:00', 0.000319615634545868, 0.000766923076923105, 0.000465804019535459, 0.0011942307692308, 0.000544555464435138, 0.00146942307692311, 0.000824702743650467, 0.00222615384615387, 0.00207764586639632, 0.00526711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1005, '2021-05-09 00:00:00', 0.000192214623633197, 0.000787307692307709, 0.000310115859242728, 0.00103538461538461, 0.000419442899753758, 0.00132211538461539, 0.000798519495451013, 0.00205576923076924, 0.00206439263744529, 0.0052751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1020, '2021-05-09 00:00:00', 0.000269199668533357, 0.000777307692307695, 0.000341052950998257, 0.000983653846153868, 0.000615020231061854, 0.00152326923076924, 0.000807864802093466, 0.00199346153846155, 0.00208996581679809, 0.00533865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1035, '2021-05-09 00:00:00', 0.000222347614195574, 0.000652307692307738, 0.00027043042614432, 0.000861153846153877, 0.000585414514550292, 0.00142307692307694, 0.000807375448836906, 0.00195365384615387, 0.0021000648799501, 0.00537250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1050, '2021-05-09 00:00:00', 0.000253493513799572, 0.000630192307692337, 0.000580418681775353, 0.00114538461538464, 0.00060052403397751, 0.00134365384615387, 0.000877943685770673, 0.00193865384615387, 0.00210365447586955, 0.00539692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1065, '2021-05-09 00:00:00', 0.000474717932444777, 0.000928653846153849, 0.000473644787383354, 0.00110076923076923, 0.000458689940524601, 0.00126230769230769, 0.000848197818000935, 0.00185346153846154, 0.00210364256433011, 0.00536096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1080, '2021-05-09 00:00:00', 0.000287208045741189, 0.000667692307692309, 0.000317652507285254, 0.000833653846153859, 0.000323293924376025, 0.00101980769230769, 0.000808116709012135, 0.00167884615384616, 0.00211660531003333, 0.00537403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1095, '2021-05-09 00:00:00', 0.000214172917198997, 0.000539038461538491, 0.000248730004994559, 0.000741153846153859, 0.000299697539837406, 0.000948846153846153, 0.000864237525220925, 0.00170749999999998, 0.00215271464577952, 0.0053621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1110, '2021-05-09 00:00:00', 0.000149487972245788, 0.000524423076923105, 0.000218429358409951, 0.000669230769230781, 0.0002512406906044, 0.000838269230769265, 0.000860464096600475, 0.0016323076923077, 0.00216418945566229, 0.00537500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1125, '2021-05-09 00:00:00', 0.00013937056305462, 0.000508076923076912, 0.00024113681083247, 0.000665192307692319, 0.000252551898702922, 0.00080269230769234, 0.000866767935404948, 0.00166057692307694, 0.00217874474270071, 0.00538442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1140, '2021-05-09 00:00:00', 0.000180261882143282, 0.000462884615384616, 0.000200570820026611, 0.000564423076923111, 0.000214254431782548, 0.000734807692307724, 0.000959620517945285, 0.00164653846153847, 0.00219525920144714, 0.00538480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1155, '2021-05-09 00:00:00', 0.00013553554742352, 0.000393269230769245, 0.000127009993549881, 0.000516538461538489, 0.000770040483451253, 0.000867115384615412, 0.00114301995406233, 0.00168884615384618, 0.00220109379278015, 0.00538326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1170, '2021-05-09 00:00:00', 0.00012974056954021, 0.000368846153846136, 0.000138112690889057, 0.000518653846153862, 0.000788274942272924, 0.00091423076923078, 0.00113257081626105, 0.00169557692307692, 0.00222148741750966, 0.0054071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1185, '2021-05-09 00:00:00', 0.000141059861815422, 0.000393269230769211, 0.000802382054596483, 0.00073519230769229, 0.000814181703401556, 0.000900384615384621, 0.00112172305645586, 0.00169115384615383, 0.00222672540706335, 0.00540903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1200, '2021-05-09 00:00:00', 0.000824034656664771, 0.000658653846153823, 0.000825773786308247, 0.000782884615384594, 0.000818011025880183, 0.000935961538461538, 0.00120692796611261, 0.00205865384615383, 0.00220964156508557, 0.0054146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1215, '2021-05-09 00:00:00', 0.000119411537904086, 0.000383653846153823, 0.000167536907529736, 0.000498846153846159, 0.00037858969062321, 0.000741923076923078, 0.00108441556397199, 0.00207134615384615, 0.00217877442613959, 0.00542000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1230, '2021-05-09 00:00:00', 0.000162458041920416, 0.000353846153846183, 0.000225828815358348, 0.000534423076923094, 0.000460213537393253, 0.000777500000000004, 0.0010801860416685, 0.00206173076923077, 0.00218333348698372, 0.00544634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1245, '2021-05-09 00:00:00', 0.000127061008968116, 0.000367500000000008, 0.000303133633897675, 0.000530000000000013, 0.000481912695572401, 0.000815384615384611, 0.00106957676748259, 0.00208730769230769, 0.00219181179884094, 0.00545980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1260, '2021-05-09 00:00:00', 0.000189879313897449, 0.00040692307692307, 0.000277759165188398, 0.000583076923076926, 0.000361192948649119, 0.000932884615384595, 0.00100626927119629, 0.00208038461538461, 0.00220155616291327, 0.00547153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1275, '2021-05-09 00:00:00', 0.000179743834814585, 0.000395384615384618, 0.000331569055343751, 0.000605961538461563, 0.000385673237539015, 0.000985384615384597, 0.000915524082782024, 0.00210711538461539, 0.00221255557079275, 0.0054719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1290, '2021-05-09 00:00:00', 0.000239110611674531, 0.000431730769230788, 0.000291278877736388, 0.00070923076923077, 0.000383134641929126, 0.000961923076923059, 0.000941081803850473, 0.00209519230769231, 0.0022146385449132, 0.00546826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1305, '2021-05-09 00:00:00', 0.000229496522514279, 0.00055942307692307, 0.000358098611257581, 0.000758846153846121, 0.000393403150040184, 0.000890961538461525, 0.000993261604706752, 0.00209615384615383, 0.00220943860777763, 0.00547019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1320, '2021-05-09 00:00:00', 0.000331390833632107, 0.000541730769230757, 0.000365427305198473, 0.00065365384615385, 0.000409117812635175, 0.000854230769230789, 0.00108345714479873, 0.00216423076923078, 0.0022380179503645, 0.0054621153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1335, '2021-05-09 00:00:00', 0.000151505267742909, 0.000335384615384626, 0.000193881109485661, 0.000471730769230794, 0.000507834770221757, 0.000801923076923087, 0.00106395013257927, 0.00213173076923077, 0.00225967308731558, 0.00544230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1350, '2021-05-09 00:00:00', 0.000126997425776431, 0.000317115384615404, 0.000228403236539123, 0.000534038461538467, 0.000463416244195925, 0.000776153846153841, 0.0010419311951298, 0.00214384615384618, 0.00228099210027968, 0.00542519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1365, '2021-05-09 00:00:00', 0.000210888231425703, 0.000429615384615389, 0.000431153238865997, 0.000626346153846158, 0.000474160148213543, 0.000794615384615355, 0.00107277879646917, 0.00223211538461541, 0.00253974562626923, 0.00552038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1380, '2021-05-09 00:00:00', 0.000382106710830288, 0.000503461538461557, 0.000500758540001716, 0.000641346153846162, 0.000847363331390186, 0.00129884615384617, 0.00109210025251278, 0.00225480769230773, 0.00255871942881288, 0.00553134615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1395, '2021-05-09 00:00:00', 0.000279671029274413, 0.000401730769230771, 0.00025944526620054, 0.000519615384615364, 0.000801053272981174, 0.00143211538461539, 0.00109786535884587, 0.00246788461538462, 0.00256127498298434, 0.00549346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1410, '2021-05-09 00:00:00', 0.000125524285115845, 0.00034711538461537, 0.000809867914206733, 0.00102596153846156, 0.000810588034416032, 0.00140019230769233, 0.0011746808568222, 0.00250865384615384, 0.00257972244332898, 0.00551173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 2, 1425, '2021-05-09 00:00:00', 0.000801326688397773, 0.000937307692307718, 0.000816641998580889, 0.0012969230769231, 0.000784321387226935, 0.00144403846153847, 0.00120493012883926, 0.00260115384615385, 0.00257098204074747, 0.00550057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 0, '2021-05-09 00:00:00', 0.000563556972752946, 0.000957307692307695, 0.000542329200337271, 0.00106980769230769, 0.000549996223763268, 0.00125461538461537, 0.00131063585566466, 0.00258788461538461, 0.00253851937463248, 0.00543884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 15, '2021-05-09 00:00:00', 0.000273849481397239, 0.000593461538461549, 0.000341796666950496, 0.000815192307692311, 0.0003712113227716, 0.00107538461538461, 0.00147284957976548, 0.00253673076923076, 0.00254255513517103, 0.00548115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 30, '2021-05-09 00:00:00', 0.000374367004216662, 0.000614423076923063, 0.000392854102885353, 0.000762884615384609, 0.000438337593817681, 0.00108538461538461, 0.00159906170805063, 0.00264711538461538, 0.00253359188626618, 0.00548038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 45, '2021-05-09 00:00:00', 0.000285420944194033, 0.000523653846153844, 0.000290253271365655, 0.000835192307692279, 0.000419463806085085, 0.00106826923076919, 0.001700557600861, 0.00272192307692306, 0.00254760004710315, 0.00546499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 60, '2021-05-09 00:00:00', 0.000286663364620218, 0.000648269230769216, 0.000319469030640626, 0.000797307692307698, 0.000722884393353335, 0.00109961538461537, 0.00171912576172173, 0.00270076923076924, 0.0025513517081072, 0.00545846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 75, '2021-05-09 00:00:00', 0.000175222605671935, 0.000455192307692318, 0.00029144870243979, 0.000667884615384618, 0.000647345348326535, 0.000999999999999992, 0.0017838920823689, 0.00268519230769232, 0.00257484144396087, 0.00540230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 90, '2021-05-09 00:00:00', 0.000213013271525864, 0.000460576923076917, 0.000594907523518117, 0.000724807692307684, 0.000538174549894211, 0.00101038461538461, 0.00181548316306835, 0.00267634615384615, 0.00256857967337234, 0.00542346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 105, '2021-05-09 00:00:00', 0.000435516183572833, 0.000502115384615386, 0.000412448644821869, 0.000716730769230768, 0.000502484175028275, 0.00100788461538463, 0.00182433934301202, 0.00268403846153846, 0.00256748994455375, 0.00544115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 120, '2021-05-09 00:00:00', 0.000225256435065591, 0.000512307692307675, 0.000268026405128569, 0.0007030769230769, 0.000403532478913989, 0.000992307692307702, 0.00186119164680961, 0.00271211538461541, 0.00276930291145346, 0.00549615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 135, '2021-05-09 00:00:00', 0.000195841772867785, 0.000519999999999991, 0.000360342411944732, 0.000755576923076928, 0.000904155045417447, 0.00123288461538461, 0.00189304269731197, 0.00266057692307692, 0.00277785855540669, 0.00549692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 150, '2021-05-09 00:00:00', 0.000281887661748698, 0.00051557692307697, 0.000282203145596598, 0.000706153846153869, 0.0010328735867248, 0.00123461538461539, 0.00193878960059741, 0.00266134615384616, 0.00278165921708608, 0.00549999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 165, '2021-05-09 00:00:00', 0.000192825947822992, 0.000539615384615384, 0.000916607037687584, 0.000987692307692288, 0.00116351476801308, 0.00137115384615384, 0.00194485767721327, 0.00263923076923077, 0.00276333920076083, 0.00553653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 180, '2021-05-09 00:00:00', 0.000900277820367754, 0.000826923076923063, 0.00107930910949833, 0.00103692307692305, 0.00146878045958595, 0.00155403846153844, 0.00198385851697762, 0.00262115384615385, 0.00279213618248438, 0.00556269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 195, '2021-05-09 00:00:00', 0.000362142980687916, 0.000603461538461555, 0.000501463895471571, 0.00091403846153848, 0.000955607982064111, 0.00142384615384616, 0.00146263644991346, 0.00237076923076925, 0.00222053428255455, 0.00533250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 210, '2021-05-09 00:00:00', 0.000336619163950103, 0.000667692307692309, 0.000686089027638678, 0.0010180769230769, 0.00100525054282312, 0.00144942307692305, 0.00137059859185685, 0.00230750000000001, 0.002184360177401, 0.00531423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 225, '2021-05-09 00:00:00', 0.000398955559507001, 0.000623461538461532, 0.000483677459279824, 0.000923269230769216, 0.00104734499495702, 0.00140153846153845, 0.00113931384546205, 0.00209403846153846, 0.00196324030622846, 0.00517250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 240, '2021-05-09 00:00:00', 0.000305572161941885, 0.000657884615384595, 0.000522047890523454, 0.000934999999999976, 0.000969775311010811, 0.00131807692307693, 0.00108659767163379, 0.0019875, 0.00188334105739282, 0.00510346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 255, '2021-05-09 00:00:00', 0.000340448177463866, 0.000575192307692327, 0.000922480268707044, 0.0009396153846154, 0.000963905676840905, 0.0011819230769231, 0.00101691738186465, 0.0018398076923077, 0.00189484877618647, 0.00504173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 270, '2021-05-09 00:00:00', 0.000900027029508665, 0.000679423076923087, 0.000886880986725631, 0.000848269230769254, 0.000923830674628546, 0.00109365384615386, 0.000966229806237404, 0.00182596153846155, 0.00190610690635692, 0.00503653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 285, '2021-05-09 00:00:00', 0.00023983880804857, 0.000489423076923098, 0.000441988165522026, 0.000703461538461569, 0.000506770013076778, 0.000904615384615384, 0.000721488125601943, 0.00166134615384617, 0.00182962014763047, 0.00492173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 300, '2021-05-09 00:00:00', 0.000423895170277526, 0.000566346153846183, 0.000428143622559602, 0.000704807692307689, 0.000610672674502983, 0.000936346153846165, 0.000697808244544199, 0.00168711538461539, 0.00185339057281099, 0.00493384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 315, '2021-05-09 00:00:00', 0.00024095874207967, 0.00043634615384616, 0.000348675515894976, 0.00064384615384617, 0.000457677960343987, 0.000856346153846187, 0.000517538998902152, 0.00162115384615385, 0.00186889643496247, 0.00488173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 330, '2021-05-09 00:00:00', 0.000292763819223197, 0.000499423076923112, 0.000360899783660468, 0.000655576923076948, 0.000448232254357238, 0.000888076923076951, 0.000504446879112316, 0.00165057692307693, 0.00187994759542347, 0.0048848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 345, '2021-05-09 00:00:00', 0.000201073274053176, 0.000452692307692318, 0.000257435354095893, 0.000614807692307715, 0.000371816538714388, 0.000871538461538466, 0.000478016092423032, 0.00160423076923077, 0.00191205507645168, 0.00489115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 360, '2021-05-09 00:00:00', 0.00021206240010542, 0.000432307692307715, 0.000303494835845067, 0.000606346153846155, 0.000320101005693787, 0.000830576923076924, 0.000439669806174512, 0.00169153846153847, 0.0018957224318084, 0.00486846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 375, '2021-05-09 00:00:00', 0.000258670565659274, 0.000427307692307665, 0.000323185883640738, 0.000606346153846129, 0.000340198414955873, 0.000819807692307691, 0.000491914978582527, 0.00173711538461538, 0.00189370484460001, 0.00484096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 390, '2021-05-09 00:00:00', 0.000276270004496726, 0.000426346153846146, 0.000268160112906191, 0.000574615384615383, 0.000296564754895379, 0.000825576923076917, 0.000478724467083747, 0.00175634615384615, 0.00186478166385403, 0.00480557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 405, '2021-05-09 00:00:00', 0.000190042201790929, 0.000374038461538461, 0.000214673007152755, 0.000552500000000007, 0.000232146174109842, 0.000774615384615352, 0.000499425708650968, 0.00182596153846152, 0.00185255457720913, 0.00479769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 420, '2021-05-09 00:00:00', 0.000148191274527743, 0.000409423076923095, 0.000171678590574154, 0.000583461538461543, 0.000262711892501144, 0.000768461538461534, 0.000580242290241402, 0.00191634615384615, 0.00185042969022375, 0.00480403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 435, '2021-05-09 00:00:00', 0.00016635515760427, 0.000420961538461538, 0.000184440943226988, 0.000562692307692288, 0.000318184513475104, 0.00076423076923078, 0.000684929642652864, 0.00200884615384617, 0.00184976381028664, 0.00479307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 450, '2021-05-09 00:00:00', 0.000153696504139191, 0.000396153846153837, 0.000281069112770941, 0.000539615384615393, 0.000316173820256186, 0.000821730769230772, 0.000677735965152727, 0.00202096153846154, 0.00184214553003996, 0.00479192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 465, '2021-05-09 00:00:00', 0.000195669757106608, 0.000395576923076935, 0.000227618439161166, 0.000556923076923113, 0.000235568134843938, 0.0008171153846154, 0.000722324452988117, 0.00205615384615385, 0.00183069343734513, 0.0047373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 480, '2021-05-09 00:00:00', 0.000180881601734844, 0.000438076923076966, 0.000231309399855547, 0.000640961538461561, 0.000265991324323543, 0.000869230769230767, 0.000752636596342352, 0.00210461538461539, 0.00184022800635811, 0.00480365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 495, '2021-05-09 00:00:00', 0.000183303447447533, 0.000461923076923088, 0.000241849047007573, 0.0006101923076923, 0.000321805304254253, 0.000929423076923068, 0.000764440393611283, 0.00218134615384613, 0.00182985221135061, 0.00478365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 510, '2021-05-09 00:00:00', 0.000168236555069162, 0.000436538461538452, 0.000234020051737878, 0.000645769230769208, 0.000360743516387167, 0.000936730769230766, 0.000788517986722284, 0.00219115384615384, 0.00182946222657414, 0.00477096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 525, '2021-05-09 00:00:00', 0.000138592512840309, 0.000418269230769212, 0.000196005101974419, 0.000664999999999993, 0.000268657703292625, 0.000860192307692315, 0.000772230236692067, 0.00217153846153844, 0.00181835534311812, 0.00473192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 540, '2021-05-09 00:00:00', 0.000148157530507756, 0.000510576923076929, 0.000228606564950468, 0.000634807692307701, 0.000398415563875773, 0.000990192307692313, 0.000738852124270102, 0.0021423076923077, 0.00180159578835415, 0.00470423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 555, '2021-05-09 00:00:00', 0.000159819730177011, 0.000442115384615386, 0.000220777298164041, 0.000618846153846168, 0.000488801202315013, 0.00105615384615384, 0.000728821387847941, 0.00213884615384616, 0.00180345987991459, 0.00471153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 570, '2021-05-09 00:00:00', 0.000175539169418107, 0.000450000000000002, 0.000377322347398248, 0.000786923076923091, 0.000486909089603429, 0.00116769230769231, 0.000681458842371386, 0.00213807692307692, 0.00180940211119584, 0.00470000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 585, '2021-05-09 00:00:00', 0.000342730046268758, 0.000628269230769222, 0.000378721990586566, 0.000872115384615368, 0.000509275805584588, 0.00117461538461537, 0.000693964973622854, 0.00212923076923076, 0.00178683234976139, 0.0046646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 600, '2021-05-09 00:00:00', 0.000199799899899888, 0.000635000000000001, 0.000277590802884669, 0.000845576923076946, 0.000384780656798319, 0.0011869230769231, 0.000592783784684274, 0.00201384615384617, 0.00178385508423147, 0.00457519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 615, '2021-05-09 00:00:00', 0.000269646777498612, 0.000570769230769246, 0.000300254251234894, 0.00074384615384615, 0.000394981450392064, 0.00117711538461542, 0.000567924595482411, 0.0019271153846154, 0.00171786974521891, 0.00456269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 630, '2021-05-09 00:00:00', 0.000173717830447506, 0.00055673076923077, 0.000225858447841849, 0.000840961538461573, 0.000352196022779263, 0.00115096153846155, 0.000505375260421595, 0.00192692307692309, 0.00168074801342003, 0.00454673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983560 and enddate = '2021-05-09 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 983560, 3, 645, '2021-05-09 00:00:00', 0.000194642967032921, 0.00060673076923079, 0.0003240800589597[...];[ Date: 2021-05-09 15:52:22 - Database: acaweb_fx - User: pgperfstats ]
18 18s714ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983595, 1, 960, '2021-05-09 00:00:00', 0.000428420758313408, 0.00112211538461541, 0.000635821092398184, 0.00147269230769231, 0.000897740432761809, 0.00230326923076921, 0.00173281563891302, 0.00463403846153845, 0.00375541695421426, 0.0093675 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983595, 1, 975, '2021-05-09 00:00:00', 0.000454906414720445, 0.00108461538461536, 0.000754649918836536, 0.00174749999999997, 0.00103262773469511, 0.00263596153846151, 0.00168180420519612, 0.00455076923076921, 0.00376704756866904, 0.00950423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 990, '2021-05-09 00:00:00', 0.000547133790416392, 0.00131423076923077, 0.000621364905795167, 0.00174211538461538, 0.00114043549374116, 0.00280365384615383, 0.00158750917623029, 0.00444076923076923, 0.00378197443855006, 0.00942557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1005, '2021-05-09 00:00:00', 0.000351795613739217, 0.00127192307692307, 0.00085259894530694, 0.0020348076923077, 0.00100471718179029, 0.00291115384615386, 0.00158347291152656, 0.0042473076923077, 0.00366970510238379, 0.00934846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1020, '2021-05-09 00:00:00', 0.000747692861664905, 0.00148615384615385, 0.000885218356374056, 0.00197346153846152, 0.0011141706125393, 0.00310692307692309, 0.00149537574387999, 0.00396384615384617, 0.00365641417974581, 0.00922557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1035, '2021-05-09 00:00:00', 0.000475584013446792, 0.0012380769230769, 0.000659428423829189, 0.00184961538461537, 0.00114732578701016, 0.00285230769230768, 0.00255705154726779, 0.00400615384615386, 0.00339738868046531, 0.00909538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1050, '2021-05-09 00:00:00', 0.000534927601140118, 0.00131346153846155, 0.000938827111961396, 0.00223788461538463, 0.001145554837018, 0.00266173076923078, 0.00281827498385364, 0.00385173076923079, 0.00341174440493649, 0.00907326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1065, '2021-05-09 00:00:00', 0.000757449668294872, 0.00177000000000003, 0.0008484126354552, 0.00211000000000004, 0.00113447792126872, 0.00251692307692313, 0.00291845233616409, 0.00363596153846157, 0.00336396982173421, 0.0090201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1080, '2021-05-09 00:00:00', 0.000471690087304749, 0.00127153846153847, 0.000758630268718144, 0.00165326923076924, 0.000827942607635606, 0.00207519230769232, 0.00266814860184707, 0.00327480769230769, 0.00321028007405056, 0.00918307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1095, '2021-05-09 00:00:00', 0.000517772596357172, 0.00113769230769231, 0.000694943273833302, 0.00153307692307694, 0.000751097863131002, 0.00190999999999998, 0.00268832335509299, 0.00312730769230767, 0.00342068189895612, 0.00927442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1110, '2021-05-09 00:00:00', 0.000346224693604512, 0.000996538461538457, 0.000464576109521846, 0.00133519230769231, 0.000633906569189441, 0.00169653846153846, 0.0027390534931727, 0.00301596153846154, 0.0035243732721632, 0.00933519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1125, '2021-05-09 00:00:00', 0.000330331069360134, 0.000893846153846185, 0.000512793705709583, 0.00125576923076922, 0.000557241005725088, 0.00149653846153848, 0.00277827921286097, 0.00289923076923079, 0.00352741093220159, 0.00936826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1140, '2021-05-09 00:00:00', 0.000417200975365768, 0.000899423076923068, 0.0004635111815098, 0.00113884615384615, 0.000729788931551678, 0.00157173076923078, 0.00279500106646463, 0.00294480769230772, 0.00352953688942984, 0.00938442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1155, '2021-05-09 00:00:00', 0.00037381998958775, 0.000784230769230757, 0.000438339524183607, 0.00100653846153845, 0.000775482504886211, 0.00153365384615384, 0.00280090777180432, 0.00286288461538463, 0.00357312903704646, 0.00941865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1170, '2021-05-09 00:00:00', 0.000279765354978315, 0.00070942307692307, 0.000558130705673297, 0.00113173076923077, 0.000705845619425063, 0.00144403846153847, 0.00281002916081229, 0.00281326923076924, 0.00366932737495788, 0.00949576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1185, '2021-05-09 00:00:00', 0.000492490999527255, 0.00088423076923078, 0.000671230471711328, 0.0011521153846154, 0.00102775169105263, 0.00141653846153849, 0.00282983603765307, 0.00273500000000002, 0.00369740767815255, 0.00952153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1200, '2021-05-09 00:00:00', 0.000425222159130237, 0.000736730769230788, 0.00045237140119088, 0.00091173076923079, 0.000847359427869924, 0.00130000000000004, 0.00253031329771937, 0.0028442307692308, 0.00370679542815001, 0.0095121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1215, '2021-05-09 00:00:00', 0.00024503476990325, 0.000595961538461574, 0.000620793815641279, 0.000870192307692346, 0.00218658874646191, 0.00168211538461541, 0.00251020547733876, 0.0028815384615385, 0.00380423395705363, 0.009565 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1230, '2021-05-09 00:00:00', 0.00062309639333302, 0.000658653846153848, 0.00088150546488119, 0.000988269230769266, 0.00251855765346879, 0.00177557692307693, 0.00249273050781978, 0.00286576923076926, 0.00381917293201227, 0.00956826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1245, '2021-05-09 00:00:00', 0.000729082563647905, 0.000745769230769266, 0.00210460123209932, 0.0013771153846154, 0.00255728534703384, 0.00174288461538461, 0.00237341999265586, 0.00282730769230772, 0.00381098754110552, 0.00956096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1260, '2021-05-09 00:00:00', 0.00182579841333973, 0.00101038461538462, 0.00217569380622861, 0.00127653846153846, 0.0022895378438588, 0.00160653846153846, 0.00207926418197918, 0.00266846153846155, 0.00371087866435139, 0.00948730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1275, '2021-05-09 00:00:00', 0.000895761128873082, 0.000715000000000021, 0.00105347133143425, 0.00094461538461539, 0.00107784280643542, 0.00128865384615388, 0.00100878434075566, 0.00239538461538464, 0.00369182673670448, 0.00946557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1290, '2021-05-09 00:00:00', 0.000717405367653805, 0.000697307692307692, 0.000731302526055685, 0.000955769230769241, 0.000905373616036716, 0.00125423076923079, 0.000941003658130707, 0.00236326923076925, 0.0038098377312507, 0.00952653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1305, '2021-05-09 00:00:00', 0.00050078292548925, 0.000718461538461557, 0.000620288921514684, 0.000962115384615385, 0.000685425752024595, 0.00112269230769233, 0.000787418860288765, 0.0022573076923077, 0.00383430170154377, 0.00950846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1320, '2021-05-09 00:00:00', 0.000461112367416698, 0.000728846153846138, 0.000583680233847798, 0.00087115384615384, 0.00062761600214928, 0.0011246153846154, 0.00078530368941918, 0.00220326923076924, 0.00383359750706223, 0.00949538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1335, '2021-05-09 00:00:00', 0.000430166381048818, 0.000563653846153824, 0.00042668327291402, 0.000716153846153866, 0.000657667205998688, 0.00117807692307694, 0.000762253163073389, 0.00216673076923078, 0.00382849476346071, 0.00947807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1350, '2021-05-09 00:00:00', 0.000173089238878078, 0.000473269230769265, 0.000332342270280774, 0.000769230769230813, 0.000536705333851457, 0.00109615384615386, 0.0007459077330031, 0.00216711538461541, 0.0038284357570885, 0.00947788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1365, '2021-05-09 00:00:00', 0.000336921412886669, 0.000650961538461567, 0.000548156806594059, 0.000933269230769239, 0.00057752845417745, 0.00111634615384614, 0.000766473066414261, 0.00221480769230771, 0.0038284357570885, 0.00947788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1380, '2021-05-09 00:00:00', 0.00040693379729951, 0.000668653846153846, 0.000417582787738387, 0.000825769230769226, 0.000667721498830153, 0.001475, 0.000840877129046713, 0.00229788461538465, 0.0038284357570885, 0.00947788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1395, '2021-05-09 00:00:00', 0.000258133015800288, 0.000525576923076916, 0.0005426860545897, 0.000808076923076905, 0.000705239948255454, 0.00160076923076925, 0.000842239048836246, 0.00231615384615388, 0.0038258940081422, 0.0094701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1410, '2021-05-09 00:00:00', 0.000488198572461872, 0.000564615384615386, 0.000643928209089729, 0.00126153846153847, 0.000659339413002463, 0.0015376923076923, 0.000838255721033929, 0.0023594230769231, 0.00384823908280937, 0.00949096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 1, 1425, '2021-05-09 00:00:00', 0.000475716342436879, 0.00106096153846155, 0.000538256908919876, 0.0013325, 0.000500806311400371, 0.00146980769230771, 0.000797463092948738, 0.00240576923076925, 0.00385642744698331, 0.00949442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 0, '2021-05-09 00:00:00', 0.0004435927186057, 0.000737499999999998, 0.000392299140178282, 0.000836153846153858, 0.000345339130977958, 0.00125365384615383, 0.000803180145517685, 0.00240788461538465, 0.00392106004603545, 0.00952826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 15, '2021-05-09 00:00:00', 0.000193138551304501, 0.000352500000000021, 0.000327596609356022, 0.000706538461538487, 0.000633378152935007, 0.00140826923076922, 0.000886163381358918, 0.00233346153846156, 0.0039990739120259, 0.00957692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 30, '2021-05-09 00:00:00', 0.000359783962955576, 0.000507500000000003, 0.000303161038698277, 0.00093384615384614, 0.000689161921355305, 0.00145807692307691, 0.000860878017804141, 0.00231980769230771, 0.0039939199223512, 0.00959288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 45, '2021-05-09 00:00:00', 0.000328513493458955, 0.000736346153846144, 0.000637291655245947, 0.00120557692307691, 0.000672341145092729, 0.00141115384615385, 0.000854301986779466, 0.00225673076923079, 0.00398146913356596, 0.00960230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 60, '2021-05-09 00:00:00', 0.000564063280683461, 0.000835769230769249, 0.000612095675025247, 0.00097865384615387, 0.000614263066922154, 0.00114865384615386, 0.000886673211851637, 0.0021392307692308, 0.00399694934149302, 0.00956096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 75, '2021-05-09 00:00:00', 0.000281821547464656, 0.000510769230769238, 0.000343156837881191, 0.000656153846153858, 0.000492392159220178, 0.000915961538461552, 0.000918514352301863, 0.00196115384615388, 0.00400265763635189, 0.00953807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 90, '2021-05-09 00:00:00', 0.000174619256141423, 0.000446730769230784, 0.000206112459967466, 0.000607115384615382, 0.000422779675299253, 0.000909423076923082, 0.000837613551429537, 0.00193230769230773, 0.00400083403324087, 0.00952980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 105, '2021-05-09 00:00:00', 0.000174984394908598, 0.000453461538461529, 0.000422481906758676, 0.000734807692307672, 0.000481157418667174, 0.000987307692307678, 0.000866665226823232, 0.00192115384615389, 0.00400040429206849, 0.0095275 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 120, '2021-05-09 00:00:00', 0.000394476673776575, 0.000570384615384611, 0.000401308436914104, 0.000707692307692307, 0.000585811501580994, 0.00105134615384617, 0.000878479455562898, 0.0019319230769231, 0.0040106240642343, 0.00952423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 135, '2021-05-09 00:00:00', 0.000274316212819048, 0.000460769230769226, 0.000355716395245097, 0.000701923076923072, 0.000474253461931323, 0.00103788461538463, 0.000831687811251681, 0.00191115384615386, 0.00404550843528967, 0.0095275 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 150, '2021-05-09 00:00:00', 0.000193355790030896, 0.000477307692307711, 0.000327698266468031, 0.000728076923076936, 0.000377714024912215, 0.0010117307692308, 0.000819425431910388, 0.00187903846153849, 0.0040447432979305, 0.00952288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 165, '2021-05-09 00:00:00', 0.000265966163261409, 0.000560000000000014, 0.000306239473916437, 0.000796153846153861, 0.000366547352382294, 0.00109980769230772, 0.000769739216578226, 0.00185230769230771, 0.00406176859924912, 0.00951807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 180, '2021-05-09 00:00:00', 0.000213046040527897, 0.000588846153846143, 0.000241996582938379, 0.000777115384615377, 0.000355484339155234, 0.00106134615384616, 0.000858538023888003, 0.00190846153846155, 0.00413846530919186, 0.00953634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 195, '2021-05-09 00:00:00', 0.000180644678858813, 0.000512500000000001, 0.000304305830475724, 0.000769038461538452, 0.000299769655158508, 0.00103461538461538, 0.000854028913219794, 0.00186076923076923, 0.00454742838992969, 0.00966519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 210, '2021-05-09 00:00:00', 0.000284119422345307, 0.00058538461538459, 0.00030149984054084, 0.000763076923076909, 0.000383909294174844, 0.00105288461538462, 0.000797825409858187, 0.00183423076923075, 0.00543818875743922, 0.0099001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 225, '2021-05-09 00:00:00', 0.00013830637673714, 0.000499423076923061, 0.000288492434242879, 0.000783269230769255, 0.000390294760405497, 0.00101500000000001, 0.000638675070872383, 0.00182038461538458, 0.00544324056478801, 0.00986038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 240, '2021-05-09 00:00:00', 0.000240615556757757, 0.000585384615384616, 0.000310458779624839, 0.000754423076923075, 0.000471568618059398, 0.0010601923076923, 0.000618794268035702, 0.00179288461538459, 0.00544416403132748, 0.00985499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 255, '2021-05-09 00:00:00', 0.000184730573039141, 0.000520769230769226, 0.000230718359777584, 0.0007301923076923, 0.00042132428584897, 0.000971923076923048, 0.000595563889229236, 0.00175788461538457, 0.00544763649527162, 0.00983923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 270, '2021-05-09 00:00:00', 0.00014745807748437, 0.000503269230769214, 0.000335801452326527, 0.000708846153846126, 0.000368194189984662, 0.000885192307692299, 0.000525851580405926, 0.00171673076923072, 0.00544958273632027, 0.00982999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 285, '2021-05-09 00:00:00', 0.000340249682077473, 0.000529615384615387, 0.000342891550471282, 0.000673846153846145, 0.000336820940788784, 0.000927115384615386, 0.000566833342757431, 0.00178096153846153, 0.00545258594966292, 0.00981846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 300, '2021-05-09 00:00:00', 0.000152792468602158, 0.000448461538461522, 0.000184535591730696, 0.000604230769230782, 0.000260660772770942, 0.000870961538461548, 0.000553500364811216, 0.00197442307692307, 0.00545258594966292, 0.00981846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 315, '2021-05-09 00:00:00', 0.000188939143641567, 0.000425000000000026, 0.000239302833568348, 0.000639615384615399, 0.000292858918515104, 0.000852884615384609, 0.000713786463436099, 0.00215365384615382, 0.00545258594966292, 0.00981846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 330, '2021-05-09 00:00:00', 0.000181927288941309, 0.000488461538461553, 0.000191358704652168, 0.000626923076923085, 0.000324600582965501, 0.000831538461538478, 0.000765775423998446, 0.002205, 0.00545716741119842, 0.00981192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 345, '2021-05-09 00:00:00', 0.00012499415370945, 0.000436538461538478, 0.000222148339213642, 0.000598269230769239, 0.000325990561449023, 0.000820384615384593, 0.000771926884740131, 0.00248634615384616, 0.00545716741119842, 0.00981192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 360, '2021-05-09 00:00:00', 0.000206373541088821, 0.000490961538461544, 0.000254999321266088, 0.000615576923076933, 0.000435061666716523, 0.000934423076923067, 0.0012584505888653, 0.00290673076923077, 0.00545716741119842, 0.00981192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 375, '2021-05-09 00:00:00', 0.000142767293173223, 0.000392500000000026, 0.000208550030890929, 0.000568653846153848, 0.000351129660469662, 0.000870961538461548, 0.00128241102555366, 0.00339903846153846, 0.00545716741119842, 0.00981192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 390, '2021-05-09 00:00:00', 0.000173212741581411, 0.000429423076923072, 0.000317994436332536, 0.000662692307692328, 0.000288016559353, 0.000848461538461529, 0.00135890889489157, 0.00366923076923077, 0.00545716741119842, 0.00981192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 405, '2021-05-09 00:00:00', 0.000218822108994071, 0.000451346153846139, 0.000285533778144628, 0.000618461538461508, 0.000302689800595631, 0.000891346153846092, 0.0014810436678754, 0.0040078846153846, 0.00546078600992144, 0.00980038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 420, '2021-05-09 00:00:00', 0.000239531915329741, 0.000493461538461543, 0.00021879811558744, 0.000598846153846131, 0.000365102514581642, 0.000905384615384586, 0.00158059818277278, 0.00425115384615385, 0.00546248008269559, 0.00979557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 435, '2021-05-09 00:00:00', 0.000156255707588063, 0.000409615384615344, 0.000281190053440448, 0.000649615384615336, 0.000341120157039213, 0.000939807692307649, 0.00157515787975485, 0.00429211538461539, 0.00546610251036752, 0.00977942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 450, '2021-05-09 00:00:00', 0.000238672611299699, 0.00048884615384612, 0.000314039745157264, 0.00070980769230768, 0.000492636119416591, 0.000997884615384594, 0.00159128549872783, 0.00447653846153848, 0.0054664075145734, 0.00977865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 465, '2021-05-09 00:00:00', 0.000288268037663641, 0.000512307692307675, 0.000321927607724736, 0.00072423076923074, 0.000537819243297928, 0.00113153846153846, 0.00187982621946407, 0.00487115384615386, 0.00546423234456447, 0.00978134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 480, '2021-05-09 00:00:00', 0.000214916531203644, 0.000558653846153851, 0.000404419812342793, 0.000814230769230757, 0.000486172175895931, 0.00139423076923078, 0.00235260602638533, 0.00516865384615386, 0.00546860730758895, 0.00975326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 495, '2021-05-09 00:00:00', 0.000315235016114344, 0.000561346153846125, 0.000383661359093593, 0.000855961538461535, 0.000534812583995541, 0.00153749999999999, 0.00237401782120198, 0.00542115384615385, 0.00545725609060647, 0.00976903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 510, '2021-05-09 00:00:00', 0.000300000256410201, 0.00062307692307694, 0.00044936609197335, 0.00104326923076924, 0.00064533405183791, 0.00155596153846155, 0.00239342304756503, 0.00552173076923075, 0.00546826712813257, 0.00975423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 525, '2021-05-09 00:00:00', 0.000287229806145634, 0.00066519230769231, 0.000462720093161471, 0.00115326923076922, 0.000703727137898925, 0.00184173076923079, 0.00241088468441328, 0.0057101923076923, 0.00546862115936141, 0.00975423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 540, '2021-05-09 00:00:00', 0.000467596143959899, 0.000973076923076901, 0.00060550982968584, 0.00128192307692307, 0.00118422996727183, 0.00241615384615386, 0.00247436991202577, 0.0058326923076923, 0.0054185024364529, 0.00975442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 555, '2021-05-09 00:00:00', 0.000346161645211292, 0.000866730769230785, 0.000579043641240923, 0.00150653846153849, 0.0011076905982893, 0.00280269230769232, 0.00247197327748813, 0.00584173076923078, 0.00566210048004747, 0.00991038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 570, '2021-05-09 00:00:00', 0.000545859977819062, 0.00115134615384617, 0.00104931875336044, 0.0019353846153846, 0.00117925003873064, 0.00296557692307692, 0.00243150087394596, 0.00591250000000001, 0.00559404235291026, 0.00992038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 585, '2021-05-09 00:00:00', 0.000602385290708169, 0.00133903846153842, 0.000833834146947333, 0.0021507692307692, 0.00110834771342128, 0.0029655769230769, 0.00249561422222141, 0.0059521153846154, 0.00572366594466811, 0.0100353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 600, '2021-05-09 00:00:00', 0.0007166197629255, 0.00166826923076922, 0.000940560552992851, 0.00212307692307692, 0.000945453838925253, 0.00294980769230771, 0.00242278530113271, 0.00587884615384618, 0.00559371870597173, 0.0101248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 615, '2021-05-09 00:00:00', 0.000467484265469521, 0.00126846153846153, 0.000756777073160613, 0.00194153846153846, 0.000771905758496462, 0.00261250000000004, 0.00217378285130216, 0.00574173076923082, 0.00540108883965501, 0.0100994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 630, '2021-05-09 00:00:00', 0.000678901969812557, 0.00142326923076924, 0.000835084150527086, 0.00193653846153849, 0.00101217186515698, 0.00265673076923082, 0.00218070501126442, 0.00562711538461545, 0.00520456328249914, 0.0101301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 645, '2021-05-09 00:00:00', 0.000538062621462789, 0.00134423076923078, 0.000569891622625286, 0.00178269230769233, 0.00109079598670666, 0.0027917307692308, 0.00221446740427924, 0.0056167307692308, 0.00509683706218487, 0.0100740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 660, '2021-05-09 00:00:00', 0.000290154865811108, 0.00119538461538464, 0.000748855228896838, 0.00182692307692311, 0.00159124900144992, 0.00300076923076925, 0.00210628817701073, 0.00558826923076927, 0.00502221872896217, 0.0101248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 675, '2021-05-09 00:00:00', 0.000593230043587945, 0.00136173076923077, 0.000871484343828694, 0.00208480769230769, 0.00178251343721335, 0.00313692307692307, 0.0022167275343484, 0.00554980769230771, 0.0049623979625239, 0.0101384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 690, '2021-05-09 00:00:00', 0.000756529322223965, 0.00146384615384617, 0.00144850566234521, 0.00222057692307694, 0.00169099738434042, 0.00312307692307692, 0.00243224648453613, 0.00555480769230773, 0.00494033379439081, 0.01013 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 705, '2021-05-09 00:00:00', 0.000786974049029663, 0.0014269230769231, 0.0013735075956778, 0.00205865384615387, 0.00144135156924114, 0.00287288461538463, 0.00220046827184228, 0.00534384615384617, 0.0046967389054698, 0.0101321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 720, '2021-05-09 00:00:00', 0.00093793611394706, 0.0014369230769231, 0.000984185723561107, 0.00199846153846152, 0.0011686481341869, 0.00271230769230771, 0.00211379259043657, 0.00533365384615388, 0.00456150522137324, 0.0100682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 735, '2021-05-09 00:00:00', 0.000675067318580425, 0.00132673076923076, 0.000721435028259652, 0.00178749999999998, 0.00101187852721863, 0.00253807692307693, 0.00244155076823033, 0.00544807692307693, 0.00453915064911757, 0.0100461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 750, '2021-05-09 00:00:00', 0.000523848370604137, 0.00125365384615384, 0.00105047029760669, 0.00180461538461539, 0.00120332628735774, 0.00259807692307695, 0.00237934665402079, 0.00542750000000002, 0.00449722357084385, 0.0099803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 765, '2021-05-09 00:00:00', 0.000758397399378861, 0.00124615384615386, 0.000804639742608181, 0.00175134615384619, 0.00112582585072196, 0.00256461538461541, 0.00230301551482798, 0.0052773076923077, 0.00459451149575393, 0.00990673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 780, '2021-05-09 00:00:00', 0.000594619755680994, 0.00134057692307695, 0.000796751191739591, 0.00191230769230773, 0.0010009517970412, 0.00260750000000002, 0.00223421230311372, 0.00526115384615385, 0.0046293460079733, 0.00984769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 795, '2021-05-09 00:00:00', 0.000507734333924883, 0.00124807692307693, 0.000671980912045741, 0.0016821153846154, 0.000976556528750973, 0.00240442307692308, 0.0020636313493824, 0.00510711538461536, 0.00464059957996144, 0.00970769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 810, '2021-05-09 00:00:00', 0.000489963891919208, 0.00119615384615386, 0.00061216705236399, 0.00166249999999999, 0.000868221081380705, 0.00229961538461539, 0.00181842532259267, 0.00501557692307689, 0.00463750707650299, 0.00958673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 825, '2021-05-09 00:00:00', 0.000513995996692029, 0.00120826923076921, 0.000757644020327817, 0.0016376923076923, 0.000888385917527709, 0.00234153846153845, 0.00173905797886276, 0.00484942307692304, 0.00466917240649115, 0.00953019230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 840, '2021-05-09 00:00:00', 0.000556553819361755, 0.00120692307692308, 0.000688829358125352, 0.00165673076923077, 0.000750358273401164, 0.00242653846153847, 0.0016573795930277, 0.00506865384615383, 0.00469186200941422, 0.00956634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 855, '2021-05-09 00:00:00', 0.000468311738711906, 0.00108173076923079, 0.000621345314619803, 0.001605, 0.000842119121849522, 0.00235615384615383, 0.00165552790790316, 0.00524057692307689, 0.00480542717624081, 0.00962211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 870, '2021-05-09 00:00:00', 0.000490216121882794, 0.00117961538461539, 0.0005769198051189, 0.0017523076923077, 0.00146045210334122, 0.00261788461538462, 0.00166701469699581, 0.00519499999999998, 0.00479177691467371, 0.00956999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 885, '2021-05-09 00:00:00', 0.000412051527771032, 0.00126769230769233, 0.000496494674229696, 0.00163480769230768, 0.0012991134847094, 0.00266461538461539, 0.00158544048720271, 0.00506153846153843, 0.00474013284461683, 0.00955576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 900, '2021-05-09 00:00:00', 0.00042566893058049, 0.00112596153846149, 0.0014404207184548, 0.00191538461538461, 0.00139886383842799, 0.00270596153846154, 0.00160524198990492, 0.00499038461538459, 0.00473641622472583, 0.00955442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 915, '2021-05-09 00:00:00', 0.00150092489434398, 0.00146653846153849, 0.00141933223735669, 0.002105, 0.00160514620709575, 0.0028228846153846, 0.00167545415197929, 0.00506384615384613, 0.0048269235185412, 0.00962942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 930, '2021-05-09 00:00:00', 0.00062725963830471, 0.00130057692307692, 0.000756005189237389, 0.00180538461538462, 0.00129029936895996, 0.0024123076923077, 0.00168519212554532, 0.00494749999999998, 0.00485964361228903, 0.00960596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 945, '2021-05-09 00:00:00', 0.000474076592318825, 0.00117384615384616, 0.000810582435422455, 0.00167326923076922, 0.000840315439856728, 0.00227096153846154, 0.00162553196026596, 0.00474692307692307, 0.00497859396277241, 0.00973961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 960, '2021-05-09 00:00:00', 0.000643561873183424, 0.0012082692307692, 0.000678985017394453, 0.00154057692307691, 0.00110359184553822, 0.00250019230769228, 0.00160666606553877, 0.00470961538461537, 0.00515274745608145, 0.00987211538461534 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 975, '2021-05-09 00:00:00', 0.000426484917219112, 0.00104076923076924, 0.000521125261776451, 0.00160846153846156, 0.00100008522713739, 0.00245269230769229, 0.00173787739675554, 0.00459538461538461, 0.00524619570590111, 0.00987923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 990, '2021-05-09 00:00:00', 0.000456282849186281, 0.00124403846153848, 0.000852076671342511, 0.0019105769230769, 0.000886693598974032, 0.00233846153846152, 0.0018264064022429, 0.00446788461538458, 0.00557125713268213, 0.0100059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1005, '2021-05-09 00:00:00', 0.000493094779467841, 0.00130730769230767, 0.000570024999451763, 0.00164249999999998, 0.000712949237593113, 0.00222615384615382, 0.00189201809228622, 0.00438730769230767, 0.00562715265134495, 0.0100501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1020, '2021-05-09 00:00:00', 0.000494640817625808, 0.00117346153846154, 0.000721183775789189, 0.00171403846153843, 0.000986943007473096, 0.00263749999999998, 0.00177893197215028, 0.00434480769230768, 0.0055757525914928, 0.0100698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1035, '2021-05-09 00:00:00', 0.000648455828517595, 0.00136019230769229, 0.000669773354317614, 0.0016878846153846, 0.00171269393062508, 0.00307750000000002, 0.0017131916233923, 0.00427346153846153, 0.00550259038649422, 0.0100548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1050, '2021-05-09 00:00:00', 0.000334215729501404, 0.00100192307692304, 0.000828596496399882, 0.00195692307692308, 0.0015266501412721, 0.00294057692307692, 0.00164912233067728, 0.00397730769230769, 0.0053995908997456, 0.00977673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1065, '2021-05-09 00:00:00', 0.000850431135004257, 0.00166134615384617, 0.00161687062419496, 0.00239115384615387, 0.00154611130060102, 0.00283307692307691, 0.00178583547566786, 0.00386211538461539, 0.00538976410572715, 0.00975365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1080, '2021-05-09 00:00:00', 0.00144633915854424, 0.00167480769230771, 0.00141766000317967, 0.00210826923076922, 0.00132847680272733, 0.00237884615384614, 0.00171111061549556, 0.00361153846153845, 0.00518317082934318, 0.00962038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1095, '2021-05-09 00:00:00', 0.000521053223326067, 0.00125269230769229, 0.000687597713335799, 0.00161384615384611, 0.000888162169010526, 0.00208096153846152, 0.00148631004116286, 0.00324346153846155, 0.00503310743592254, 0.0094626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1110, '2021-05-09 00:00:00', 0.000550757240952422, 0.00116153846153841, 0.000799097086620986, 0.0014880769230769, 0.00102251110582643, 0.0021201923076923, 0.00147758218566163, 0.00305365384615385, 0.00501320355123888, 0.00937961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1125, '2021-05-09 00:00:00', 0.000466405403056183, 0.000950000000000015, 0.000630321316106659, 0.00137019230769233, 0.000794483504209821, 0.00186096153846155, 0.0013628115734082, 0.00280923076923079, 0.00485933198954503, 0.00926076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1140, '2021-05-09 00:00:00', 0.000389666573446496, 0.000904038461538449, 0.000507391822498585, 0.00128769230769231, 0.000714441067171764, 0.00175903846153847, 0.00124669441385546, 0.00261019230769233, 0.00466026308682907, 0.00907903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1155, '2021-05-09 00:00:00', 0.000293016408046738, 0.000826153846153861, 0.000402047308735589, 0.00117096153846155, 0.000667327966883306, 0.00162115384615385, 0.00111268165327664, 0.00243230769230772, 0.00448727227405901, 0.0089526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1170, '2021-05-09 00:00:00', 0.000294306812697206, 0.000797499999999998, 0.000582195876369426, 0.00120096153846156, 0.00060871823088799, 0.00142673076923076, 0.000954724305755312, 0.00234750000000002, 0.00436359233183643, 0.00888596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1185, '2021-05-09 00:00:00', 0.000471825750104354, 0.00085153846153848, 0.000465281263158277, 0.00107942307692306, 0.000499477265209879, 0.00129346153846153, 0.00103595663704912, 0.00228807692307692, 0.00426893382473894, 0.00882499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1200, '2021-05-09 00:00:00', 0.000299820202531698, 0.000693076923076895, 0.000282171251874823, 0.000836153846153824, 0.000394884598527, 0.00115038461538462, 0.00110904560494424, 0.00235307692307694, 0.0042014297612196, 0.00878903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1215, '2021-05-09 00:00:00', 0.000180288764102284, 0.000579038461538429, 0.000272885789014637, 0.000814423076923075, 0.000329754978967474, 0.00118788461538462, 0.00100855145553488, 0.00239403846153848, 0.00414130826597662, 0.00875692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1230, '2021-05-09 00:00:00', 0.000242338368021632, 0.00058173076923078, 0.000331122566198941, 0.000846923076923083, 0.000535617436666812, 0.00128903846153849, 0.00101526603182841, 0.00239865384615386, 0.00413334924728121, 0.0088 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1245, '2021-05-09 00:00:00', 0.000248793164016905, 0.000664038461538456, 0.000311917395376502, 0.000957692307692313, 0.000630638168841672, 0.00131750000000001, 0.00103051062772109, 0.0023519230769231, 0.00413110233007349, 0.00882769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1260, '2021-05-09 00:00:00', 0.000271648033024667, 0.000660576923076912, 0.000536150129663745, 0.0009998076923077, 0.00068392624996018, 0.00137634615384616, 0.00105385125209322, 0.00229769230769232, 0.00413282868765917, 0.00883980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1275, '2021-05-09 00:00:00', 0.000418053778285078, 0.000679807692307722, 0.000460279388398628, 0.000873653846153839, 0.000557131975802437, 0.00124596153846154, 0.000949534946900122, 0.00216615384615386, 0.00401585856803522, 0.00872596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1290, '2021-05-09 00:00:00', 0.000260700904368334, 0.000564807692307669, 0.000346397115372592, 0.000889807692307697, 0.000473831842940737, 0.00110615384615384, 0.000804210769349941, 0.00210519230769232, 0.00397182028120031, 0.00867788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1305, '2021-05-09 00:00:00', 0.000260718902563352, 0.00068788461538463, 0.000328576241006305, 0.000872884615384629, 0.000417915201188713, 0.00103865384615387, 0.000822809843439861, 0.00207403846153848, 0.0039188355217021, 0.00869961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1320, '2021-05-09 00:00:00', 0.000259030811948038, 0.000645192307692333, 0.000378775151487823, 0.000768846153846178, 0.000412169681264708, 0.00102461538461541, 0.000838627174888512, 0.00203346153846155, 0.00385151660438411, 0.00868307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1335, '2021-05-09 00:00:00', 0.000214144541409294, 0.000488269230769218, 0.000205760876897273, 0.000608461538461528, 0.000399865169583664, 0.000983076923076916, 0.000809924972783554, 0.0019926923076923, 0.00384647534963958, 0.00867115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1350, '2021-05-09 00:00:00', 0.000129479579619532, 0.000455192307692326, 0.000312104765448064, 0.000770769230769233, 0.000393097365116518, 0.00109153846153845, 0.000738284914775174, 0.00199884615384615, 0.00382205529183533, 0.00866557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1365, '2021-05-09 00:00:00', 0.000329130147276386, 0.000660576923076912, 0.000369862344455564, 0.000843076923076929, 0.000507043769920667, 0.00114076923076921, 0.000774462294856136, 0.00204961538461539, 0.00382555736009603, 0.00866134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1380, '2021-05-09 00:00:00', 0.000294388087656186, 0.000612115384615372, 0.000343954435712294, 0.000865576923076889, 0.000593763874331846, 0.00123346153846152, 0.000858986992827094, 0.00204942307692307, 0.00380556081483202, 0.00865365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1395, '2021-05-09 00:00:00', 0.000237751971600649, 0.000599999999999977, 0.00030981365366939, 0.000772499999999988, 0.000586025892050724, 0.00140288461538461, 0.00140195760113658, 0.00220634615384618, 0.0037990333638967, 0.0086525 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1410, '2021-05-09 00:00:00', 0.000252564767017178, 0.000519807692307682, 0.000455908265064196, 0.00100211538461538, 0.000591612951696768, 0.00139326923076923, 0.0025931359171118, 0.00246173076923077, 0.00379264608764833, 0.00866288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 2, 1425, '2021-05-09 00:00:00', 0.000397574569686693, 0.000858461538461526, 0.000565078755573064, 0.001225, 0.00059487571423333, 0.00138634615384615, 0.00258257286739106, 0.00253884615384616, 0.00379388285472614, 0.00866134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 0, '2021-05-09 00:00:00', 0.000488906472100287, 0.000906538461538465, 0.00050718624253361, 0.00102826923076924, 0.000530051267476843, 0.00120711538461539, 0.00257756289186866, 0.00253769230769231, 0.00378559204291548, 0.00868134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 15, '2021-05-09 00:00:00', 0.000377373769012202, 0.000480192307692294, 0.000303509219223825, 0.000740384615384606, 0.000333959520808219, 0.0011348076923077, 0.00227218519017739, 0.00244346153846154, 0.0036890084189908, 0.00863134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 30, '2021-05-09 00:00:00', 0.00028709258758485, 0.000566923076923067, 0.000393878153748086, 0.00082, 0.000439499890609914, 0.00124807692307695, 0.00227168849435492, 0.00244615384615386, 0.0037547031225467, 0.00872346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 45, '2021-05-09 00:00:00', 0.000330890407141784, 0.000567307692307702, 0.000298964623582543, 0.000895384615384623, 0.000421438744522382, 0.00115384615384617, 0.00227283662988649, 0.00236288461538461, 0.00373753677110809, 0.00868365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 60, '2021-05-09 00:00:00', 0.000188240844092371, 0.000678846153846143, 0.000370754791451969, 0.000911346153846155, 0.000427203653470368, 0.00108519230769231, 0.00228563591555206, 0.00232153846153843, 0.00369659991905249, 0.00863480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 75, '2021-05-09 00:00:00', 0.000340620700396282, 0.00056269230769233, 0.000348683899167213, 0.000682692307692305, 0.000444031573721402, 0.000899038461538441, 0.00230968299523148, 0.00212153846153844, 0.00367648167933174, 0.00856653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 90, '2021-05-09 00:00:00', 0.000207183772010761, 0.000433653846153835, 0.00031842038009764, 0.000583461538461552, 0.000408069799836313, 0.00083480769230767, 0.00230131046279154, 0.00208038461538458, 0.00367287931486168, 0.0085576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 105, '2021-05-09 00:00:00', 0.000172838408302683, 0.000396346153846163, 0.00025677526839928, 0.000608461538461494, 0.000303829658753794, 0.000857307692307672, 0.00209254103902406, 0.00204999999999996, 0.00361956992770396, 0.0085076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 120, '2021-05-09 00:00:00', 0.000219970714834077, 0.00051134615384613, 0.000233399624282886, 0.000630769230769213, 0.000368252839562905, 0.000963076923076913, 0.00200633409481071, 0.00201749999999998, 0.0035950859677322, 0.00849634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 135, '2021-05-09 00:00:00', 0.000169819021313864, 0.000417499999999977, 0.000185357865928435, 0.000628461538461522, 0.000857113402424352, 0.00110076923076922, 0.0019794408301336, 0.00198499999999995, 0.00358403200105911, 0.00848423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 150, '2021-05-09 00:00:00', 0.000119464993263241, 0.000446730769230767, 0.000294460719595329, 0.000756346153846164, 0.00208469842866096, 0.00132153846153845, 0.00196531830461671, 0.00198096153846149, 0.00358152022406478, 0.00848134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 165, '2021-05-09 00:00:00', 0.000264475678684032, 0.000554230769230788, 0.0007905222227208, 0.00084923076923079, 0.00199469612106321, 0.00134615384615385, 0.00187649842689885, 0.00197211538461537, 0.00355987171333252, 0.00846884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 180, '2021-05-09 00:00:00', 0.000653798486950283, 0.000652307692307713, 0.00186868740440571, 0.00108384615384615, 0.00183979522271865, 0.00136769230769232, 0.00174117312354453, 0.0019853846153846, 0.00354904474688401, 0.00845884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 195, '2021-05-09 00:00:00', 0.00127565126654822, 0.000773076923076923, 0.00126655456319038, 0.000997692307692319, 0.00122944010083387, 0.00124019230769232, 0.00119523110092374, 0.00181576923076922, 0.00354035400229113, 0.00845230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 210, '2021-05-09 00:00:00', 0.000302607641369778, 0.000615769230769234, 0.000340561357851278, 0.000789038461538472, 0.000467295821311696, 0.00106076923076925, 0.000616386273745247, 0.00163403846153845, 0.00353030935667776, 0.00843192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 225, '2021-05-09 00:00:00', 0.000222686740995892, 0.000525769230769251, 0.000446103299523928, 0.000763076923076935, 0.000433826134971834, 0.000983653846153868, 0.000520365699809751, 0.00161730769230769, 0.00351773664667852, 0.00842365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 240, '2021-05-09 00:00:00', 0.000237821604116641, 0.000541346153846156, 0.000259643246368203, 0.000686153846153866, 0.000339676373128234, 0.000974038461538463, 0.000402152908156198, 0.0015951923076923, 0.00350740752386459, 0.00843653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 255, '2021-05-09 00:00:00', 0.000151597645607833, 0.000455384615384601, 0.000160174904401428, 0.00064999999999998, 0.000267413249772444, 0.000935384615384603, 0.000516403576523421, 0.00166942307692306, 0.00349152905120163, 0.00840365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 270, '2021-05-09 00:00:00', 0.000163695307954002, 0.000501923076923069, 0.000260264953756441, 0.000739615384615388, 0.000278600347893086, 0.00093807692307692, 0.000531174605509793, 0.0016926923076923, 0.0034902230091853, 0.00839942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 285, '2021-05-09 00:00:00', 0.000196534690615615, 0.000526730769230753, 0.000219425123026922, 0.000699230769230755, 0.000254894321993673, 0.000893653846153825, 0.000536493745034873, 0.00168653846153844, 0.00350025379849041, 0.00838057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 300, '2021-05-09 00:00:00', 0.000150060116158572, 0.000455961538461545, 0.000224936572256385, 0.0006073076923077, 0.000252635112365658, 0.000787500000000001, 0.000628665619815865, 0.0017826923076923, 0.00350558969581224, 0.00838634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 315, '2021-05-09 00:00:00', 0.000224103684794466, 0.000442307692307678, 0.000224884671297572, 0.000611346153846136, 0.000248124736000653, 0.000751730769230741, 0.00114635536173761, 0.0023161538461538, 0.0034995111966366, 0.00837615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 330, '2021-05-09 00:00:00', 0.000152602046563569, 0.000419230769230774, 0.000141732684466772, 0.00055192307692308, 0.000206320978462792, 0.00071711538461536, 0.00111772387191387, 0.00260057692307691, 0.00346513208206472, 0.00837711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 345, '2021-05-09 00:00:00', 0.000142735365678506, 0.000409230769230777, 0.000153175239011247, 0.000530576923076923, 0.000297937073893142, 0.000757499999999992, 0.0014133410634162, 0.00284519230769229, 0.0034636247409548, 0.00837711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 360, '2021-05-09 00:00:00', 0.000143925194245021, 0.00039269230769231, 0.000180797804615652, 0.000560384615384589, 0.000434495640413626, 0.000802307692307696, 0.00163065277160357, 0.00330769230769228, 0.00344050707912931, 0.00840519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 375, '2021-05-09 00:00:00', 0.000140629354633415, 0.000413846153846132, 0.000281282844236064, 0.000564038461538476, 0.000466946093083732, 0.000790576923076927, 0.00173998820729868, 0.00366519230769227, 0.0034422469908701, 0.00839711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 390, '2021-05-09 00:00:00', 0.000223575834665023, 0.000411923076923068, 0.000392944163189417, 0.000588653846153842, 0.000441851175780357, 0.000857307692307689, 0.00174396913566552, 0.0039278846153846, 0.00344521930194029, 0.00839903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 405, '2021-05-09 00:00:00', 0.0002476064650579, 0.000390192307692293, 0.000293890351086185, 0.000553461538461509, 0.000333670553782546, 0.000820961538461528, 0.00181520027502795, 0.00415903846153846, 0.00345525775505194, 0.0084030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 420, '2021-05-09 00:00:00', 0.000199649307922333, 0.000410384615384622, 0.000227100113470847, 0.000592307692307687, 0.000304864724099098, 0.000807499999999987, 0.00175209079497786, 0.00445692307692306, 0.00345115608834984, 0.00840711538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 435, '2021-05-09 00:00:00', 0.000175501040978735, 0.000463846153846135, 0.000251623956301118, 0.000613846153846161, 0.000479219276933489, 0.00100634615384615, 0.00176820414110346, 0.0047032692307692, 0.00341533510575694, 0.0084182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 450, '2021-05-09 00:00:00', 0.000242809279381688, 0.00044788461538462, 0.000324441591282405, 0.000637884615384601, 0.000442437131561786, 0.00107115384615384, 0.00179333888212849, 0.00484211538461536, 0.00340703517062072, 0.0084255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 465, '2021-05-09 00:00:00', 0.000251313243092859, 0.000492115384615355, 0.000349445935072171, 0.000807692307692296, 0.000314767313325962, 0.00110230769230768, 0.00184240641135864, 0.00507423076923075, 0.00339408564780205, 0.00842423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 480, '2021-05-09 00:00:00', 0.000301457485202505, 0.000646153846153835, 0.000291459457531598, 0.000853846153846154, 0.000458486137698338, 0.00127346153846152, 0.00184693975579565, 0.00515269230769229, 0.00339034711179578, 0.00842846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 495, '2021-05-09 00:00:00', 0.000137354118417128, 0.000498076923076907, 0.000222853176916006, 0.000786538461538473, 0.00103046621263611, 0.00181384615384611, 0.00186215645256951, 0.00523057692307692, 0.00333982546757261, 0.00838307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 510, '2021-05-09 00:00:00', 0.000190708799361348, 0.000585384615384607, 0.000325463751969629, 0.000954423076923044, 0.000964200505799811, 0.00208115384615382, 0.00175138473785749, 0.00525249999999998, 0.00333200120625158, 0.00837096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 525, '2021-05-09 00:00:00', 0.000281583229942071, 0.000678653846153851, 0.000870859610694188, 0.00149730769230765, 0.00120980844001784, 0.00222730769230768, 0.00186720181431594, 0.00523884615384613, 0.00328619539191547, 0.00831192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 540, '2021-05-09 00:00:00', 0.000784146964247416, 0.00121230769230764, 0.000856894302789947, 0.0016553846153846, 0.00150432770570571, 0.00255461538461537, 0.00192781737883908, 0.00529461538461537, 0.00324877070834262, 0.00826134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 555, '2021-05-09 00:00:00', 0.000473878108313184, 0.00107730769230771, 0.000617799693702161, 0.00148230769230768, 0.0013761422667957, 0.00257846153846151, 0.00197698049677166, 0.00519173076923077, 0.00327956925525295, 0.00824749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 570, '2021-05-09 00:00:00', 0.000419648250140701, 0.00103442307692306, 0.00127562087447038, 0.00172884615384616, 0.00136388310180332, 0.00276634615384615, 0.00199858312311498, 0.00516250000000001, 0.00331391228239144, 0.00828384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 585, '2021-05-09 00:00:00', 0.00123921581903791, 0.00128038461538463, 0.0012646971817548, 0.00202480769230767, 0.00151431041681075, 0.00286903846153848, 0.00194339268172563, 0.00512134615384615, 0.00346496296461509, 0.00846288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 600, '2021-05-09 00:00:00', 0.000695187633775121, 0.00151461538461534, 0.000784282131339511, 0.00203230769230767, 0.00128222506424753, 0.00299134615384616, 0.00186344156375736, 0.00503230769230768, 0.00317458469724784, 0.00836999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 615, '2021-05-09 00:00:00', 0.000567099638511591, 0.00131499999999998, 0.0011797942617253, 0.00193750000000001, 0.00146870593223578, 0.00294865384615384, 0.00185809804535547, 0.00494211538461538, 0.00317054485125922, 0.00849942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 630, '2021-05-09 00:00:00', 0.000756150880344756, 0.00143192307692311, 0.00103017287570879, 0.00214807692307694, 0.00124518458625463, 0.00292942307692307, 0.00185775618380388, 0.00489096153846154, 0.0032053892179362, 0.00852096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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 983595, 3, 645, '2021-05-09 00:00:00', 0.00060956923630228, 0.00145057692307692, 0.000954739513407478, 0.00214846153846151, 0.00111341574238226, 0.00299884615384614, 0.00174960634033885, 0.00477288461538463, 0.00316906643011181, 0.00853403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983595 and enddate = '2021-05-09 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, [...];[ Date: 2021-05-09 15:54:38 - Database: acaweb_fx - User: pgperfstats ]
19 18s636ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983585, 1, 960, '2021-05-09 00:00:00', 0.00046064841423636, 0.0012348076923077, 0.000660261020646092, 0.00165115384615387, 0.00103850728674163, 0.00274576923076922, 0.00219018654807865, 0.00521865384615382, 0.00184523498607796, 0.00822307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983585, 1, 975, '2021-05-09 00:00:00', 0.000527020069680591, 0.00122692307692308, 0.000777357159770305, 0.00200807692307692, 0.00136829350483903, 0.00308634615384617, 0.00213290326694716, 0.00510711538461536, 0.00181863845943985, 0.00823961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 990, '2021-05-09 00:00:00', 0.000752201001165149, 0.00159788461538459, 0.000964100298006079, 0.00222923076923075, 0.0014054731067673, 0.00316057692307692, 0.00218635676059864, 0.00496326923076921, 0.00182497132748814, 0.00816211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1005, '2021-05-09 00:00:00', 0.000831106884730314, 0.00164057692307693, 0.00121415651316522, 0.00241096153846155, 0.0015988743275769, 0.00296634615384615, 0.0020540770807947, 0.00477442307692307, 0.00191723447665159, 0.00805403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1020, '2021-05-09 00:00:00', 0.000763671093116368, 0.00165846153846154, 0.000895749127825408, 0.0021775, 0.0012094232732365, 0.00306442307692307, 0.00174542646320648, 0.00444346153846153, 0.00186869316738895, 0.00801307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1035, '2021-05-09 00:00:00', 0.000502294581051648, 0.00135538461538462, 0.000854394905091402, 0.00183942307692309, 0.00133965167688639, 0.00307615384615384, 0.00152859237661519, 0.00424557692307692, 0.00194798662331531, 0.00796326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1050, '2021-05-09 00:00:00', 0.000697148946672208, 0.00134057692307693, 0.000926147687176051, 0.00229653846153846, 0.00122690774526226, 0.00288615384615385, 0.00142289547699804, 0.00404346153846155, 0.00201351988968417, 0.00802788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1065, '2021-05-09 00:00:00', 0.000857718799176945, 0.00185846153846154, 0.00115822883682869, 0.00243403846153845, 0.00112223876521615, 0.00267461538461538, 0.0014570992917965, 0.00392288461538463, 0.00206870636835233, 0.00800903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1080, '2021-05-09 00:00:00', 0.000699524151449777, 0.00150596153846152, 0.000676844516857433, 0.00172249999999999, 0.000984746433586583, 0.00216846153846155, 0.00130115096977783, 0.00352961538461539, 0.0022318866114016, 0.00805538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1095, '2021-05-09 00:00:00', 0.000388071960020118, 0.0010846153846154, 0.000501935637921248, 0.00136076923076926, 0.00083519108822244, 0.00198192307692311, 0.00122820788769027, 0.00332115384615387, 0.00216662251335679, 0.00806634615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1110, '2021-05-09 00:00:00', 0.000324528830057471, 0.000974807692307742, 0.000547184120327402, 0.00141769230769235, 0.000730513833913156, 0.00189769230769235, 0.00128704850186534, 0.00319538461538463, 0.00223629903738638, 0.0080792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1125, '2021-05-09 00:00:00', 0.000466590950817311, 0.00103865384615386, 0.000610690687160561, 0.00143365384615385, 0.000750621998488832, 0.00190923076923077, 0.00124734464116626, 0.00310942307692306, 0.00219731970468917, 0.0080217307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1140, '2021-05-09 00:00:00', 0.000385414661810436, 0.000952692307692349, 0.000478654524522809, 0.00122807692307697, 0.000697518017412705, 0.00172076923076923, 0.0012516644303302, 0.00300038461538463, 0.00223753267273092, 0.00795230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1155, '2021-05-09 00:00:00', 0.000307838619059749, 0.000861153846153868, 0.000535959527748693, 0.00126384615384618, 0.000670584475261366, 0.00168653846153848, 0.00121703980403905, 0.00297826923076926, 0.00224512569461385, 0.00796076923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1170, '2021-05-09 00:00:00', 0.000344799440031636, 0.00085557692307696, 0.000392654477195307, 0.00119346153846153, 0.000527079179572162, 0.00146730769230769, 0.00118728688775973, 0.00290692307692311, 0.0023749198609961, 0.00800711538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1185, '2021-05-09 00:00:00', 0.000281796980930476, 0.000886538461538471, 0.000357791785174645, 0.00111019230769232, 0.00061026879323789, 0.00149000000000002, 0.00114487165891407, 0.00287865384615387, 0.00239974668534953, 0.00799307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1200, '2021-05-09 00:00:00', 0.000349107653663117, 0.000746923076923094, 0.00037919996754298, 0.000988846153846159, 0.0006736529864506, 0.00150211538461539, 0.00109957712151256, 0.00292038461538463, 0.00238202096645166, 0.0079867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1215, '2021-05-09 00:00:00', 0.000271296885348838, 0.000709999999999997, 0.000529123367903492, 0.00106346153846155, 0.000620096673604501, 0.00147673076923078, 0.00102254381136155, 0.00295461538461538, 0.00248450889745607, 0.00812730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1230, '2021-05-09 00:00:00', 0.000363308567728054, 0.000736346153846153, 0.000519092995966558, 0.00106846153846154, 0.000578035565847493, 0.00141134615384616, 0.000935464035406194, 0.0028548076923077, 0.00251924152963056, 0.00811673076923081 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1245, '2021-05-09 00:00:00', 0.00030160264230634, 0.000726923076923082, 0.000296308051761114, 0.000962692307692329, 0.000430020750841007, 0.00136538461538464, 0.000884334691253156, 0.00275038461538465, 0.0025484736910249, 0.00815307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1260, '2021-05-09 00:00:00', 0.000268643100385282, 0.000718653846153857, 0.000385842783846184, 0.000990576923076931, 0.00058356586207951, 0.00151365384615386, 0.000902744639759973, 0.00267826923076926, 0.0026058465109176, 0.00822596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1275, '2021-05-09 00:00:00', 0.000331122159656239, 0.000668269230769245, 0.000426383584977739, 0.000985192307692314, 0.00063542042411667, 0.00150634615384618, 0.000923166478027573, 0.00265211538461541, 0.00265870486110463, 0.00826153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1290, '2021-05-09 00:00:00', 0.000291056431218839, 0.000735384615384616, 0.000463893265243686, 0.00119519230769231, 0.000584384620447318, 0.00147423076923078, 0.000849564956542216, 0.00260115384615387, 0.00272703358135649, 0.00828307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1305, '2021-05-09 00:00:00', 0.0003990045787283, 0.00091057692307691, 0.000456643313084333, 0.00108365384615384, 0.000544463356116675, 0.00143288461538462, 0.000825918067271885, 0.0024994230769231, 0.00286817061100729, 0.0083494230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1320, '2021-05-09 00:00:00', 0.000283291640974728, 0.000733076923076935, 0.00037211081889465, 0.000967692307692302, 0.000444726709512508, 0.0013896153846154, 0.000737271294394708, 0.00239480769230771, 0.00293283863544147, 0.00843230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1335, '2021-05-09 00:00:00', 0.00029973481869555, 0.000670192307692309, 0.000298431798676913, 0.00101153846153847, 0.000444230406260273, 0.00141057692307694, 0.000705587807325314, 0.00234807692307694, 0.00296045722170383, 0.00847480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1350, '2021-05-09 00:00:00', 0.000300569203601836, 0.000760384615384618, 0.000344735349998291, 0.00111269230769232, 0.000497724862209555, 0.00149903846153848, 0.000718711239757541, 0.00231038461538463, 0.00296687981660088, 0.00851038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1365, '2021-05-09 00:00:00', 0.000323920693047867, 0.000853846153846171, 0.000390784418239101, 0.00110730769230771, 0.000522591029979826, 0.00147576923076923, 0.000704798279924565, 0.00223384615384616, 0.00294077938387346, 0.00851076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1380, '2021-05-09 00:00:00', 0.000374751456096127, 0.000870576923076922, 0.000501504198924075, 0.00116730769230768, 0.000733980323567753, 0.00175634615384615, 0.00074552573086691, 0.00220384615384616, 0.00298471550634998, 0.00853557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1395, '2021-05-09 00:00:00', 0.000450903409407594, 0.00086173076923077, 0.000498458739901923, 0.00111365384615386, 0.000673852757256039, 0.00180153846153847, 0.000700777068688757, 0.00216250000000002, 0.00298253829042412, 0.00859442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1410, '2021-05-09 00:00:00', 0.000352510829075302, 0.000673269230769218, 0.000518946417865436, 0.00128423076923077, 0.000499517613457071, 0.0016103846153846, 0.000619800743415527, 0.0019898076923077, 0.00289749934625331, 0.00857769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 1, 1425, '2021-05-09 00:00:00', 0.00043527904400953, 0.00107961538461538, 0.000487724425659241, 0.00137634615384614, 0.000468328821038593, 0.00153826923076923, 0.000552700537918502, 0.00198326923076923, 0.00289186801486245, 0.00858615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 0, '2021-05-09 00:00:00', 0.000467553863618567, 0.000991153846153832, 0.0005125017448376, 0.00117096153846153, 0.000519176418807884, 0.00132807692307693, 0.00055013047403461, 0.00188153846153844, 0.00288030070545526, 0.00862307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 15, '2021-05-09 00:00:00', 0.000302903386475726, 0.000587692307692315, 0.000330809089727232, 0.000835576923076914, 0.000326099088291595, 0.00110884615384617, 0.000583389202452722, 0.0018198076923077, 0.00287656951138785, 0.00857692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 30, '2021-05-09 00:00:00', 0.000370768640280443, 0.000605769230769203, 0.000377849227154884, 0.00086403846153846, 0.000351328741516215, 0.00105673076923079, 0.000607072451638547, 0.00184519230769233, 0.00282991013719788, 0.00857576923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 45, '2021-05-09 00:00:00', 0.000354623744269856, 0.000640000000000025, 0.00029602130900429, 0.000876153846153873, 0.000308881916695558, 0.000979038461538496, 0.000702168399700838, 0.00189230769230769, 0.00283048169317249, 0.00857615384615389 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 60, '2021-05-09 00:00:00', 0.000201502147344931, 0.000643653846153861, 0.000254009160949249, 0.00077557692307694, 0.000272114794780548, 0.000897307692307687, 0.000660091631168322, 0.00188519230769232, 0.00280386088209701, 0.00856461538461543 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 75, '2021-05-09 00:00:00', 0.000126667493249655, 0.000445576923076913, 0.000186186424358447, 0.000570769230769204, 0.000349799777894976, 0.000913269230769236, 0.000670286046860128, 0.00184576923076923, 0.00280047532366588, 0.0085590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 90, '2021-05-09 00:00:00', 0.000195043190483131, 0.000430384615384608, 0.000295552936817622, 0.000626538461538467, 0.000388499876249829, 0.000941923076923065, 0.000655737781785928, 0.00188096153846153, 0.00280079255953354, 0.00855519230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 105, '2021-05-09 00:00:00', 0.000191614597163574, 0.000473076923076905, 0.000311580832826122, 0.000751153846153839, 0.000359703136146778, 0.000917115384615363, 0.000647433513069987, 0.00190807692307692, 0.00280000805630708, 0.00854865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 120, '2021-05-09 00:00:00', 0.000230802612970157, 0.000614615384615389, 0.000253850122346586, 0.000728269230769228, 0.000323707370225743, 0.000937307692307675, 0.000610798122257952, 0.00189788461538461, 0.00279983919867936, 0.0085465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 135, '2021-05-09 00:00:00', 0.000170086855640102, 0.00043153846153847, 0.000195792374330983, 0.000605576923076902, 0.0002667309217458, 0.000905769230769238, 0.000605397421915157, 0.00185903846153847, 0.0027888881228078, 0.00854019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 150, '2021-05-09 00:00:00', 0.000172973652951478, 0.000408269230769241, 0.000248935039410178, 0.00066942307692309, 0.000322617241658545, 0.000958269230769223, 0.000577190942942962, 0.00187076923076923, 0.00278857598757169, 0.00854096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 165, '2021-05-09 00:00:00', 0.000240022835452096, 0.000549807692307716, 0.000242659305326473, 0.000741538461538477, 0.000465196773915647, 0.00110096153846156, 0.000578885666936596, 0.00187884615384617, 0.00280658947150066, 0.00855269230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 180, '2021-05-09 00:00:00', 0.000208289369720252, 0.000577692307692292, 0.00027745276798318, 0.000764038461538462, 0.000454778940382408, 0.00110673076923077, 0.000554292480416402, 0.00185692307692308, 0.00277555189938032, 0.00856288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 195, '2021-05-09 00:00:00', 0.000132481638785869, 0.00051923076923078, 0.000345120324613797, 0.000814038461538482, 0.000406298488230553, 0.00108269230769234, 0.000549316078270205, 0.00178307692307694, 0.00276934161156373, 0.00855980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 210, '2021-05-09 00:00:00', 0.000316344505490219, 0.000585384615384607, 0.000309668122598734, 0.000757884615384593, 0.000428914775468731, 0.00106173076923078, 0.000448533679380346, 0.0017176923076923, 0.00274042133902518, 0.00861865384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 225, '2021-05-09 00:00:00', 0.000141180871443448, 0.000500961538461541, 0.000337022482701309, 0.000776923076923085, 0.000409674730262164, 0.00104576923076922, 0.0004208299492121, 0.0017003846153846, 0.00271382616641863, 0.00864730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 240, '2021-05-09 00:00:00', 0.000288099875844363, 0.000588461538461542, 0.000320627269822543, 0.000739615384615388, 0.00041048432931769, 0.000974230769230764, 0.000432035299483724, 0.00169750000000001, 0.00276100392137463, 0.00868442307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 255, '2021-05-09 00:00:00', 0.000220734786913738, 0.0004903846153846, 0.000342260191172659, 0.000710961538461525, 0.00038414104981616, 0.000902884615384612, 0.000459043989847797, 0.00170923076923076, 0.00284252398677382, 0.00870884615384619 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 270, '2021-05-09 00:00:00', 0.000207502733994956, 0.000509230769230766, 0.000343959076277781, 0.000649615384615413, 0.000367086659229981, 0.00093115384615384, 0.000457187219688131, 0.00168192307692307, 0.00284382267109173, 0.00869076923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 285, '2021-05-09 00:00:00', 0.0003259546924627, 0.000492307692307732, 0.000349879759565831, 0.000679615384615387, 0.000358531674386603, 0.000930192307692304, 0.000468352267159936, 0.00170038461538461, 0.00284090265313954, 0.00868826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 300, '2021-05-09 00:00:00', 0.000135235407288946, 0.000463846153846135, 0.000196579598284074, 0.000633461538461512, 0.000335700931462234, 0.000893653846153799, 0.000498588006273724, 0.00170999999999997, 0.00286580635048172, 0.00871403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 315, '2021-05-09 00:00:00', 0.000154873769939885, 0.00045326923076922, 0.000252372511608107, 0.000651730769230769, 0.000431710372997766, 0.000914615384615381, 0.000581613273576177, 0.00183999999999999, 0.00287895926708565, 0.00870769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 330, '2021-05-09 00:00:00', 0.000170313398903761, 0.000464423076923079, 0.000277180654780658, 0.000621346153846117, 0.000410556891963194, 0.000850192307692301, 0.000674494254979249, 0.00185250000000001, 0.00288939413399043, 0.00871230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 345, '2021-05-09 00:00:00', 0.000214092000353562, 0.000449230769230732, 0.000359724039529492, 0.000630769230769213, 0.000342495199292564, 0.000785192307692302, 0.000679820592848987, 0.00197403846153846, 0.00286078163068441, 0.00869346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 360, '2021-05-09 00:00:00', 0.000263025371692285, 0.000447115384615376, 0.000236171792101864, 0.000553653846153852, 0.000214975490552913, 0.000752692307692303, 0.000771985452234402, 0.00212846153846154, 0.00282025760552795, 0.00867480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 375, '2021-05-09 00:00:00', 0.000114149193871595, 0.000365961538461536, 0.000235068893338497, 0.000530769230769215, 0.000263006580789251, 0.000752307692307676, 0.000793204915807736, 0.00237096153846152, 0.00281653095409663, 0.00865884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 390, '2021-05-09 00:00:00', 0.000136607241614557, 0.000378461538461533, 0.0001832090021302, 0.000533461538461532, 0.000271317866377026, 0.000734230769230771, 0.000968095056521583, 0.00259596153846152, 0.00281587537967256, 0.00865807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 405, '2021-05-09 00:00:00', 0.000135504186707938, 0.000380769230769257, 0.000181774162503481, 0.00053538461538463, 0.000335372123973464, 0.00078769230769231, 0.00100330371580784, 0.00283788461538462, 0.00282026919746214, 0.00865288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 420, '2021-05-09 00:00:00', 0.000170581809833746, 0.000381923076923094, 0.000170227901536548, 0.00052346153846156, 0.000345103774804919, 0.000831153846153843, 0.000932129489188799, 0.00296576923076925, 0.00281832626953274, 0.00863480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 435, '2021-05-09 00:00:00', 0.000137912597739979, 0.000378269230769224, 0.000241446920428939, 0.00060115384615383, 0.000302761647809967, 0.000896153846153807, 0.000965068909456735, 0.00306500000000002, 0.00282484823281915, 0.00862846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 450, '2021-05-09 00:00:00', 0.000212890455760346, 0.000457115384615382, 0.000287521236673847, 0.000632307692307676, 0.000252505673965207, 0.000906346153846139, 0.000924616594137194, 0.00312538461538463, 0.0027846244878729, 0.00860846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 465, '2021-05-09 00:00:00', 0.000247221482760818, 0.000467692307692289, 0.000237011521952974, 0.000697307692307649, 0.000273670211414003, 0.000920769230769225, 0.000957722619229942, 0.00324384615384617, 0.00279505068758221, 0.00858288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 480, '2021-05-09 00:00:00', 0.000203832133044659, 0.000528461538461516, 0.00020968988090475, 0.000695384615384619, 0.000345565979450854, 0.000959615384615394, 0.00109015757506041, 0.00344846153846154, 0.00279053104954263, 0.00857653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 495, '2021-05-09 00:00:00', 0.000159398870761401, 0.000440000000000013, 0.000238777012165028, 0.000637692307692335, 0.000358194242534157, 0.00109634615384614, 0.00119304542437218, 0.00350923076923076, 0.00278412074920499, 0.0085721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 510, '2021-05-09 00:00:00', 0.000221175269865321, 0.000497500000000022, 0.000279475126180898, 0.00068788461538463, 0.000430449362696892, 0.0012194230769231, 0.00147507308815008, 0.00367884615384614, 0.00277311527819414, 0.0085821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 525, '2021-05-09 00:00:00', 0.000162848206810902, 0.000461538461538462, 0.000280826253429739, 0.000920769230769216, 0.000492654192965174, 0.0013669230769231, 0.00143131429650677, 0.00376384615384614, 0.00280330802528288, 0.00858326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 540, '2021-05-09 00:00:00', 0.000260291848035719, 0.000779615384615385, 0.000363405262228526, 0.00102076923076926, 0.000659358896084793, 0.00161807692307694, 0.00144037372287143, 0.0038176923076923, 0.00282036258580072, 0.00857634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 555, '2021-05-09 00:00:00', 0.000263391270809157, 0.000764807692307707, 0.000384600492019338, 0.00110653846153849, 0.000556817191379196, 0.00185923076923075, 0.00144789231431283, 0.00390192307692307, 0.00294135053360499, 0.0085898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 570, '2021-05-09 00:00:00', 0.000317919982675873, 0.000796346153846178, 0.000560192686630099, 0.00127038461538463, 0.000650098956964355, 0.00201057692307693, 0.00142866177296744, 0.00386230769230768, 0.00308734827718147, 0.00860423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 585, '2021-05-09 00:00:00', 0.000285966108804193, 0.000928846153846175, 0.000385782920226488, 0.00139769230769231, 0.000669431446481625, 0.00216730769230771, 0.00142403586817403, 0.00383307692307692, 0.00317467202424726, 0.00858269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 600, '2021-05-09 00:00:00', 0.000356025063940492, 0.0011703846153846, 0.000542035196132235, 0.00164307692307692, 0.000655646715376977, 0.00223615384615386, 0.00141849025917861, 0.00384384615384615, 0.00312545884016064, 0.00855980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 615, '2021-05-09 00:00:00', 0.000508251943883656, 0.00114403846153845, 0.000521055327049009, 0.00157442307692308, 0.00059291136320314, 0.00204173076923079, 0.00134859402570002, 0.00374961538461537, 0.00315251992002491, 0.00850961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 630, '2021-05-09 00:00:00', 0.000291928336833157, 0.000988076923076931, 0.000431099310350451, 0.00144884615384619, 0.000624737514111705, 0.00207519230769233, 0.00125660110860757, 0.00364711538461539, 0.00316992057653477, 0.00850730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 645, '2021-05-09 00:00:00', 0.000359229517375533, 0.00110038461538465, 0.000413565546846548, 0.00147269230769233, 0.000729375496835906, 0.00219384615384617, 0.00111310648118748, 0.00378903846153845, 0.00308158838288609, 0.00851480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 660, '2021-05-09 00:00:00', 0.00034556909584046, 0.000985000000000014, 0.000450367029808428, 0.00150269230769232, 0.000917054817588089, 0.00218346153846154, 0.00101331907041247, 0.00388153846153845, 0.00308585714934343, 0.00852288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 675, '2021-05-09 00:00:00', 0.000408044162391196, 0.00106903846153845, 0.000513132499008252, 0.00154519230769229, 0.000828698052090397, 0.00206269230769228, 0.000999591397291163, 0.0038951923076923, 0.00311437392770016, 0.00863019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 690, '2021-05-09 00:00:00', 0.000363535206209604, 0.000980384615384616, 0.000595654778697022, 0.00150384615384614, 0.000766428179183226, 0.0019180769230769, 0.00116384984492781, 0.0038973076923077, 0.00305956402751465, 0.00868903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 705, '2021-05-09 00:00:00', 0.000416410716259052, 0.00101173076923076, 0.000414349536576963, 0.00124653846153843, 0.000551848676303983, 0.00170519230769229, 0.00130941454915489, 0.00414269230769231, 0.00304329131672627, 0.00870096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 720, '2021-05-09 00:00:00', 0.000237843193334165, 0.000829230769230753, 0.000613106748140469, 0.00127673076923074, 0.000580768323993175, 0.00163461538461536, 0.00139714621227042, 0.00432153846153848, 0.00289560207635917, 0.00868576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 735, '2021-05-09 00:00:00', 0.000395245979885161, 0.000944230769230755, 0.000360185422333464, 0.00121346153846153, 0.000464825360091959, 0.00167384615384615, 0.00158464060472835, 0.00445461538461542, 0.0028883008646288, 0.00869326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 750, '2021-05-09 00:00:00', 0.000264538204307924, 0.000887307692307706, 0.000323201354243151, 0.00119134615384616, 0.000497883868139798, 0.00163288461538459, 0.00154301343530716, 0.00441730769230772, 0.00290906503616118, 0.00870923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 765, '2021-05-09 00:00:00', 0.000341932741924482, 0.000905000000000011, 0.000425531387254194, 0.00130019230769229, 0.000501336252889745, 0.00162403846153846, 0.00134406062420502, 0.00456980769230774, 0.00295477314630988, 0.0087971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 780, '2021-05-09 00:00:00', 0.000361060191018706, 0.000917307692307698, 0.000451849404796985, 0.00121673076923076, 0.000560306269271196, 0.00170365384615386, 0.00125587817880557, 0.00474000000000003, 0.00297255414649527, 0.00883692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 795, '2021-05-09 00:00:00', 0.000240322939780269, 0.000791346153846154, 0.000394751333607143, 0.00116384615384619, 0.00055170114540953, 0.00175307692307694, 0.00143102206616325, 0.00480192307692312, 0.00297429795853643, 0.00878288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 810, '2021-05-09 00:00:00', 0.000304662991617844, 0.000881538461538464, 0.000400077300223161, 0.00125461538461541, 0.00069169838357929, 0.00180442307692311, 0.00149707880939467, 0.00496480769230771, 0.00297578375584292, 0.00877980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 825, '2021-05-09 00:00:00', 0.000289391669647757, 0.000963461538461565, 0.000518624994206189, 0.00143826923076925, 0.000716117416242713, 0.00208807692307693, 0.00154288591980695, 0.00499019230769233, 0.00293092690116968, 0.0087525 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 840, '2021-05-09 00:00:00', 0.000478643757040484, 0.00108461538461538, 0.000578670359198901, 0.00140423076923079, 0.00106521974980967, 0.00231865384615386, 0.00158673565487814, 0.00521096153846154, 0.00287016818054543, 0.00873423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 855, '2021-05-09 00:00:00', 0.000217731750979525, 0.000893653846153868, 0.00054503718998024, 0.00137653846153845, 0.00097611271811279, 0.0021840384615385, 0.00156375061950429, 0.00519000000000001, 0.00278294691621337, 0.00868846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 870, '2021-05-09 00:00:00', 0.000553354803414199, 0.00101846153846152, 0.000891296031285149, 0.00163884615384618, 0.00097732856061032, 0.00225134615384617, 0.0016782900638631, 0.00528153846153848, 0.00274548636576753, 0.00872076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 885, '2021-05-09 00:00:00', 0.00063132318311502, 0.00119019230769234, 0.000727586870309086, 0.00162442307692311, 0.000901298721077175, 0.00250076923076923, 0.00167248562141687, 0.0053469230769231, 0.0027069217047016, 0.00874365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 900, '2021-05-09 00:00:00', 0.000409998311441183, 0.00112384615384618, 0.000490842290197339, 0.00161807692307693, 0.00074065096108345, 0.00260461538461538, 0.0016771935923303, 0.00540711538461539, 0.00267073127410108, 0.00878346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 915, '2021-05-09 00:00:00', 0.000380134996263995, 0.00117115384615385, 0.000456540208019475, 0.00182480769230767, 0.000849817559606421, 0.00260326923076924, 0.00171382424374891, 0.00544153846153848, 0.00266959340753203, 0.00882519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 930, '2021-05-09 00:00:00', 0.000521557320398722, 0.00132096153846152, 0.000591521376166177, 0.00187846153846154, 0.000798569995968739, 0.00244096153846153, 0.00179841862158439, 0.00542346153846154, 0.00266080494616541, 0.0088301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 945, '2021-05-09 00:00:00', 0.000469468439178419, 0.00133115384615387, 0.000699861414852965, 0.00182500000000003, 0.00091688118935042, 0.00266134615384618, 0.00185965914991057, 0.0053519230769231, 0.00256511082381669, 0.00885846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 960, '2021-05-09 00:00:00', 0.0004743570952839, 0.00129557692307693, 0.000599500336819056, 0.00168942307692308, 0.000861565502666287, 0.00269865384615383, 0.00178923967522091, 0.00525884615384616, 0.00258723779050464, 0.00882576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 975, '2021-05-09 00:00:00', 0.000525979416093292, 0.00115711538461538, 0.000638155635707025, 0.00193384615384615, 0.000816108778571523, 0.00279153846153846, 0.00184456377999285, 0.00532653846153847, 0.00265505303438266, 0.00878384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 990, '2021-05-09 00:00:00', 0.000554572773888566, 0.00156519230769233, 0.000844739035715481, 0.00217403846153847, 0.00106192256707423, 0.00291846153846155, 0.00184689127579707, 0.00528576923076925, 0.0027629112363592, 0.00879249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1005, '2021-05-09 00:00:00', 0.000507637514525739, 0.00143038461538459, 0.000632959349770197, 0.00199346153846156, 0.00106276707050693, 0.00273461538461539, 0.00174118849772658, 0.00511076923076925, 0.00281282508548583, 0.0086951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1020, '2021-05-09 00:00:00', 0.000527093335772129, 0.00139423076923078, 0.00083759270439849, 0.00195653846153846, 0.00121899037668949, 0.00295153846153846, 0.00170422127490715, 0.00494692307692308, 0.00302340373649405, 0.00874192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1035, '2021-05-09 00:00:00', 0.000506890065459508, 0.00131346153846153, 0.000763621331853402, 0.00188846153846153, 0.00117964720932216, 0.00286846153846154, 0.00175929816644635, 0.00465096153846154, 0.00399162203390283, 0.0093173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1050, '2021-05-09 00:00:00', 0.000449453000879985, 0.00134499999999996, 0.000857355616909442, 0.00211442307692306, 0.00100168659692617, 0.00269096153846152, 0.00178415264309031, 0.00438442307692305, 0.00420989808025729, 0.00931961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1065, '2021-05-09 00:00:00', 0.000667044111100492, 0.00168961538461539, 0.000793206249248032, 0.00208692307692309, 0.000987671328856988, 0.00269942307692309, 0.00182921290345159, 0.00425038461538461, 0.00424085941943193, 0.00937615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1080, '2021-05-09 00:00:00', 0.000515658652747961, 0.0013196153846154, 0.000471892629573884, 0.00176557692307693, 0.000898746991008095, 0.00247307692307694, 0.00174136387749548, 0.00399807692307693, 0.00411259900979716, 0.00923884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1095, '2021-05-09 00:00:00', 0.000355287370145081, 0.00115134615384613, 0.000603764472672554, 0.00172153846153845, 0.000882651948130449, 0.00227269230769231, 0.00174873893024484, 0.00381538461538461, 0.00420017296805006, 0.0091751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1110, '2021-05-09 00:00:00', 0.000498840655921346, 0.00118999999999999, 0.000659818069330791, 0.00164673076923075, 0.00092261126074938, 0.00215846153846154, 0.00171722160435441, 0.00371596153846154, 0.00414599772254937, 0.00916134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1125, '2021-05-09 00:00:00', 0.000426706708858217, 0.00111384615384611, 0.000641516832323078, 0.00148961538461537, 0.00101881031676088, 0.00199269230769231, 0.00172798434154228, 0.00355326923076925, 0.00413341933326579, 0.00917923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1140, '2021-05-09 00:00:00', 0.000380414197340802, 0.0009751923076923, 0.000808314509429241, 0.00143211538461537, 0.000832979268372521, 0.00192769230769232, 0.00165001776214216, 0.00340115384615387, 0.00411491173846835, 0.00922384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1155, '2021-05-09 00:00:00', 0.000845439257700707, 0.00100846153846153, 0.000830126426886512, 0.00130673076923076, 0.000929087910885616, 0.00192788461538466, 0.00151293765441735, 0.00331288461538464, 0.00408304517298247, 0.00920673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1170, '2021-05-09 00:00:00', 0.000427583370188268, 0.000911538461538446, 0.000571840348887154, 0.00138076923076925, 0.000803293149862095, 0.00184826923076925, 0.00143363031657936, 0.00318673076923078, 0.00405323132251863, 0.00926807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1185, '2021-05-09 00:00:00', 0.000337194306001768, 0.000899999999999995, 0.000484018753609947, 0.00123307692307695, 0.000717557743589035, 0.00161365384615387, 0.00121854858493464, 0.00289557692307692, 0.00398531906357089, 0.00925903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1200, '2021-05-09 00:00:00', 0.000429697031013157, 0.000928461538461575, 0.00048967324269901, 0.00121173076923079, 0.000680068096137894, 0.00167615384615385, 0.00123676515089229, 0.00288903846153848, 0.00395386037261736, 0.00930461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1215, '2021-05-09 00:00:00', 0.000213490406918324, 0.000751923076923075, 0.000382041278478558, 0.00105153846153848, 0.000467764404868011, 0.00153346153846154, 0.00103026665704344, 0.0027342307692308, 0.00385887135751455, 0.00931192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1230, '2021-05-09 00:00:00', 0.0002136035148083, 0.000742307692307696, 0.000335291434656232, 0.00113711538461539, 0.000468656549659162, 0.00151519230769232, 0.00102669252381695, 0.00266346153846157, 0.00383036018089483, 0.00930865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1245, '2021-05-09 00:00:00', 0.000243678855495041, 0.00079076923076921, 0.000375055277977069, 0.00106230769230767, 0.000538122662596547, 0.00153000000000001, 0.00104011604382178, 0.00261576923076926, 0.00382460874318689, 0.00934096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1260, '2021-05-09 00:00:00', 0.00029095895824775, 0.000746346153846124, 0.000406641072124347, 0.00103480769230767, 0.00059729518536612, 0.00157653846153846, 0.00101795966747975, 0.00253826923076924, 0.00382046723380995, 0.00932826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1275, '2021-05-09 00:00:00', 0.000286172083786078, 0.000737692307692307, 0.000346085805278676, 0.00104423076923077, 0.000572746419926372, 0.00153769230769231, 0.000940993358106265, 0.00242750000000001, 0.00381536700523231, 0.00935076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1290, '2021-05-09 00:00:00', 0.000305223751470185, 0.000721538461538457, 0.000497633360556205, 0.0011551923076923, 0.000680313869870734, 0.00153480769230767, 0.000901374015259324, 0.00236865384615383, 0.00380504511749253, 0.00933711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1305, '2021-05-09 00:00:00', 0.000261947734070399, 0.000891153846153843, 0.000409331725545993, 0.00114230769230769, 0.000512441253668728, 0.00139596153846155, 0.000862684272399949, 0.00226307692307691, 0.00378309332628533, 0.00925634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1320, '2021-05-09 00:00:00', 0.000283045253245162, 0.000743846153846176, 0.000364673985066947, 0.000971346153846146, 0.000568243210389569, 0.0013528846153846, 0.000775049775076552, 0.00218192307692306, 0.00375043250839153, 0.0093 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1335, '2021-05-09 00:00:00', 0.000297889047491444, 0.000651730769230769, 0.000321179616653756, 0.000892115384615405, 0.000566358679501025, 0.00136192307692304, 0.00067091544807194, 0.00214653846153844, 0.00375043250839153, 0.0093 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1350, '2021-05-09 00:00:00', 0.000208595301960557, 0.000650000000000014, 0.000426214869971259, 0.000961346153846149, 0.000547772727998069, 0.00135019230769227, 0.000639814546447781, 0.00213057692307689, 0.00372150730422292, 0.00931615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1365, '2021-05-09 00:00:00', 0.000369661383514075, 0.000788461538461537, 0.000532214712310737, 0.00112249999999996, 0.000507100202508947, 0.00134884615384612, 0.000661483647102961, 0.00211615384615381, 0.00371464111528752, 0.00932115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1380, '2021-05-09 00:00:00', 0.000388060710952062, 0.000796346153846136, 0.000379040286066735, 0.000961538461538424, 0.000566483348930406, 0.00145576923076924, 0.00074485207617663, 0.00215615384615381, 0.00371320812982313, 0.00931884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1395, '2021-05-09 00:00:00', 0.000225700022153294, 0.000647499999999972, 0.000317949742037221, 0.000970961538461511, 0.00062848878577599, 0.00155807692307694, 0.000709158222553621, 0.00216576923076921, 0.00370833411178326, 0.00930826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1410, '2021-05-09 00:00:00', 0.00031690716913025, 0.000723076923076912, 0.00048489396144536, 0.00116192307692307, 0.000599122306763448, 0.00154153846153847, 0.000721101827867504, 0.00223461538461539, 0.00371653718585542, 0.00931942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 2, 1425, '2021-05-09 00:00:00', 0.000449773960322997, 0.000953846153846126, 0.000574713440300065, 0.00129846153846155, 0.00057629683190309, 0.00143903846153845, 0.000774288283621713, 0.0021778846153846, 0.00374062915831013, 0.00926750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 0, '2021-05-09 00:00:00', 0.000465911885033379, 0.000861730769230829, 0.000494819819576925, 0.00105557692307696, 0.000474441371915016, 0.00121384615384616, 0.000777986157677929, 0.00219730769230769, 0.00375619808296388, 0.00924903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 15, '2021-05-09 00:00:00', 0.000337153012512339, 0.000653076923076948, 0.00041916900391864, 0.000904423076923101, 0.000412498065263503, 0.00111057692307692, 0.000810215949371145, 0.00220826923076922, 0.00374772977947983, 0.00925250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 30, '2021-05-09 00:00:00', 0.000371178580283856, 0.00069153846153844, 0.000355985792715621, 0.000881730769230755, 0.000369157669045838, 0.00106576923076922, 0.000778421800825234, 0.00219249999999998, 0.00374932765254703, 0.00924038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 45, '2021-05-09 00:00:00', 0.000303734512109073, 0.000640576923076884, 0.000354189703624797, 0.000857115384615363, 0.000297373696524427, 0.000993653846153797, 0.000815232765250794, 0.00217230769230768, 0.00371982378097921, 0.00920019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 60, '2021-05-09 00:00:00', 0.000181495496871457, 0.000623846153846142, 0.000181243991942848, 0.000699230769230755, 0.000239938213200492, 0.000902115384615368, 0.000780149886979323, 0.0021853846153846, 0.00371613641382469, 0.0091746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 75, '2021-05-09 00:00:00', 0.00018390633067282, 0.000443461538461531, 0.000216485920664936, 0.000601923076923049, 0.000227357732354859, 0.000928461538461515, 0.00079522819656713, 0.0021782692307692, 0.0037111917845267, 0.00914730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 90, '2021-05-09 00:00:00', 0.000158971816563631, 0.000420961538461546, 0.000188218060933404, 0.000639038461538455, 0.00025969812356777, 0.000933653846153839, 0.000819725188471961, 0.00214576923076922, 0.0037392479910353, 0.00910653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 105, '2021-05-09 00:00:00', 0.000183834478225975, 0.000508653846153822, 0.00024417025900922, 0.000773653846153833, 0.000352361320238182, 0.00094749999999999, 0.00082252042294028, 0.00215961538461537, 0.00374721164539509, 0.00907865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 120, '2021-05-09 00:00:00', 0.000254511371968975, 0.000595961538461548, 0.000289879019858029, 0.000729615384615356, 0.000657698931590575, 0.00100326923076921, 0.000836241867845937, 0.00217230769230768, 0.00374814288886971, 0.00907365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 135, '2021-05-09 00:00:00', 0.000223381098986948, 0.000493653846153826, 0.000300573362349089, 0.000642115384615372, 0.000701745762641002, 0.00113865384615383, 0.000859183355554297, 0.00223596153846153, 0.00374556624044195, 0.0090623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 150, '2021-05-09 00:00:00', 0.000169540669048855, 0.000435961538461534, 0.000681205831313408, 0.000790769230769219, 0.000802958495909881, 0.00125711538461539, 0.0008870255611615, 0.00226211538461539, 0.00373971302889159, 0.00905153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 165, '2021-05-09 00:00:00', 0.000641549716282009, 0.000640961538461536, 0.000657733520975903, 0.000950769230769217, 0.0008020839204127, 0.00133615384615385, 0.00084804798485426, 0.00221576923076923, 0.00372082704309341, 0.00904173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 180, '2021-05-09 00:00:00', 0.000361535666928642, 0.000700961538461527, 0.000553211219920713, 0.000964423076923109, 0.000659969230051957, 0.00135923076923081, 0.000802390395103199, 0.00214211538461539, 0.00372942573946094, 0.00902788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 195, '2021-05-09 00:00:00', 0.000352687320659291, 0.000662884615384654, 0.000477797068284765, 0.000929038461538476, 0.000674802449724207, 0.00129788461538464, 0.000820952284756075, 0.00208057692307693, 0.0037313953102745, 0.00900980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 210, '2021-05-09 00:00:00', 0.00026855997754406, 0.000637307692307691, 0.000374861256384862, 0.000870192307692338, 0.000550530548303489, 0.00119826923076922, 0.00090819372721567, 0.00201961538461538, 0.00371390611807113, 0.00898057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 225, '2021-05-09 00:00:00', 0.000222518797823015, 0.000556153846153869, 0.000306278405276049, 0.00081769230769231, 0.000415248581713866, 0.00107923076923077, 0.000908085560184399, 0.00192076923076924, 0.00371819956430528, 0.00896500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 240, '2021-05-09 00:00:00', 0.000177731539125735, 0.00058249999999999, 0.000269974927610811, 0.00076769230769229, 0.000318977452784053, 0.00103115384615382, 0.000941546130247813, 0.00185634615384616, 0.00368106569017514, 0.00894115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 255, '2021-05-09 00:00:00', 0.000172812036617802, 0.000464999999999963, 0.000240759135939758, 0.00064519230769229, 0.000346645518339144, 0.000951346153846143, 0.000921383011481196, 0.00181057692307694, 0.00368013927934589, 0.00890134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 270, '2021-05-09 00:00:00', 0.000167274187626656, 0.000474423076923076, 0.000218105831756391, 0.000696923076923074, 0.000359712919722626, 0.000960769230769231, 0.000943243687413883, 0.00186442307692308, 0.00366152965092669, 0.00888423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 285, '2021-05-09 00:00:00', 0.00012836905929626, 0.00047115384615385, 0.000359048100484497, 0.000701538461538463, 0.000375925729162203, 0.000921923076923036, 0.000898958542725089, 0.0018426923076923, 0.00365519156606262, 0.00884076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 300, '2021-05-09 00:00:00', 0.000340100041842927, 0.000564038461538459, 0.000308339972208522, 0.000728461538461545, 0.000411696676991877, 0.000923076923076915, 0.000902535658788413, 0.00188884615384614, 0.00365712516350458, 0.00883769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 315, '2021-05-09 00:00:00', 0.000139952189638503, 0.000431153846153861, 0.000247706401892362, 0.000597692307692295, 0.000521043811829851, 0.000890576923076924, 0.000957247817764762, 0.00200923076923076, 0.0036621534700858, 0.00882903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 330, '2021-05-09 00:00:00', 0.000194315465159109, 0.000432499999999972, 0.000272461218129526, 0.000601346153846148, 0.000562686276848732, 0.000879615384615383, 0.000987785577012494, 0.00212288461538463, 0.00365435485203824, 0.00881576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 345, '2021-05-09 00:00:00', 0.000218459730490906, 0.000439423076923078, 0.000423038459790077, 0.000663461538461564, 0.000487311659870954, 0.000869423076923093, 0.00110029634120157, 0.00225096153846155, 0.00364418193837794, 0.00880500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 360, '2021-05-09 00:00:00', 0.000262203458875291, 0.000470576923076923, 0.000349268466281267, 0.000632692307692294, 0.000382061010029319, 0.000833846153846125, 0.00102392555318323, 0.00234653846153845, 0.00361156201024517, 0.00876192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 375, '2021-05-09 00:00:00', 0.000230568528107887, 0.000379615384615352, 0.000225531850044768, 0.000568846153846131, 0.000343103707129731, 0.000768076923076891, 0.00104240028115591, 0.00260711538461538, 0.00359979083259868, 0.00874096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 390, '2021-05-09 00:00:00', 0.000150770839865829, 0.000404615384615396, 0.000195421044453713, 0.000529230769230743, 0.000367910785590545, 0.00079788461538459, 0.001077356237063, 0.00286230769230767, 0.00360461174693666, 0.00874461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 405, '2021-05-09 00:00:00', 0.000167836115119647, 0.000390192307692259, 0.000254149335264504, 0.000566730769230724, 0.000377652108937099, 0.000796346153846127, 0.0012361304387234, 0.00316230769230766, 0.00360435911298868, 0.00873615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 420, '2021-05-09 00:00:00', 0.000170736977203559, 0.000406346153846117, 0.000306415818531229, 0.000625576923076879, 0.000334437817607634, 0.000840576923076896, 0.00128923646157179, 0.00338942307692306, 0.00361023837376212, 0.00874634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 435, '2021-05-09 00:00:00', 0.000236737196063491, 0.000437499999999997, 0.000236627587961822, 0.000573846153846156, 0.000259884293780604, 0.000874615384615401, 0.00125461088052769, 0.00368269230769232, 0.00361121516411559, 0.0087348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 450, '2021-05-09 00:00:00', 0.000137680929912397, 0.000399038461538462, 0.000219385856075862, 0.000621923076923078, 0.000329613993354885, 0.000920769230769234, 0.0012573973119106, 0.00390500000000002, 0.00361133334102516, 0.00872750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 465, '2021-05-09 00:00:00', 0.000194749543299536, 0.000444230769230759, 0.000210095582643111, 0.000673076923076951, 0.000304932590280813, 0.000991730769230793, 0.0013008317014067, 0.00402134615384616, 0.00361229241085746, 0.00872269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 480, '2021-05-09 00:00:00', 0.000160028002357311, 0.000475192307692321, 0.000263330517673996, 0.000690192307692337, 0.000443262728135177, 0.00106038461538464, 0.00133466488159159, 0.00403788461538463, 0.00361965550847038, 0.00873500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 495, '2021-05-09 00:00:00', 0.000219675022213741, 0.000491346153846187, 0.000272624918438954, 0.000777115384615394, 0.000577225725744726, 0.00130846153846154, 0.00128754902819272, 0.00403750000000001, 0.00361559381227823, 0.00871615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 510, '2021-05-09 00:00:00', 0.000261798513247248, 0.000572692307692319, 0.000400891938249997, 0.00081211538461541, 0.000696968711360431, 0.00139076923076926, 0.00124480404698272, 0.00409634615384617, 0.00360753293604028, 0.00873173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 525, '2021-05-09 00:00:00', 0.000261009652046691, 0.000604038461538439, 0.000450620640382185, 0.00101980769230768, 0.000737977615879014, 0.00154519230769231, 0.00142419030977658, 0.00412096153846154, 0.00361149174910398, 0.00868557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 540, '2021-05-09 00:00:00', 0.000361989003232875, 0.000825961538461518, 0.000519330486151329, 0.00110692307692308, 0.00062281300440944, 0.00169096153846155, 0.00157784693856484, 0.00414480769230771, 0.00362576570692846, 0.00864480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 555, '2021-05-09 00:00:00', 0.000285416632041967, 0.000734423076923072, 0.0004578038293351, 0.00115788461538463, 0.000589807139273917, 0.0018023076923077, 0.00157396472690414, 0.00406480769230771, 0.0036371280354359, 0.00855788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 570, '2021-05-09 00:00:00', 0.000399988701763535, 0.000870192307692329, 0.000404598376360867, 0.00119538461538463, 0.000565961163386266, 0.00193096153846153, 0.00157639891476159, 0.00402846153846153, 0.00367167864041252, 0.00855403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 585, '2021-05-09 00:00:00', 0.000369500546476112, 0.00089557692307694, 0.000509285170229197, 0.00144423076923079, 0.000843351281860285, 0.00222423076923075, 0.0016465877187033, 0.00406634615384615, 0.00366758892189404, 0.00852750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 600, '2021-05-09 00:00:00', 0.000415381613236998, 0.00118826923076925, 0.000486830566008304, 0.001595, 0.000888165178677564, 0.00233076923076922, 0.0016590750898757, 0.00408692307692309, 0.00368370595168256, 0.00854346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 615, '2021-05-09 00:00:00', 0.000352996240991095, 0.000987115384615412, 0.000724509940474371, 0.0015405769230769, 0.000902360856522826, 0.00229365384615386, 0.00151633683085762, 0.00389576923076925, 0.00362608237421812, 0.00850576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 630, '2021-05-09 00:00:00', 0.00055519047320576, 0.00103730769230767, 0.000542142473468401, 0.00148230769230768, 0.000824931419060925, 0.00217038461538462, 0.00136629493380961, 0.00368038461538463, 0.00359372343869781, 0.00844692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983585 and enddate = '2021-05-09 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 983585, 3, 645, '2021-05-09 00:00:00', 0.000354753272874814, 0.00102326923076922, 0.000638878976140128, 0.00150711538461539, 0.0007561700307369, 0.00208865384615385, 0.00132178284321418, 0.00355673076923079, 0.00357415743702139, 0.00845423076923078 where not exists (select 1 from powerstats_trumpet wher[...];[ Date: 2021-05-09 15:53:59 - Database: acaweb_fx - User: pgperfstats ]
20 18s631ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983575, 1, 960, '2021-05-09 00:00:00', 0.0415085579683924, 0.0939038461538474, 0.0517629842499602, 0.120057692307692, 0.0753870448980539, 0.185442307692308, 0.112514732368699, 0.33225, 0.257365346421116, 0.630692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983575, 1, 975, '2021-05-09 00:00:00', 0.0346585542776293, 0.0748461538461543, 0.0576884770523157, 0.130403846153848, 0.0762214284427024, 0.197384615384617, 0.10705687201742, 0.323576923076923, 0.264237361971274, 0.632288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 990, '2021-05-09 00:00:00', 0.0479207559013213, 0.104173076923078, 0.0514446266910805, 0.13898076923077, 0.0953609660508619, 0.208423076923079, 0.108431701296964, 0.317423076923077, 0.263830324990541, 0.631403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1005, '2021-05-09 00:00:00', 0.0336927063552115, 0.0939615384615384, 0.0753205559847106, 0.150115384615385, 0.0948675128798025, 0.208249999999999, 0.104439855713892, 0.309788461538461, 0.27144974035438, 0.629807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1020, '2021-05-09 00:00:00', 0.0711584067145524, 0.109673076923079, 0.0901669818469298, 0.151230769230771, 0.099670103919804, 0.23651923076923, 0.0995998551898871, 0.296865384615385, 0.277589253837667, 0.639076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1035, '2021-05-09 00:00:00', 0.0370369877492556, 0.0990384615384638, 0.051616116296544, 0.139711538461538, 0.0939435755366783, 0.221846153846154, 0.0950290158117728, 0.272076923076924, 0.26746538021842, 0.63398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1050, '2021-05-09 00:00:00', 0.0314343760873352, 0.0979999999999984, 0.0707454483450253, 0.180538461538461, 0.0810841538156527, 0.21, 0.0916201187177066, 0.253384615384615, 0.278239349094651, 0.636153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1065, '2021-05-09 00:00:00', 0.063891232695766, 0.144480769230767, 0.0745452572912294, 0.164346153846152, 0.0741045960372656, 0.186365384615382, 0.088118480118881, 0.236942307692306, 0.281196471145381, 0.638153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1080, '2021-05-09 00:00:00', 0.0260780485348236, 0.0842692307692314, 0.0350468752036242, 0.105288461538461, 0.0427731943376479, 0.139115384615383, 0.0658156399462815, 0.198038461538459, 0.296794648640333, 0.636711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1095, '2021-05-09 00:00:00', 0.0276740158604815, 0.0688653846153828, 0.037083440218805, 0.0888076923076906, 0.0456610295042141, 0.122519230769228, 0.0587646021133349, 0.181961538461536, 0.297267488972475, 0.637500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1110, '2021-05-09 00:00:00', 0.0242147761628181, 0.0626538461538458, 0.030813708238128, 0.0927692307692299, 0.0419767380636167, 0.119557692307692, 0.0584639961527923, 0.175826923076921, 0.301751786050416, 0.636403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1125, '2021-05-09 00:00:00', 0.0245828974320325, 0.0623269230769217, 0.02722022014267, 0.0809038461538455, 0.0381319218180579, 0.107211538461539, 0.0693357383705157, 0.16526923076923, 0.301826081479947, 0.635711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1140, '2021-05-09 00:00:00', 0.0278274421832412, 0.0590576923076917, 0.0372964011462435, 0.0771923076923084, 0.0407060003136935, 0.0985384615384625, 0.0882659987677109, 0.168057692307691, 0.30228776216355, 0.635134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1155, '2021-05-09 00:00:00', 0.0168938313730641, 0.0491923076923103, 0.0301211911093519, 0.0658846153846173, 0.0288649707857387, 0.0909423076923079, 0.0816131140480208, 0.167096153846152, 0.301551664791396, 0.634942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1170, '2021-05-09 00:00:00', 0.0235153386929916, 0.0503653846153846, 0.0279964352126353, 0.070403846153844, 0.0244073759343361, 0.0909999999999983, 0.0851366525967784, 0.170019230769227, 0.304109024604918, 0.637673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1185, '2021-05-09 00:00:00', 0.0241884349352181, 0.0520961538461523, 0.0229411286691686, 0.0676538461538462, 0.0228511235206038, 0.0830769230769208, 0.0882802269001288, 0.165961538461535, 0.305405466300384, 0.639173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1200, '2021-05-09 00:00:00', 0.0169609506264785, 0.0500769230769228, 0.0184496925135944, 0.063865384615384, 0.0248423723009411, 0.0802884615384596, 0.0859845983525315, 0.181134615384613, 0.305999859225711, 0.639923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1215, '2021-05-09 00:00:00', 0.0153357801838115, 0.042384615384615, 0.0217307651463573, 0.0561153846153826, 0.0305483223761983, 0.0764999999999991, 0.0879366555232537, 0.189653846153844, 0.306612660308637, 0.642711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1230, '2021-05-09 00:00:00', 0.0178332878024811, 0.0416153846153838, 0.0247838967569964, 0.057307692307691, 0.0354741509357926, 0.0763461538461522, 0.0877720649444651, 0.189346153846151, 0.306523130636802, 0.646480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1245, '2021-05-09 00:00:00', 0.0185136540049596, 0.0408461538461543, 0.0218907866113019, 0.0554423076923095, 0.0297405705806324, 0.0721923076923086, 0.086266242617752, 0.188730769230766, 0.305993898883373, 0.645384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1260, '2021-05-09 00:00:00', 0.0149179937813896, 0.0394423076923091, 0.0190557078063249, 0.0545000000000017, 0.0193828234825029, 0.0739230769230774, 0.0863785073873238, 0.187442307692306, 0.305750675198955, 0.646653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1275, '2021-05-09 00:00:00', 0.0155903323100716, 0.0399615384615385, 0.019264205547715, 0.0519807692307693, 0.0262034422283677, 0.0789038461538452, 0.0845284294460482, 0.185153846153844, 0.304498907412467, 0.647769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1290, '2021-05-09 00:00:00', 0.0125018152528094, 0.0361538461538466, 0.0137206189589014, 0.0546538461538448, 0.0367045165948485, 0.0793076923076911, 0.0829506085664154, 0.184211538461536, 0.306098793127068, 0.649865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1305, '2021-05-09 00:00:00', 0.0117979300661658, 0.0468653846153837, 0.0225789640015791, 0.0649807692307691, 0.0448261127537886, 0.0840961538461542, 0.0806603157597449, 0.183942307692307, 0.310665712004698, 0.65573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1320, '2021-05-09 00:00:00', 0.0236172362090467, 0.0494230769230779, 0.0362540183449216, 0.0619230769230769, 0.0624133368390505, 0.0927307692307704, 0.0813125782681597, 0.183846153846154, 0.326257508018532, 0.660692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1335, '2021-05-09 00:00:00', 0.0176437938533203, 0.0352115384615382, 0.0292173552217484, 0.0535769230769231, 0.0445210753895975, 0.0888846153846146, 0.0632803651647541, 0.184730769230768, 0.326949552095405, 0.658519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1350, '2021-05-09 00:00:00', 0.0207207903769638, 0.0408653846153863, 0.0317484403008786, 0.0662884615384621, 0.0369468693375504, 0.0856346153846154, 0.0696755447661627, 0.193807692307692, 0.327146570303801, 0.656538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1365, '2021-05-09 00:00:00', 0.0172912160892793, 0.051884615384615, 0.0257383057837012, 0.0664038461538451, 0.0307104154218818, 0.0795192307692284, 0.0728967051065031, 0.19651923076923, 0.327182993375034, 0.656365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1380, '2021-05-09 00:00:00', 0.0250449826082209, 0.0488653846153851, 0.0284086186813878, 0.0609807692307696, 0.0410626350834912, 0.111499999999999, 0.074954953138535, 0.200749999999998, 0.329789495214519, 0.657134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1395, '2021-05-09 00:00:00', 0.0213282405780179, 0.0420769230769229, 0.0271814982323229, 0.0534230769230757, 0.0462670342850969, 0.13503846153846, 0.0729693428776774, 0.204749999999999, 0.330422164115034, 0.657557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1410, '2021-05-09 00:00:00', 0.018861570617365, 0.0373269230769209, 0.0393636302265848, 0.0971538461538455, 0.0455850346562914, 0.132653846153844, 0.0787979621954383, 0.209673076923076, 0.331007437169529, 0.658211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 1, 1425, '2021-05-09 00:00:00', 0.0374708758699539, 0.0889423076923088, 0.0447982142501225, 0.1255, 0.0437505384582243, 0.13451923076923, 0.0869584361369532, 0.214980769230769, 0.331765014152164, 0.658769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 0, '2021-05-09 00:00:00', 0.0357195970775794, 0.0870192307692309, 0.0342146392420195, 0.0956923076923077, 0.0507850712467609, 0.122288461538462, 0.0886945341304377, 0.220596153846153, 0.330809710582059, 0.659230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 15, '2021-05-09 00:00:00', 0.0230961216080383, 0.0385800000000006, 0.0298269034039169, 0.0644600000000003, 0.0469391627535061, 0.108919999999999, 0.0874883325554524, 0.2114, 0.324371837813746, 0.667620000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 30, '2021-05-09 00:00:00', 0.0319779792020384, 0.0438653846153869, 0.0446103644390483, 0.0797692307692312, 0.0498893236613282, 0.106730769230769, 0.100393134916993, 0.215807692307693, 0.324715790523629, 0.654230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 45, '2021-05-09 00:00:00', 0.0322633872035497, 0.0646153846153854, 0.0383084696399369, 0.0903269230769231, 0.0435560999878767, 0.103923076923077, 0.0993456533832937, 0.216673076923078, 0.321094144473837, 0.651519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 60, '2021-05-09 00:00:00', 0.0275361301118821, 0.0634615384615365, 0.0281799505923038, 0.0734807692307665, 0.0348373142124715, 0.0889615384615375, 0.103280538415445, 0.21651923076923, 0.321530312005668, 0.648307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 75, '2021-05-09 00:00:00', 0.0144357062655274, 0.0399807692307683, 0.0178364471281107, 0.0533269230769219, 0.0331840091239511, 0.0875384615384603, 0.104202879038919, 0.2115, 0.324376704086231, 0.648115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 90, '2021-05-09 00:00:00', 0.0167016926825264, 0.0400576923076934, 0.0209190472646711, 0.0544423076923097, 0.0484952218106223, 0.10244230769231, 0.105613375099936, 0.214250000000001, 0.328236964121022, 0.651230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 105, '2021-05-09 00:00:00', 0.0152957007534293, 0.0389615384615381, 0.0368011757755314, 0.0744423076923051, 0.0533184193891181, 0.107076923076921, 0.109417838863405, 0.215788461538462, 0.332174650540252, 0.651961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 120, '2021-05-09 00:00:00', 0.0298349047000588, 0.061307692307691, 0.0475895431306573, 0.0832307692307693, 0.0529825805916807, 0.108923076923076, 0.102813903953471, 0.213173076923078, 0.335117949958842, 0.649403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 135, '2021-05-09 00:00:00', 0.03054842939435, 0.0535576923076922, 0.0344833516129382, 0.074807692307692, 0.040115026917795, 0.105653846153845, 0.097660235195607, 0.205307692307693, 0.335123986814526, 0.645442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 150, '2021-05-09 00:00:00', 0.0227056414541887, 0.0546153846153836, 0.0337727473199696, 0.0789615384615367, 0.0443367055783171, 0.106711538461537, 0.0925686024192122, 0.203884615384614, 0.331209128102566, 0.646442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 165, '2021-05-09 00:00:00', 0.029295733477762, 0.0640000000000001, 0.0280066750285342, 0.0845769230769241, 0.0409695196269323, 0.111692307692308, 0.0873788391915429, 0.198192307692309, 0.329665126127432, 0.646346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 180, '2021-05-09 00:00:00', 0.0226817191723943, 0.060596153846154, 0.0369270226257133, 0.0842500000000005, 0.0398179559418187, 0.11551923076923, 0.0814675773166601, 0.191384615384616, 0.328882614083132, 0.645576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 195, '2021-05-09 00:00:00', 0.0303454026425491, 0.0567884615384632, 0.0355749263472942, 0.0826538461538473, 0.0456482748852572, 0.110750000000001, 0.0773184946528612, 0.181519230769231, 0.32504102758788, 0.64498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 210, '2021-05-09 00:00:00', 0.028560785380282, 0.0604615384615386, 0.0292589236880764, 0.0827692307692303, 0.0444908849783166, 0.115173076923076, 0.0668103774758187, 0.176942307692307, 0.31974842995946, 0.648961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 225, '2021-05-09 00:00:00', 0.0208168201222005, 0.0565000000000009, 0.0306672275589734, 0.0763269230769246, 0.0453581177536482, 0.111173076923078, 0.0646630794669854, 0.173423076923077, 0.31572550638904, 0.652846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 240, '2021-05-09 00:00:00', 0.018550886356598, 0.0513461538461569, 0.0273506644554364, 0.0811730769230786, 0.0489195100296237, 0.107961538461541, 0.0554473589577041, 0.161980769230771, 0.311723564050934, 0.653403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 255, '2021-05-09 00:00:00', 0.0194387103877405, 0.0602884615384625, 0.0215455242541126, 0.0749807692307709, 0.0404437738861478, 0.101826923076926, 0.0493000897175037, 0.160326923076923, 0.31209143877051, 0.652384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 270, '2021-05-09 00:00:00', 0.0182932942737106, 0.0482307692307716, 0.0395715321139593, 0.0701153846153871, 0.0410443709248356, 0.0890961538461557, 0.0478714464437353, 0.154846153846155, 0.312448723177716, 0.650230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 285, '2021-05-09 00:00:00', 0.0331859388666589, 0.0514423076923095, 0.0320619652452052, 0.0690192307692318, 0.0338264177598155, 0.0849423076923094, 0.0457039974686617, 0.152653846153846, 0.312509318014925, 0.652576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 300, '2021-05-09 00:00:00', 0.0181527281272409, 0.0446923076923085, 0.0212064576521825, 0.056076923076923, 0.0306481584338209, 0.0825192307692302, 0.0492910352279814, 0.152884615384616, 0.312272386645919, 0.652788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 315, '2021-05-09 00:00:00', 0.0191835767099007, 0.0450192307692304, 0.0224994786264381, 0.0625576923076915, 0.0398986649092241, 0.0897884615384607, 0.0467974728114492, 0.161711538461538, 0.312687605840324, 0.653326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 330, '2021-05-09 00:00:00', 0.0152566883189498, 0.0479423076923081, 0.0277165113244806, 0.0652500000000006, 0.0393744157465816, 0.087269230769231, 0.0471247158734515, 0.161326923076923, 0.312188986771696, 0.653788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 345, '2021-05-09 00:00:00', 0.0227881885735036, 0.0443076923076934, 0.0302079523406577, 0.0619038461538471, 0.0275761044830776, 0.0813076923076914, 0.0622733459465967, 0.178019230769231, 0.312458967152242, 0.653884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 360, '2021-05-09 00:00:00', 0.0177164091690789, 0.0423653846153858, 0.0195126783242244, 0.0542307692307696, 0.0208769379570277, 0.0735576923076915, 0.08816203613452, 0.201269230769232, 0.311783001460951, 0.653500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 375, '2021-05-09 00:00:00', 0.0130206935889922, 0.0374615384615381, 0.0180547884123669, 0.055153846153845, 0.0215421322421537, 0.0737115384615368, 0.0924078667979835, 0.222923076923078, 0.312644084321995, 0.655211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 390, '2021-05-09 00:00:00', 0.0130427698804297, 0.0360769230769226, 0.0180644253032993, 0.0507884615384603, 0.0223527661341075, 0.0726153846153837, 0.10640438828429, 0.248576923076923, 0.312788685118981, 0.654807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 405, '2021-05-09 00:00:00', 0.0168678232602332, 0.0387115384615369, 0.0163148823046736, 0.0533461538461533, 0.0373068409894934, 0.0764038461538459, 0.116459441602911, 0.264692307692309, 0.312949195311561, 0.655326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 420, '2021-05-09 00:00:00', 0.0133478894903327, 0.0401153846153849, 0.0194102669105393, 0.0540384615384621, 0.037380028604343, 0.0750576923076943, 0.119908800280111, 0.281096153846155, 0.315161680118925, 0.658269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 435, '2021-05-09 00:00:00', 0.0132317217903948, 0.0395384615384629, 0.0325180896401699, 0.0593846153846164, 0.0310753736285482, 0.0826730769230787, 0.123216663458504, 0.289615384615386, 0.31387253721118, 0.659519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 450, '2021-05-09 00:00:00', 0.0311956666122812, 0.0460192307692313, 0.0299560254629771, 0.0587884615384635, 0.0256048748363408, 0.082480769230769, 0.123406104137767, 0.297442307692309, 0.313212955326906, 0.660346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 465, '2021-05-09 00:00:00', 0.015433193497734, 0.0397884615384635, 0.0201608913111886, 0.0643076923076933, 0.021656168067889, 0.0839807692307696, 0.135997443414883, 0.311269230769233, 0.313192233914915, 0.660846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 480, '2021-05-09 00:00:00', 0.0185149835372493, 0.0497692307692317, 0.0174191428739071, 0.0644423076923066, 0.0293644539170422, 0.0898653846153879, 0.148419452384629, 0.322923076923078, 0.312980393217308, 0.661442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 495, '2021-05-09 00:00:00', 0.0154414527016886, 0.0444615384615365, 0.0183674879987622, 0.0607307692307684, 0.0328615978823991, 0.0992692307692325, 0.165759181205282, 0.338384615384616, 0.312424647530592, 0.664403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 510, '2021-05-09 00:00:00', 0.018626160263293, 0.044423076923077, 0.0267241176007456, 0.0689615384615398, 0.0330123286993475, 0.103576923076924, 0.181217511677158, 0.356557692307692, 0.312882946901132, 0.665538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 525, '2021-05-09 00:00:00', 0.0175198349131674, 0.0497692307692317, 0.0219167392998709, 0.079288461538463, 0.0563285417473658, 0.130730769230769, 0.188970327341051, 0.378269230769231, 0.313375834815246, 0.664423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 540, '2021-05-09 00:00:00', 0.0246059170494864, 0.0681346153846155, 0.0271217837511882, 0.0871346153846144, 0.092172766293271, 0.161326923076923, 0.189142978071737, 0.385884615384615, 0.311438990815214, 0.66625 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 555, '2021-05-09 00:00:00', 0.021651088087775, 0.0625192307692298, 0.0593366957416606, 0.112211538461537, 0.100435942080208, 0.189461538461536, 0.187173371914505, 0.390365384615385, 0.311342550033781, 0.668711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 570, '2021-05-09 00:00:00', 0.0564671620024881, 0.0850961538461552, 0.0854994826794972, 0.130307692307693, 0.108082313717194, 0.209942307692308, 0.178050999608365, 0.387038461538464, 0.308972067445485, 0.66746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 585, '2021-05-09 00:00:00', 0.0393230994943972, 0.0866153846153844, 0.0540057297530009, 0.137826923076923, 0.0893667917155972, 0.20321153846154, 0.149575111051784, 0.375923076923079, 0.279421777274756, 0.664980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 600, '2021-05-09 00:00:00', 0.0401826407218931, 0.110730769230768, 0.0703778292230867, 0.154326923076923, 0.0795591821321633, 0.205288461538462, 0.131041772553053, 0.372884615384616, 0.268518912813346, 0.664057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 615, '2021-05-09 00:00:00', 0.042440129775775, 0.0967307692307693, 0.0555749805356562, 0.135038461538463, 0.0640346690953734, 0.181826923076923, 0.125874951684353, 0.361211538461539, 0.257803920719724, 0.664692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 630, '2021-05-09 00:00:00', 0.0450108704818994, 0.0944615384615391, 0.0605674449239451, 0.131153846153845, 0.0559216381679281, 0.171480769230768, 0.125783619148735, 0.356326923076923, 0.252530040863383, 0.663807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 645, '2021-05-09 00:00:00', 0.0340432586797806, 0.0862115384615396, 0.03389395793671, 0.115096153846155, 0.0417152250383472, 0.170000000000001, 0.129013004711214, 0.345346153846154, 0.248783752252063, 0.670846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 660, '2021-05-09 00:00:00', 0.02297085946619, 0.086403846153845, 0.0311656862590919, 0.1245, 0.0658405533204146, 0.182538461538462, 0.134272713305651, 0.347807692307693, 0.244087206988374, 0.675730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 675, '2021-05-09 00:00:00', 0.026744977961363, 0.0845769230769235, 0.0419197401636102, 0.121230769230768, 0.0868777855115132, 0.19801923076923, 0.135302407733423, 0.345192307692306, 0.235127710796954, 0.677403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 690, '2021-05-09 00:00:00', 0.0342999495402196, 0.0915576923076922, 0.0641615269336797, 0.138192307692307, 0.0949755839069232, 0.21880769230769, 0.139205173699167, 0.350403846153846, 0.228370279623652, 0.677230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 705, '2021-05-09 00:00:00', 0.0507748309848307, 0.0967884615384613, 0.0686122550165885, 0.145192307692307, 0.0947170279549301, 0.218653846153845, 0.134237642319077, 0.341230769230768, 0.225395250274167, 0.673673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 720, '2021-05-09 00:00:00', 0.0419830964152883, 0.0950961538461543, 0.0628392821777528, 0.147153846153845, 0.0799838661615817, 0.193673076923076, 0.129276596727862, 0.341461538461538, 0.208085507572101, 0.667961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 735, '2021-05-09 00:00:00', 0.0368803314268435, 0.0931730769230769, 0.0542653345927345, 0.131057692307692, 0.0549962411302933, 0.169057692307693, 0.124537786974939, 0.330903846153846, 0.192499211786601, 0.655557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 750, '2021-05-09 00:00:00', 0.0384268335731869, 0.0893076923076924, 0.0371065202646899, 0.113576923076924, 0.0589096864178237, 0.161365384615385, 0.129328533647392, 0.33198076923077, 0.186983204716774, 0.653826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 765, '2021-05-09 00:00:00', 0.0238631434514514, 0.0769807692307695, 0.039689879547077, 0.110057692307693, 0.0457969599259781, 0.154692307692307, 0.123930458167227, 0.322038461538462, 0.183914462768391, 0.645019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 780, '2021-05-09 00:00:00', 0.0329413698281322, 0.0835769230769231, 0.0427916284048465, 0.120211538461539, 0.0394591755927751, 0.160442307692306, 0.124552163925248, 0.334692307692307, 0.182727678843095, 0.640769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 795, '2021-05-09 00:00:00', 0.0263493103106374, 0.0833846153846145, 0.0342380579966901, 0.108230769230768, 0.0428435660729353, 0.149365384615383, 0.126968107746063, 0.334096153846151, 0.190093046042844, 0.638384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 810, '2021-05-09 00:00:00', 0.0250508406123369, 0.07273076923077, 0.0316140730590762, 0.10151923076923, 0.0559752314730519, 0.141557692307692, 0.126924067245555, 0.331326923076921, 0.193454081214283, 0.637692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 825, '2021-05-09 00:00:00', 0.0224795719231046, 0.0728653846153833, 0.0467098078977649, 0.106384615384615, 0.051005731201354, 0.149230769230769, 0.127576155235279, 0.336346153846153, 0.195339841932347, 0.636923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 840, '2021-05-09 00:00:00', 0.0341162774143861, 0.0730961538461536, 0.0376497063018478, 0.0969038461538465, 0.0619998666251701, 0.152711538461539, 0.134365935472445, 0.35323076923077, 0.20511658598503, 0.641576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 855, '2021-05-09 00:00:00', 0.0231235560879786, 0.0693269230769223, 0.0437550744309938, 0.109557692307691, 0.0668909905397174, 0.16776923076923, 0.130477809784479, 0.355826923076923, 0.212604479292853, 0.643769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 870, '2021-05-09 00:00:00', 0.0395708177244878, 0.083980769230769, 0.0550921500760327, 0.11825, 0.0737670241107359, 0.169923076923078, 0.1271238720546, 0.360326923076922, 0.216164752872932, 0.647096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 885, '2021-05-09 00:00:00', 0.043583840512811, 0.0851346153846163, 0.0467250097748659, 0.122057692307693, 0.0623212922004854, 0.17021153846154, 0.123538111528389, 0.35675, 0.2143359126734, 0.645788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 900, '2021-05-09 00:00:00', 0.027550959776662, 0.0866538461538462, 0.042876979658267, 0.116153846153848, 0.0517368377910293, 0.172403846153846, 0.125890672960557, 0.345807692307692, 0.222868657423017, 0.642961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 915, '2021-05-09 00:00:00', 0.0368700889819734, 0.0847884615384619, 0.0354398569627282, 0.12128846153846, 0.054633140125752, 0.170499999999998, 0.132392243556209, 0.333884615384615, 0.223244048072956, 0.64575 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 930, '2021-05-09 00:00:00', 0.0313083670310966, 0.0940769230769208, 0.0386689300840646, 0.127615384615383, 0.0632259470835826, 0.17109615384615, 0.132911491660372, 0.33776923076923, 0.219403440299793, 0.646480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 945, '2021-05-09 00:00:00', 0.0340159464866783, 0.0917692307692317, 0.0469277677352687, 0.119653846153846, 0.0594566940010847, 0.167461538461538, 0.135893217411546, 0.336057692307693, 0.230333016438239, 0.653961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 960, '2021-05-09 00:00:00', 0.0253629347974256, 0.0850384615384598, 0.0487884325823879, 0.119134615384613, 0.0597146161723862, 0.186153846153844, 0.131767919522868, 0.323730769230769, 0.219334710852194, 0.646653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 975, '2021-05-09 00:00:00', 0.035311776200889, 0.0841923076923052, 0.0364395600750283, 0.126807692307691, 0.0632800886170731, 0.190480769230768, 0.134654143870654, 0.325038461538461, 0.222146576697599, 0.650807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 990, '2021-05-09 00:00:00', 0.0352334904054912, 0.0986730769230764, 0.0609895987349163, 0.161134615384614, 0.0795164351661872, 0.196711538461537, 0.135765647915246, 0.317865384615383, 0.222435117592663, 0.650692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1005, '2021-05-09 00:00:00', 0.0336696222363487, 0.110288461538461, 0.0371459077360948, 0.133961538461538, 0.0714281376360459, 0.183173076923074, 0.10485334997033, 0.299249999999999, 0.208865348600849, 0.639076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1020, '2021-05-09 00:00:00', 0.0209606682952755, 0.0849807692307689, 0.0472740984537537, 0.124096153846154, 0.0613242109297297, 0.191673076923075, 0.0898502857321794, 0.280576923076922, 0.202779008168613, 0.629884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1035, '2021-05-09 00:00:00', 0.0291333340667727, 0.0858653846153836, 0.0419971473390209, 0.123596153846152, 0.0493058156969199, 0.183711538461537, 0.0814746964022978, 0.266884615384615, 0.202163175715522, 0.627480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1050, '2021-05-09 00:00:00', 0.0361115792211595, 0.098384615384614, 0.0489056863140301, 0.153115384615384, 0.0594554131584857, 0.185384615384615, 0.0851173330445434, 0.260903846153848, 0.203761636760665, 0.62973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1065, '2021-05-09 00:00:00', 0.0387427462193309, 0.113596153846155, 0.0449628222492263, 0.134346153846153, 0.069302059021472, 0.169653846153846, 0.100651930701037, 0.248634615384617, 0.19560812964858, 0.624596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1080, '2021-05-09 00:00:00', 0.0302366563067975, 0.0813461538461531, 0.050590649789796, 0.110076923076923, 0.054069616805916, 0.139211538461539, 0.0971726318703751, 0.225903846153846, 0.186010910556757, 0.618673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1095, '2021-05-09 00:00:00', 0.0294143672377961, 0.0777500000000001, 0.0379441745807612, 0.0994038461538464, 0.036783969125359, 0.123903846153845, 0.0810995992591826, 0.209749999999999, 0.192182001078305, 0.615692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1110, '2021-05-09 00:00:00', 0.0258344433177575, 0.0704615384615382, 0.0315714330465909, 0.0928461538461545, 0.0374681403122921, 0.12380769230769, 0.0779930864786203, 0.199807692307691, 0.191618227212341, 0.61225 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1125, '2021-05-09 00:00:00', 0.0249119758040497, 0.0600576923076927, 0.0264834926815811, 0.0791538461538448, 0.0401224519919494, 0.109134615384613, 0.0778978843397918, 0.182903846153845, 0.190457239295334, 0.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1140, '2021-05-09 00:00:00', 0.0202747284910205, 0.0597692307692303, 0.0321400840073595, 0.0822499999999987, 0.0437751246538661, 0.114192307692309, 0.0767362440691891, 0.180634615384616, 0.19232148565918, 0.611423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1155, '2021-05-09 00:00:00', 0.0200693892437063, 0.0539038461538461, 0.0237057279673401, 0.0751923076923082, 0.0301058708815802, 0.107711538461538, 0.0733029357162136, 0.171596153846154, 0.191292671458806, 0.608115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1170, '2021-05-09 00:00:00', 0.0177231378537941, 0.0495192307692306, 0.0263605474438296, 0.0785384615384632, 0.0292320227464006, 0.0978653846153835, 0.0640584378637072, 0.168788461538462, 0.191592501258431, 0.606557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1185, '2021-05-09 00:00:00', 0.0251558908837245, 0.0576730769230779, 0.0235151015307212, 0.0739999999999986, 0.0269300875487757, 0.0900192307692299, 0.064932935817242, 0.161615384615386, 0.189977909647008, 0.606115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1200, '2021-05-09 00:00:00', 0.0157444129284512, 0.0495576923076912, 0.0226399238922349, 0.0628846153846139, 0.0265206450785937, 0.0847307692307682, 0.0661111651224369, 0.168384615384614, 0.189266568220999, 0.604923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1215, '2021-05-09 00:00:00', 0.0159876394562989, 0.0417692307692296, 0.0217049799319452, 0.0588846153846145, 0.0271307730474801, 0.0876730769230752, 0.0769758428639499, 0.184596153846153, 0.188094122306238, 0.608673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1230, '2021-05-09 00:00:00', 0.015920475447093, 0.040692307692308, 0.0231058517396675, 0.0604038461538465, 0.0280783519130643, 0.0890769230769215, 0.0782705957166942, 0.183884615384616, 0.187882606555674, 0.608576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1245, '2021-05-09 00:00:00', 0.0117390865848322, 0.0408846153846155, 0.0201590216490314, 0.0628846153846145, 0.0442170172601517, 0.0877692307692295, 0.0771328723696973, 0.185, 0.187929344333286, 0.608538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1260, '2021-05-09 00:00:00', 0.021512474020009, 0.0484423076923062, 0.0304424804407364, 0.0667692307692293, 0.0575579707772948, 0.101499999999999, 0.0753577825086131, 0.185653846153846, 0.186271951726502, 0.610499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1275, '2021-05-09 00:00:00', 0.0204266134848994, 0.0409423076923086, 0.0314602863207655, 0.0595192307692307, 0.0431239046683622, 0.0871346153846155, 0.0739251726670022, 0.186865384615386, 0.186077573773786, 0.607211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1290, '2021-05-09 00:00:00', 0.0191567220578037, 0.0424999999999985, 0.0317419220493112, 0.0680192307692303, 0.0291048304211876, 0.076365384615383, 0.0776363539943655, 0.189711538461539, 0.187245134475147, 0.605596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1305, '2021-05-09 00:00:00', 0.0276159374275065, 0.0510000000000019, 0.0244004413579231, 0.0611923076923096, 0.0239383904734948, 0.06744230769231, 0.0784057003422184, 0.189423076923077, 0.190969918090219, 0.61301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1320, '2021-05-09 00:00:00', 0.0136849721058697, 0.0410384615384629, 0.0133791456551422, 0.0466923076923093, 0.0198697295866395, 0.0661153846153877, 0.0789629903572154, 0.187423076923079, 0.191418334665607, 0.614173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1335, '2021-05-09 00:00:00', 0.00977903959418292, 0.0315192307692304, 0.0115425800342103, 0.0403653846153855, 0.0517466944317754, 0.0795961538461557, 0.0773432906940534, 0.19273076923077, 0.192448851346575, 0.612903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1350, '2021-05-09 00:00:00', 0.00987023497499158, 0.0313076923076931, 0.0198462939768467, 0.0561538461538481, 0.0518633448445202, 0.0895576923076936, 0.0780325967390954, 0.197884615384616, 0.193879527423209, 0.614365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1365, '2021-05-09 00:00:00', 0.0203539072038147, 0.0493076923076949, 0.0536869737817873, 0.0713653846153865, 0.0521540174719237, 0.0886923076923081, 0.0760421947645878, 0.200153846153848, 0.193953619554939, 0.613942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1380, '2021-05-09 00:00:00', 0.0448124853824667, 0.0493269230769225, 0.0437819992866746, 0.066288461538461, 0.0465452302769948, 0.105038461538461, 0.0705103620317338, 0.203634615384615, 0.193977985467822, 0.613826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1395, '2021-05-09 00:00:00', 0.0197516114240372, 0.043884615384614, 0.0184087353846354, 0.0521923076923071, 0.0678950660946726, 0.138499999999999, 0.0640123305429387, 0.203538461538462, 0.194183807651016, 0.613134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1410, '2021-05-09 00:00:00', 0.0135628593536224, 0.0336346153846147, 0.0344896417003049, 0.0841538461538462, 0.0665636421895505, 0.137538461538462, 0.0658960048981612, 0.211788461538461, 0.194879407484575, 0.612788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 2, 1425, '2021-05-09 00:00:00', 0.0349571000821576, 0.0758269230769233, 0.0612403744398954, 0.129211538461539, 0.0612832672607622, 0.136673076923079, 0.0721929599167288, 0.219211538461537, 0.194967331583053, 0.612596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 0, '2021-05-09 00:00:00', 0.0540365296670827, 0.0965576923076904, 0.0525049631353663, 0.107634615384614, 0.052144606624273, 0.119999999999999, 0.081473452495513, 0.226788461538461, 0.195409393719562, 0.612134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 15, '2021-05-09 00:00:00', 0.0315347671382155, 0.0386923076923077, 0.0424816883627965, 0.0639230769230755, 0.044255343006413, 0.106653846153846, 0.0759576121672725, 0.215326923076921, 0.1931629523326, 0.610615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 30, '2021-05-09 00:00:00', 0.0281135404004217, 0.044865384615384, 0.0263477630053206, 0.0652307692307691, 0.0458457153437983, 0.110480769230769, 0.0722600964465285, 0.212192307692306, 0.193196930219282, 0.609423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 45, '2021-05-09 00:00:00', 0.0241541842210532, 0.0497692307692323, 0.0341942190345781, 0.0862692307692295, 0.0501679180353344, 0.11, 0.0719342782310036, 0.213596153846153, 0.193803008629501, 0.611615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 60, '2021-05-09 00:00:00', 0.0268684831096835, 0.0701538461538455, 0.0356534171412251, 0.0878846153846153, 0.0461039627864615, 0.103846153846155, 0.0662853040911883, 0.208692307692307, 0.193071801111959, 0.607096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 75, '2021-05-09 00:00:00', 0.0325939352546548, 0.0447307692307691, 0.0391834933849194, 0.0616153846153859, 0.0410906315356664, 0.0915000000000002, 0.0694657746386923, 0.197576923076923, 0.189406161056483, 0.604423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 90, '2021-05-09 00:00:00', 0.0179822241287157, 0.0434038461538468, 0.0229117789659512, 0.05648076923077, 0.0304332118682112, 0.0954038461538469, 0.0655616210434579, 0.193115384615385, 0.18764546459911, 0.601903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 105, '2021-05-09 00:00:00', 0.0140918552581045, 0.0414038461538476, 0.0271919742118593, 0.0732884615384622, 0.0341272111146155, 0.0944423076923083, 0.062685408067709, 0.194596153846154, 0.18764546459911, 0.601903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 120, '2021-05-09 00:00:00', 0.0274062036772698, 0.0620000000000009, 0.0297543338795439, 0.0774038461538479, 0.040423741120211, 0.109826923076924, 0.0648368989198148, 0.194288461538463, 0.187926770721594, 0.602365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 135, '2021-05-09 00:00:00', 0.0165790878472315, 0.0506153846153858, 0.0219126587931419, 0.0662692307692313, 0.0347785355997266, 0.113442307692309, 0.0750717400480754, 0.192615384615385, 0.187208818004019, 0.606807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 150, '2021-05-09 00:00:00', 0.0149722949271174, 0.047980769230771, 0.0380915950753513, 0.0819807692307699, 0.0402652598879736, 0.118634615384615, 0.0727811815280237, 0.189596153846155, 0.184573183317622, 0.604 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 165, '2021-05-09 00:00:00', 0.031416219475834, 0.0641730769230773, 0.0290183297510097, 0.0922884615384622, 0.0450413186376166, 0.120596153846153, 0.0739062946210606, 0.187403846153847, 0.184831636486167, 0.603076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 180, '2021-05-09 00:00:00', 0.0279810925172961, 0.0678076923076925, 0.0401331485854838, 0.0894807692307685, 0.0604094267987528, 0.120173076923076, 0.0759204948512676, 0.182692307692308, 0.185063614842199, 0.603307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 195, '2021-05-09 00:00:00', 0.0314975456919315, 0.059653846153844, 0.0342634420561975, 0.080211538461535, 0.0533747563496518, 0.120269230769229, 0.0615930222071893, 0.171403846153845, 0.180619984625605, 0.602673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 210, '2021-05-09 00:00:00', 0.0221034978088236, 0.0552692307692312, 0.041986261489281, 0.0846153846153847, 0.0502650513241118, 0.112346153846154, 0.0604864129689161, 0.166884615384616, 0.179934617398825, 0.603942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 225, '2021-05-09 00:00:00', 0.034143317850587, 0.0633846153846163, 0.0450239765185014, 0.0899615384615395, 0.0452803064681134, 0.107115384615386, 0.0516251764757663, 0.159673076923078, 0.178343920126687, 0.602923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 240, '2021-05-09 00:00:00', 0.0267316004298004, 0.0584615384615372, 0.0338653726029783, 0.0727884615384609, 0.0363553244433982, 0.0914807692307682, 0.0491946252536403, 0.161365384615384, 0.178608287558599, 0.603596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 255, '2021-05-09 00:00:00', 0.0231000832499321, 0.0454230769230768, 0.0241856600870448, 0.0626153846153852, 0.0328261387405705, 0.0833461538461545, 0.0461176630604123, 0.160326923076922, 0.171390567238869, 0.604942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 270, '2021-05-09 00:00:00', 0.0188426786434821, 0.0474423076923085, 0.0210997994886553, 0.0616923076923077, 0.0268561194859959, 0.0813653846153851, 0.045802636806863, 0.159307692307692, 0.171766291355882, 0.605826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 285, '2021-05-09 00:00:00', 0.0190546582231231, 0.0490000000000006, 0.0244216801538791, 0.0670384615384624, 0.0305873528414299, 0.0853846153846153, 0.0479946511442819, 0.161557692307693, 0.172105549009902, 0.606999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 300, '2021-05-09 00:00:00', 0.0190753667169105, 0.0439807692307704, 0.0215888503987239, 0.0559615384615389, 0.0332936353353946, 0.0791153846153858, 0.0434291996773538, 0.159153846153846, 0.171772175816153, 0.608903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 315, '2021-05-09 00:00:00', 0.0162747090249324, 0.0391153846153834, 0.0212416952097663, 0.0590192307692294, 0.0449205281152593, 0.0810769230769227, 0.0516620117836926, 0.165788461538461, 0.172555731242446, 0.607596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 330, '2021-05-09 00:00:00', 0.0127923204125948, 0.0417115384615387, 0.0250988813725617, 0.0565769230769238, 0.0378042325672654, 0.0805000000000012, 0.0521363449192442, 0.16896153846154, 0.171391145090359, 0.607730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 345, '2021-05-09 00:00:00', 0.0248679589957715, 0.0433461538461526, 0.037332090753129, 0.0607499999999987, 0.0395269333687587, 0.085961538461539, 0.0621975883776847, 0.1815, 0.169326621106619, 0.60876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 360, '2021-05-09 00:00:00', 0.0210113156326624, 0.0433461538461537, 0.0247071540558277, 0.0597884615384617, 0.0305947959375679, 0.0786923076923079, 0.0693174664413393, 0.195634615384615, 0.167524845459274, 0.610423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 375, '2021-05-09 00:00:00', 0.0163745581267445, 0.0416153846153849, 0.020291386956424, 0.0565961538461541, 0.0283796582079478, 0.0757499999999993, 0.0821465692902257, 0.220326923076924, 0.167680832352602, 0.609692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 390, '2021-05-09 00:00:00', 0.0124745278930249, 0.0394230769230766, 0.0222315437714411, 0.051307692307693, 0.0239019873650707, 0.0702499999999998, 0.0766586163554932, 0.237288461538463, 0.168003989192564, 0.609596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 405, '2021-05-09 00:00:00', 0.0161953578344104, 0.0350192307692296, 0.0202983136851688, 0.0516923076923069, 0.0203578845054803, 0.0687115384615375, 0.0899837848640621, 0.259192307692309, 0.167487060349794, 0.609346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 420, '2021-05-09 00:00:00', 0.0163284673547123, 0.0386730769230796, 0.0187459226335927, 0.0495192307692338, 0.0248205637449152, 0.0730961538461542, 0.0955766386004137, 0.271076923076925, 0.167487060349794, 0.609346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 435, '2021-05-09 00:00:00', 0.0155719669228442, 0.037115384615388, 0.0186064091521825, 0.0504615384615406, 0.0301322278274615, 0.0806346153846156, 0.0901795495322876, 0.282865384615386, 0.167695076988425, 0.608826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 450, '2021-05-09 00:00:00', 0.0137105938826653, 0.0370961538461522, 0.0200773121094038, 0.0575384615384603, 0.031475045060149, 0.0859615384615373, 0.0990877330760674, 0.295826923076925, 0.169584878906836, 0.607634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 465, '2021-05-09 00:00:00', 0.0167363262212651, 0.0452307692307688, 0.0254920274112975, 0.0687884615384615, 0.0296523964526418, 0.090730769230769, 0.102770567845979, 0.311480769230771, 0.169977958978397, 0.607442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 480, '2021-05-09 00:00:00', 0.0210771111726575, 0.0537692307692295, 0.0244923221878584, 0.0694230769230761, 0.0301275557485934, 0.09151923076923, 0.0986054238639284, 0.327980769230769, 0.172012486129977, 0.604846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 495, '2021-05-09 00:00:00', 0.0190036433753763, 0.0449615384615362, 0.0292703118166869, 0.0633653846153833, 0.0438246374332288, 0.104326923076923, 0.0990289332235037, 0.33551923076923, 0.174110614707565, 0.606884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 510, '2021-05-09 00:00:00', 0.0201056058007558, 0.045153846153847, 0.0237024179227495, 0.0647692307692301, 0.0442011355579856, 0.113403846153847, 0.0952133717176672, 0.338884615384615, 0.172500663320909, 0.608826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 525, '2021-05-09 00:00:00', 0.0209178245669921, 0.0463461538461532, 0.0416709131169462, 0.0862499999999997, 0.0515359919040909, 0.126538461538461, 0.0947110930875925, 0.341365384615385, 0.172148437737276, 0.608269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 540, '2021-05-09 00:00:00', 0.036061192650613, 0.0775192307692309, 0.0389795607189991, 0.101384615384616, 0.0494627793240694, 0.146557692307692, 0.0946995004454386, 0.341346153846154, 0.173969767488493, 0.605 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 555, '2021-05-09 00:00:00', 0.0186227012004159, 0.06525, 0.0311692896195043, 0.0922307692307691, 0.0572764685202727, 0.166576923076924, 0.0958234775311037, 0.336826923076923, 0.171830158765971, 0.601211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 570, '2021-05-09 00:00:00', 0.0252495620677935, 0.0714038461538477, 0.0350861576912969, 0.106538461538462, 0.0540132355574521, 0.175519230769232, 0.098864553809746, 0.341000000000001, 0.173152067448064, 0.597961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 585, '2021-05-09 00:00:00', 0.02217927827084, 0.0770961538461547, 0.03890181427448, 0.127365384615386, 0.0775538125829669, 0.192423076923079, 0.0977074282665419, 0.332307692307693, 0.172439510018398, 0.593269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 600, '2021-05-09 00:00:00', 0.0365348516435398, 0.104653846153847, 0.0390508199460844, 0.138057692307695, 0.082896348625165, 0.200269230769232, 0.103179477685172, 0.33623076923077, 0.174615753981312, 0.594192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 615, '2021-05-09 00:00:00', 0.0345814312112058, 0.0901538461538476, 0.0772892369857937, 0.138615384615385, 0.0789461866375766, 0.190903846153848, 0.110556878852194, 0.329211538461538, 0.182113477936571, 0.601673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 630, '2021-05-09 00:00:00', 0.048998116133332, 0.0946538461538472, 0.0609373070016677, 0.130846153846155, 0.0825216614919047, 0.18323076923077, 0.120502690681739, 0.320038461538462, 0.185098568335901, 0.607999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 645, '2021-05-09 00:00:00', 0.0431965142824491, 0.0886730769230773, 0.0545230649852362, 0.132730769230772, 0.0642155774295878, 0.197096153846156, 0.115440487498305, 0.318384615384616, 0.174232900054894, 0.614711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 660, '2021-05-09 00:00:00', 0.0387085410968438, 0.0983653846153864, 0.0606694226621093, 0.140326923076924, 0.0692377176000311, 0.208192307692308, 0.122047243374787, 0.31951923076923, 0.181211012783015, 0.622134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 675, '2021-05-09 00:00:00', 0.0386062171158977, 0.0939999999999996, 0.0495595213238185, 0.141115384615385, 0.0574103079728592, 0.195288461538459, 0.127528482489809, 0.327576923076922, 0.169159307026974, 0.622134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 690, '2021-05-09 00:00:00', 0.0391346590436355, 0.0971923076923083, 0.0617572294117504, 0.142846153846154, 0.0562034388490744, 0.181942307692308, 0.118851253189081, 0.319403846153846, 0.166591938118727, 0.621423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 705, '2021-05-09 00:00:00', 0.0364354276030261, 0.102596153846155, 0.0417647624752647, 0.134346153846154, 0.0427268245773228, 0.167807692307695, 0.123917571858814, 0.318230769230769, 0.175447217572255, 0.620384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 720, '2021-05-09 00:00:00', 0.0340533348643668, 0.0899807692307687, 0.0351551779751097, 0.124442307692308, 0.0577011664993403, 0.160769230769233, 0.119081465327796, 0.309153846153847, 0.16773924360791, 0.613923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 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 983575, 3, 735, '2021-05-09 00:00:00', 0.0307109664702765, 0.0872884615384635, 0.0420730180300142, 0.11817307692308, 0.0642755007759566, 0.160500000000001, 0.114513695855395, 0.306442307692309, 0.172019694757941, 0.611346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983575 and enddate = '2021-05-09 0[...];[ Date: 2021-05-09 15:53:20 - Database: acaweb_fx - User: pgperfstats ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 5m57s 278 209ms 8s837ms 1s285ms 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 09 15 278 5m57s 1s285ms [ User: postgres - Total duration: 5m57s - Times executed: 278 ]
-
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-09 15:01:30 Duration: 8s837ms 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-09 15:26:27 Duration: 8s782ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-09 15:00:35 Duration: 4s877ms Database: acaweb_fx User: postgres Bind query: yes
2 4m23s 154 56ms 9s131ms 1s709ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 09 15 154 4m23s 1s709ms [ User: postgres - Total duration: 4m23s - Times executed: 154 ]
-
WITH rar_max as ( ;
Date: 2021-05-09 15:51:07 Duration: 9s131ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:56:10 Duration: 9s50ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:36:10 Duration: 9s45ms Database: acaweb_fx User: postgres Bind query: yes
3 1m53s 24 707ms 10s476ms 4s736ms 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 09 15 24 1m53s 4s736ms [ User: postgres - Total duration: 1m53s - 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-09 15:00:40 Duration: 10s476ms 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-09 15:50:39 Duration: 9s180ms 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-09 15:55:39 Duration: 9s134ms Database: acaweb_fx User: postgres Bind query: yes
4 1m24s 13 6s340ms 6s844ms 6s486ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 09 15 13 1m24s 6s486ms [ User: pgperfstats - Total duration: 1m24s - Times executed: 13 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 960, '2021-05-09 00:00:00', 0.441601469322182, 0.641304347826086, 0.57056175078816, 0.900434782608693, 0.723793257665402, 1.66304347826086, 2.22460146539597, 4.76304347826087, 4.46606824988695, 11.0726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 975, '2021-05-09 00:00:00', 0.219902960991807, 0.568695652173912, 0.535885455432294, 1.19369565217391, 0.653075424343483, 1.63434782608695, 2.10373230818608, 4.72347826086957, 4.41878218159477, 10.9978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 990, '2021-05-09 00:00:00', 0.537692607277568, 1.09760869565217, 0.617504540637157, 1.39130434782608, 0.758181462734868, 1.69869565217391, 2.23234662243294, 4.79152173913043, 4.41934406629362, 10.9926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1005, '2021-05-09 00:00:00', 0.388784464303538, 0.895217391304346, 0.470120664016349, 1.27043478260869, 0.806433371462696, 1.78565217391304, 2.23644801047494, 4.76739130434783, 4.46803221314569, 10.9513043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1020, '2021-05-09 00:00:00', 0.295424261141742, 0.871304347826084, 0.465526604785212, 1.13826086956522, 0.649004406277483, 1.72608695652174, 2.07660935732384, 4.66782608695652, 4.47893170845592, 10.8773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1035, '2021-05-09 00:00:00', 0.322762287250456, 0.758695652173913, 0.551592018561461, 1.21086956521739, 0.500098804466925, 1.59521739130435, 2.05035153160673, 4.59630434782609, 4.50092950435375, 10.8386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1050, '2021-05-09 00:00:00', 0.358806762046258, 0.751739130434781, 0.371947656651494, 1.10782608695652, 0.43335806152207, 1.38086956521739, 1.99338280317655, 4.565, 4.46741332520082, 10.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1065, '2021-05-09 00:00:00', 0.295968965363767, 0.776086956521736, 0.388022247844289, 1.07391304347826, 1.38485119989471, 3.38586956521739, 1.95823231875824, 4.51978260869565, 4.43951093165148, 10.7986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1080, '2021-05-09 00:00:00', 0.301748691343102, 0.695000000000006, 0.302731797969721, 0.839782608695657, 1.56250805531521, 3.56217391304348, 1.91690593396854, 4.47978260869566, 4.46030852900481, 10.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1095, '2021-05-09 00:00:00', 0.162548867690152, 0.483043478260871, 1.25003723264708, 3.14391304347826, 1.69763332120945, 3.6804347826087, 1.85543856614205, 4.365, 4.47075437303725, 10.7691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 600, '2021-05-09 00:00:00', 1.24307577589437, 2.49076923076923, 1.71045986843844, 2.89019230769231, 1.81904836701459, 3.33519230769231, 1.82374133624768, 4.06769230769231, 4.5053026706145, 10.3419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 615, '2021-05-09 00:00:00', 0.656830735718584, 1.34884615384615, 0.896233142744589, 1.83461538461538, 0.791355239689873, 2.31365384615385, 1.08813971458703, 3.18096153846154, 4.07179836001433, 9.72173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 630, '2021-05-09 00:00:00', 0.445955197818723, 1.14903846153846, 0.63369639054094, 1.56634615384615, 0.512887452041419, 1.92846153846154, 0.738085699631148, 2.8475, 4.04475866447507, 9.49942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 645, '2021-05-09 00:00:00', 0.427111631958025, 0.992884615384617, 0.410345117412913, 1.31865384615385, 0.405732812802485, 1.68634615384615, 0.759010514774639, 2.64519230769231, 4.03333815267778, 9.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 660, '2021-05-09 00:00:00', 0.30907853122069, 0.873461538461539, 0.278531934365773, 1.08903846153846, 0.586271399478221, 1.55192307692308, 0.806154117733367, 2.50769230769231, 4.04203445062014, 9.32249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 675, '2021-05-09 00:00:00', 0.185903304062998, 0.745961538461533, 0.442276323302354, 1.10711538461538, 0.713488720195463, 1.46807692307692, 0.831903308915532, 2.49865384615385, 4.05567663424224, 9.30480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 690, '2021-05-09 00:00:00', 0.354700523735817, 0.782692307692309, 0.529755241016655, 1.09384615384615, 0.594303762009349, 1.40519230769231, 0.957280462881897, 2.53326923076923, 4.07277260031126, 9.26942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 705, '2021-05-09 00:00:00', 0.271975111983545, 0.777692307692305, 0.349234822917849, 1.01980769230769, 0.407446268283881, 1.30269230769231, 1.04309083976421, 2.5975, 4.09400688154696, 9.94288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 720, '2021-05-09 00:00:00', 0.197620459856377, 0.600384615384609, 0.322309693403006, 0.831538461538457, 0.362194168070962, 1.14384615384615, 1.17852371798202, 2.61307692307693, 4.09296917333201, 10.0544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 735, '2021-05-09 00:00:00', 0.309201452877473, 0.648461538461535, 0.340129443685106, 0.929038461538463, 0.367033901179966, 1.16673076923077, 1.1846132929552, 2.64557692307692, 4.12363092898256, 10.1359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 750, '2021-05-09 00:00:00', 0.282693908943658, 0.650384615384617, 0.278700280146699, 0.824615384615383, 0.297304816385731, 1.11692307692308, 1.14066323487023, 2.62615384615385, 4.13995578292998, 10.1332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 765, '2021-05-09 00:00:00', 0.215988692723982, 0.543653846153845, 0.259596136038566, 0.766923076923079, 0.425412198298943, 1.16653846153846, 1.06528697830859, 2.70288461538462, 4.14519607497643, 10.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 780, '2021-05-09 00:00:00', 0.196609041970648, 0.583653846153844, 0.263346510543401, 0.820769230769229, 0.549520665251513, 1.31519230769231, 1.12770756233779, 2.84288461538462, 4.11392427756497, 10.1501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 795, '2021-05-09 00:00:00', 0.22723217540318, 0.587692307692309, 0.399766855131261, 0.90153846153846, 0.668702187363414, 1.42115384615385, 1.20257520155066, 2.88865384615385, 4.08234759478114, 10.1582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 810, '2021-05-09 00:00:00', 0.284856306555805, 0.63634615384615, 0.51163448491462, 0.974615384615385, 0.742958974951872, 1.35096153846154, 1.22093715581988, 2.91346153846154, 4.09352374536244, 10.2394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 825, '2021-05-09 00:00:00', 0.345194315400201, 0.65365384615385, 0.476413685781585, 0.935000000000002, 0.659278510074579, 1.29192307692308, 1.14329202474528, 2.87557692307692, 4.11456348278237, 10.2305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 840, '2021-05-09 00:00:00', 0.316197662133136, 0.599807692307693, 0.372602128488076, 0.832884615384614, 0.533055380295082, 1.17403846153846, 1.16078355499139, 2.92769230769231, 4.1439776181828, 10.1775 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 855, '2021-05-09 00:00:00', 0.21125704357852, 0.558461538461538, 0.375720026697454, 0.841538461538465, 0.389898655471466, 1.07019230769231, 1.23527866678551, 3.08423076923077, 4.16815547196377, 10.1490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 870, '2021-05-09 00:00:00', 0.337426516216727, 0.570576923076924, 0.358827202896408, 0.74519230769231, 0.626291158635196, 1.12615384615385, 1.28425949929851, 3.20769230769231, 4.17669450182061, 10.1448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 885, '2021-05-09 00:00:00', 0.22627493487756, 0.507884615384615, 0.255550160663975, 0.703269230769231, 0.582629714840726, 1.26576923076923, 3.36315232162648, 5.04153846153846, 4.16148842178077, 10.1732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 900, '2021-05-09 00:00:00', 0.176885882377919, 0.523846153846151, 0.446185930543966, 0.821730769230767, 0.70707917628683, 1.37480769230769, 3.2720051955949, 5.22, 4.16149648101959, 10.1748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 915, '2021-05-09 00:00:00', 0.336196885996655, 0.587884615384613, 0.492529147907476, 0.994807692307693, 0.70710528538216, 1.37326923076923, 3.20351424820642, 5.35346153846154, 4.1760675696346, 10.2028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 930, '2021-05-09 00:00:00', 0.441999825965856, 0.709615384615387, 0.597703425300027, 1.02576923076923, 0.682332312451479, 1.32576923076923, 3.181217691388, 5.325, 4.17285226194267, 10.24 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 945, '2021-05-09 00:00:00', 0.309104973456239, 0.638269230769231, 0.508496161395388, 0.872115384615382, 0.589123468840328, 1.43769230769231, 3.18651990663555, 5.31634615384615, 4.15045860302023, 10.2488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 960, '2021-05-09 00:00:00', 0.391660763730749, 0.616923076923077, 0.445243623890769, 0.873269230769232, 0.574945616157267, 1.6723076923077, 3.30322863038806, 5.35076923076923, 4.13761778823739, 10.2298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 975, '2021-05-09 00:00:00', 0.274731757286153, 0.608461538461538, 0.461382537764321, 1.16538461538462, 0.644745417855882, 1.77942307692308, 3.33909129163103, 5.35442307692307, 4.10887094729665, 10.1926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 990, '2021-05-09 00:00:00', 0.28145665057669, 0.995384615384621, 0.437600845520209, 1.4275, 0.797416236256922, 1.85442307692308, 3.40522207566781, 5.41923076923077, 4.21162968640224, 10.3361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1005, '2021-05-09 00:00:00', 0.312153869848731, 0.96596153846154, 0.484668046589225, 1.26365384615384, 0.773120848350275, 1.75961538461538, 3.33438254577043, 5.33480769230769, 4.20210826664609, 10.2867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1020, '2021-05-09 00:00:00', 0.261221097039388, 0.817307692307692, 0.504954567644077, 1.22365384615385, 0.741921232601288, 1.71865384615384, 3.41921311797815, 5.31711538461538, 4.19715141952986, 10.2359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1035, '2021-05-09 00:00:00', 0.500372822541809, 0.874807692307696, 0.630703666855217, 1.20865384615385, 0.837625788486995, 1.79980769230769, 3.41896824855327, 5.28173076923077, 4.12764928910466, 10.3344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1050, '2021-05-09 00:00:00', 0.403683234536883, 0.808076923076922, 0.542562580580487, 1.17307692307692, 0.83384494039083, 1.68576923076923, 3.4029244210509, 5.15615384615384, 4.13866749273056, 10.2861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1065, '2021-05-09 00:00:00', 0.261523347979608, 0.727692307692306, 0.53033052103237, 1.12230769230769, 2.98676522344827, 3.8675, 3.34990498143087, 5.17576923076923, 4.12641846940121, 10.3042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1080, '2021-05-09 00:00:00', 0.410235954618239, 0.768461538461538, 0.641266055429534, 1.02307692307692, 2.9895397446121, 4.09673076923077, 3.35553042923745, 5.11769230769231, 4.14859108613997, 10.25 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1095, '2021-05-09 00:00:00', 0.272022906275299, 0.607307692307692, 3.00954550619295, 3.52192307692308, 2.97961404960699, 4.15673076923077, 3.34220056480526, 4.96884615384615, 4.17367847808879, 10.2059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 600, '2021-05-09 00:00:00', 2.85436216773825, 2.69076923076923, 2.87227134056763, 3.18057692307693, 2.93442611346489, 3.60384615384615, 3.26812402669271, 4.62557692307692, 3.98409012873029, 9.98192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 615, '2021-05-09 00:00:00', 0.594520103820008, 1.36807692307693, 0.718823317330804, 1.7998076923077, 0.797937244495989, 2.15461538461539, 1.41052473869179, 3.33096153846154, 3.20901634221694, 9.17173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 630, '2021-05-09 00:00:00', 0.486557649363204, 1.05211538461539, 0.420547125320556, 1.33673076923077, 0.643054011369542, 1.71730769230769, 1.11949033733419, 2.98884615384615, 3.13317592621534, 8.99076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 645, '2021-05-09 00:00:00', 0.38238608157805, 0.876346153846153, 0.461067365343301, 1.20134615384615, 0.724897685088147, 1.56942307692308, 1.16881827237862, 2.90807692307692, 3.13050728255883, 8.91961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 660, '2021-05-09 00:00:00', 0.411397804863072, 0.86807692307692, 0.581095517105405, 1.21999999999999, 0.88279076709124, 1.63346153846154, 1.18972091103495, 2.82961538461538, 3.14645101662175, 8.895 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 675, '2021-05-09 00:00:00', 0.401900293796662, 0.870384615384615, 0.488368240635625, 1.10346153846154, 0.80814735899225, 1.54307692307693, 1.01264771002327, 2.73076923076923, 3.15788958251941, 8.80115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 690, '2021-05-09 00:00:00', 0.313653655143081, 0.728846153846154, 0.605998222896609, 1.08461538461539, 0.759224705766449, 1.49307692307692, 0.843623343770098, 2.63211538461539, 3.16676496541089, 8.72711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 705, '2021-05-09 00:00:00', 0.384265333010731, 0.660384615384616, 0.404140303131703, 0.975769230769233, 0.469374215148378, 1.38807692307692, 0.773382580217977, 2.66384615384616, 3.41119422467581, 8.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 720, '2021-05-09 00:00:00', 0.265270834025558, 0.663846153846157, 0.400684990408251, 0.947307692307694, 0.43259236452595, 1.39192307692308, 0.682003045334955, 2.61807692307692, 3.36065211734957, 8.93942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 735, '2021-05-09 00:00:00', 0.258404051528135, 0.615576923076923, 0.380455799515022, 0.951153846153847, 0.458578405342152, 1.39692307692308, 0.653759777100002, 2.56461538461538, 3.35812216871275, 8.9275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 750, '2021-05-09 00:00:00', 0.351741163576069, 0.724615384615385, 0.433221208373524, 1.00615384615385, 0.478296335565499, 1.34076923076923, 0.725026285995632, 2.64634615384616, 3.30289787098449, 8.89711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 765, '2021-05-09 00:00:00', 0.34844887054576, 0.703846153846155, 0.403961155786811, 0.956153846153846, 0.407558584745799, 1.26, 1.00363893676193, 2.83365384615385, 3.24498110104726, 8.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 780, '2021-05-09 00:00:00', 0.336822482348469, 0.625769230769227, 0.3073645417716, 0.864807692307691, 0.439283682654109, 1.25192307692308, 1.02875969011232, 2.9375, 3.21113081567609, 8.95365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 795, '2021-05-09 00:00:00', 0.282619681932075, 0.641730769230772, 0.347373053735521, 0.84096153846154, 0.384866860095799, 1.2275, 1.15764032211418, 3.11634615384615, 3.21213821069632, 8.95826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 810, '2021-05-09 00:00:00', 0.273021906700659, 0.569807692307689, 0.38763642759679, 0.909999999999999, 0.355242928798786, 1.17846153846154, 1.16603286996815, 3.13557692307692, 3.20153057746784, 8.96403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 825, '2021-05-09 00:00:00', 0.312861052963675, 0.685961538461537, 0.329127576387124, 0.890192307692307, 0.416171238794805, 1.2125, 1.10550456631976, 3.20788461538461, 3.14445033107782, 8.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 840, '2021-05-09 00:00:00', 0.24636683093431, 0.573846153846154, 0.330006992932902, 0.796153846153848, 0.425970024225255, 1.0523076923077, 1.04532219913288, 3.2725, 3.09064631652445, 8.94557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 855, '2021-05-09 00:00:00', 0.250336696348064, 0.552692307692307, 0.341422589491946, 0.785769230769232, 0.368483169430902, 0.990384615384618, 1.03119588902325, 3.26480769230769, 3.04927964380997, 8.96711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 870, '2021-05-09 00:00:00', 0.197733309127373, 0.512307692307691, 0.243733776580416, 0.636923076923077, 0.310069533144764, 0.961346153846155, 1.10797696796389, 3.24019230769231, 3.09264137168314, 8.98557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 885, '2021-05-09 00:00:00', 0.190558692755316, 0.463846153846154, 0.199177153462784, 0.69346153846154, 0.534049983255674, 1.25423076923077, 2.21586032085474, 4.54480769230769, 3.04297458848309, 9.02788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 900, '2021-05-09 00:00:00', 0.152030867311163, 0.534230769230769, 0.259803550043842, 0.746730769230769, 0.537662175891718, 1.30615384615385, 2.18644232452209, 4.60596153846154, 3.03720076715386, 9.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 915, '2021-05-09 00:00:00', 0.241379449128421, 0.559038461538464, 0.57672990612191, 1.04423076923077, 0.633530279769339, 1.35615384615385, 2.16632419088187, 4.6975, 3.05931342850747, 9.06557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 930, '2021-05-09 00:00:00', 0.502642899696578, 0.791730769230767, 0.516061154694493, 0.986346153846156, 0.786829372569717, 1.49769230769231, 2.17748171413323, 4.69384615384615, 3.06098081314822, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 945, '2021-05-09 00:00:00', 0.302925479538858, 0.600384615384618, 0.462308754638485, 0.894230769230767, 1.08266567394485, 1.86980769230769, 2.1333589621858, 4.72230769230769, 3.02326769216051, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 960, '2021-05-09 00:00:00', 0.370084397858734, 0.682307692307692, 0.612293324628491, 1.07865384615384, 1.00314001246854, 1.96673076923077, 2.2266455626207, 4.76269230769231, 2.98560152423904, 9.08769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 975, '2021-05-09 00:00:00', 0.472981094109072, 0.803653846153845, 0.906922798003481, 1.56980769230769, 1.0493602629881, 2.05519230769231, 2.17896016131902, 4.74423076923077, 3.01176204494721, 9.09384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 990, '2021-05-09 00:00:00', 0.760821848145401, 1.30326923076923, 0.789704935159571, 1.60173076923077, 0.875624634189788, 1.9675, 2.01207741860534, 4.67846153846154, 3.1446479074037, 9.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1005, '2021-05-09 00:00:00', 0.313567622445546, 0.860576923076922, 0.413910478987162, 1.27826923076923, 0.481306075654088, 1.64653846153846, 1.96713434682574, 4.41653846153846, 3.21020459448639, 9.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1020, '2021-05-09 00:00:00', 0.305810650315114, 0.928076923076921, 0.373612715975325, 1.13230769230769, 0.497416711234541, 1.62076923076923, 1.97244249209334, 4.38076923076923, 3.39152119262139, 9.265 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1035, '2021-05-09 00:00:00', 0.265775208660367, 0.747307692307695, 0.34143317850586, 1.09615384615385, 0.468639930666803, 1.54923076923077, 2.00169562736581, 4.31076923076923, 3.43263854558201, 9.22423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1050, '2021-05-09 00:00:00', 0.2764781254388, 0.861923076923078, 0.444297890367055, 1.20384615384616, 0.4819728686906, 1.47538461538462, 2.02540772723382, 4.32769230769231, 3.52609208396709, 9.23923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1065, '2021-05-09 00:00:00', 0.324446985120603, 0.71538461538462, 0.369153709907489, 1.01769230769231, 1.81871502609778, 3.18211538461539, 1.91706145321026, 4.23884615384615, 3.58524922961592, 9.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1080, '2021-05-09 00:00:00', 0.280507507098225, 0.717307692307691, 0.3586761985198, 0.836153846153844, 1.75608275825661, 3.29057692307692, 1.93044932991897, 4.25615384615384, 3.61439634815254, 9.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1095, '2021-05-09 00:00:00', 0.151611345221918, 0.454999999999997, 1.80955142125164, 3.07711538461538, 1.69249183613529, 3.37615384615384, 1.92402094982997, 4.24884615384615, 3.641622298034, 9.36519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 600, '2021-05-09 00:00:00', 1.60531257440365, 2.31230769230769, 1.55507394085891, 2.50980769230769, 1.48701938583401, 2.84557692307692, 1.74854185405572, 3.81615384615384, 3.80983232520197, 9.32211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 615, '2021-05-09 00:00:00', 0.64949968910989, 1.23538461538462, 0.707090055193709, 1.60211538461539, 0.879553033342239, 2.04153846153846, 1.24956386237513, 3.10538461538462, 3.9707655917487, 9.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 630, '2021-05-09 00:00:00', 0.371303783982872, 0.9475, 0.431134103713235, 1.27115384615385, 1.13912098364687, 1.80115384615385, 1.16192605351897, 2.85807692307693, 3.95234639656768, 9.17903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 645, '2021-05-09 00:00:00', 0.270053057464924, 0.839423076923073, 0.62073706188691, 1.2225, 1.08749297079956, 1.68480769230769, 1.1645623806656, 2.69846153846154, 3.9810208441477, 9.20480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 660, '2021-05-09 00:00:00', 0.595657103219111, 0.935769230769231, 1.14723629448541, 1.27634615384616, 1.09697430023889, 1.58384615384615, 1.37854573596738, 2.90788461538461, 4.00390165963151, 9.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 675, '2021-05-09 00:00:00', 0.649283155013755, 0.833846153846156, 0.656162737788072, 1.07846153846154, 0.829212787017812, 1.45461538461539, 1.71977046768994, 2.99769230769231, 4.01395820855175, 9.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 690, '2021-05-09 00:00:00', 0.361027220367325, 0.684423076923078, 0.396245650303718, 0.948846153846153, 0.733964996021351, 1.40384615384615, 1.77014123730283, 2.985, 3.99445830061907, 9.28634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 705, '2021-05-09 00:00:00', 0.200788062777261, 0.620384615384611, 0.399641570179313, 0.934230769230763, 0.571179077401774, 1.31846153846153, 1.72084980124982, 3.04403846153846, 4.07762781717319, 9.77384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 720, '2021-05-09 00:00:00', 0.246589038373879, 0.623076923076916, 0.386067550884759, 0.931923076923071, 0.627389739010283, 1.35673076923077, 1.68212147416474, 3.11942307692307, 4.07632611739843, 9.74884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 735, '2021-05-09 00:00:00', 0.21990102668806, 0.637307692307694, 0.510559873683182, 0.910769230769231, 0.591154802061191, 1.35, 1.63604764130369, 3.21673076923077, 4.05783663469171, 9.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 750, '2021-05-09 00:00:00', 0.368087155231137, 0.601923076923075, 0.48924215335086, 0.92826923076923, 0.499593681058764, 1.31461538461538, 1.65977426639426, 3.25384615384615, 4.01416992089848, 9.77807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 765, '2021-05-09 00:00:00', 0.25301999008896, 0.646346153846155, 0.307497091918711, 0.947692307692306, 0.417116843987944, 1.34230769230769, 1.66412444061319, 3.42807692307692, 3.95642459026601, 9.82346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 780, '2021-05-09 00:00:00', 0.24569900284698, 0.679999999999997, 0.332103088721655, 0.947307692307691, 0.546558463337782, 1.30307692307692, 1.65386425124266, 3.47519230769231, 3.92347103487951, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 795, '2021-05-09 00:00:00', 0.273882905917561, 0.629615384615387, 0.392277766581089, 0.885384615384615, 0.566424175114245, 1.29711538461538, 1.70342005524632, 3.41673076923077, 3.9461378392238, 9.86038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 810, '2021-05-09 00:00:00', 0.260953281996254, 0.596153846153848, 0.365969313551754, 0.851538461538464, 0.648088817512402, 1.23365384615385, 1.72412498431478, 3.4198076923077, 3.92878834326232, 9.85538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 825, '2021-05-09 00:00:00', 0.22545031859336, 0.589615384615386, 0.415129312568803, 0.912884615384617, 0.601128202120494, 1.15865384615385, 1.71989021340138, 3.48288461538462, 3.92939000942307, 9.85461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 840, '2021-05-09 00:00:00', 0.307644212587303, 0.664807692307693, 0.485551589590488, 0.907115384615386, 1.05561239972896, 1.45346153846154, 1.66085711190151, 3.56288461538462, 3.9453204413096, 9.83576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 855, '2021-05-09 00:00:00', 0.289758785623763, 0.591923076923079, 0.325277632894639, 0.778461538461542, 1.57968362217054, 1.60788461538462, 1.80179129885106, 3.67326923076923, 3.93872802584013, 9.78769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 870, '2021-05-09 00:00:00', 0.261827012768709, 0.505769230769232, 1.06759362767214, 1.15692307692308, 1.70366958018905, 1.76596153846154, 1.77718650811202, 3.68326923076923, 3.93972503921471, 9.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 885, '2021-05-09 00:00:00', 0.297214117908382, 0.608333333333333, 0.390745698744028, 0.853125000000001, 0.621356007489647, 1.419375, 2.86959585821641, 5.04604166666667, 3.54462197244448, 9.46333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 900, '2021-05-09 00:00:00', 0.300915195213114, 0.652708333333331, 0.492502298972056, 0.995416666666664, 0.617048219699876, 1.519375, 2.92669923855715, 5.24145833333334, 3.56088685826878, 9.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 915, '2021-05-09 00:00:00', 0.320064248532085, 0.702916666666666, 0.549194403425256, 1.04833333333333, 0.725394445422128, 1.57416666666667, 2.99734737799072, 5.3325, 3.53760478925042, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 930, '2021-05-09 00:00:00', 0.417573216698994, 0.7675, 0.509190889862379, 1.05166666666666, 0.794807623018735, 1.568125, 3.00427747589565, 5.32875, 3.54524643467964, 9.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 945, '2021-05-09 00:00:00', 0.310914674440768, 0.733749999999997, 0.605041620319495, 1.09916666666667, 0.672845696665837, 1.793125, 2.99821214087107, 5.32229166666667, 3.54853365817325, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 960, '2021-05-09 00:00:00', 0.501261452216567, 0.77, 0.613846530824924, 1.06520833333333, 0.623552199911516, 1.80104166666667, 2.96183562078742, 5.344375, 3.57778388111971, 9.40625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 975, '2021-05-09 00:00:00', 0.329162309639115, 0.660000000000002, 0.408177062673487, 1.31791666666667, 0.631526216652042, 1.82416666666667, 2.97218591025947, 5.31729166666667, 3.65422313137014, 9.33979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 990, '2021-05-09 00:00:00', 0.346192540881977, 1.10166666666667, 0.442517296804334, 1.43958333333333, 0.590953540438265, 1.805, 2.99128824914831, 5.52020833333334, 3.64663632357948, 9.33729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1005, '2021-05-09 00:00:00', 0.267305394470526, 0.934999999999996, 0.430668506300193, 1.31333333333333, 0.579716947423857, 1.7025, 3.0435967992573, 5.42520833333333, 3.60769160583691, 9.298125 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1020, '2021-05-09 00:00:00', 0.43493127892956, 0.899999999999999, 0.488248681884872, 1.13958333333333, 0.67058040510452, 1.70208333333333, 2.97015479730056, 5.36604166666667, 3.51950835844226, 9.26604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1035, '2021-05-09 00:00:00', 0.271339938672579, 0.725833333333333, 0.509944583519488, 1.09, 1.00592150772818, 1.64791666666666, 2.96101388304407, 5.30145833333334, 3.49292057705421, 9.249375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1050, '2021-05-09 00:00:00', 0.298356609892702, 0.775833333333331, 0.455659261201657, 1.08416666666666, 0.974821797166991, 1.50916666666667, 2.90530186731386, 5.179375, 3.48363081430313, 9.14520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1065, '2021-05-09 00:00:00', 0.279515302528907, 0.68375, 0.979977724532404, 1.08208333333333, 2.67295695209512, 3.90520833333334, 2.83982201645542, 5.10729166666667, 3.37205372607284, 9.079375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1080, '2021-05-09 00:00:00', 0.766008736280448, 0.78291666666667, 0.792218953045945, 0.947500000000003, 2.83281616390444, 4.103125, 2.85964157801465, 5.05729166666667, 3.36316022422967, 9.09979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1095, '2021-05-09 00:00:00', 0.229589662318402, 0.523750000000001, 2.56094270459764, 3.55583333333334, 2.66702743257113, 4.03625, 2.61018833653319, 4.89625000000001, 3.25498980802741, 9.15770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 600, '2021-05-09 00:00:00', 1.10986445599088, 2.29673913043478, 1.35551282537748, 2.71826086956522, 1.47642361124505, 3.15804347826087, 1.80384276349548, 4.08652173913044, 2.48950397459528, 8.86369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 615, '2021-05-09 00:00:00', 0.617778117426913, 1.4804347826087, 0.776494097211275, 1.95608695652174, 0.864154868275147, 2.32, 1.48257907426972, 3.34956521739131, 2.46428025474235, 8.65608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 630, '2021-05-09 00:00:00', 0.371372840365672, 1.09217391304348, 0.436936424134199, 1.3004347826087, 0.726837592159002, 1.80739130434783, 1.34056400731465, 2.83130434782609, 2.66447224638926, 8.59652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 645, '2021-05-09 00:00:00', 0.278010293550724, 0.795217391304349, 0.419339307179107, 1.23, 0.708792047082854, 1.70043478260869, 1.19855380575777, 2.71695652173913, 2.59860035677463, 8.59521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 660, '2021-05-09 00:00:00', 0.319157116201622, 0.906086956521741, 0.528888012384728, 1.22956521739131, 0.997841544051748, 1.76173913043479, 1.24946486568966, 2.71478260869565, 2.52861030198181, 8.62217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 675, '2021-05-09 00:00:00', 0.418369222486683, 0.803478260869566, 0.535739303010813, 1.08434782608696, 0.881660029214557, 1.54804347826087, 1.27338722302481, 2.70173913043478, 2.5654812745293, 8.65652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 690, '2021-05-09 00:00:00', 0.355051073540321, 0.763913043478261, 0.726735893766465, 1.21782608695653, 0.678921197264349, 1.52608695652174, 1.19041793571001, 2.73695652173913, 2.57694738136503, 8.66347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 705, '2021-05-09 00:00:00', 0.625362503568585, 0.903478260869567, 0.61517816115372, 1.11152173913043, 0.635318226569847, 1.44739130434783, 1.27596774092817, 2.86130434782608, 3.59280443050959, 9.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 720, '2021-05-09 00:00:00', 0.229030651934822, 0.646304347826085, 0.330539743055397, 0.957391304347824, 0.5729005321719, 1.29826086956522, 1.16775738586958, 2.76869565217391, 3.70402345069792, 9.81978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 735, '2021-05-09 00:00:00', 0.345457106813886, 0.677608695652174, 0.567175321968264, 0.975869565217389, 0.578618021002845, 1.33521739130435, 1.20825880011827, 2.77434782608696, 3.75330149793316, 9.92304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 750, '2021-05-09 00:00:00', 0.365063208561285, 0.704347826086957, 0.482742904103678, 0.980434782608697, 0.468448368038343, 1.42434782608696, 1.20469782017926, 2.74826086956522, 3.73260537498615, 9.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 765, '2021-05-09 00:00:00', 0.289661789970944, 0.646956521739133, 0.370621206963908, 0.923478260869566, 0.497470280360444, 1.43695652173913, 1.23725854034319, 2.95217391304348, 3.63422115985463, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 780, '2021-05-09 00:00:00', 0.288173339359811, 0.665652173913046, 0.338830236038275, 0.971739130434786, 0.621486487822105, 1.46, 1.31102319513494, 2.94, 3.63813179591214, 9.95565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 795, '2021-05-09 00:00:00', 0.30632463598068, 0.684347826086961, 0.48168183617856, 0.97913043478261, 0.701432681248967, 1.38847826086957, 1.44350733934233, 3.0095652173913, 3.63993004211103, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 810, '2021-05-09 00:00:00', 0.307673277763607, 0.640869565217394, 0.451609331327742, 0.923478260869568, 0.591342095836499, 1.25673913043478, 1.41181197171517, 3.02695652173913, 3.65972206767785, 9.98760869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 825, '2021-05-09 00:00:00', 0.304849473644007, 0.608260869565219, 0.489651707304698, 0.887608695652174, 0.531675422547172, 1.06413043478261, 1.26036289397377, 3.06652173913043, 3.69205554003077, 9.95326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 840, '2021-05-09 00:00:00', 0.388833641536474, 0.580652173913042, 0.454728234001826, 0.783695652173911, 0.596151939011653, 1.01804347826087, 1.21958426143952, 3.04695652173913, 3.72543707810572, 9.93282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 855, '2021-05-09 00:00:00', 0.439069263535742, 0.619999999999998, 0.504515871724705, 0.73891304347826, 0.750744492147713, 1.10673913043478, 1.25497885908843, 3.05086956521739, 3.71910102720979, 9.92978260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 870, '2021-05-09 00:00:00', 0.193193722023386, 0.430217391304348, 0.373884506908124, 0.671521739130437, 0.606820831662142, 1.10239130434782, 1.16367534828471, 2.92304347826087, 3.74500856213104, 9.91369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 885, '2021-05-09 00:00:00', 0.243943231911153, 0.47913043478261, 0.476564927827029, 0.74369565217391, 0.92172205219468, 1.34521739130435, 1.85420977063486, 4.79934782608696, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 900, '2021-05-09 00:00:00', 0.412160148658615, 0.558478260869563, 0.455957057127821, 0.811739130434781, 0.885200899463539, 1.39478260869565, 1.8012485788163, 4.94152173913044, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 915, '2021-05-09 00:00:00', 0.31748268758626, 0.599565217391303, 0.806991680950012, 1.08913043478261, 0.929712650579853, 1.46260869565218, 1.9171260090008, 5.02195652173913, 3.87235319525153, 9.85478260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 930, '2021-05-09 00:00:00', 0.665803030850209, 0.83130434782609, 0.69766238706419, 1.05652173913044, 0.851436823276757, 1.41086956521739, 1.95302299377894, 5.01978260869565, 3.86284171902565, 9.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 945, '2021-05-09 00:00:00', 0.415504360407666, 0.644347826086956, 0.52408889509364, 0.926521739130436, 0.713701036821772, 1.61347826086957, 1.97675228714755, 5.10282608695652, 3.81050504728901, 9.86847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 960, '2021-05-09 00:00:00', 0.279494886007501, 0.619130434782612, 0.369753683634474, 0.807826086956523, 0.606412374856785, 1.64782608695652, 1.89557071614882, 5.07760869565217, 3.73245835284618, 9.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 975, '2021-05-09 00:00:00', 0.203622335061668, 0.554347826086959, 0.558291436494633, 1.24565217391305, 0.714810569450138, 1.80217391304348, 1.90080703684102, 5.07586956521739, 3.72023203354296, 9.89673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 990, '2021-05-09 00:00:00', 0.589400445686541, 1.14260869565218, 0.623390576024918, 1.47391304347826, 0.884668491538469, 1.90260869565217, 1.8931066443279, 5.07630434782609, 3.72456667771687, 9.90413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1005, '2021-05-09 00:00:00', 0.319440593053105, 0.971739130434785, 0.524423643729729, 1.31739130434783, 0.72850407124338, 1.77, 2.01193597404002, 4.955, 3.88568360206231, 9.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1020, '2021-05-09 00:00:00', 0.385332872883824, 0.897826086956522, 0.572068226119899, 1.15565217391304, 0.611191087512363, 1.49, 2.03735398613548, 5.00891304347826, 3.87033116669891, 9.76239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1035, '2021-05-09 00:00:00', 0.358823285472984, 0.792173913043475, 0.545643182137773, 1.12913043478261, 0.650901472784264, 1.4, 2.07818753695021, 5.01543478260869, 3.89612449328736, 9.79239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1050, '2021-05-09 00:00:00', 0.403773700952685, 0.801739130434784, 0.502355715426959, 1.00391304347826, 0.692344359016846, 1.3295652173913, 2.11721029816131, 4.95891304347826, 3.93243662457821, 9.76152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1065, '2021-05-09 00:00:00', 0.504658926812024, 0.705217391304342, 0.595105862970862, 0.976521739130434, 2.07311569760401, 4.04282608695652, 2.18638009164425, 4.90978260869565, 4.01010865721712, 9.77847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1080, '2021-05-09 00:00:00', 0.332961914283955, 0.640000000000001, 0.436816094478274, 0.829130434782611, 2.06630415134118, 4.14913043478261, 2.17843944578965, 4.88434782608696, 4.05150610018569, 9.87804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1095, '2021-05-09 00:00:00', 0.272454804606856, 0.510434782608699, 2.06919283588912, 3.79891304347826, 2.10622156212842, 4.17021739130435, 2.18436419508261, 4.83586956521739, 4.18270539329686, 9.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 600, '2021-05-09 00:00:00', 1.36645505039935, 2.8275, 1.58460641459559, 3.22818181818182, 1.80740905419263, 3.60181818181818, 1.6164235044961, 4.46022727272727, 3.98886006267042, 10.4438636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 615, '2021-05-09 00:00:00', 0.552198086987566, 1.35818181818181, 0.866077544942027, 1.87113636363636, 0.890818152329348, 2.23613636363636, 0.863647411070832, 3.18477272727273, 3.99306021368698, 10.0318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 630, '2021-05-09 00:00:00', 0.415779922222015, 1.16090909090909, 0.494627193556988, 1.51818181818182, 0.794146230823226, 1.85295454545455, 0.855884298781343, 2.95113636363636, 4.02742847069691, 10.0090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 645, '2021-05-09 00:00:00', 0.35036097649826, 0.891363636363633, 0.505115444778827, 1.23477272727273, 0.683566531848367, 1.55318181818181, 0.816025766718216, 2.77863636363636, 4.09756872797998, 9.93136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 660, '2021-05-09 00:00:00', 0.304960876775428, 0.795227272727277, 0.532085509272232, 1.03068181818182, 0.589243957591793, 1.38818181818182, 0.817951194047759, 2.68818181818182, 4.16659587818656, 9.89454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 675, '2021-05-09 00:00:00', 0.305506906136294, 0.719772727272728, 0.402263347653995, 1.06590909090909, 0.499849327947286, 1.44727272727273, 0.790444009150386, 2.62727272727273, 4.23150922796115, 9.93318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 690, '2021-05-09 00:00:00', 0.268936095339806, 0.738636363636365, 0.339013401770614, 0.944090909090908, 0.591129962051184, 1.42181818181818, 0.826894257178096, 2.50727272727273, 4.24832312220355, 9.92727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 705, '2021-05-09 00:00:00', 0.204850277919352, 0.557272727272723, 0.294090792000352, 0.85681818181818, 0.391890743675267, 1.31545454545454, 0.676974425140551, 2.46090909090909, 4.95196615812031, 10.5254545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 720, '2021-05-09 00:00:00', 0.254851200113197, 0.644090909090908, 0.276791781807537, 1.0225, 0.431610294000789, 1.34727272727273, 0.682257520790595, 2.46909090909091, 4.93262890577407, 10.5377272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 735, '2021-05-09 00:00:00', 0.282860791331578, 0.740681818181823, 0.329247140691729, 0.943181818181821, 0.48183361896368, 1.26272727272727, 0.745733753539989, 2.46045454545455, 4.88134154081593, 10.62 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 750, '2021-05-09 00:00:00', 0.178456586448226, 0.550909090909089, 0.348415398688534, 0.808636363636365, 0.371786665542656, 1.18590909090909, 0.827918686012921, 2.44272727272727, 4.87584364994421, 10.6268181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 765, '2021-05-09 00:00:00', 0.302826868943478, 0.577727272727276, 0.325701374392842, 0.866363636363635, 0.482060871656975, 1.23272727272727, 0.829237379786173, 2.60181818181818, 4.80623794252565, 10.7177272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 780, '2021-05-09 00:00:00', 0.289756204435139, 0.64590909090909, 0.360028858872147, 0.887272727272728, 0.557096096383793, 1.43318181818182, 0.821759936927684, 2.62681818181818, 4.71907632755409, 10.8663636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 795, '2021-05-09 00:00:00', 0.213742167776309, 0.600000000000001, 0.336175652396282, 0.870454545454548, 0.597580257791512, 1.44545454545454, 0.782288379196002, 2.58681818181818, 4.66946656111466, 10.8431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 810, '2021-05-09 00:00:00', 0.150742211360035, 0.582500000000001, 0.590186888002917, 1.02409090909091, 0.631234103567367, 1.36227272727273, 0.79971653527768, 2.58681818181818, 4.58359952788577, 10.8331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 825, '2021-05-09 00:00:00', 0.61924742238452, 0.784318181818182, 0.651957633141341, 1.06522727272727, 0.603971568738259, 1.26068181818182, 0.86252385624828, 2.72045454545454, 4.56377067936732, 10.8586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 840, '2021-05-09 00:00:00', 0.272215537215089, 0.628181818181818, 0.322689254513307, 0.819545454545455, 0.376937993683639, 1.04818181818182, 0.814205718710547, 2.64499999999999, 4.53952235410987, 10.8681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 855, '2021-05-09 00:00:00', 0.223649385465392, 0.54, 0.242128011650808, 0.714545454545456, 0.334474130125104, 0.95590909090909, 0.806662194542363, 2.65909090909091, 4.54344056464946, 10.8895454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 870, '2021-05-09 00:00:00', 0.171928204083295, 0.475454545454546, 0.218675667642849, 0.649999999999998, 0.393915025886355, 0.975000000000001, 0.785586746831017, 2.67681818181818, 4.52772863844297, 10.9313636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 885, '2021-05-09 00:00:00', 0.147413486257994, 0.445454545454546, 0.214554809393233, 0.626363636363639, 0.383566087816613, 1.14909090909091, 1.82934380459532, 4.13477272727273, 4.54733088545558, 10.9509090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 900, '2021-05-09 00:00:00', 0.204261948788669, 0.48909090909091, 0.395717333196576, 0.767272727272732, 0.375049780245686, 1.17636363636364, 1.95521497140739, 4.23181818181818, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 915, '2021-05-09 00:00:00', 0.26078013163636, 0.535909090909094, 0.311214976993014, 0.865000000000003, 0.469527947524418, 1.15772727272728, 2.03459261267879, 4.39863636363636, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 930, '2021-05-09 00:00:00', 0.281614086129395, 0.622727272727276, 0.326404060007855, 0.805909090909093, 0.559526895082215, 1.13681818181819, 2.07374454796546, 4.50045454545455, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 945, '2021-05-09 00:00:00', 0.23293023313107, 0.517727272727273, 0.442007423886255, 0.740909090909094, 0.615743180637972, 1.45704545454545, 2.08058781862139, 4.57363636363637, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:36 Duration: 6s844ms 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 983375, 1, 960, '2021-05-09 00:00:00', 0.137472958174505, 0.324782608695652, 0.218434060382484, 0.559565217391304, 36.507942088991, 8.51086956521739, 36.3983641588291, 10.0404347826087, 35.8259385408396, 12.9378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 975, '2021-05-09 00:00:00', 0.190292057621112, 0.412608695652176, 36.5335037526198, 8.30347826086956, 36.5019485754168, 8.5395652173913, 36.399789324196, 10.0308695652174, 35.8179096677127, 12.974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 990, '2021-05-09 00:00:00', 36.566658186237, 8.15, 36.5538300335078, 8.3008695652174, 36.5768643750374, 8.51565217391305, 36.4103428492944, 9.98130434782609, 35.8222744095558, 12.955652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1005, '2021-05-09 00:00:00', 0.167657659858088, 0.440000000000003, 0.236481955791596, 0.646521739130436, 0.391355200911693, 0.890434782608695, 0.884049924367796, 2.46478260869565, 2.23358376666015, 5.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1020, '2021-05-09 00:00:00', 0.187430092369639, 0.471304347826089, 0.296716550705299, 0.639565217391305, 0.395749151994477, 0.890869565217391, 0.876778373481882, 2.44695652173913, 2.23755318792084, 5.51521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1035, '2021-05-09 00:00:00', 0.222421101168614, 0.425652173913042, 0.297966096169353, 0.627391304347825, 0.335919480282407, 0.793478260869563, 0.887460515182454, 2.4204347826087, 2.21347267090021, 5.51608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1050, '2021-05-09 00:00:00', 0.165844348188557, 0.410434782608697, 0.198482384399716, 0.549565217391304, 0.25339512802951, 0.710000000000002, 0.890997575665556, 2.41695652173913, 2.19601498587369, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1065, '2021-05-09 00:00:00', 0.133907525167345, 0.356956521739128, 0.149360957589909, 0.482173913043477, 0.644746173667205, 1.62391304347826, 0.903935182537581, 2.44521739130435, 2.1896509188099, 5.49565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1080, '2021-05-09 00:00:00', 0.137540507867126, 0.370869565217393, 0.173111492780825, 0.493043478260873, 0.634219821992893, 1.76565217391304, 0.998487195632421, 2.47304347826087, 2.17998694560402, 5.49391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1095, '2021-05-09 00:00:00', 0.109663516980452, 0.264782608695652, 0.618125113651342, 1.51173913043478, 0.632413971090173, 1.83739130434783, 1.09503514842428, 2.46739130434782, 2.1627547943295, 5.50086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 600, '2021-05-09 00:00:00', 0.399518941497626, 1.09076923076923, 0.402263786396631, 1.33807692307692, 0.545630052183853, 1.61807692307692, 0.971113555904528, 2.22846153846154, 2.05053842835335, 5.39038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 615, '2021-05-09 00:00:00', 0.277374503847445, 0.726153846153844, 0.424226354674009, 0.929999999999997, 0.524634524803111, 1.16423076923077, 0.894955091266938, 1.89615384615384, 2.11857441183016, 5.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 630, '2021-05-09 00:00:00', 0.306516155930079, 0.611923076923076, 0.404577082129741, 0.818846153846156, 0.510562886957583, 1.06769230769231, 0.787855219030658, 1.75961538461539, 2.07436500014972, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 645, '2021-05-09 00:00:00', 0.229576533241935, 0.455769230769234, 0.2470306738973, 0.621923076923079, 0.43431147986032, 0.927692307692308, 0.71305550544551, 1.62192307692308, 2.07944656098684, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 660, '2021-05-09 00:00:00', 0.114165871230621, 0.395384615384618, 0.225427115971851, 0.62576923076923, 0.383960735172033, 0.924615384615383, 0.651515157152926, 1.56, 2.10015856544214, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 675, '2021-05-09 00:00:00', 0.187281770438187, 0.457692307692306, 0.239670286339058, 0.644615384615383, 0.356538270682878, 0.906538461538461, 0.6032283659929, 1.56730769230769, 2.12603422796095, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 690, '2021-05-09 00:00:00', 0.186567785165441, 0.446538461538461, 0.248511878682194, 0.693076923076923, 0.266446992852236, 0.815000000000002, 0.548532167207667, 1.52653846153846, 2.12860748992242, 5.04538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 705, '2021-05-09 00:00:00', 0.200341247337175, 0.456153846153846, 0.224747379551762, 0.570769230769233, 0.292454861737407, 0.764615384615386, 0.554056509197947, 1.51115384615384, 2.1941549275641, 5.05961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 720, '2021-05-09 00:00:00', 0.117109416293547, 0.311153846153845, 0.185508863565972, 0.471538461538462, 0.288124171949421, 0.703461538461538, 0.545791309793546, 1.45192307692307, 2.19337590169899, 5.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 735, '2021-05-09 00:00:00', 0.131748011224223, 0.331538461538458, 0.211057775538796, 0.515769230769227, 0.31564634543206, 0.776153846153842, 0.529442667775783, 1.45846153846154, 2.21180483211892, 5.10384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 750, '2021-05-09 00:00:00', 0.169281286166409, 0.388076923076922, 0.2248363507429, 0.550769230769231, 0.441221556067313, 0.807307692307691, 0.542446877937936, 1.47615384615385, 2.21143785456779, 5.10423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 765, '2021-05-09 00:00:00', 0.191316089636618, 0.355384615384616, 0.318206754267629, 0.563461538461539, 0.475799731626014, 0.765769230769231, 0.511746481705991, 1.45269230769231, 2.21178619080736, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 780, '2021-05-09 00:00:00', 0.170169146620468, 0.371538461538461, 0.298185538523612, 0.531153846153846, 0.394633422889571, 0.716538461538463, 0.62843407340419, 1.48576923076923, 2.21360009591059, 5.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 795, '2021-05-09 00:00:00', 0.179002363542625, 0.325384615384615, 0.252003968222725, 0.485, 0.34222889326387, 0.736153846153844, 0.682963677376319, 1.55923076923077, 2.21960235523947, 5.11884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 810, '2021-05-09 00:00:00', 0.142886722212441, 0.303846153846154, 0.332102162223982, 0.509615384615385, 0.370851203833309, 0.721153846153847, 0.687647159075506, 1.59884615384615, 2.22526541200059, 5.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 825, '2021-05-09 00:00:00', 0.311014469116789, 0.385000000000003, 0.301243831727463, 0.549615384615385, 0.386335844331566, 0.739230769230774, 0.716906280754058, 1.63115384615384, 2.2279513873995, 5.12076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 840, '2021-05-09 00:00:00', 0.179269028600547, 0.324230769230771, 0.211734231090265, 0.450769230769232, 0.312081103857019, 0.688846153846158, 0.737762521724666, 1.65846153846154, 2.22828419676182, 5.1276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 855, '2021-05-09 00:00:00', 0.11712189573918, 0.301538461538462, 0.297876587764906, 0.522307692307695, 0.392668386222346, 0.727307692307693, 0.740245801172724, 1.67038461538462, 2.23298713351903, 5.13653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 870, '2021-05-09 00:00:00', 0.213214590350806, 0.352692307692308, 0.214910356982771, 0.452307692307693, 0.360751352681503, 0.668461538461537, 0.749474585190289, 1.64192307692308, 2.23800189042334, 5.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 885, '2021-05-09 00:00:00', 0.132100195073518, 0.272307692307692, 0.348497434048604, 0.467692307692308, 0.475632857763855, 0.678846153846154, 1.32128631963762, 2.68846153846154, 2.23473268062338, 5.15307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 900, '2021-05-09 00:00:00', 0.3405633342205, 0.350769230769228, 0.35435944376383, 0.458846153846151, 0.502349097127301, 0.688846153846151, 1.29106759639515, 2.81346153846154, 2.22306264834384, 5.14653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 915, '2021-05-09 00:00:00', 0.107136146309979, 0.273076923076924, 0.197853092353508, 0.464615384615386, 0.24346757800262, 0.622692307692309, 1.25535260140175, 2.78692307692307, 2.17136330801287, 5.09115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 930, '2021-05-09 00:00:00', 0.137178154798224, 0.335384615384616, 0.192462983453963, 0.445, 0.284070684594792, 0.658076923076924, 1.24248838409676, 2.80423076923077, 2.17067366359989, 5.08192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 945, '2021-05-09 00:00:00', 0.186070292755601, 0.326923076923073, 0.16606439900046, 0.464230769230768, 0.293891921526366, 0.817307692307691, 1.23323495796156, 2.88730769230769, 2.17475289489315, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 960, '2021-05-09 00:00:00', 0.135762802201259, 0.323461538461536, 0.222840750312864, 0.484999999999997, 0.377220604706829, 0.960769230769227, 1.24580681302705, 2.91115384615384, 2.17612089596285, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 975, '2021-05-09 00:00:00', 0.189384834093481, 0.348846153846152, 0.233139443252316, 0.644999999999999, 0.476529279106914, 1.05192307692307, 1.22524446540272, 2.88, 2.1602777955268, 5.07807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 990, '2021-05-09 00:00:00', 0.127025739366233, 0.496538461538459, 0.296700833526611, 0.739230769230765, 0.464797226259435, 1.02730769230769, 1.22812452387934, 2.84461538461538, 2.14624168830432, 5.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1005, '2021-05-09 00:00:00', 0.176929364436772, 0.459999999999998, 0.358692711855791, 0.707307692307692, 0.408401197918835, 0.913461538461537, 1.18412999546243, 2.73961538461538, 2.12139667345686, 4.98961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1020, '2021-05-09 00:00:00', 0.208158223843899, 0.474615384615383, 0.226896113130761, 0.615384615384617, 0.329353912987228, 0.845, 1.21713541374188, 2.65884615384615, 2.12216902828577, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1035, '2021-05-09 00:00:00', 0.160236843933742, 0.390384615384617, 0.184000418059728, 0.541923076923077, 0.229827025256957, 0.737307692307692, 1.20014742684132, 2.60461538461538, 2.11739477079372, 5.00615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1050, '2021-05-09 00:00:00', 0.148317746228003, 0.363076923076922, 0.218161901771633, 0.541153846153845, 0.243863770293046, 0.691538461538462, 1.26958969750073, 2.615, 2.12604338185712, 4.99269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1065, '2021-05-09 00:00:00', 0.151850635114298, 0.371153846153846, 0.194566184112245, 0.520000000000001, 1.16774575736594, 2.07307692307692, 1.28779913627266, 2.59115384615385, 2.12406272542466, 4.98230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1080, '2021-05-09 00:00:00', 0.158913619496689, 0.368461538461539, 0.196592511008472, 0.473846153846153, 1.15736703838431, 2.19230769230769, 1.3018112825539, 2.56615384615385, 2.12118965169584, 4.96153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1095, '2021-05-09 00:00:00', 0.10860301738265, 0.261153846153845, 1.1552696654894, 1.96, 1.12956118096297, 2.18730769230769, 1.30902177216424, 2.525, 2.12291211456194, 4.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 600, '2021-05-09 00:00:00', 0.548469338600269, 1.22115384615385, 0.651097653079902, 1.44192307692308, 0.606313069677325, 1.61653846153846, 0.816113114331965, 2.01615384615384, 1.85147874372393, 4.68153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 615, '2021-05-09 00:00:00', 0.27841419061977, 0.702307692307694, 0.375438205506378, 0.964615384615383, 0.39311849847871, 1.25692307692308, 0.90003076870482, 1.75923076923077, 1.84285768890017, 4.56730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 630, '2021-05-09 00:00:00', 0.325366538868683, 0.65076923076923, 0.344827270026379, 0.855384615384615, 0.461546730695153, 1.19423076923077, 0.913564110840274, 1.64923076923077, 1.85019500011797, 4.53846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 645, '2021-05-09 00:00:00', 0.202261065115206, 0.528461538461539, 0.299887414771709, 0.827307692307693, 0.402427442098379, 1.02961538461538, 0.865731260487116, 1.52115384615384, 1.79798558221309, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 660, '2021-05-09 00:00:00', 0.252768364622327, 0.540384615384616, 0.360177093193806, 0.733461538461538, 0.401436650812284, 0.960769230769229, 0.82197360990765, 1.45384615384615, 1.79911978478366, 4.42 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 675, '2021-05-09 00:00:00', 0.215233683380505, 0.44846153846154, 0.251619064949688, 0.551923076923076, 0.42152981462215, 0.84076923076923, 0.81536976038718, 1.41038461538461, 1.77177915796958, 4.37576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 690, '2021-05-09 00:00:00', 0.188712642762645, 0.372692307692305, 0.315683629360399, 0.648076923076921, 0.492333376733851, 0.828076923076923, 0.806801186071361, 1.39807692307692, 1.79264668963133, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 705, '2021-05-09 00:00:00', 0.240015384122318, 0.440769230769228, 0.34039886106652, 0.590769230769229, 0.459751939804331, 0.800384615384614, 0.799882395201846, 1.40961538461538, 2.32859445886272, 5.01192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 720, '2021-05-09 00:00:00', 0.158721817607457, 0.343846153846154, 0.263400543192013, 0.529615384615384, 0.327989915417207, 0.734230769230769, 0.686084094419468, 1.41076923076923, 2.30199047648902, 4.99192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 735, '2021-05-09 00:00:00', 0.168856789572155, 0.403846153846153, 0.273966870540665, 0.564615384615382, 0.359727460939314, 0.760384615384613, 0.72726600783609, 1.43038461538461, 2.28474273926308, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 750, '2021-05-09 00:00:00', 0.237496234787967, 0.382692307692306, 0.28012524671324, 0.543076923076922, 0.334678720796299, 0.724615384615382, 0.678468977806763, 1.41192307692308, 2.28166474312069, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 765, '2021-05-09 00:00:00', 0.154047445238847, 0.358846153846154, 0.196265518739673, 0.508076923076923, 0.240969835328953, 0.672307692307691, 0.660022843427525, 1.53692307692308, 2.269549633399, 4.97346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 780, '2021-05-09 00:00:00', 0.180190070587869, 0.342692307692309, 0.193984932008013, 0.483076923076924, 0.285084872652662, 0.734230769230773, 0.740569115872797, 1.59884615384615, 2.30512636062788, 5.00346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 795, '2021-05-09 00:00:00', 0.163754036943778, 0.340769230769228, 0.188585422391184, 0.462692307692304, 0.489323551917887, 0.771538461538462, 0.716309881373866, 1.64038461538462, 2.32469872324268, 5.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 810, '2021-05-09 00:00:00', 0.109227356393053, 0.298846153846152, 0.212669841628901, 0.492692307692306, 0.480148054089729, 0.703076923076921, 0.694580891894251, 1.64115384615385, 2.34570297811519, 5.03769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 825, '2021-05-09 00:00:00', 0.210764177367831, 0.378461538461538, 0.467317220542305, 0.565769230769231, 0.45306087212002, 0.738076923076924, 0.660021095233965, 1.63961538461538, 2.33581795918721, 5.05153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 840, '2021-05-09 00:00:00', 0.338691600132038, 0.350000000000001, 0.342925872232112, 0.463076923076922, 0.339384964083788, 0.643076923076923, 0.58586687907749, 1.62, 2.37629799348612, 5.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 855, '2021-05-09 00:00:00', 0.105798793071493, 0.274230769230769, 0.167745228064653, 0.442307692307693, 0.258441780380328, 0.658076923076924, 0.586776461171216, 1.60884615384615, 2.37865391798354, 5.05230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 870, '2021-05-09 00:00:00', 0.164578716261104, 0.316923076923078, 0.185492691127004, 0.426538461538463, 0.250727249907452, 0.678076923076923, 0.591785824043177, 1.58769230769231, 2.43494343639879, 5.06846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 885, '2021-05-09 00:00:00', 0.138377966231844, 0.27269230769231, 0.174707227625579, 0.468846153846153, 0.324478279467446, 0.723076923076921, 0.938165476628968, 2.20769230769231, 2.3771843719959, 5.09846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 900, '2021-05-09 00:00:00', 0.145925165225718, 0.363076923076924, 0.193432556324299, 0.491923076923078, 0.348619475161011, 0.846538461538459, 0.979406727800834, 2.37846153846154, 2.34203543952691, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 915, '2021-05-09 00:00:00', 0.132670209977163, 0.28423076923077, 0.272356101737866, 0.514615384615383, 0.329052953419123, 0.809615384615382, 1.06124288527107, 2.44269230769231, 2.32106530581243, 5.10192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 930, '2021-05-09 00:00:00', 0.2450670237993, 0.364615384615382, 0.278810660871107, 0.589230769230764, 0.36193667104364, 0.843076923076919, 1.04085800405982, 2.48576923076923, 2.31565099668787, 5.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 945, '2021-05-09 00:00:00', 0.18893385085791, 0.4, 0.254698615260046, 0.579230769230768, 0.345852792161859, 0.97307692307692, 1.04021417912925, 2.48846153846154, 2.30933103866766, 5.06538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 960, '2021-05-09 00:00:00', 0.207242704242005, 0.401538461538463, 0.326358934068232, 0.613076923076923, 0.432594498346892, 0.965000000000001, 1.01637424966624, 2.48615384615385, 2.35164652629075, 5.07423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 975, '2021-05-09 00:00:00', 0.248978219622028, 0.433076923076921, 0.316963477634014, 0.735384615384615, 0.394360436461562, 1.03807692307693, 1.03261438181853, 2.48730769230769, 2.38873574543909, 5.18769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 990, '2021-05-09 00:00:00', 0.222107735466024, 0.590384615384615, 0.357319938516644, 0.771538461538462, 0.329110923550098, 0.985000000000002, 1.00762088413939, 2.47038461538462, 2.36025842783239, 5.18038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1005, '2021-05-09 00:00:00', 0.195453319235057, 0.454999999999997, 0.219826854942352, 0.659615384615385, 0.264722786790547, 0.866923076923078, 0.962780348781586, 2.385, 2.35208516329333, 5.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1020, '2021-05-09 00:00:00', 0.2005638206503, 0.444615384615389, 0.235896978817838, 0.630769230769233, 0.249404521580132, 0.828846153846155, 0.951438182639635, 2.33115384615385, 2.45935767098772, 5.13192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1035, '2021-05-09 00:00:00', 0.179332094171682, 0.439999999999997, 0.200181456145708, 0.616153846153844, 0.252983429071183, 0.796153846153844, 0.947838675010759, 2.32307692307692, 2.46195257093601, 5.12769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1050, '2021-05-09 00:00:00', 0.188304172918343, 0.427692307692309, 0.247391623513437, 0.568846153846152, 0.257635699867379, 0.688076923076924, 0.97707451884931, 2.30115384615385, 2.45882298296125, 5.12230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1065, '2021-05-09 00:00:00', 0.212353841138209, 0.396923076923075, 0.229058608556509, 0.519615384615383, 0.847873720641133, 1.54461538461538, 0.943555713572538, 2.28423076923077, 2.45311996006341, 5.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1080, '2021-05-09 00:00:00', 0.125467740260805, 0.373076923076921, 0.119764512529955, 0.433461538461538, 0.890655160757861, 1.74115384615384, 0.938252385268236, 2.25846153846154, 2.47839330708735, 5.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1095, '2021-05-09 00:00:00', 0.090953919017353, 0.243846153846155, 0.811665808455292, 1.43576923076923, 0.889895758804626, 1.80769230769231, 0.928043185334688, 2.24192307692308, 2.46192782497469, 5.14384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 4, 600, '2021-05-09 00:00:00', 0.394850117620111, 0.988846153846153, 0.559939694555101, 1.28269230769231, 0.64942590031504, 1.585, 0.691941749438047, 2.02076923076923, 2.21891491153117, 5.01923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 615, '2021-05-09 00:00:00', 0.256681784436567, 0.708461538461539, 0.322046341624692, 0.934615384615385, 0.443308713409309, 1.24884615384615, 0.519695917007097, 1.70038461538461, 2.1926818142315, 4.89846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 630, '2021-05-09 00:00:00', 0.202282361678306, 0.563076923076924, 0.25902539228067, 0.856923076923077, 0.387154510996082, 1.07384615384616, 0.472029497122634, 1.58961538461539, 2.27698427412562, 4.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 645, '2021-05-09 00:00:00', 0.217278622970601, 0.565000000000001, 0.245849234600896, 0.735384615384618, 0.354355102208984, 0.93346153846154, 0.676187957483832, 1.63307692307693, 2.36299187797686, 4.83115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 660, '2021-05-09 00:00:00', 0.228828790550084, 0.468846153846156, 0.311397099932148, 0.658076923076926, 0.323172733046297, 0.856153846153848, 0.713490337382687, 1.60269230769231, 2.38667145107671, 4.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 675, '2021-05-09 00:00:00', 0.200158783123642, 0.456538461538461, 0.19016470593834, 0.648846153846154, 0.254073581104734, 0.81423076923077, 0.726157007815802, 1.57, 2.40201594819531, 4.79615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 690, '2021-05-09 00:00:00', 0.184132059632796, 0.393846153846154, 0.167117185968869, 0.558076923076924, 0.270781490107089, 0.761153846153846, 0.735076866728914, 1.555, 2.40998924351254, 4.77807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 705, '2021-05-09 00:00:00', 0.161338630978922, 0.416923076923079, 0.224998119650261, 0.551923076923078, 0.245075812446177, 0.783076923076923, 0.812647809040583, 1.64269230769231, 2.40939162445627, 4.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 720, '2021-05-09 00:00:00', 0.13856239916203, 0.32653846153846, 0.209565117473153, 0.491538461538461, 0.282505547937356, 0.735769230769231, 0.869777778869628, 1.66576923076923, 2.37829195335321, 4.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 735, '2021-05-09 00:00:00', 0.125067366462422, 0.345384615384618, 0.194591880611702, 0.545000000000001, 0.286025281292514, 0.752307692307693, 0.970186342133064, 1.71153846153846, 2.36981557218148, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 750, '2021-05-09 00:00:00', 0.161531611576375, 0.392692307692306, 0.213911556130459, 0.546923076923078, 0.29362587393851, 0.731923076923077, 0.98956626085138, 1.74576923076923, 2.36230060615624, 4.90807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 765, '2021-05-09 00:00:00', 0.162211637636197, 0.366153846153849, 0.178928864249286, 0.506538461538462, 0.308927922885683, 0.712692307692309, 0.969774279843591, 1.81307692307692, 2.36146851312092, 4.90153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 780, '2021-05-09 00:00:00', 0.184549347163465, 0.382307692307691, 0.266832128154359, 0.560769230769231, 0.406273307023734, 0.765000000000001, 0.934659213913737, 1.87038461538462, 2.38303584659439, 4.93038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 795, '2021-05-09 00:00:00', 0.190353921379664, 0.338846153846154, 0.23751178108432, 0.479615384615385, 0.363417115722417, 0.699999999999999, 0.90500522735422, 1.89230769230769, 2.35243915968086, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 810, '2021-05-09 00:00:00', 0.130112968667171, 0.324230769230768, 0.202559013243433, 0.496923076923076, 0.304165187913513, 0.727307692307692, 0.892255310133562, 1.89653846153846, 2.34627862467683, 4.96923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 825, '2021-05-09 00:00:00', 0.130117107016954, 0.362307692307691, 0.199081351751955, 0.494230769230767, 0.666334635265082, 0.864615384615384, 0.897419977148167, 1.90115384615385, 2.34009562592248, 4.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 840, '2021-05-09 00:00:00', 0.160108136534703, 0.308846153846154, 0.250008307554277, 0.471923076923076, 0.745632307817691, 0.826538461538461, 0.913363016549279, 1.91, 2.33031701375915, 4.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 855, '2021-05-09 00:00:00', 0.14025032565436, 0.293076923076922, 0.672714363890513, 0.606153846153845, 0.71689340480029, 0.791923076923075, 0.916410472357314, 1.89807692307692, 2.32528459796612, 4.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 870, '2021-05-09 00:00:00', 0.195936990759343, 0.304999999999996, 0.219742932814095, 0.454999999999996, 0.338968757912262, 0.729583333333332, 0.583750834030996, 1.70541666666667, 2.20952348295716, 4.76125 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 885, '2021-05-09 00:00:00', 0.19111751828941, 0.32958333333333, 0.225166202704982, 0.470416666666665, 0.423246382146383, 0.816249999999998, 0.759235766593857, 2.05708333333333, 2.19397755230084, 4.81375 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 900, '2021-05-09 00:00:00', 0.130606167597446, 0.29833333333333, 0.248047447541561, 0.496666666666661, 0.429801942928282, 0.824166666666662, 0.762774184488264, 2.15625, 2.1963038367854, 4.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 915, '2021-05-09 00:00:00', 0.176583929217726, 0.330833333333331, 0.329122680972362, 0.58, 0.490686446119919, 0.865833333333335, 0.814712094608549, 2.21083333333334, 2.19207362453051, 4.82958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 930, '2021-05-09 00:00:00', 0.274953223953311, 0.395833333333333, 0.372020530834414, 0.569166666666666, 0.557121874107177, 0.922499999999999, 0.832852506210703, 2.23791666666667, 2.18247462093251, 4.84041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 945, '2021-05-09 00:00:00', 0.228986028939052, 0.354583333333332, 0.333860814529439, 0.562500000000002, 0.513555205674487, 0.99208333333333, 0.770753442785186, 2.255, 2.17305435214845, 4.815 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 960, '2021-05-09 00:00:00', 0.251797883059097, 0.367500000000003, 0.428641052833151, 0.638749999999999, 0.45615576255282, 0.994583333333332, 0.763158838672187, 2.25125, 2.15396192927211, 4.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 975, '2021-05-09 00:00:00', 0.204105950747241, 0.413749999999997, 0.258246245255194, 0.680416666666665, 0.328275853866659, 0.965416666666666, 0.677075981008021, 2.17833333333333, 1.97086160625613, 4.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 990, '2021-05-09 00:00:00', 0.17650389000927, 0.541666666666664, 0.248524632086287, 0.764166666666663, 0.342845879516509, 0.95958333333333, 0.676403398846441, 2.14458333333333, 1.98143996826199, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1005, '2021-05-09 00:00:00', 0.191780369550503, 0.483333333333333, 0.219422413741561, 0.63375, 0.307408228322824, 0.862916666666665, 0.673693582779487, 2.1175, 2.00698774755617, 4.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1020, '2021-05-09 00:00:00', 0.163480597616665, 0.447083333333335, 0.252843252124567, 0.610833333333335, 0.279575247188625, 0.811666666666669, 0.669340471409481, 2.14416666666667, 2.0102582933039, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1035, '2021-05-09 00:00:00', 0.131413028494024, 0.367916666666665, 0.174428674015599, 0.535833333333331, 0.224071352507394, 0.739166666666666, 0.688579587140144, 2.15125, 2.01920327952833, 4.66583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1050, '2021-05-09 00:00:00', 0.157920705657501, 0.362083333333331, 0.202618725260251, 0.5025, 0.251542703897484, 0.667083333333331, 0.684593262297118, 2.20375, 2.00833679114502, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1065, '2021-05-09 00:00:00', 0.149404615492413, 0.365, 0.19418680308598, 0.517083333333332, 0.594737641585634, 1.55458333333333, 0.643684902435339, 2.22208333333333, 1.98387028415364, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1080, '2021-05-09 00:00:00', 0.149171018477529, 0.344583333333333, 0.158237003495901, 0.449583333333332, 0.608975737838019, 1.66916666666667, 0.694675401207988, 2.235, 1.97669240457863, 4.67458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1095, '2021-05-09 00:00:00', 0.112009801589743, 0.263750000000001, 0.618511390824541, 1.40541666666666, 0.652139733403861, 1.67083333333333, 0.717718683535305, 2.20375, 1.96622495653731, 4.66666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 600, '2021-05-09 00:00:00', 0.357469697988846, 0.908695652173911, 0.399817151884098, 1.21086956521739, 0.487432168180432, 1.41086956521739, 0.598197886541276, 1.98043478260869, 1.99117787454141, 4.57434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 615, '2021-05-09 00:00:00', 0.224269565355321, 0.618260869565217, 0.285798928738343, 0.819130434782609, 0.415951692239234, 1.13608695652174, 0.424399133488665, 1.76347826086957, 1.91160911462428, 4.42304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 630, '2021-05-09 00:00:00', 0.182194570885301, 0.513043478260871, 0.244368185893091, 0.693913043478265, 0.294868497520573, 0.997391304347828, 0.425295990860361, 1.69304347826087, 1.85432471754619, 4.39739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 645, '2021-05-09 00:00:00', 0.161517017789374, 0.471739130434789, 0.201707141051053, 0.756956521739132, 0.233963951143724, 0.921304347826087, 0.454431843509295, 1.64086956521739, 1.74051886770979, 4.41173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 660, '2021-05-09 00:00:00', 0.154617978798035, 0.513913043478259, 0.208846824365205, 0.644782608695648, 0.220838323706262, 0.781739130434779, 0.50499090118207, 1.58608695652174, 1.72756391346277, 4.3804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 675, '2021-05-09 00:00:00', 0.139891262119515, 0.371739130434784, 0.215215674525035, 0.542173913043475, 0.273160393890683, 0.704347826086955, 0.530665180313199, 1.55347826086956, 1.70000174377962, 4.36173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 690, '2021-05-09 00:00:00', 0.154122532229106, 0.390869565217387, 0.228638347770331, 0.541304347826083, 0.236709992508467, 0.770434782608692, 0.536901887092641, 1.55, 1.69173368053302, 4.35086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 705, '2021-05-09 00:00:00', 0.136010346037532, 0.345217391304348, 0.17905880412861, 0.475652173913043, 0.240159696539398, 0.783043478260868, 0.517466846048029, 1.50913043478261, 1.88571140683866, 4.87434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 720, '2021-05-09 00:00:00', 0.108372801161643, 0.320869565217388, 0.142688748860525, 0.533478260869565, 0.26251820941923, 0.796086956521737, 0.530830879777073, 1.49217391304348, 1.87161562808407, 4.94782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 735, '2021-05-09 00:00:00', 0.132320427947362, 0.377826086956521, 0.238783147027481, 0.54086956521739, 0.284427168584945, 0.744782608695649, 0.506359556046889, 1.45, 1.87211427474594, 4.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 750, '2021-05-09 00:00:00', 0.146418372894078, 0.337391304347824, 0.179078669752919, 0.503478260869563, 0.225998880685602, 0.738695652173912, 0.511950080940999, 1.39739130434782, 1.85924343914613, 4.93043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 765, '2021-05-09 00:00:00', 0.113555544382825, 0.336956521739129, 0.174198333196782, 0.522173913043477, 0.270464393483305, 0.736521739130435, 0.517334304496322, 1.40565217391304, 1.88907834566157, 4.93478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 780, '2021-05-09 00:00:00', 0.104355730925879, 0.350869565217391, 0.150687489087805, 0.493913043478261, 0.264170713758933, 0.669565217391306, 0.488692293885185, 1.38739130434783, 1.89064923913838, 4.93 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 795, '2021-05-09 00:00:00', 0.104255311425717, 0.336521739130433, 0.206602480576195, 0.478695652173911, 0.288376949186539, 0.67391304347826, 0.468555091230244, 1.39565217391305, 1.90087258931011, 4.91434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 810, '2021-05-09 00:00:00', 0.160062981675233, 0.312608695652172, 0.196462791536968, 0.436086956521737, 0.225984888787887, 0.626521739130432, 0.475575789980744, 1.41217391304348, 1.89784139913866, 4.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 825, '2021-05-09 00:00:00', 0.113196460789101, 0.290434782608695, 0.184581569316184, 0.443913043478259, 0.211562042965451, 0.593043478260865, 0.44833861074128, 1.43565217391304, 1.89513783953306, 4.87739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 840, '2021-05-09 00:00:00', 0.126092067498974, 0.299130434782609, 0.133786450095847, 0.414782608695652, 0.240771979775593, 0.604347826086957, 0.436634632583743, 1.4295652173913, 1.90655318816144, 4.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 855, '2021-05-09 00:00:00', 0.116396827035244, 0.268695652173915, 0.18234853479612, 0.386521739130435, 0.344580285452506, 0.58913043478261, 0.422938618594723, 1.4204347826087, 1.91190993635765, 4.86217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 870, '2021-05-09 00:00:00', 0.115756661765461, 0.26217391304348, 0.215727466774514, 0.427391304347829, 0.312961122236649, 0.62086956521739, 0.41495749579946, 1.47478260869565, 1.91734242541195, 4.85260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 885, '2021-05-09 00:00:00', 0.178596858720034, 0.271739130434786, 0.252216263310399, 0.416956521739134, 0.331694058759878, 0.678695652173912, 1.20559466572465, 2.42304347826087, 1.94037403182975, 4.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 900, '2021-05-09 00:00:00', 0.201197010798251, 0.295652173913047, 0.198560033633467, 0.444782608695654, 0.304271955534687, 0.692173913043479, 1.19345464601503, 2.45608695652174, 1.94189997015067, 4.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 915, '2021-05-09 00:00:00', 0.124278152901215, 0.312173913043475, 0.24115089662017, 0.520869565217385, 0.283399046862981, 0.698260869565214, 1.19744210253891, 2.47304347826087, 1.94899092164336, 4.81739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 930, '2021-05-09 00:00:00', 0.20108401877995, 0.385652173913039, 0.256389494953533, 0.509130434782606, 0.26448249118286, 0.663478260869565, 1.18691249248718, 2.48608695652174, 1.96549373253853, 4.80260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 945, '2021-05-09 00:00:00', 0.163751716039644, 0.326521739130435, 0.182116454945883, 0.448695652173913, 0.258238943187614, 0.716521739130436, 1.21037739516862, 2.4804347826087, 2.16033630817678, 4.87565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 960, '2021-05-09 00:00:00', 0.140111474535252, 0.323043478260872, 0.179054389246121, 0.431739130434784, 0.32889562480491, 0.742173913043484, 1.2325283310969, 2.50478260869565, 2.14718180956345, 4.87521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 975, '2021-05-09 00:00:00', 0.138156982373878, 0.313478260869566, 0.19185592420401, 0.58217391304348, 0.329190527145081, 0.811304347826088, 1.24381982096909, 2.53826086956522, 2.13133046832663, 4.88173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 990, '2021-05-09 00:00:00', 0.194623382124465, 0.493478260869568, 0.277056807005894, 0.628260869565221, 0.330863046790095, 0.883913043478262, 1.26446883034929, 2.57217391304348, 2.12515091303231, 4.87869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1005, '2021-05-09 00:00:00', 0.169963958048679, 0.38826086956522, 0.266129481992827, 0.57608695652174, 0.313792308140627, 0.852608695652174, 1.25486688899298, 2.55, 2.16608698032284, 4.82652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1020, '2021-05-09 00:00:00', 0.169832514566414, 0.403913043478261, 0.240012351460826, 0.631739130434783, 0.278930056258887, 0.792608695652176, 1.33738122371649, 2.56391304347826, 2.1674832858563, 4.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1035, '2021-05-09 00:00:00', 0.18911171594251, 0.427826086956523, 0.238422848203469, 0.59, 0.337822017362722, 0.733478260869566, 1.33289025905652, 2.55652173913043, 2.15881381205023, 4.79043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1050, '2021-05-09 00:00:00', 0.133403308383812, 0.363478260869565, 0.195190187986401, 0.489130434782611, 0.426439899801007, 0.753478260869563, 1.3892899201439, 2.55913043478261, 2.13761641848326, 4.79695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1065, '2021-05-09 00:00:00', 0.116325493995772, 0.279565217391307, 0.215560671649665, 0.418695652173913, 1.1764747703948, 2.00739130434783, 1.3749873157877, 2.51913043478261, 2.13407939441345, 4.75695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1080, '2021-05-09 00:00:00', 0.123798574129595, 0.315217391304347, 0.258204502705494, 0.568260869565213, 1.1549929418192, 2.08217391304348, 1.37940197273005, 2.5204347826087, 2.14367356741561, 4.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1095, '2021-05-09 00:00:00', 0.167702446827519, 0.298260869565216, 1.23086251451747, 1.8995652173913, 1.17207663416845, 2.05, 1.39146821539926, 2.48739130434782, 2.12089147115336, 4.76478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 600, '2021-05-09 00:00:00', 0.516661988527904, 1.16590909090909, 0.51315444963236, 1.31681818181818, 0.431088424151278, 1.42090909090909, 0.887435626590454, 2.01090909090909, 1.92431041226996, 4.84909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 615, '2021-05-09 00:00:00', 0.231283357252507, 0.685909090909089, 0.291704944921705, 0.891818181818181, 0.430007550522654, 1.16727272727273, 0.822148094431587, 1.84681818181818, 1.91706869489656, 4.83 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 630, '2021-05-09 00:00:00', 0.263560781821358, 0.555000000000002, 0.294384676337503, 0.763636363636366, 0.478966464858318, 1.12772727272727, 0.944772814488048, 1.83636363636364, 1.87871767080104, 4.80090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 645, '2021-05-09 00:00:00', 0.257967832485765, 0.499545454545454, 0.417474627893801, 0.777727272727272, 0.679191650936097, 1.13818181818182, 1.02429967628611, 1.85772727272727, 1.87263438070797, 4.795 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 660, '2021-05-09 00:00:00', 0.292391245923408, 0.594545454545454, 0.376444979393838, 0.808181818181816, 0.507107919045289, 1.13181818181818, 0.886188882761873, 1.78545454545454, 1.80482764103745, 4.74136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 675, '2021-05-09 00:00:00', 0.198653475839723, 0.441818181818182, 0.334854429831068, 0.693181818181819, 0.383258980178476, 0.887272727272727, 0.861985149679733, 1.64227272727273, 1.79663038378258, 4.75045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 690, '2021-05-09 00:00:00', 0.232060691419645, 0.479545454545456, 0.283984101134143, 0.647727272727273, 0.392178122354724, 0.813181818181818, 0.972577242951163, 1.59727272727273, 1.79593359820944, 4.75181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 705, '2021-05-09 00:00:00', 0.157321327225523, 0.405, 0.153916405039425, 0.500454545454544, 0.311148201767585, 0.793181818181821, 0.977581608289452, 1.61090909090909, 2.1083002837784, 5.1140909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 720, '2021-05-09 00:00:00', 0.107433660190799, 0.299090909090906, 0.270809672626143, 0.510454545454543, 0.486653249533364, 0.788636363636364, 0.989408958206908, 1.59409090909091, 2.0956426139416, 5.19318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 735, '2021-05-09 00:00:00', 0.290724203964105, 0.395909090909091, 0.332900476528235, 0.576818181818186, 0.483471393925834, 0.772727272727274, 0.95855139623328, 1.61272727272728, 2.12664278237073, 5.27999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 750, '2021-05-09 00:00:00', 0.221072259053333, 0.375909090909091, 0.334981100455438, 0.551363636363637, 0.342028896781788, 0.748636363636362, 0.931264094579409, 1.63363636363637, 2.10895662637904, 5.35136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 765, '2021-05-09 00:00:00', 0.313304203306504, 0.374999999999997, 0.317546056243024, 0.485454545454543, 0.484619947491324, 0.787727272727272, 0.864348339472026, 1.61863636363636, 2.15349670349134, 5.38363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 780, '2021-05-09 00:00:00', 0.186103820580428, 0.32181818181818, 0.289454255857063, 0.488636363636362, 0.613543571627732, 0.855000000000001, 0.856791684916461, 1.63590909090909, 2.16408104128444, 5.40909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 795, '2021-05-09 00:00:00', 0.165008198668144, 0.319090909090908, 0.345298979554507, 0.548636363636367, 0.545000099289078, 0.788181818181822, 0.827332462997194, 1.63863636363636, 2.18604666006927, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 810, '2021-05-09 00:00:00', 0.256373729499511, 0.406818181818183, 0.422492347326888, 0.580454545454547, 0.547264151893811, 0.791363636363637, 0.810490204934256, 1.68090909090909, 2.20133646930274, 5.42181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 825, '2021-05-09 00:00:00', 0.31770960630644, 0.36818181818182, 0.336075195152122, 0.556818181818182, 0.465684805058461, 0.776363636363636, 0.874902220881793, 1.72590909090909, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 840, '2021-05-09 00:00:00', 0.164909131478585, 0.330454545454544, 0.285726839551042, 0.502727272727271, 0.386293576535682, 0.726818181818182, 0.74406628201702, 1.68818181818182, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 855, '2021-05-09 00:00:00', 0.248833207928456, 0.346818181818178, 0.303725781996446, 0.482727272727268, 0.432346111550876, 0.702272727272725, 0.729561482474205, 1.64863636363636, 2.21814482174101, 5.42045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 870, '2021-05-09 00:00:00', 0.216193455936137, 0.325909090909089, 0.265988314686536, 0.465454545454547, 0.433915027490696, 0.668181818181816, 0.689868078235228, 1.62681818181818, 2.22445211893563, 5.43409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 885, '2021-05-09 00:00:00', 0.172396527721885, 0.284090909090912, 0.252917179264478, 0.413636363636367, 0.381167323020388, 0.751363636363636, 0.84703212448727, 2.22590909090909, 2.21653467692837, 5.45454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 900, '2021-05-09 00:00:00', 0.171946457990806, 0.283181818181823, 0.355496421399293, 0.445909090909092, 0.360496290906822, 0.736363636363635, 0.847886218169066, 2.33590909090909, 2.2173333307302, 5.45363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 915, '2021-05-09 00:00:00', 0.275157963290008, 0.314999999999995, 0.295295361713237, 0.542272727272724, 0.291678231063256, 0.749999999999999, 0.807306997829569, 2.41272727272727, 2.22048125706726, 5.47681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 930, '2021-05-09 00:00:00', 0.214268108944897, 0.39818181818182, 0.28072417175238, 0.558181818181818, 0.254594576274508, 0.80227272727273, 0.821442085339618, 2.44636363636364, 2.23326450433448, 5.49318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 945, '2021-05-09 00:00:00', 0.208675995255015, 0.351363636363633, 0.190212913286536, 0.500000000000001, 0.216579069871705, 0.887272727272726, 0.842901220507166, 2.46409090909091, 2.23891618221756, 5.49136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:46:17 Duration: 6s687ms 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 983345, 1, 960, '2021-05-09 00:00:00', 0.760954258414527, 1.22173913043478, 0.995750605711438, 1.85978260869565, 2.04167426257629, 4.33260869565217, 4.48321308937498, 10.4228260869565, 8.39965384897548, 18.029347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 975, '2021-05-09 00:00:00', 0.766533828785099, 1.37173913043478, 1.97009760798298, 3.40869565217391, 2.14475933123808, 4.53695652173914, 4.6320598291548, 10.5434782608696, 8.42160312585948, 17.9608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 990, '2021-05-09 00:00:00', 2.00376498389206, 2.97826086956521, 2.05190971975468, 3.78695652173913, 2.05628014712934, 4.58695652173912, 4.58647936702977, 10.4695652173913, 8.42851113193699, 17.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1005, '2021-05-09 00:00:00', 0.764035339496808, 1.8, 0.856525751881611, 2.42500000000001, 1.07591995749717, 3.1391304347826, 4.3474880303358, 9.65108695652174, 7.97415368401466, 17.0673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1020, '2021-05-09 00:00:00', 0.692738308191745, 1.7, 0.765224268968371, 2.17499999999999, 1.20793857983269, 3.25760869565217, 4.36576439073561, 9.45652173913044, 7.93754913463986, 17.0239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1035, '2021-05-09 00:00:00', 0.544805691147509, 1.52717391304347, 0.888819441731551, 2.22499999999999, 1.22167512808318, 3.0641304347826, 4.32826306571215, 9.31956521739131, 7.92320243700156, 17.0413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1050, '2021-05-09 00:00:00', 0.612464486346406, 1.51173913043478, 0.905764968336485, 2.19978260869565, 1.11548789375174, 2.62282608695652, 4.25036240026622, 9.05652173913044, 7.87634783622169, 17.120652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1065, '2021-05-09 00:00:00', 0.593219676831634, 1.43369565217392, 0.866819466868549, 1.78152173913044, 2.71952799395068, 6.87934782608695, 4.53331377630828, 8.96739130434783, 7.88517959923887, 17.1663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1080, '2021-05-09 00:00:00', 0.464811683572781, 1.30108695652173, 0.515845750146942, 1.60326086956521, 2.80138834863035, 7.11195652173913, 4.54041578427253, 8.95869565217391, 7.88527421255054, 17.1619565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1095, '2021-05-09 00:00:00', 0.414211475269651, 0.979347826086957, 2.58821248616063, 6.47934782608695, 2.83756170380925, 7.12282608695652, 4.5886093719535, 8.87717391304348, 7.73254249511344, 17.0804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 600, '2021-05-09 00:00:00', 1.62889651179989, 3.78461538461538, 1.88854543131846, 4.48461538461539, 2.25906485928615, 5.32596153846154, 3.82052302098105, 7.64807692307692, 6.80689469469121, 16.2692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 615, '2021-05-09 00:00:00', 1.19954157910429, 2.55, 1.58650074547244, 3.30384615384615, 1.96277006960923, 4.32788461538462, 3.48379228052509, 6.63942307692307, 6.43043514498405, 15.7730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 630, '2021-05-09 00:00:00', 0.802845899573225, 1.91153846153846, 1.13617653354777, 2.60865384615384, 1.63201974912636, 3.65769230769231, 2.75217117088421, 5.87692307692307, 6.36369880651181, 15.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 645, '2021-05-09 00:00:00', 0.689758179475851, 1.62788461538461, 0.94586549702457, 2.36346153846153, 1.54223987957576, 3.53461538461538, 2.3588165220329, 5.53076923076922, 6.48660135320374, 15.5913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 660, '2021-05-09 00:00:00', 0.709189678435896, 1.6, 1.14720898773435, 2.43269230769231, 1.40936019308272, 3.54807692307692, 2.15890307795418, 5.4875, 6.57835582684726, 15.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 675, '2021-05-09 00:00:00', 0.677282465786278, 1.61153846153846, 1.08250821634828, 2.57596153846154, 1.50093848846442, 3.32788461538461, 1.79517301501726, 5.12692307692307, 6.68627763810673, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 690, '2021-05-09 00:00:00', 0.850203595526481, 1.72692307692308, 0.814061517236978, 2.17692307692307, 1.33988949027666, 2.85961538461538, 1.7003022921279, 4.74326923076923, 6.65491576551903, 15.7153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 705, '2021-05-09 00:00:00', 0.568107519617686, 1.39807692307692, 1.21525938984868, 2.16423076923076, 1.18581195811141, 2.67499999999999, 1.74662091347397, 4.62884615384615, 6.84386474262784, 16.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 720, '2021-05-09 00:00:00', 0.928237370172424, 1.41615384615384, 0.922772265429645, 1.88557692307692, 0.92516162829072, 2.44903846153846, 1.71844518276082, 4.44038461538462, 6.96745490725381, 16.8567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 735, '2021-05-09 00:00:00', 0.597826994526518, 1.25865384615384, 0.713854650148378, 1.68269230769231, 1.25429761221171, 2.4125, 1.78003268120388, 4.47788461538462, 6.97015892104443, 16.8192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 750, '2021-05-09 00:00:00', 0.510158346458765, 1.16346153846153, 0.742335840438809, 1.6375, 1.17744059134796, 2.40288461538461, 1.82751091757236, 4.62307692307692, 7.04427809261913, 16.7653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 765, '2021-05-09 00:00:00', 0.511281384216316, 1.08942307692308, 1.12760808794545, 1.7, 1.18916583562403, 2.35576923076923, 2.43550046191742, 5.6875, 7.0934053881052, 16.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 780, '2021-05-09 00:00:00', 0.840663657246693, 1.28076923076923, 0.876064188024179, 1.76730769230769, 1.38105067305239, 2.4451923076923, 2.6127786932689, 6.0375, 7.08253139502667, 16.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 795, '2021-05-09 00:00:00', 0.470426361440835, 1.07019230769231, 0.571149313631329, 1.48846153846153, 1.22908971945157, 2.26346153846153, 2.72083573840549, 6.10865384615385, 7.15754503733915, 16.8201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 810, '2021-05-09 00:00:00', 0.464008454830133, 0.990384615384613, 1.03897740036131, 1.67403846153846, 1.07587218643223, 2.32980769230769, 2.86593856287147, 6.24038461538462, 7.38641509019194, 16.9932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 825, '2021-05-09 00:00:00', 0.865758893421527, 1.21730769230769, 0.919916906782682, 1.61634615384614, 0.924275183797889, 2.20384615384615, 2.75264924838152, 6.33173076923077, 7.43582285550573, 16.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 840, '2021-05-09 00:00:00', 0.460993909520924, 0.99423076923076, 0.559907272542653, 1.55192307692307, 0.796147575226136, 2.15480769230769, 2.70874527439153, 6.4048076923077, 7.56539826853408, 16.8951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 855, '2021-05-09 00:00:00', 0.42058109983505, 1.05769230769231, 0.70856572356795, 1.54423076923077, 0.832286586181982, 2.30480769230769, 2.78380982026154, 6.49134615384616, 7.64201198084539, 16.8913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 870, '2021-05-09 00:00:00', 0.655198149710919, 1.05384615384615, 0.754637584947483, 1.51826923076922, 0.888439426964267, 2.10115384615385, 2.82730862101425, 6.44903846153846, 7.74494053212507, 16.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 885, '2021-05-09 00:00:00', 0.561872727170888, 0.929807692307693, 0.62113110222709, 1.43461538461539, 0.782272945677181, 2.13480769230769, 4.38653632853284, 8.14519230769231, 7.71302469852132, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 900, '2021-05-09 00:00:00', 0.364744378350733, 1.01730769230769, 0.435857245507673, 1.36846153846154, 0.732030369273344, 2.12230769230769, 4.14213898663666, 8.21923076923077, 7.59547309510483, 16.8615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 915, '2021-05-09 00:00:00', 0.299392975612578, 0.978076923076921, 0.509958708735696, 1.53673076923076, 1.03633609413163, 2.2675, 4.12857164721091, 8.38461538461539, 7.5962384415932, 16.8326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 930, '2021-05-09 00:00:00', 0.548227914424143, 1.14538461538462, 0.881458145086013, 1.63769230769231, 1.22192510471733, 2.55480769230769, 4.04672849823923, 8.48653846153847, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 945, '2021-05-09 00:00:00', 0.486893607080013, 1.00576923076923, 0.708943553139787, 1.62019230769231, 1.70222394124682, 3.95288461538461, 4.08315630176159, 8.50576923076923, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 960, '2021-05-09 00:00:00', 0.619109938043817, 1.20865384615386, 0.979107226782878, 1.8298076923077, 2.01623339804315, 4.41634615384616, 4.07034502884536, 8.53942307692308, 7.53253302987473, 16.7903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 975, '2021-05-09 00:00:00', 0.709834758669496, 1.29423076923077, 1.6127735307657, 3.51730769230769, 2.01281113218457, 4.46057692307692, 3.74549691167736, 8.43365384615385, 7.2762376689732, 16.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 990, '2021-05-09 00:00:00', 1.53236619443465, 3.05192307692308, 1.90854757503025, 3.81538461538462, 2.32363938682404, 4.475, 3.63163835140348, 8.35865384615384, 7.13547475645454, 16.6 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1005, '2021-05-09 00:00:00', 1.11031353853141, 2.14807692307693, 1.49726802492457, 2.81153846153846, 1.71280359465005, 3.57692307692308, 3.43044962291892, 7.84615384615385, 6.83293241475542, 16.4057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1020, '2021-05-09 00:00:00', 0.71117183902021, 1.86076923076922, 1.09698581787341, 2.51826923076923, 1.33793181383116, 3.33846153846153, 3.52175873895197, 7.67115384615385, 6.390438470571, 16.2153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1035, '2021-05-09 00:00:00', 0.838497396904362, 1.61826923076923, 1.15550355323489, 2.3076923076923, 1.45762616553819, 3.17403846153845, 3.33986022853559, 7.50288461538462, 6.25733999764707, 16.1596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1050, '2021-05-09 00:00:00', 0.705937047749026, 1.59134615384615, 0.83999313184005, 2.20769230769231, 1.14255154739799, 2.85096153846153, 3.65711963688112, 7.37403846153847, 6.4108648762502, 16.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1065, '2021-05-09 00:00:00', 0.367062141039649, 1.37115384615385, 0.577951455241162, 2.00673076923077, 2.97642661334281, 5.50576923076924, 3.57204638612313, 7.33076923076923, 6.39454334690012, 16.0538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1080, '2021-05-09 00:00:00', 0.510946519856877, 1.35288461538461, 0.570628027837618, 1.60288461538461, 2.75726609998996, 5.62788461538462, 3.34156918458748, 7.22115384615385, 6.28019697449543, 15.9509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1095, '2021-05-09 00:00:00', 0.350429681303481, 0.879807692307687, 2.71157915954182, 4.98846153846154, 2.6675053168428, 5.82884615384616, 3.30808348536639, 7.24711538461538, 6.23364051245028, 16.0490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 600, '2021-05-09 00:00:00', 1.30865374159272, 3.50884615384616, 1.65821480699995, 4.18288461538462, 1.85248897017375, 4.91076923076923, 2.449227193658, 6.31461538461538, 5.79363045474544, 15.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 615, '2021-05-09 00:00:00', 1.16038852909771, 2.30846153846153, 1.45059251819598, 2.98057692307692, 1.44324287630322, 3.57000000000001, 2.13766429867885, 5.31442307692308, 5.77410307720202, 15.4278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 630, '2021-05-09 00:00:00', 0.771408427189162, 1.69019230769231, 0.895002041252497, 2.28057692307692, 1.17995110720088, 3.09615384615384, 1.89010810639131, 5.06057692307692, 5.57163774086081, 15.3413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 645, '2021-05-09 00:00:00', 0.600906366698224, 1.44230769230769, 0.917974882344493, 2.08173076923077, 0.925932482170515, 2.7451923076923, 1.74891724745956, 4.98846153846154, 5.56843646056814, 15.2961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 660, '2021-05-09 00:00:00', 0.581023632512882, 1.40769230769232, 0.824019813988807, 1.98942307692307, 1.11124194208379, 2.71442307692307, 1.74305876153211, 4.79038461538461, 5.50663585699458, 15.1423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 675, '2021-05-09 00:00:00', 0.511404551587698, 1.32115384615384, 0.471875350229114, 1.77788461538461, 1.13282899789047, 2.71653846153846, 1.67115143400728, 4.60865384615384, 5.53250473599853, 14.9644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 690, '2021-05-09 00:00:00', 0.475706963775615, 1.25865384615385, 1.07757964188982, 1.90673076923076, 1.28802211220867, 2.70480769230769, 1.60499131318042, 4.46634615384615, 5.59752039883595, 14.8711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 705, '2021-05-09 00:00:00', 0.710607134779831, 1.21249999999999, 0.778027214275854, 1.75211538461538, 0.947742256425969, 2.44423076923077, 1.49181484724531, 4.38846153846154, 5.8088491015532, 15.5932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 720, '2021-05-09 00:00:00', 0.472818268877816, 1.09634615384615, 0.702106719917882, 1.64038461538461, 0.972708352211254, 2.23653846153846, 1.52378734888284, 4.35673076923077, 5.79591766146324, 15.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 735, '2021-05-09 00:00:00', 0.525532696779774, 1.09115384615384, 0.746114035416943, 1.64307692307692, 0.970415553334678, 2.12288461538462, 1.65931548676416, 4.40673076923077, 5.8327995818079, 15.7201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 750, '2021-05-09 00:00:00', 0.401884981632231, 1.18846153846155, 0.589885908134265, 1.55576923076923, 0.985727474429999, 2.16442307692307, 1.82550504076164, 4.41942307692308, 5.8356705665706, 15.7701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 765, '2021-05-09 00:00:00', 0.611515299512992, 1.00480769230769, 0.631058329621451, 1.42115384615385, 1.00364144685547, 2.12307692307692, 2.04589927566189, 5.21538461538462, 5.74234783462706, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 780, '2021-05-09 00:00:00', 0.462975327470213, 1.02692307692307, 0.851256989127516, 1.5076923076923, 1.09628744125167, 2.29807692307691, 1.97518450939497, 5.49038461538461, 5.56764977692217, 15.8490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 795, '2021-05-09 00:00:00', 0.635676502149175, 1.07884615384615, 0.833173382085253, 1.56826923076923, 1.04060818015976, 2.24423076923077, 1.89740916474585, 5.71153846153846, 5.53287213284941, 15.8009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 810, '2021-05-09 00:00:00', 0.51170905194862, 1.09807692307692, 0.866939799169819, 1.69615384615384, 0.842108160420115, 2.04807692307692, 1.84571013017087, 5.71673076923077, 5.51170197433117, 15.8105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 825, '2021-05-09 00:00:00', 0.813908542395655, 1.25865384615384, 0.804946247608167, 1.5576923076923, 0.791053946424543, 1.99711538461538, 1.9304184480613, 5.97423076923077, 5.42868848377268, 15.8394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 840, '2021-05-09 00:00:00', 0.370333789147865, 0.858653846153847, 0.508626544272388, 1.2701923076923, 0.728385992346201, 1.74807692307692, 1.9415814331463, 6.0423076923077, 5.3851345422804, 15.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 855, '2021-05-09 00:00:00', 0.346555856303809, 0.87980769230769, 0.363319365763042, 1.22019230769231, 0.682791217103619, 1.65961538461538, 2.13187192031214, 6.31826923076923, 5.34360005412657, 15.8115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 870, '2021-05-09 00:00:00', 0.355566990334286, 0.881730769230772, 0.687006466210755, 1.28173076923077, 0.709178831737534, 1.69615384615385, 2.1593920529773, 6.45096153846154, 5.32381911788896, 15.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 885, '2021-05-09 00:00:00', 0.556642579703047, 0.845192307692307, 0.618426197325483, 1.1451923076923, 1.11556169018813, 2.08173076923077, 3.14302356265183, 8.09134615384616, 5.32305119630288, 15.8740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 900, '2021-05-09 00:00:00', 0.329937348365035, 0.839423076923071, 0.579695709303261, 1.25865384615384, 1.07935566605552, 2.31057692307693, 3.12209310953652, 8.19423076923077, 5.30609990047739, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 915, '2021-05-09 00:00:00', 0.461206611467721, 1.01346153846154, 1.02028135259916, 1.77403846153846, 1.30002551750104, 2.62788461538462, 3.12836173026468, 8.20865384615385, 5.29133217194368, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 930, '2021-05-09 00:00:00', 0.943867595831933, 1.30096153846154, 0.930918425741285, 1.76634615384616, 1.56372887675582, 2.76, 3.34988820134918, 8.22980769230769, 5.26823061816336, 15.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 945, '2021-05-09 00:00:00', 0.589439107574705, 1.11730769230769, 1.11409544198249, 1.78942307692308, 2.11647021095175, 3.97307692307692, 3.41571495500519, 8.18942307692308, 5.25571447239903, 15.9788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 960, '2021-05-09 00:00:00', 0.765732429668593, 1.20192307692308, 1.2376336757638, 1.92134615384615, 1.86752818946905, 4.28846153846153, 3.22568552642452, 8.19134615384615, 5.00731580175063, 15.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 975, '2021-05-09 00:00:00', 0.699698836313498, 1.34730769230769, 1.41379229515731, 3.36442307692308, 1.43800643253082, 4.31249999999999, 3.03087509576917, 8.20961538461539, 4.6882561954149, 16.0480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 990, '2021-05-09 00:00:00', 1.15346634774692, 2.95384615384616, 1.31652989390232, 3.62019230769231, 1.35564814189206, 4.12173076923077, 2.86331588977105, 8.08173076923077, 5.60760781301754, 16.4942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1005, '2021-05-09 00:00:00', 0.724153617361987, 1.99730769230768, 0.996143042709455, 2.72980769230769, 1.43134773767727, 3.65211538461538, 2.83625430128161, 7.46730769230769, 5.79476819739482, 16.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1020, '2021-05-09 00:00:00', 0.50372126755243, 1.65634615384615, 0.661186928066609, 2.15307692307692, 1.33757846642586, 3.29692307692307, 2.4906166984226, 7.28153846153846, 5.87713079198972, 16.4528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1035, '2021-05-09 00:00:00', 0.483618134482153, 1.35250000000001, 0.984787208565306, 2.30961538461539, 1.56647503601606, 3.14596153846154, 2.27061720684046, 7.0325, 5.8488802347116, 16.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1050, '2021-05-09 00:00:00', 0.889369093580053, 1.70576923076923, 1.04328764748013, 2.18365384615384, 1.36920775801752, 2.99326923076923, 2.29632710079512, 6.97307692307692, 5.84791744653928, 16.3576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1065, '2021-05-09 00:00:00', 0.563573761468173, 1.39423076923076, 1.03544676347941, 2.075, 1.9060460483581, 4.93653846153846, 2.3206516409107, 6.90096153846154, 5.85764269007724, 16.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1080, '2021-05-09 00:00:00', 0.449987179304547, 1.41730769230769, 0.493571170146713, 1.8375, 1.85959078418221, 4.86826923076923, 2.198806713092, 6.75480769230769, 5.87079178253208, 16.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1095, '2021-05-09 00:00:00', 0.335759758435427, 0.97884615384615, 1.89669753478554, 4.31346153846153, 1.88198366092801, 4.7375, 2.23008709729877, 6.61730769230769, 6.07228326401705, 16.3759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 4, 600, '2021-05-09 00:00:00', 1.03675158362736, 2.99038461538462, 1.12300806559196, 3.31634615384616, 1.15442793025543, 3.80961538461539, 1.53288096030368, 5.79903846153846, 6.23290832227189, 16.4980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 615, '2021-05-09 00:00:00', 0.736434889283394, 1.85211538461538, 0.794679422544324, 2.28076923076923, 1.03162353374892, 3.08365384615384, 1.34285717208323, 5.24423076923076, 6.45499873383769, 16.5144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 630, '2021-05-09 00:00:00', 0.602077972205743, 1.51326923076923, 0.675137735235154, 2.07480769230769, 0.96684459016869, 3.01730769230769, 1.36785099559632, 4.92788461538461, 6.44850728105708, 16.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 645, '2021-05-09 00:00:00', 0.464286052408999, 1.40653846153847, 0.772690106058052, 2.07500000000001, 1.0461876762064, 3.03942307692309, 1.3858626860607, 4.85576923076923, 6.66677590455375, 16.4951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 660, '2021-05-09 00:00:00', 0.720808840550247, 1.48076923076924, 0.789649386655965, 2.07692307692308, 0.972678696257838, 2.70961538461539, 2.30210438846388, 4.92884615384615, 6.70938063173781, 16.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 675, '2021-05-09 00:00:00', 0.652179777008191, 1.44230769230769, 0.811589726780337, 1.95673076923077, 0.910976335925026, 2.45673076923077, 2.19993531373434, 4.80576923076922, 6.74208431877994, 16.7798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 690, '2021-05-09 00:00:00', 0.488021909974722, 1.21923076923078, 0.776263238460131, 1.74615384615385, 1.20648886634538, 2.46923076923077, 2.02893776679781, 4.7076923076923, 6.74137968074785, 16.825 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 705, '2021-05-09 00:00:00', 0.518085417667785, 1.1625, 0.710771520142834, 1.62307692307693, 0.963403422168591, 2.34807692307692, 2.11997913632695, 4.76346153846153, 6.99451955792203, 18.9653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 720, '2021-05-09 00:00:00', 0.379403631222235, 1.04634615384616, 0.650088751337373, 1.69423076923077, 0.943934075273023, 2.31153846153845, 2.21590860857087, 4.87980769230769, 7.07736865758628, 19.0086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 735, '2021-05-09 00:00:00', 0.538495946702829, 1.16826923076924, 0.595996257086849, 1.53653846153846, 1.08416265101052, 2.36442307692308, 2.36078295356566, 4.82692307692307, 7.23337729662878, 19.0413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 750, '2021-05-09 00:00:00', 0.436582003928064, 0.984615384615382, 0.600032050426021, 1.51730769230768, 0.919349686546878, 2.05961538461538, 2.51028901952315, 4.80480769230768, 7.25686942463166, 19.1653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 765, '2021-05-09 00:00:00', 0.454643774331576, 1.07980769230768, 0.674992877455298, 1.59423076923076, 0.949271481797402, 2.10288461538461, 2.451270667351, 5.35673076923076, 7.18077113118511, 19.2240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 780, '2021-05-09 00:00:00', 0.596018843274651, 1.1076923076923, 0.737892007941956, 1.42884615384615, 1.08730890451893, 2.33557692307692, 2.34991509666594, 5.6701923076923, 7.22805884144454, 19.2538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 795, '2021-05-09 00:00:00', 0.469173782794325, 0.999038461538458, 0.767954325564895, 1.48461538461539, 1.07185425243432, 2.31653846153846, 2.27955651051151, 5.83173076923077, 7.21021257554972, 19.4192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 810, '2021-05-09 00:00:00', 0.530432515826612, 0.985576923076929, 0.705471800668509, 1.64230769230769, 0.764674515976971, 2.21365384615384, 2.20216938494749, 5.875, 7.09658097526277, 19.4865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 825, '2021-05-09 00:00:00', 0.435765992248131, 1.12499999999999, 0.55704042803151, 1.43096153846154, 0.778092836066785, 2.1376923076923, 2.32540567180472, 6.06346153846154, 7.11098364936515, 19.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 840, '2021-05-09 00:00:00', 0.435836949046136, 0.859615384615392, 0.680763146430867, 1.4173076923077, 2.14623574767904, 2.25673076923077, 2.48070244394297, 6.27884615384615, 7.22889926720415, 19.5288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 855, '2021-05-09 00:00:00', 0.412139119529012, 0.935576923076922, 0.672061266666842, 1.35288461538461, 2.15048473963073, 2.24615384615384, 2.57323670022495, 6.35865384615385, 7.25240331518827, 19.5596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 870, '2021-05-09 00:00:00', 0.417375230857481, 0.820999999999992, 2.14644230841021, 1.63199999999999, 2.03648046066411, 2.33119999999999, 2.47851181827591, 6.24, 7.33245851789607, 19.71 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 885, '2021-05-09 00:00:00', 0.381713753345037, 0.836458333333334, 0.611691643450086, 1.35416666666667, 1.02435973286676, 2.30541666666666, 3.18658003916651, 8.86145833333333, 6.11134421217707, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 900, '2021-05-09 00:00:00', 0.531045890031025, 1.08020833333333, 0.602192213463879, 1.60437499999999, 1.12114118798918, 2.57520833333334, 3.21751040222184, 8.90833333333333, 6.11732179191165, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 915, '2021-05-09 00:00:00', 0.485271803040412, 1.116875, 0.881103145847973, 1.86583333333333, 1.03608583995421, 2.61895833333333, 3.20917220352601, 8.84166666666667, 6.10550125762693, 19.1010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 930, '2021-05-09 00:00:00', 0.638324913858265, 1.275, 0.824572325467888, 1.75729166666667, 0.792198800944177, 2.239375, 3.31494845933438, 8.714375, 6.24336024120419, 19.0541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 945, '2021-05-09 00:00:00', 0.492120108395247, 1.10812500000001, 0.653376646098302, 1.63854166666667, 0.901639584433479, 3.176875, 3.3486167379936, 8.73416666666666, 6.24945214990187, 19.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 960, '2021-05-09 00:00:00', 0.444913890056511, 1.09375000000001, 0.572085200341065, 1.53645833333334, 1.05019899770596, 3.89875, 3.29145483862532, 8.76645833333333, 6.18780357182403, 19.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 975, '2021-05-09 00:00:00', 0.483241573623655, 1.13437500000001, 0.904362614845631, 2.98, 1.25332425726169, 4.23104166666667, 3.26946694204802, 8.79979166666667, 6.17581626359942, 19.0375 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 990, '2021-05-09 00:00:00', 0.837803130302643, 2.61645833333333, 0.988434203127875, 3.605, 1.37312533601482, 4.43833333333334, 3.46788307158536, 8.94770833333333, 6.17180614757045, 18.9770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1005, '2021-05-09 00:00:00', 0.907486974394478, 2.1625, 1.05584499352998, 2.74895833333333, 1.48118024815896, 3.67083333333333, 3.4195051063131, 8.30729166666666, 6.15836740787969, 18.7125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1020, '2021-05-09 00:00:00', 0.568269525509844, 1.58958333333333, 0.999202580611882, 2.29166666666667, 1.61226580986718, 3.31979166666666, 3.56195155325751, 7.96979166666666, 6.02120488673517, 18.503125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1035, '2021-05-09 00:00:00', 0.70313737911807, 1.56250000000001, 0.879507025950137, 2.2375, 1.61452167951476, 2.98958333333333, 3.48053838054951, 7.896875, 5.96967189746688, 18.4677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1050, '2021-05-09 00:00:00', 0.478532582977401, 1.55104166666667, 1.00067006536128, 2.11666666666667, 1.11251933707344, 2.62083333333333, 3.32671103953735, 7.72291666666667, 6.02250525279369, 18.1677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1065, '2021-05-09 00:00:00', 0.964058074503027, 1.28416666666667, 1.08917397816425, 1.87895833333333, 2.69619548784869, 6.06875000000001, 3.17939453235852, 7.553125, 6.04972264006699, 18.00625 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1080, '2021-05-09 00:00:00', 0.436303643767979, 1.2, 0.500773993325631, 1.514375, 2.61577225552104, 5.89583333333333, 2.93781084540952, 7.40729166666667, 6.12285417898397, 17.7729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1095, '2021-05-09 00:00:00', 0.424252059255594, 0.890625000000002, 2.62854229592168, 5.52708333333334, 2.49890102656741, 5.87291666666667, 3.07275604468446, 7.37916666666666, 6.11937815053747, 17.6979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 600, '2021-05-09 00:00:00', 0.885855920261561, 3.0904347826087, 0.963440700920261, 3.4295652173913, 1.15515411424969, 3.97413043478261, 2.42983343335176, 5.98282608695652, 6.78763698280018, 16.8489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 615, '2021-05-09 00:00:00', 0.714186150599059, 2.03630434782608, 0.851025363876116, 2.56347826086956, 1.10122757589566, 3.42108695652173, 2.23035173762297, 5.42934782608695, 6.72534620822998, 16.7054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 630, '2021-05-09 00:00:00', 0.524501551447047, 1.46717391304347, 0.661033297015242, 2.01173913043478, 0.861738350190885, 2.92043478260869, 1.96560845561637, 4.92065217391304, 6.92396165928788, 16.7521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 645, '2021-05-09 00:00:00', 0.407380041268248, 1.38804347826087, 0.655027682485343, 2.12608695652174, 0.853930403714112, 2.93695652173913, 1.91687817473071, 4.76086956521739, 6.86512100138347, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 660, '2021-05-09 00:00:00', 0.521627128953303, 1.43695652173913, 0.769382291628766, 2.04673913043477, 1.20758983986446, 2.86630434782609, 1.90469567454968, 4.65760869565217, 6.83314875710744, 17.0141304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 675, '2021-05-09 00:00:00', 0.540055625886241, 1.43152173913043, 0.70690062811099, 2.01304347826087, 1.18392247669771, 2.81739130434782, 2.00772470673241, 4.66195652173912, 6.69434252469537, 16.9282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 690, '2021-05-09 00:00:00', 0.456354020574882, 1.23891304347826, 1.03110210042554, 1.77478260869565, 1.28948357313131, 2.44760869565217, 1.7915942014331, 4.37934782608695, 6.72991522184943, 16.8945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 705, '2021-05-09 00:00:00', 0.67350331800786, 1.14891304347826, 0.711472544669287, 1.7, 1.05347040831044, 2.42391304347826, 1.77515169423613, 4.32608695652174, 6.88642403344286, 17.5271739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 720, '2021-05-09 00:00:00', 0.534933319327267, 1.19673913043478, 0.692880936449304, 1.60108695652174, 0.907182037416893, 2.40760869565216, 1.92778531618447, 4.28804347826086, 6.84364697749447, 17.5880434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 735, '2021-05-09 00:00:00', 0.476588772116497, 1.09130434782609, 0.832284583816431, 1.70108695652174, 0.839224891773552, 2.34565217391304, 1.99012445734713, 4.19891304347826, 6.83407907897673, 17.5663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 750, '2021-05-09 00:00:00', 0.524149980044856, 1.10326086956522, 0.637416196150223, 1.63804347826087, 1.1097250220239, 2.40652173913043, 2.03654967653142, 4.21630434782609, 6.85414443593193, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 765, '2021-05-09 00:00:00', 0.523227763493223, 1.24673913043478, 0.708363364472275, 1.79673913043479, 1.28638641930132, 2.42173913043478, 1.94808041222381, 4.54673913043477, 6.86761712821579, 17.5282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 780, '2021-05-09 00:00:00', 0.469162697114382, 1.125, 0.635032133263104, 1.57391304347826, 1.02263416352627, 2.20978260869565, 1.70366670365836, 4.62065217391304, 6.80896311892939, 17.5358695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 795, '2021-05-09 00:00:00', 0.48208262375497, 0.978260869565217, 0.722692935520602, 1.48152173913043, 0.765219426537895, 1.96195652173913, 1.88201651587012, 4.88043478260869, 6.74483241660334, 17.595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 810, '2021-05-09 00:00:00', 0.313784907826117, 0.997826086956524, 0.518818302327543, 1.43260869565218, 0.763525924867429, 1.94673913043479, 1.94657206045943, 5.27282608695651, 6.7512440297042, 17.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 825, '2021-05-09 00:00:00', 0.448892466678061, 0.973913043478265, 0.510816791488299, 1.30760869565218, 0.673143765955137, 1.6804347826087, 1.9617645773428, 5.21956521739129, 6.73432358373392, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 840, '2021-05-09 00:00:00', 0.406515001740791, 0.826086956521742, 0.521930136314896, 1.15760869565218, 0.655363249001873, 1.59347826086957, 1.88909851035307, 5.24999999999999, 6.65010772892621, 17.4815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 855, '2021-05-09 00:00:00', 0.336880158374933, 0.812173913043488, 0.367414855292117, 1.10130434782609, 0.938057396880317, 1.79695652173913, 1.93939741976178, 5.25652173913043, 6.6363581880426, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 870, '2021-05-09 00:00:00', 0.24964896303226, 0.75217391304347, 0.48394173693026, 1.22282608695652, 0.825877243507689, 1.85130434782608, 1.95099738858787, 5.27391304347825, 6.61108446073983, 17.4967391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 885, '2021-05-09 00:00:00', 0.35389908903158, 0.853260869565224, 0.712775153167059, 1.32065217391304, 1.08588764441105, 2.09239130434783, 3.63451898617541, 7.56847826086956, 6.79475028407409, 17.3978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 900, '2021-05-09 00:00:00', 0.620246747406213, 0.985869565217386, 0.606874403399892, 1.32978260869565, 1.46122508702141, 2.22086956521739, 3.5883526448159, 7.78260869565217, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 915, '2021-05-09 00:00:00', 0.391981890361703, 0.97543478260869, 1.1001737645722, 1.75130434782609, 1.43247981450781, 2.23065217391304, 3.54767640930487, 7.96521739130435, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 930, '2021-05-09 00:00:00', 1.10324364557516, 1.35978260869565, 1.49281887768779, 1.74673913043478, 1.49101395984695, 2.26108695652174, 3.40865774586691, 8.05108695652174, 6.67838954072818, 17.4586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 945, '2021-05-09 00:00:00', 0.774260133896037, 1.03586956521739, 0.727639328304113, 1.34891304347826, 1.15372420684258, 2.8, 3.41751258849037, 7.95326086956522, 6.75037658150232, 17.4010869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 960, '2021-05-09 00:00:00', 0.453140120028503, 0.972826086956521, 0.711672166609922, 1.45, 1.19914536430872, 3.37717391304348, 3.39921302796488, 8.16413043478262, 6.61331936950001, 17.4489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 975, '2021-05-09 00:00:00', 0.621837850450551, 1.04130434782609, 1.04955288805383, 2.52608695652175, 1.45736425547031, 3.88913043478261, 3.40308799550325, 8.20978260869566, 6.61275977918699, 17.4934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 990, '2021-05-09 00:00:00', 1.0297369574707, 2.37826086956522, 1.18629567597208, 3.19239130434783, 1.72513675920046, 4.32826086956522, 3.38911883565824, 8.2358695652174, 6.61077729788362, 17.4891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1005, '2021-05-09 00:00:00', 0.640902433178214, 1.84673913043479, 1.05904955898176, 2.64782608695653, 1.41024799489828, 3.43695652173913, 3.48434776505247, 7.71956521739131, 6.7136962908204, 17.0826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1020, '2021-05-09 00:00:00', 0.787813241547337, 1.78260869565218, 1.19076236914123, 2.52173913043478, 1.28712923975873, 2.95304347826087, 3.5920338959817, 7.52065217391304, 6.6125466517329, 16.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1035, '2021-05-09 00:00:00', 0.815491982739885, 1.50108695652174, 0.830140292443589, 2.00978260869565, 1.19966835008582, 2.56717391304348, 3.71518622624118, 7.37282608695652, 6.74454160066954, 16.9336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1050, '2021-05-09 00:00:00', 0.605881499391051, 1.38913043478261, 0.839693149299336, 1.8486956521739, 0.953230672720422, 2.41847826086957, 3.76737116227063, 7.29673913043478, 6.81873798785637, 16.8467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1065, '2021-05-09 00:00:00', 0.625449324651892, 1.18130434782609, 0.765221750908349, 1.66065217391305, 3.6733140576335, 5.7054347826087, 3.71450859612304, 7.22826086956522, 6.82785831791244, 16.8608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1080, '2021-05-09 00:00:00', 0.601215090446207, 1.23130434782609, 0.619351949980522, 1.60326086956522, 3.69388682842148, 5.90108695652174, 3.75200506343574, 7.14021739130435, 6.86824767222007, 16.8097826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1095, '2021-05-09 00:00:00', 0.495246674673043, 0.909782608695654, 3.72617994681516, 5.44021739130435, 3.67995518425194, 6.04239130434783, 3.80831080996503, 7.01304347826087, 6.87861726614232, 16.8663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 600, '2021-05-09 00:00:00', 1.93623492423265, 3.6784090909091, 1.95425221801121, 4.07272727272728, 1.71981426121358, 4.79204545454546, 1.80927631666457, 5.87613636363637, 6.86691791769143, 17.8704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 615, '2021-05-09 00:00:00', 0.903485943802862, 2.22477272727273, 1.27103972846721, 3.00090909090909, 1.19954753374524, 3.56, 2.35153325683662, 5.5009090909091, 6.855017658589, 17.6213636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 630, '2021-05-09 00:00:00', 0.945973610323554, 1.9875, 0.950968548193727, 2.58068181818182, 1.62000689766583, 3.32159090909092, 2.43211985323904, 5.42386363636364, 6.87021725019923, 17.5127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 645, '2021-05-09 00:00:00', 0.607761176109612, 1.54886363636363, 0.96755817973331, 2.19545454545454, 1.38523639503511, 3.06818181818182, 2.38234992804452, 5.13068181818181, 6.85518533792603, 17.6727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 660, '2021-05-09 00:00:00', 0.599419136219229, 1.4034090909091, 1.02125212277303, 2.01022727272728, 1.13283646321124, 2.88750000000001, 2.24523545559976, 4.96818181818182, 6.78872898116088, 17.7193181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 675, '2021-05-09 00:00:00', 0.516088560808526, 1.27045454545455, 0.666313150317265, 2.0125, 1.13786653863284, 2.67045454545455, 2.36994192533008, 4.74659090909091, 6.94608878079235, 17.8727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 690, '2021-05-09 00:00:00', 0.597583744063402, 1.35795454545455, 0.968458883084416, 1.79431818181818, 1.51667677557166, 2.60681818181818, 2.84878196991648, 4.88295454545455, 6.93558107894338, 17.9079545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 705, '2021-05-09 00:00:00', 0.597890411131467, 1.11590909090908, 0.831446999245364, 1.70227272727273, 1.15457927439644, 2.37159090909091, 2.83669069927912, 4.72386363636363, 8.1827186478393, 18.4397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 720, '2021-05-09 00:00:00', 0.480097674495806, 1.12159090909091, 0.767897034099206, 1.66704545454545, 0.951986559301609, 2.15113636363637, 2.75562515003991, 4.62159090909091, 8.14159926108738, 18.3363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 735, '2021-05-09 00:00:00', 0.583911278322642, 1.15, 0.650944202661302, 1.47954545454545, 0.68620450550592, 2.03863636363636, 2.80581806059792, 4.64431818181818, 8.15364539154087, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 750, '2021-05-09 00:00:00', 0.509663117663514, 0.952272727272725, 0.612210042684407, 1.33977272727273, 0.776205249109143, 1.92727272727273, 2.92334077148624, 4.70113636363636, 8.21834178985589, 18.3431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 765, '2021-05-09 00:00:00', 0.578595478095647, 0.968181818181817, 0.626706544623234, 1.40795454545454, 1.18873056541122, 2.0875, 2.89719995626468, 5.47840909090909, 8.206840487669, 18.3488636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 780, '2021-05-09 00:00:00', 0.445072833185566, 0.997727272727268, 0.688852958379649, 1.37727272727273, 1.1481257077048, 2.40454545454545, 2.84244294090389, 5.85340909090909, 8.18062634867954, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 795, '2021-05-09 00:00:00', 0.453730329734755, 0.929545454545451, 0.824536633615003, 1.43522727272727, 2.14964886894121, 2.65454545454546, 2.89291192294881, 6.05681818181819, 8.19534631963172, 18.2431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 810, '2021-05-09 00:00:00', 0.462004678018332, 1.00568181818182, 0.903541163533316, 1.67840909090909, 2.20100331313144, 2.44318181818182, 2.84811326816748, 6.26704545454545, 8.18169612703573, 18.1840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 825, '2021-05-09 00:00:00', 0.91020920125172, 1.22613636363636, 2.10493390709702, 1.96590909090908, 2.20245583118293, 2.27954545454545, 2.83159666345724, 6.38295454545454, 8.18520509954668, 18.1170454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 840, '2021-05-09 00:00:00', 1.20297025976848, 1.17272727272727, 1.29894489733797, 1.55568181818182, 1.36566439200916, 1.98522727272727, 2.32895848375354, 6.32499999999999, 8.35553546720513, 17.9659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 855, '2021-05-09 00:00:00', 0.620122744797128, 1.05113636363636, 0.659348359928392, 1.32045454545455, 1.07842879134817, 1.91590909090909, 2.22686154434045, 6.21136363636363, 8.41422599733327, 17.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 870, '2021-05-09 00:00:00', 0.379573481869489, 0.851136363636367, 0.539991582425969, 1.26363636363636, 1.19957660730632, 2.08068181818181, 2.23263046622169, 6.18068181818181, 8.48085992804076, 17.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 885, '2021-05-09 00:00:00', 0.462133498168953, 0.955681818181817, 0.685976765916035, 1.42613636363637, 1.04401769320397, 2.20909090909091, 3.91646886301658, 9.82954545454545, 8.47671283244413, 17.9965909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 900, '2021-05-09 00:00:00', 0.454339644965095, 1.06931818181818, 0.899305287430243, 1.575, 1.10730553196737, 2.22727272727272, 3.94201752463155, 10.0454545454545, 8.47598562121729, 17.9818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 915, '2021-05-09 00:00:00', 0.628667809169285, 0.987499999999991, 0.691484420260645, 1.49431818181817, 1.31407630554566, 2.15681818181818, 4.04989711803481, 10.1, 8.49001617957452, 17.9284090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 930, '2021-05-09 00:00:00', 0.624531209469734, 1.06022727272726, 0.987349637848368, 1.47045454545454, 1.27704985461368, 2.25795454545454, 4.09530552301533, 10.2397727272727, 8.46361674708622, 17.9431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 945, '2021-05-09 00:00:00', 0.56382179954754, 1.07045454545455, 0.88140129108751, 1.60795454545455, 1.34859886003266, 3.45113636363636, 4.32076620089199, 10.1590909090909, 8.5555034691355, 17.8090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:43 Duration: 6s567ms Database: acaweb_fx User: pgperfstats
5 54s808ms 229 53ms 5s626ms 239ms 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 #5
Day Hour Count Duration Avg duration May 09 15 229 54s808ms 239ms [ User: postgres - Total duration: 54s808ms - Times executed: 229 ]
-
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 ('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-09 15:11:56 Duration: 5s626ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('800' = 0 OR kr.patternlengthbars <= '800') 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-09 15:04:09 Duration: 549ms 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-09 15:50:57 Duration: 503ms Database: acaweb_fx User: postgres Bind query: yes
6 47s409ms 3 14s115ms 18s579ms 15s803ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 09 15 3 47s409ms 15s803ms [ User: pgperfstats - Total duration: 47s409ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983565, 1, 960, '2021-05-09 00:00:00', 0.000348688311334843, 0.00078653846153846, 0.000495544300588919, 0.00102807692307693, 0.00076023943596737, 0.00165000000000001, 0.00113071488618756, 0.00303692307692307, 0.0017783388640483, 0.00527634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983565, 1, 975, '2021-05-09 00:00:00', 0.000387992714047371, 0.000762115384615381, 0.000430194768054593, 0.00114653846153846, 0.000762395314377399, 0.00175115384615384, 0.00110047676730798, 0.00295365384615383, 0.00177304414453265, 0.00529846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000367585521184696, 0.000918653846153861, 0.00067768284504001, 0.00132903846153847, 0.000798759254189793, 0.00186788461538462, 0.00107804040526532, 0.00287865384615385, 0.00176273153416464, 0.00528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000521338513975173, 0.000985384615384606, 0.000608603824654932, 0.00128615384615385, 0.000701115155690164, 0.00187269230769231, 0.000938839791362793, 0.00271192307692308, 0.00175472163034482, 0.00523 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000352926283433899, 0.000935192307692302, 0.000506820594870231, 0.00133634615384616, 0.000663963072420803, 0.00198019230769231, 0.000808765345829933, 0.00254923076923077, 0.00173476760802309, 0.00523557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000224617709418945, 0.000831346153846151, 0.000496064356866977, 0.00124038461538461, 0.000654415769981137, 0.00188999999999999, 0.000753479850172111, 0.00239673076923077, 0.00172959190384499, 0.00522807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000386163825338407, 0.000902499999999998, 0.00047439159416601, 0.00145923076923076, 0.000664188342148634, 0.00179307692307692, 0.00071592865996121, 0.00231038461538461, 0.00172881000646732, 0.00526096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000376301893942357, 0.00114634615384614, 0.000494950852260958, 0.0014328846153846, 0.000527029410944017, 0.001625, 0.000631131005539944, 0.00223211538461538, 0.00172302296962233, 0.00526807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000358820074903632, 0.000925384615384606, 0.000398272471479588, 0.00110519230769231, 0.000415488452121297, 0.00136557692307692, 0.000721891239411093, 0.00219480769230769, 0.00163429614348666, 0.00540173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000227095456039622, 0.00071711538461539, 0.000226782851067846, 0.000922692307692302, 0.000352788725181779, 0.00120326923076923, 0.000725675520834534, 0.0021851923076923, 0.00167167397677159, 0.00547673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000172326612972164, 0.000637307692307691, 0.000342874556563261, 0.000990192307692308, 0.000411465532718588, 0.00120326923076923, 0.000806601417153389, 0.00216461538461539, 0.00172953378555742, 0.00553865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000303995698350118, 0.000725769230769233, 0.000261133402394548, 0.000845576923076924, 0.000400449603090563, 0.00112326923076923, 0.000901277725488403, 0.00209153846153846, 0.00180525135688592, 0.0055926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000172375707729904, 0.000535769230769244, 0.00033164119860987, 0.000808269230769235, 0.00038168699419611, 0.00102019230769231, 0.000884214318781644, 0.00204519230769232, 0.00186184260468371, 0.00560826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249992307573975, 0.000586923076923083, 0.000343942079202527, 0.000763076923076922, 0.00043060927318609, 0.00102788461538462, 0.000854310180564061, 0.00202326923076924, 0.00186251245736671, 0.00558942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000233664536001124, 0.000538653846153848, 0.000273537228516742, 0.000703846153846149, 0.000417188621793359, 0.000982884615384615, 0.000803554315812904, 0.00202846153846154, 0.00200303373757063, 0.00563692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000206154161882651, 0.000526538461538465, 0.000275026991682357, 0.000719615384615381, 0.000374168873844202, 0.000962115384615376, 0.000795353162969862, 0.00203057692307692, 0.00200852621054881, 0.00566653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000193254714341937, 0.000529230769230756, 0.00029885891963625, 0.000705576923076921, 0.000364740371307501, 0.000966538461538465, 0.000830545696422646, 0.00211807692307692, 0.00199231627856778, 0.00565192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000209656954240816, 0.000500961538461554, 0.000283595052576997, 0.000661923076923083, 0.000344359606315164, 0.000921538461538469, 0.000850410511730399, 0.00213596153846153, 0.00202080788300126, 0.00565749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000149352062126841, 0.000430961538461548, 0.000224860041940628, 0.000639038461538472, 0.000353482890457453, 0.000868076923076931, 0.00077986418936003, 0.00210192307692308, 0.0020412703152694, 0.0056475 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000184028112400923, 0.000462884615384612, 0.000254296314138873, 0.000606153846153846, 0.00042546372890693, 0.000865769230769228, 0.000768885807266201, 0.00205576923076923, 0.00204927166236053, 0.00564288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000164184347609624, 0.000392500000000005, 0.000263974430579927, 0.000552500000000007, 0.000489303429534117, 0.000985384615384602, 0.000709641431667051, 0.0020451923076923, 0.00207196896323652, 0.00564423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000198470013235865, 0.000407884615384614, 0.000318355208001284, 0.000614038461538458, 0.000485825585987385, 0.00101749999999999, 0.000662511538361062, 0.00199346153846154, 0.00207153288653597, 0.0056525 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189094197120422, 0.000448846153846174, 0.000351940827631371, 0.000757115384615391, 0.000413335028946082, 0.0009996153846154, 0.000616462114376505, 0.00198153846153846, 0.00207958802318004, 0.00568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000289497243244484, 0.000590576923076919, 0.000328820034950146, 0.000733846153846153, 0.000445002852194826, 0.00100346153846155, 0.000613819066300371, 0.00193038461538462, 0.002123367617362, 0.00567596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000218874129616511, 0.000528269230769237, 0.000310975635948941, 0.000709615384615388, 0.000343920608012046, 0.000964230769230788, 0.000609592171361001, 0.00189115384615385, 0.00221202455126172, 0.00569884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000196776425260918, 0.000504807692307694, 0.000245113474506431, 0.000701153846153858, 0.000309151008657317, 0.000967884615384619, 0.000608244889952934, 0.00186961538461538, 0.00226875805571785, 0.00572134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000202198303272194, 0.000481923076923079, 0.000221614790536667, 0.00069865384615385, 0.000443840451236526, 0.00101211538461538, 0.000622157536320185, 0.001845, 0.00230466784691752, 0.00571673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000153987137324963, 0.000509038461538457, 0.000286354070769304, 0.000714423076923069, 0.000434151028312295, 0.000976346153846141, 0.000553720041731741, 0.00186173076923077, 0.00230797750288996, 0.00570692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000248930945012102, 0.000553846153846161, 0.00040430415055233, 0.000790384615384618, 0.000477209033378928, 0.00116730769230769, 0.00057220091280544, 0.00186673076923077, 0.00230766822872054, 0.00570442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000317045556056823, 0.000526730769230761, 0.000341280845323341, 0.000713846153846138, 0.000366855033200601, 0.00129884615384614, 0.000521519267289191, 0.00186211538461538, 0.00229821640709619, 0.00571057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256974407585338, 0.000480384615384603, 0.000287793529087457, 0.000901346153846145, 0.000398902918592415, 0.00126346153846154, 0.000488892665583716, 0.00181096153846153, 0.0022954868429494, 0.00571961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000265117680691769, 0.00077076923076922, 0.000369071652413715, 0.00107826923076922, 0.000442055861419571, 0.00122923076923076, 0.000524206213093811, 0.00187192307692306, 0.00229435578355634, 0.00571730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000381102853066449, 0.000869230769230772, 0.00041367011197145, 0.00100480769230771, 0.000419357062840067, 0.00119711538461538, 0.000493219408190101, 0.00184423076923076, 0.00231693199827171, 0.00572326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288045936507463, 0.000502307692307699, 0.000292028186205481, 0.000712307692307683, 0.000330194406605931, 0.000997884615384607, 0.000480687688469503, 0.0017905769230769, 0.00233152515286916, 0.00573153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00026449574665767, 0.000554999999999976, 0.000279700939191503, 0.000838846153846137, 0.000359340421413364, 0.00105346153846152, 0.000498636294152522, 0.00182692307692307, 0.00233290561647586, 0.00572384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000281649878122031, 0.000704423076923067, 0.000251239695540696, 0.00081923076923076, 0.000382177767738844, 0.00104038461538462, 0.000511568026907313, 0.0018753846153846, 0.00233059081317625, 0.00571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00020608773337139, 0.000596923076923068, 0.000323695310201051, 0.000789423076923078, 0.000339359181172639, 0.000979423076923084, 0.000532462783098155, 0.00190115384615384, 0.00233617040342655, 0.00570307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000278915482097793, 0.000514615384615383, 0.000293684616291278, 0.000645576923076933, 0.00031024754384449, 0.000893461538461542, 0.000511744414873143, 0.00186211538461537, 0.00234408958873163, 0.005685 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000168321578670581, 0.000386923076923092, 0.000265951412566584, 0.00059692307692308, 0.00032130365460346, 0.000840961538461552, 0.000543498496211921, 0.00196115384615383, 0.00234986055232744, 0.00567384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000214719584574852, 0.00049249999999999, 0.000315498628547533, 0.00071076923076922, 0.000401072983958696, 0.000946538461538462, 0.000643610608508459, 0.00210884615384614, 0.00241354010659733, 0.00567961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000250906433679046, 0.000540961538461538, 0.000281758489053731, 0.000655384615384626, 0.000401731301321587, 0.000920961538461551, 0.000655563527403364, 0.00215153846153845, 0.0025227450022057, 0.00571711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000266820092081653, 0.000460192307692308, 0.00031236572499853, 0.000722115384615384, 0.00038261594522244, 0.000984807692307692, 0.00072507148188724, 0.00216442307692306, 0.00250721212781172, 0.00569442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000214977637477455, 0.000549230769230776, 0.000264602822823475, 0.000714423076923086, 0.00032325246146959, 0.000986923076923073, 0.000785149961178416, 0.00217769230769229, 0.00244706286266744, 0.00566442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000179409823073826, 0.000468269230769237, 0.000284118880860706, 0.000723461538461538, 0.000303893263144491, 0.00105365384615384, 0.00081781841599372, 0.0021751923076923, 0.00242646638455689, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000285453822211893, 0.000623269230769219, 0.000292581415362253, 0.000788269230769224, 0.00028736394774142, 0.00114596153846152, 0.000845773292046071, 0.00217769230769229, 0.0024162134393748, 0.00570076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000191587798712196, 0.000526730769230757, 0.000262099291226696, 0.000810961538461522, 0.000262574824500636, 0.00107846153846152, 0.000888573294669603, 0.00213249999999999, 0.00237764916218973, 0.00568846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000225252337134629, 0.000591153846153829, 0.000259689459517747, 0.000828846153846127, 0.000267462793961802, 0.00108711538461537, 0.000966370608951947, 0.0021480769230769, 0.00235757695852853, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000165538398984825, 0.00056980769230768, 0.000231380888114421, 0.000808653846153828, 0.000324191123591293, 0.00108673076923076, 0.000940056565401167, 0.00212288461538461, 0.00231873974391263, 0.00575 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000233969836977724, 0.000623269230769223, 0.00025848233089442, 0.000836346153846154, 0.000357972710605818, 0.00114230769230769, 0.000967665946809844, 0.00209576923076923, 0.00233780130925159, 0.00577980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189811343585801, 0.000527115384615392, 0.000236365102200931, 0.000727307692307687, 0.000350393899226833, 0.000983269230769225, 0.000980209337924212, 0.00201711538461538, 0.00231173834026391, 0.00573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000212517872551568, 0.00050461538461539, 0.000281042906661287, 0.000701346153846167, 0.000375384981872451, 0.00100673076923076, 0.00106938201060958, 0.00199326923076924, 0.0022952726417574, 0.0057325 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000209123077488982, 0.000537692307692325, 0.000285303347334015, 0.000695000000000005, 0.000694510369862214, 0.00118442307692306, 0.0010569635937257, 0.00197903846153845, 0.00230080244363034, 0.00586326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000223699661290613, 0.000488461538461523, 0.000323488259209129, 0.000770576923076903, 0.000739530620367774, 0.00115653846153845, 0.00106485889278273, 0.00194269230769231, 0.00226054067732615, 0.00584807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288555087395002, 0.000574038461538452, 0.000723253679296125, 0.000916730769230771, 0.000812579771231966, 0.00110173076923076, 0.00107415879430586, 0.00193865384615385, 0.00227252940236543, 0.00591673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000759056094005016, 0.000706923076923084, 0.000785850739399911, 0.00085576923076923, 0.000858825674081498, 0.00111653846153845, 0.00119516590415788, 0.00204346153846154, 0.0022725686923696, 0.00592269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00021314467820274, 0.000479423076923075, 0.000290294081658826, 0.000665576923076911, 0.000379968267905871, 0.000918269230769221, 0.000785507870988335, 0.00203884615384614, 0.00203403573828372, 0.00583576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189989068511429, 0.000479615384615371, 0.000308571896621537, 0.000673846153846132, 0.000312745903250551, 0.000904999999999985, 0.000699372823431017, 0.0021078846153846, 0.00198096324665942, 0.00583423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000207523585313903, 0.000454038461538464, 0.000231474288321283, 0.000677115384615397, 0.000299385267609369, 0.000841538461538458, 0.000857321140799373, 0.00228653846153846, 0.00194722960006894, 0.00586134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000124975843819748, 0.000435192307692302, 0.000149761348613251, 0.000577307692307687, 0.000343261506053987, 0.0008076923076923, 0.000889940361009576, 0.0023153846153846, 0.00190334443505676, 0.00585096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000126295745710662, 0.000413846153846158, 0.000164777238906149, 0.000563461538461528, 0.000420081356589233, 0.000922115384615388, 0.000892992807275724, 0.00238307692307692, 0.00186166711888524, 0.00584769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000139247980236702, 0.000419999999999993, 0.000244264437412843, 0.000596346153846149, 0.000387688812560563, 0.000888846153846152, 0.000897773935053556, 0.00246403846153845, 0.00184073530458305, 0.0058573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000158399324979127, 0.000447884615384625, 0.000328119818640415, 0.000671153846153862, 0.000343296463043923, 0.000907307692307697, 0.0008831013531866, 0.00257500000000001, 0.00180470616615389, 0.00585711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000295467621550345, 0.000488653846153845, 0.000288533160339306, 0.000635769230769228, 0.000440314616539661, 0.000950192307692311, 0.000915407034308536, 0.00266403846153845, 0.00180012542298073, 0.00585153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199485492050085, 0.000447307692307693, 0.00025364451198782, 0.000633461538461551, 0.000357695186092642, 0.000915384615384608, 0.000944094295323057, 0.00273403846153845, 0.00180392513276338, 0.00581326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000252968605531625, 0.000523653846153861, 0.00033950914794517, 0.000737692307692328, 0.000425184123012065, 0.000998461538461542, 0.00100501373890342, 0.00276115384615383, 0.00183811426153587, 0.00582903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199914981929826, 0.000500000000000009, 0.000250990346121438, 0.000696923076923078, 0.000436735661998807, 0.00107096153846154, 0.000961724412788732, 0.00278038461538462, 0.00185243585999209, 0.00585884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000184430203600171, 0.000472499999999987, 0.000333956526419938, 0.000700192307692296, 0.000482265526926345, 0.00121903846153846, 0.000964062956769618, 0.00275076923076923, 0.00185435367135333, 0.00587653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000220695752982744, 0.000501153846153837, 0.000266868161054502, 0.000813846153846161, 0.000507687062909983, 0.00133307692307692, 0.000934607877462721, 0.00277826923076923, 0.00185519934653521, 0.00587384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000216883964013365, 0.000630576923076921, 0.00039332688499712, 0.000964038461538462, 0.000542533373663287, 0.0013676923076923, 0.000936393326299602, 0.0027823076923077, 0.00185293874696387, 0.005875 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00022047474999332, 0.000606346153846159, 0.000354458254024581, 0.00094942307692308, 0.000627948675021717, 0.00146653846153846, 0.000857316946148757, 0.00276288461538462, 0.00178931883257719, 0.00590173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000255465186548894, 0.000717307692307703, 0.000311507809508232, 0.000976346153846149, 0.000601257304449479, 0.00148711538461538, 0.000842087881399562, 0.00271500000000001, 0.00174786731585844, 0.00589192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208287984808016, 0.000638269230769223, 0.000541496537385045, 0.00113249999999999, 0.000637862174647611, 0.00148192307692308, 0.000882702667946574, 0.00266500000000001, 0.00173403057598809, 0.00585596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00053253042527741, 0.000904423076923075, 0.00057399507502577, 0.00115788461538461, 0.000667418563168228, 0.00150846153846154, 0.000862566207046411, 0.0026326923076923, 0.00174150868501998, 0.00585750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288530494322262, 0.000699615384615386, 0.000350045546487005, 0.000943269230769231, 0.000567917281354887, 0.00137403846153847, 0.00087406638103837, 0.00246903846153846, 0.00173789325378128, 0.00584019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000273071207957533, 0.000716730769230763, 0.000375171345469693, 0.000943461538461536, 0.000464419116084411, 0.00140365384615384, 0.000878575770560156, 0.00243423076923077, 0.00176728731720071, 0.0058273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000248182082660788, 0.000667884615384622, 0.000355758182780623, 0.000991730769230784, 0.000359877810460075, 0.00141096153846154, 0.00093103176844088, 0.00241692307692306, 0.00177011973736677, 0.00589673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000217545485959904, 0.000729038461538476, 0.000279773053631784, 0.000990192307692308, 0.000430934048139798, 0.00133692307692306, 0.000939405478931303, 0.00243057692307691, 0.00180019051342224, 0.00592326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000206915534606596, 0.000635961538461541, 0.000246945338081119, 0.000925000000000001, 0.000333218166002178, 0.00123788461538461, 0.000923908607701333, 0.00232634615384614, 0.00182257387736727, 0.00587346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000186085691592298, 0.00061326923076923, 0.00028919895999387, 0.000885961538461527, 0.000342627180205222, 0.00119923076923077, 0.000971489914433574, 0.00236442307692306, 0.00186990785457878, 0.00588423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000231878283721304, 0.000583461538461543, 0.000252551974848754, 0.000792500000000004, 0.000429706742576123, 0.00114673076923077, 0.000967521595863137, 0.00235903846153845, 0.00185892479261949, 0.00591076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00019171864401132, 0.000539038461538453, 0.000324266331656785, 0.00080057692307692, 0.000586710287568273, 0.00113519230769231, 0.00100792255883842, 0.00241673076923076, 0.00185958735083476, 0.00593134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000261841481699255, 0.0005748076923077, 0.000354971992394637, 0.000811346153846161, 0.000565405504585331, 0.00110423076923078, 0.000974990749463032, 0.00255019230769231, 0.00185907648702666, 0.00591576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000173354683103307, 0.000589615384615374, 0.000328426317693698, 0.000785384615384615, 0.000413453187751098, 0.00109346153846154, 0.000867555828396431, 0.00253134615384616, 0.00186733529806102, 0.00588865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208888634296968, 0.000577307692307704, 0.000266220556335124, 0.000789230769230781, 0.000416122624308675, 0.00116903846153847, 0.000798990709486752, 0.00263192307692309, 0.00190724635373781, 0.00591057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000183776620259074, 0.000564615384615386, 0.000272860136051717, 0.000824423076923076, 0.000332053285807233, 0.00120923076923076, 0.000794336225071941, 0.00267903846153846, 0.00197537174690273, 0.00594653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000222833242237671, 0.000579423076923072, 0.000269473846311937, 0.000876923076923074, 0.000286220463709616, 0.00124692307692306, 0.000807695701458062, 0.00271211538461538, 0.00198981015716034, 0.00595769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249859037182053, 0.000638461538461549, 0.00027785247884442, 0.000844999999999997, 0.000435005614464221, 0.00131673076923077, 0.000808518112636654, 0.00277653846153846, 0.00199458821661168, 0.00596192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000211706255130861, 0.000596538461538462, 0.000309154740940777, 0.000924423076923074, 0.000411673367536036, 0.00128980769230768, 0.000731351120555956, 0.00281230769230769, 0.00195800998858142, 0.00595134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000225567404219133, 0.000690576923076921, 0.000322248411107865, 0.000950961538461534, 0.000354505126359812, 0.00128173076923076, 0.000686087345863355, 0.00305461538461538, 0.00196296993393645, 0.00597519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000182252677515422, 0.000649038461538469, 0.000239891962862777, 0.000901923076923063, 0.000346396227106832, 0.00127211538461538, 0.000678588240393227, 0.00310499999999999, 0.00194911017172926, 0.00596269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00016824718536905, 0.000678653846153834, 0.000278865834849214, 0.000943076923076918, 0.000468884806256759, 0.00129980769230768, 0.000605675973285542, 0.00318923076923076, 0.00190007660776733, 0.00594634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000236638965514973, 0.000635000000000009, 0.00026748112801869, 0.000913076923076931, 0.00043366967223381, 0.00135923076923077, 0.000616541595078188, 0.00324346153846153, 0.0018865820946887, 0.005945 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229679040268061, 0.00068730769230769, 0.000395774994351381, 0.000974615384615382, 0.000445782975828445, 0.00152230769230769, 0.000647197508790505, 0.00327615384615384, 0.00184975669917798, 0.00591461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000405016618842299, 0.000732307692307695, 0.000415561205341174, 0.00109134615384616, 0.000621737515726328, 0.00174346153846154, 0.000677032779572304, 0.00324923076923077, 0.00184833996206991, 0.00589115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000315533492066034, 0.000824230769230772, 0.00038695562257985, 0.00122942307692308, 0.000579139148949689, 0.00163692307692308, 0.000798067280757334, 0.00325923076923077, 0.00187255305973915, 0.0059148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000315790339405012, 0.000876538461538456, 0.000500403222027384, 0.00126076923076922, 0.000644723226246378, 0.00167596153846154, 0.000759494670057768, 0.00327307692307692, 0.00186274384051715, 0.00591115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000299890749337942, 0.000827307692307685, 0.000443719636014254, 0.00106865384615385, 0.000618694282650669, 0.00167884615384615, 0.00075073095149893, 0.0032001923076923, 0.00192861011133367, 0.00581019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000452665949170539, 0.000802307692307688, 0.000546559589263032, 0.00122923076923076, 0.000565585639301953, 0.00178865384615382, 0.000791846648906615, 0.00314634615384615, 0.00194790396225118, 0.00586038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000340383042151939, 0.000928846153846145, 0.000459677018719073, 0.0013401923076923, 0.000552444219251686, 0.00177615384615383, 0.00081937455040182, 0.00315442307692309, 0.00194842927863604, 0.00589557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000365963060346893, 0.00091019230769231, 0.000358650032976215, 0.00128461538461536, 0.000566168397074712, 0.00169942307692307, 0.000859282281012232, 0.00308403846153847, 0.00202711436624729, 0.00587057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000291938086165277, 0.000934615384615371, 0.000380752342282804, 0.0012278846153846, 0.000586162224854302, 0.00198807692307692, 0.000865055200550822, 0.00297750000000001, 0.00200589206128805, 0.00588019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000201464732550246, 0.000790961538461536, 0.000363341596001082, 0.00115134615384616, 0.000560479224894599, 0.00189480769230769, 0.000876099858200237, 0.00279980769230771, 0.00211167280573046, 0.00599403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000319660938158889, 0.000841346153846161, 0.000658296782497188, 0.00154057692307693, 0.000594893784960486, 0.00193884615384616, 0.000928959571033854, 0.00277673076923079, 0.00211972143489151, 0.0059898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000578916760324509, 0.00131115384615385, 0.000518256099448318, 0.00155576923076923, 0.000621520622839978, 0.00191173076923078, 0.000894380232339692, 0.00271000000000002, 0.00218035928584825, 0.00600115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000276702839773027, 0.0008826923076923, 0.000410107115463579, 0.00118961538461539, 0.00056802072009879, 0.00160653846153847, 0.000905563848999828, 0.00246826923076925, 0.00221312112533063, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000308000062437559, 0.000735961538461543, 0.000440610415743367, 0.00106153846153848, 0.000423230842630656, 0.0014021153846154, 0.000954813574232419, 0.00235980769230771, 0.00210434546739691, 0.00591538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00031639635561453, 0.000744423076923073, 0.000425535544931326, 0.000997500000000006, 0.000575945009394273, 0.00132942307692309, 0.000937097995860709, 0.00227057692307693, 0.00207883762824696, 0.00588826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000306507685937014, 0.000700192307692304, 0.000451123426740241, 0.000962884615384612, 0.000631698595363819, 0.00131634615384616, 0.000924125282881893, 0.00222346153846155, 0.00206483809199508, 0.00588788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256693172124577, 0.000604230769230774, 0.000477740998385579, 0.000882692307692317, 0.000547310205951294, 0.00121230769230769, 0.000878832376596267, 0.00209788461538461, 0.00201945651485359, 0.00585615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000447052440565285, 0.000641730769230793, 0.000451486604282066, 0.000836923076923081, 0.0004832477068273, 0.00119288461538462, 0.000888571022225267, 0.0020423076923077, 0.00198987804032926, 0.00580884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000176996740517569, 0.000579615384615373, 0.000311100280641762, 0.000859230769230757, 0.000423729231394843, 0.00117230769230769, 0.000791844390307541, 0.00196153846153846, 0.00198171399201647, 0.00578211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000205598282692618, 0.000609423076923081, 0.000245940267920114, 0.000821153846153845, 0.000484110484846665, 0.00110480769230769, 0.000728700133535995, 0.00187173076923077, 0.00202239428743412, 0.00579057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229105618908357, 0.000584230769230766, 0.000338719591311857, 0.000799807692307693, 0.000497155795113941, 0.00110326923076924, 0.000725367413532874, 0.00191173076923077, 0.00202480887037233, 0.00581519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229377502082358, 0.000510961538461525, 0.000352777768355884, 0.000731923076923072, 0.00044258545459083, 0.00100326923076924, 0.000671341481375439, 0.00194423076923076, 0.00197716903288904, 0.00589576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000207153696192361, 0.000519423076923077, 0.000304427331230272, 0.000755000000000006, 0.000372721591292177, 0.000985769230769232, 0.000604179927352242, 0.00192423076923076, 0.00196862491055598, 0.00592403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000188005421362085, 0.000525961538461547, 0.000181907520883122, 0.000687115384615394, 0.000354165378579869, 0.00102365384615385, 0.000592018580789481, 0.00187, 0.00197303943584121, 0.00597384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000165321249041413, 0.000483653846153846, 0.000237245410103932, 0.000654230769230764, 0.000378220987498856, 0.00105134615384614, 0.000575488454739494, 0.00183480769230768, 0.00197901487731027, 0.00598826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000201325224832472, 0.000469615384615391, 0.000281965423412149, 0.000712499999999996, 0.000389394450989666, 0.00101403846153845, 0.000536830155062673, 0.00184884615384615, 0.00198205856468626, 0.00599807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000254002195629522, 0.000513653846153851, 0.000312569807587655, 0.000776730769230764, 0.000351689985859495, 0.000949615384615397, 0.000524033505975142, 0.00186365384615383, 0.00197794959879785, 0.00599884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000202635424801821, 0.000563653846153841, 0.000221341452198953, 0.000694038461538461, 0.00024264757603127, 0.000884615384615385, 0.000492794074639689, 0.00185499999999999, 0.00199515722341719, 0.00600711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000166022241327442, 0.000484230769230756, 0.000220806563447603, 0.00064653846153847, 0.000200096515173572, 0.000851153846153845, 0.000636284648444497, 0.00192307692307692, 0.0019630623741021, 0.00606326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199629271786072, 0.000455384615384622, 0.000215005545545632, 0.000574230769230765, 0.000268634724830219, 0.000858846153846157, 0.000602034020250053, 0.00192519230769229, 0.00196209182918482, 0.00606211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000133647066789878, 0.000376538461538456, 0.00017243995610511, 0.000596538461538471, 0.000332346899396476, 0.000827307692307698, 0.000607566014140393, 0.0019476923076923, 0.00194924424210631, 0.00606865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000182259008429879, 0.000517884615384626, 0.000275815434387106, 0.000708076923076933, 0.000331397274952813, 0.000866923076923077, 0.000674705092272502, 0.00206980769230768, 0.00195576965963235, 0.00609019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000305792350359631, 0.000509807692307689, 0.000352669871780309, 0.000619038461538456, 0.000480197235118422, 0.00112076923076923, 0.000657258788746553, 0.00209865384615384, 0.00195204401747344, 0.0061103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000200898366957422, 0.000428076923076909, 0.00023280364786991, 0.000628461538461531, 0.000509397834551862, 0.00125307692307693, 0.000727158748935765, 0.00215961538461537, 0.00197830507291936, 0.00616519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000174455195923241, 0.000438846153846155, 0.00045903175690376, 0.000941923076923077, 0.000493810809303125, 0.00128134615384616, 0.000729590717720972, 0.00217615384615383, 0.00197821766127608, 0.00618634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000474549827164157, 0.000848461538461537, 0.000548719102862419, 0.00112442307692308, 0.000473128540023329, 0.00128615384615384, 0.000709117436297783, 0.00227653846153845, 0.00197136224864549, 0.00619634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000449810088131205, 0.000798653846153847, 0.000423394206202852, 0.000989423076923081, 0.00035760447639601, 0.0011951923076923, 0.000714649564471993, 0.00229499999999999, 0.00197662210893698, 0.00622980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000305257331544291, 0.00059596153846154, 0.000303815733628135, 0.000834999999999983, 0.000290596005584289, 0.00111903846153846, 0.000669244464935008, 0.00226192307692307, 0.00196792057375683, 0.00628576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000306364790103865, 0.000590769230769224, 0.000268198835539267, 0.000786153846153838, 0.000365821730439211, 0.00112346153846154, 0.000671983516281331, 0.00223538461538462, 0.00192532000337207, 0.00626365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000216768220776161, 0.000577307692307695, 0.000250563441989337, 0.000870961538461539, 0.000457458573155919, 0.00118711538461539, 0.000820753218789806, 0.00235538461538462, 0.00193424090656138, 0.00624826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00028116926191558, 0.000676923076923084, 0.000348817783597459, 0.000880384615384618, 0.000557572520291852, 0.00121865384615386, 0.000795868369479802, 0.0023223076923077, 0.00191232794097827, 0.00620307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000267500754851548, 0.000489423076923085, 0.000337090264104193, 0.000689615384615393, 0.000507653311439368, 0.00106326923076923, 0.000867231159850346, 0.00228173076923078, 0.00191900347736888, 0.00615288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000236384302485454, 0.000478461538461543, 0.000375266110708318, 0.000735576923076925, 0.000355325040794157, 0.00103173076923077, 0.000900915346488483, 0.00226769230769232, 0.00192997509948067, 0.00616826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000258826122210385, 0.000485192307692318, 0.000284965854904638, 0.000756538461538465, 0.000452229859865342, 0.00115038461538463, 0.000916182212310328, 0.0022896153846154, 0.00189382575756061, 0.00616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000181499735113163, 0.00060192307692307, 0.000292946306448012, 0.00080846153846154, 0.000492152454491005, 0.00122596153846153, 0.000929089132099077, 0.00230384615384617, 0.0018686847287289, 0.00617615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000219795446862623, 0.00050096153846155, 0.00040545093604338, 0.00081269230769232, 0.000553049865605414, 0.00119307692307692, 0.000892484173529144, 0.00228000000000002, 0.00186336036400741, 0.00618538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000317713465490272, 0.000570384615384616, 0.000313622568359835, 0.000816346153846143, 0.000503221468295862, 0.00109538461538462, 0.000982482511098991, 0.00232326923076925, 0.00185324149491143, 0.00621096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000251244670819873, 0.000576730769230756, 0.000439348993923447, 0.000866538461538464, 0.000446398795490513, 0.00120673076923078, 0.00104851185753171, 0.00229634615384618, 0.00191542641366195, 0.00629288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000445930315356389, 0.00071461538461539, 0.000423086325070362, 0.000844038461538466, 0.000425038867001052, 0.00122403846153848, 0.00108662046661266, 0.00234403846153848, 0.00191533131297475, 0.00630596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000200656710290514, 0.000538653846153839, 0.000321399882724586, 0.000886730769230784, 0.000362326669436028, 0.00115115384615386, 0.00104100136702785, 0.0022746153846154, 0.00194884404593714, 0.00624134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000235585114457265, 0.000622115384615391, 0.000228308243053456, 0.00081057692307693, 0.000285963956846617, 0.00111923076923079, 0.000988229652537225, 0.00227961538461539, 0.0019537756740771, 0.00625076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000115883396301881, 0.000535192307692325, 0.000203187011244474, 0.000764807692307702, 0.00069083672789986, 0.00118423076923078, 0.00105290186919477, 0.00216711538461539, 0.00196626464491589, 0.00621942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000194210829136409, 0.000590384615384619, 0.000260230962504764, 0.000776923076923081, 0.000706627635593612, 0.00118115384615385, 0.00104085852138437, 0.00218730769230769, 0.00196394446106653, 0.00621461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000290655558773872, 0.000520576923076934, 0.000715409296513866, 0.000932692307692307, 0.000830759360696352, 0.00120634615384616, 0.00101890242606744, 0.00221807692307692, 0.00196312114129125, 0.00618115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000666919698775943, 0.000708269230769229, 0.000631411026681824, 0.000886730769230771, 0.000771760948440955, 0.00119019230769231, 0.000999147809962988, 0.00220788461538462, 0.00197360213432582, 0.00614923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199505639018045, 0.000547499999999996, 0.00043245133118786, 0.000798076923076933, 0.000515171368052931, 0.00108346153846156, 0.000878469473222931, 0.00208384615384616, 0.00201493832698137, 0.00609730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000417822192583635, 0.000580769230769239, 0.000472776414874454, 0.000791538461538472, 0.000560459323988957, 0.000999423076923091, 0.000885578559256809, 0.00202576923076924, 0.00200321991764798, 0.00605903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00018821305439888, 0.000488076923076914, 0.000280421111901366, 0.000675000000000003, 0.000441291461333829, 0.000931923076923084, 0.000881439927705707, 0.00199711538461538, 0.0019778115333718, 0.0059976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000194335158543553, 0.000451923076923083, 0.000309678803824954, 0.000610192307692308, 0.00062070617352023, 0.000953076923076937, 0.000841638786032247, 0.00205461538461539, 0.00191735739616155, 0.00594076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000215060724876984, 0.000466346153846156, 0.000318779463193358, 0.000707115384615393, 0.00060040281350234, 0.000961538461538467, 0.000776024508930967, 0.00204096153846154, 0.00183696410291128, 0.00593365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000228646855686627, 0.000490769230769226, 0.000525265537243175, 0.000693269230769238, 0.000578020661062715, 0.000926730769230777, 0.000742822579500236, 0.00205076923076923, 0.00179107205756348, 0.00595365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000406232265885095, 0.000424423076923078, 0.000394998928917717, 0.000593076923076923, 0.000434884069432476, 0.000836923076923068, 0.000688545177558059, 0.00203269230769231, 0.00180414604772965, 0.00584980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000149287023497065, 0.000421153846153847, 0.000264817789316467, 0.000597692307692312, 0.00037074109771977, 0.000844807692307701, 0.000712291129978571, 0.00205942307692308, 0.00179669094341622, 0.00580211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00014901122828112, 0.000362884615384623, 0.000158069118280116, 0.000489615384615381, 0.000289504151690696, 0.000775576923076927, 0.000817701116169358, 0.00210865384615384, 0.00180842128345736, 0.00576153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000134622120710591, 0.000391346153846156, 0.000269633939886029, 0.000592307692307704, 0.000292562222178722, 0.000845576923076929, 0.000834171837121199, 0.00221057692307692, 0.00180417630896933, 0.00575307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249632961334469, 0.000461153846153865, 0.00023005551169563, 0.000608461538461553, 0.000302037185688233, 0.000932692307692303, 0.000762165260698348, 0.00226673076923077, 0.00178626874754657, 0.00573903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000160340143253216, 0.000449807692307684, 0.000281819705048886, 0.00065211538461537, 0.000420575978684181, 0.000993076923076909, 0.000841826950973045, 0.00233884615384614, 0.00178140308788845, 0.00573480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000232593818953526, 0.000428269230769218, 0.000282686017721758, 0.000679230769230748, 0.000368852899593407, 0.000932692307692286, 0.000782332115192465, 0.00240346153846152, 0.00177931448554256, 0.00572903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000228399110869882, 0.000581923076923063, 0.000344235440449623, 0.000780961538461531, 0.000337247512393175, 0.000971730769230756, 0.000767843057882563, 0.00243019230769229, 0.00198024257449591, 0.00582557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000246046978003426, 0.000551346153846141, 0.000237475585789684, 0.000674423076923067, 0.000360905751600703, 0.00105519230769231, 0.000743773849003518, 0.00245346153846153, 0.00201638671504635, 0.00580923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000160187030109768, 0.00044326923076921, 0.000178894145752783, 0.000611346153846141, 0.000342159488228243, 0.00108134615384616, 0.000675660816135969, 0.00241653846153845, 0.00199651912472298, 0.00577384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00015383257632394, 0.000472307692307695, 0.000282451153026781, 0.000780576923076938, 0.000360168176529547, 0.00110634615384616, 0.000676668649738152, 0.0024476923076923, 0.00199879526215168, 0.0057725 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208982976855512, 0.000603269230769237, 0.000231392191211911, 0.00085288461538463, 0.000446584689186033, 0.00121826923076923, 0.00068978792727574, 0.00246423076923076, 0.0020149703567203, 0.00575346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000177026834124102, 0.000582499999999999, 0.000275495078833604, 0.000813461538461539, 0.000432457378958187, 0.00128423076923077, 0.000699972526933391, 0.00248153846153846, 0.00209063037972173, 0.00584423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000251686618329531, 0.000581923076923067, 0.000366440518837857, 0.000904423076923058, 0.00046474927069915, 0.00132173076923076, 0.000708943960028949, 0.00247653846153845, 0.0020915482671567, 0.00583307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000274370888789946, 0.000645769230769234, 0.000260939721892883, 0.000976538461538458, 0.000396302332142455, 0.00137346153846152, 0.000692983738292937, 0.00250269230769229, 0.00206957108153803, 0.00580230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000275314645171944, 0.000811923076923075, 0.000363450345778022, 0.00105307692307692, 0.000423610715706711, 0.00146596153846153, 0.000739625814959054, 0.00257211538461539, 0.00208606360991592, 0.00581923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000273428938876989, 0.000690769230769226, 0.00035134362973286, 0.000992115384615381, 0.000305435943177322, 0.00135365384615385, 0.000718376374461615, 0.00249384615384616, 0.00206250333333065, 0.00583499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000274003719795074, 0.000744038461538451, 0.000282998029348936, 0.00102673076923077, 0.000359155473083933, 0.00130942307692307, 0.000736792006972421, 0.0024626923076923, 0.00204656734182275, 0.00581673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256348620797173, 0.000756153846153842, 0.000244842885258156, 0.000930961538461544, 0.000365427673576281, 0.0012492307692[...];
Date: 2021-05-09 15:52:42 Duration: 18s579ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 915, '2021-05-09 00:00:00', 0.000305355593466929, 0.000764038461538467, 0.000423035050375443, 0.00111057692307693, 0.000504375966303531, 0.00153365384615384, 0.00141131353164893, 0.00333173076923078, 0.00182244781501736, 0.00535096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 930, '2021-05-09 00:00:00', 0.000361747308745509, 0.000828653846153843, 0.000353479680625902, 0.00108173076923076, 0.00044804914737285, 0.00145903846153846, 0.00130316793002519, 0.00324557692307693, 0.00182247909136472, 0.00532596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 945, '2021-05-09 00:00:00', 0.000261906398429798, 0.00073480769230769, 0.000405573525535625, 0.00103826923076922, 0.000525852750667556, 0.00141634615384617, 0.00119325232678785, 0.00312365384615385, 0.00178888581567927, 0.00528269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 960, '2021-05-09 00:00:00', 0.000366657039500666, 0.00073923076923077, 0.000406180189268078, 0.000947115384615389, 0.00075968801794907, 0.00160173076923078, 0.00114112602957983, 0.00306884615384616, 0.00175587603601341, 0.00527057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 975, '2021-05-09 00:00:00', 0.000317328512137478, 0.00067923076923077, 0.000415057780963655, 0.00108519230769231, 0.000778144044407045, 0.00172807692307692, 0.00112055997333751, 0.00300942307692308, 0.00174964396378235, 0.005295 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 990, '2021-05-09 00:00:00', 0.000395297794268891, 0.000907115384615392, 0.00069990438907478, 0.00132192307692308, 0.000789695754462031, 0.00188576923076924, 0.00106888534680543, 0.00296173076923077, 0.00173996737369943, 0.00527730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1005, '2021-05-09 00:00:00', 0.000532534867041946, 0.00100923076923077, 0.000598847354378526, 0.00133692307692307, 0.00076484538407344, 0.0019176923076923, 0.000946234094470525, 0.00279480769230768, 0.00173027486700369, 0.00522634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1020, '2021-05-09 00:00:00', 0.000398940953795655, 0.000966730769230766, 0.000518278993771318, 0.00135865384615385, 0.000703284191380802, 0.00199442307692307, 0.000791513836800185, 0.00261192307692307, 0.00171504955075312, 0.00522519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1035, '2021-05-09 00:00:00', 0.000276872714437509, 0.000817500000000005, 0.000424503374997906, 0.00120634615384616, 0.00063605611750488, 0.00185423076923076, 0.000724514691680953, 0.00239846153846155, 0.00170926719565838, 0.00521788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1050, '2021-05-09 00:00:00', 0.000305972409515324, 0.000808653846153845, 0.000492180235904878, 0.00139076923076923, 0.000680345754858399, 0.00174288461538461, 0.000738808083750708, 0.00227576923076923, 0.00171310716356163, 0.00524692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1065, '2021-05-09 00:00:00', 0.000438874653561201, 0.00110480769230768, 0.000529463734502991, 0.00136461538461537, 0.000612106608361651, 0.0016075, 0.000673763968029884, 0.00221826923076924, 0.00171409739647881, 0.00529326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1080, '2021-05-09 00:00:00', 0.000367199379922377, 0.000869230769230755, 0.000422885872947357, 0.00105769230769231, 0.00048241109184849, 0.00140269230769232, 0.000760440889322667, 0.0022071153846154, 0.00164040727822744, 0.00540903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1095, '2021-05-09 00:00:00', 0.000256106423191616, 0.000697499999999992, 0.00043009645608684, 0.000980192307692307, 0.000450963924874778, 0.00126730769230769, 0.00076462529787724, 0.00221038461538462, 0.00168125727908062, 0.00547903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1110, '2021-05-09 00:00:00', 0.000359839494133796, 0.000697307692307696, 0.000388984130583957, 0.00106942307692309, 0.000468454948166353, 0.00127596153846155, 0.000817508033364426, 0.00221576923076923, 0.0017313035218053, 0.00553673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1125, '2021-05-09 00:00:00', 0.000327527156830598, 0.000744038461538485, 0.000370959099964062, 0.000890576923076937, 0.000440836268227341, 0.00117615384615387, 0.000898177577953527, 0.00213019230769232, 0.00176666299951241, 0.00556192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1140, '2021-05-09 00:00:00', 0.000276263252379655, 0.000550769230769235, 0.000383394755391288, 0.000813461538461551, 0.000400051198646456, 0.00103980769230769, 0.000889638215144874, 0.00206307692307692, 0.00181483514826682, 0.00557384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1155, '2021-05-09 00:00:00', 0.000276122325177699, 0.000576538461538459, 0.000355674062115214, 0.000759038461538468, 0.00043357232561415, 0.0010398076923077, 0.000863275092085587, 0.00202826923076923, 0.00181018423414262, 0.0055501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1170, '2021-05-09 00:00:00', 0.000248650588948851, 0.000516346153846155, 0.000287378870804049, 0.000701153846153845, 0.000417092730881076, 0.000987115384615382, 0.000839794846742562, 0.00199423076923077, 0.00181279851653142, 0.00554730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1185, '2021-05-09 00:00:00', 0.000219177132439976, 0.000531153846153841, 0.000275548753190088, 0.000738653846153851, 0.000374042572648952, 0.00097961538461538, 0.000831758008446784, 0.00199576923076923, 0.00185541262257214, 0.00559499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1200, '2021-05-09 00:00:00', 0.000225115440471014, 0.0005448076923077, 0.000313093252267411, 0.00072423076923077, 0.000379657791256217, 0.000985961538461524, 0.000892192998265432, 0.00211211538461537, 0.00184680097632471, 0.00559038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1215, '2021-05-09 00:00:00', 0.000223778049380658, 0.000478846153846148, 0.000294218390890943, 0.000642307692307686, 0.000373434578762306, 0.000895769230769228, 0.000899286041599324, 0.00208576923076922, 0.00187179872356471, 0.00558730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1230, '2021-05-09 00:00:00', 0.000162451057718449, 0.00042711538461539, 0.000243614133731686, 0.000624615384615377, 0.000364715484474385, 0.000849230769230765, 0.000841324779508708, 0.00211923076923077, 0.00203955501368464, 0.00564442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1245, '2021-05-09 00:00:00', 0.000201788541261917, 0.000443846153846149, 0.000278660256336536, 0.00059153846153846, 0.000440346891229387, 0.000855769230769235, 0.000829814066291591, 0.00207576923076923, 0.00206055915674885, 0.00565596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1260, '2021-05-09 00:00:00', 0.000173629246916004, 0.000381346153846154, 0.000264002112462412, 0.000533653846153836, 0.000499382734367754, 0.000946346153846145, 0.000747429235137658, 0.00205230769230769, 0.00207262382946389, 0.00564846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1275, '2021-05-09 00:00:00', 0.000197707242776163, 0.000396923076923094, 0.000323393782348291, 0.000606538461538481, 0.000503704889180783, 0.000973846153846154, 0.000707184667428651, 0.00200692307692308, 0.00208084613891709, 0.00566442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1290, '2021-05-09 00:00:00', 0.000205229046527199, 0.000440192307692313, 0.000361794671900224, 0.000749230769230771, 0.00042300813776497, 0.000998269230769225, 0.000663445899481239, 0.0019973076923077, 0.00210515067978883, 0.00571076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1305, '2021-05-09 00:00:00', 0.000305632068897333, 0.000580192307692308, 0.000354383755488109, 0.000709615384615379, 0.000455205955077979, 0.0010026923076923, 0.000642499326548586, 0.00195076923076923, 0.00214344259401697, 0.00569307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1320, '2021-05-09 00:00:00', 0.000238135788671404, 0.000500576923076914, 0.000321278695216473, 0.000709999999999993, 0.000340997631392625, 0.000975769230769222, 0.00063230968556677, 0.00191346153846154, 0.00215387932666763, 0.00567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1335, '2021-05-09 00:00:00', 0.000234146650298809, 0.000494423076923071, 0.000253991898719987, 0.000706730769230762, 0.000268897464015274, 0.000929615384615377, 0.000633070205123725, 0.00188826923076922, 0.00216329872754907, 0.00567923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1350, '2021-05-09 00:00:00', 0.00021463466276801, 0.000470961538461541, 0.000221526608924372, 0.000699038461538464, 0.000382861543561697, 0.00093519230769232, 0.000621510938080612, 0.00186461538461539, 0.00220244923105725, 0.00567384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1365, '2021-05-09 00:00:00', 0.000159283974760131, 0.000519230769230785, 0.000213589559669945, 0.000667500000000013, 0.000343848636198245, 0.00089826923076924, 0.000529780106778724, 0.0018748076923077, 0.00220576123263255, 0.00566384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1380, '2021-05-09 00:00:00', 0.000164249926823544, 0.000499038461538477, 0.000296103931857618, 0.000698461538461554, 0.000454980811091577, 0.00110846153846153, 0.000530979791010496, 0.00187653846153847, 0.00225416578463419, 0.00568423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1395, '2021-05-09 00:00:00', 0.000250789829262552, 0.000481538461538465, 0.0002981708338417, 0.000660384615384603, 0.000353532938297895, 0.00128153846153846, 0.000484411975015553, 0.00189019230769231, 0.00230416135252322, 0.00570153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1410, '2021-05-09 00:00:00', 0.000144497005558537, 0.000434230769230757, 0.000354943169882381, 0.000869423076923059, 0.000373523966896591, 0.00132192307692306, 0.000452006509483433, 0.00184173076923076, 0.00228774443839007, 0.00570615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1425, '2021-05-09 00:00:00', 0.00039947297010706, 0.00075557692307692, 0.000351699664267902, 0.00109557692307691, 0.000420952948220334, 0.00130923076923076, 0.0004809722925012, 0.00186788461538461, 0.00226849245942357, 0.00569096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 0, '2021-05-09 00:00:00', 0.000392127971654468, 0.000757884615384627, 0.000391074112590527, 0.00104019230769231, 0.000405171378744667, 0.00124461538461539, 0.000432567869285821, 0.00185019230769231, 0.00228297572344654, 0.00572307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 15, '2021-05-09 00:00:00', 0.000334088561113174, 0.000701200000000015, 0.00034318277443175, 0.000868400000000009, 0.000343993095860947, 0.00113000000000001, 0.000447267351070194, 0.0018228, 0.00225162260011162, 0.00561279999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 30, '2021-05-09 00:00:00', 0.000306058566542181, 0.000620384615384615, 0.000296014097897128, 0.000922115384615379, 0.000354353854002146, 0.00111442307692308, 0.000472204527069179, 0.00181634615384615, 0.00230769742050717, 0.00573576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 45, '2021-05-09 00:00:00', 0.000317794563539688, 0.000765769230769243, 0.000280308964153149, 0.000873653846153852, 0.000402628097150957, 0.00108923076923077, 0.000498628773584263, 0.00186442307692308, 0.00231000473692489, 0.00571826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 60, '2021-05-09 00:00:00', 0.000186024502108234, 0.00062365384615385, 0.000307445867655549, 0.000809807692307703, 0.00032202890457943, 0.00102384615384615, 0.000522217056257402, 0.00188442307692309, 0.00231625314147324, 0.00570384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 75, '2021-05-09 00:00:00', 0.000286038526184047, 0.000514038461538469, 0.000306121142435719, 0.000666923076923074, 0.00030696654791435, 0.000917307692307685, 0.000472689522430303, 0.00182923076923078, 0.00234476488078312, 0.00568711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 90, '2021-05-09 00:00:00', 0.000180290470758026, 0.000415576923076917, 0.00028043654156716, 0.000635576923076919, 0.000317895967501703, 0.000869615384615385, 0.000521870305137806, 0.00192615384615386, 0.00234879556696292, 0.00567884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 105, '2021-05-09 00:00:00', 0.000224437416323916, 0.000493076923076921, 0.000317905646379539, 0.00071999999999999, 0.000393305371670158, 0.000931346153846153, 0.000631913486045485, 0.00208442307692308, 0.00235956587434736, 0.00566634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 120, '2021-05-09 00:00:00', 0.000252081259792271, 0.000549807692307682, 0.000278271657530215, 0.000651346153846151, 0.000349543493497064, 0.000890576923076933, 0.000657813511099163, 0.00212884615384616, 0.00236813241086402, 0.00566634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 135, '2021-05-09 00:00:00', 0.000260449389738926, 0.000453269230769237, 0.000299294812209262, 0.000689230769230775, 0.000365278028988235, 0.000944038461538463, 0.000735963314303092, 0.00215000000000002, 0.00237731086766928, 0.0056501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 150, '2021-05-09 00:00:00', 0.000211429657333109, 0.000527500000000006, 0.000247597688568787, 0.000693846153846152, 0.00032733263486268, 0.000960576923076918, 0.000800585098537302, 0.00219250000000001, 0.00237289200376639, 0.00563730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 165, '2021-05-09 00:00:00', 0.000192045667645834, 0.000471538461538468, 0.000283587728930568, 0.000719999999999998, 0.000311126798291919, 0.00105173076923077, 0.000835702468217369, 0.00220884615384618, 0.00242545232101942, 0.00570480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 180, '2021-05-09 00:00:00', 0.000294018118227695, 0.000610576923076926, 0.000297412430550833, 0.000788076923076923, 0.000323365297124815, 0.00116134615384616, 0.000861418619755531, 0.00220596153846155, 0.00252898830486697, 0.00573961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 195, '2021-05-09 00:00:00', 0.0001882409462528, 0.000535576923076926, 0.000271164440600436, 0.000818076923076924, 0.000281906967742091, 0.00109153846153846, 0.000883242910224321, 0.00214096153846155, 0.00249593843150151, 0.00572442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 210, '2021-05-09 00:00:00', 0.000215105787927707, 0.000597499999999986, 0.00025698615646641, 0.00084326923076923, 0.000267678696603559, 0.00107326923076923, 0.000907134033010641, 0.00211807692307693, 0.00242585972072077, 0.00572576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 225, '2021-05-09 00:00:00', 0.000164429666984451, 0.000576346153846155, 0.000230872259052509, 0.000800000000000006, 0.000324141706902784, 0.00107961538461539, 0.000875084347582918, 0.00207884615384616, 0.00236612394011811, 0.0057325 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 240, '2021-05-09 00:00:00', 0.000225167373644242, 0.000612115384615389, 0.000263462521053747, 0.000802500000000005, 0.000354944199298117, 0.00112576923076924, 0.000903371207456563, 0.00206153846153846, 0.0023784259824191, 0.00576192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 255, '2021-05-09 00:00:00', 0.000172871228197359, 0.000517307692307691, 0.00022406832749101, 0.000736153846153839, 0.000335792117468314, 0.000982884615384619, 0.000878738803408258, 0.00197826923076923, 0.00234384911072496, 0.00571442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 270, '2021-05-09 00:00:00', 0.00021133021917952, 0.000507692307692303, 0.000286532116605021, 0.000690576923076925, 0.000365780146241724, 0.00101365384615385, 0.00100075127548488, 0.00197134615384615, 0.00233021544893635, 0.00571596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 285, '2021-05-09 00:00:00', 0.000209770937343194, 0.000535384615384617, 0.000282731525275517, 0.000698653846153846, 0.000699861524764827, 0.00119692307692308, 0.00102325273214692, 0.00196692307692307, 0.00234524484534461, 0.00586423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 300, '2021-05-09 00:00:00', 0.000227976128979814, 0.000493653846153856, 0.000312103101801075, 0.000782115384615389, 0.00074624794807088, 0.00117500000000001, 0.00104785517202449, 0.00193730769230768, 0.00232135467743764, 0.00585346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 315, '2021-05-09 00:00:00', 0.000283582371699065, 0.00057519230769231, 0.000736229897204976, 0.000922307692307701, 0.000818920325794882, 0.00111750000000001, 0.00111434906835957, 0.00194538461538461, 0.00233132604227395, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 330, '2021-05-09 00:00:00', 0.000770610247690837, 0.000713076923076932, 0.000791468353028811, 0.000871923076923088, 0.000858892399457657, 0.00114192307692307, 0.0012444299899954, 0.00205499999999999, 0.00233092886734354, 0.00593423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 345, '2021-05-09 00:00:00', 0.000206977144780612, 0.000493461538461535, 0.000282767640407338, 0.000676538461538478, 0.000370930638342994, 0.000933461538461539, 0.000839356094781068, 0.00201057692307692, 0.00207291812150447, 0.00583846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 360, '2021-05-09 00:00:00', 0.000181890076694691, 0.000490000000000012, 0.000301172899485676, 0.000696346153846151, 0.000303573650929153, 0.000904807692307689, 0.000745895847544814, 0.00206384615384616, 0.00201035129918975, 0.00583288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 375, '2021-05-09 00:00:00', 0.000207886063468947, 0.000471153846153833, 0.000224032277894205, 0.000677307692307689, 0.000247604601050824, 0.000809038461538458, 0.00085391451562788, 0.00224, 0.00196268383754336, 0.00585538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 390, '2021-05-09 00:00:00', 0.000120499601020723, 0.000431923076923075, 0.000148500712248994, 0.000567307692307681, 0.000216400359021453, 0.000748653846153844, 0.000896895500301748, 0.00227153846153845, 0.00194290718927949, 0.00584711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 405, '2021-05-09 00:00:00', 0.000125458543566558, 0.000414615384615381, 0.000143709241713412, 0.000537884615384629, 0.000350865523220236, 0.000883846153846167, 0.000911018871711976, 0.00237576923076924, 0.00193121293093627, 0.00585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 420, '2021-05-09 00:00:00', 0.00012993445092992, 0.000399807692307703, 0.00015624832306792, 0.000558461538461538, 0.000345743401961622, 0.000872500000000003, 0.000901053848813442, 0.00245903846153847, 0.00192566156464175, 0.00587730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 435, '2021-05-09 00:00:00', 0.000115887213073076, 0.000419615384615388, 0.000297075488981925, 0.000659615384615393, 0.000308239167880053, 0.000884230769230776, 0.000889388056691001, 0.00260365384615385, 0.00192652382244851, 0.00589596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 450, '2021-05-09 00:00:00', 0.000275289847251957, 0.00049750000000001, 0.000277355437050613, 0.000649038461538465, 0.000470020171416566, 0.000960192307692308, 0.000875592019501872, 0.00267423076923078, 0.00189642575753606, 0.00587942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 465, '2021-05-09 00:00:00', 0.000203779669854856, 0.000453076923076924, 0.000224327113488654, 0.000610576923076931, 0.000400710186850973, 0.000910576923076932, 0.000863759581935045, 0.00271115384615386, 0.00186776373897114, 0.00582576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 480, '2021-05-09 00:00:00', 0.000213106419785615, 0.000497884615384619, 0.000336498714136296, 0.000730769230769231, 0.000456031923646364, 0.000981346153846161, 0.000938705245783537, 0.00274346153846155, 0.00184322064499991, 0.00580711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 495, '2021-05-09 00:00:00', 0.00019975995209635, 0.000495961538461542, 0.000268462574386364, 0.000681923076923078, 0.000458514491004953, 0.00106846153846154, 0.000904310042986444, 0.00275442307692308, 0.00178692357031685, 0.00580038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 510, '2021-05-09 00:00:00', 0.000198395099195058, 0.000471153846153863, 0.000337313880304611, 0.000694423076923083, 0.000495237666331865, 0.00120711538461539, 0.000910502249395264, 0.00275788461538462, 0.00176261428434716, 0.00580865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 525, '2021-05-09 00:00:00', 0.000217020824948992, 0.000495961538461521, 0.000270499537892387, 0.000809999999999999, 0.000493097002471265, 0.00129442307692308, 0.000923421147356171, 0.00280615384615385, 0.00176195852566225, 0.00581038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 540, '2021-05-09 00:00:00', 0.000228199389873107, 0.000630192307692324, 0.000403150525429194, 0.000957115384615399, 0.000525576935742628, 0.00132865384615387, 0.000940239249422107, 0.0028246153846154, 0.00179731630065924, 0.00584673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 555, '2021-05-09 00:00:00', 0.000224860726125828, 0.000622884615384614, 0.000344835969924589, 0.000954615384615391, 0.000612983247355467, 0.00145269230769231, 0.000897882573271476, 0.00282865384615385, 0.00176247662286735, 0.00589461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 570, '2021-05-09 00:00:00', 0.000257629504402076, 0.000704807692307702, 0.000322240533667728, 0.000954807692307722, 0.000594713505686689, 0.00148807692307694, 0.00092522354887055, 0.00277384615384617, 0.00174600233500594, 0.00589192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 585, '2021-05-09 00:00:00', 0.0002060870801758, 0.000641730769230784, 0.000542576616355133, 0.00112923076923078, 0.000646734757187091, 0.00152538461538463, 0.000969378171025912, 0.00273903846153846, 0.00174087737605541, 0.00585403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 600, '2021-05-09 00:00:00', 0.00053835307973628, 0.000890961538461542, 0.000582410937397297, 0.00116250000000001, 0.000683934910308332, 0.00153980769230772, 0.000937682495058138, 0.0026876923076923, 0.00176101296242991, 0.00584557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 615, '2021-05-09 00:00:00', 0.000286792339775389, 0.000669615384615386, 0.000358478193736537, 0.000943846153846163, 0.000585916409107587, 0.00140903846153847, 0.000906975468245966, 0.00250249999999999, 0.00176315596631112, 0.00581480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 630, '2021-05-09 00:00:00', 0.000275010209600677, 0.000716153846153854, 0.000372211478349849, 0.000950769230769251, 0.000453260538084442, 0.00142634615384616, 0.000878342845275205, 0.00243307692307691, 0.00179155545868346, 0.00579980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 645, '2021-05-09 00:00:00', 0.000248882811471886, 0.000669423076923094, 0.000363876141226449, 0.00102461538461539, 0.000344950219373958, 0.00141442307692309, 0.000906147551238427, 0.00239576923076922, 0.00179563831590287, 0.0058701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 660, '2021-05-09 00:00:00', 0.000242879520623847, 0.000772307692307692, 0.00027530102405577, 0.00101057692307693, 0.000422998999816957, 0.00134192307692308, 0.000917713819143068, 0.00240057692307692, 0.00182640681288531, 0.00589961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 675, '2021-05-09 00:00:00', 0.000215062513273189, 0.000658269230769235, 0.000250045918859833, 0.000919807692307702, 0.000332954143296722, 0.0012376923076923, 0.000906815221615649, 0.00229461538461538, 0.00184816458849148, 0.00584711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 690, '2021-05-09 00:00:00', 0.000186840944285615, 0.000613461538461556, 0.000286810913320944, 0.000877500000000001, 0.000317933773945742, 0.00116826923076923, 0.000929101965092346, 0.0023226923076923, 0.00189257050473281, 0.00585634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 705, '2021-05-09 00:00:00', 0.000224369972624191, 0.00058673076923077, 0.000246619919340236, 0.000789230769230764, 0.000428061866484829, 0.00112980769230769, 0.000957706816386854, 0.00234288461538461, 0.0018838678705913, 0.00588192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 720, '2021-05-09 00:00:00', 0.000191268236938441, 0.000548461538461528, 0.00031463947622636, 0.000785000000000002, 0.000594532298404519, 0.00114057692307692, 0.00102096809262281, 0.00243038461538461, 0.00188547844366847, 0.00590480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 735, '2021-05-09 00:00:00', 0.000243685168893104, 0.000552307692307698, 0.000358489351842741, 0.000808846153846149, 0.000572407096929599, 0.00112326923076923, 0.00100896994313698, 0.00256288461538461, 0.00188366905675722, 0.00588865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 750, '2021-05-09 00:00:00', 0.000175225678659107, 0.000595961538461536, 0.000332239313655771, 0.000805192307692309, 0.000443980812128683, 0.00115980769230771, 0.000941652332543496, 0.00257865384615384, 0.00189155633926547, 0.00585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 765, '2021-05-09 00:00:00', 0.000208537489712009, 0.000576730769230769, 0.000265305411815255, 0.000815192307692306, 0.000432574226622972, 0.0012123076923077, 0.00084881911183443, 0.00266673076923077, 0.00193032875836853, 0.00588134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 780, '2021-05-09 00:00:00', 0.000196140157893428, 0.000580192307692291, 0.000284373873624143, 0.000872500000000011, 0.000330672566376235, 0.00122711538461537, 0.000823044255282691, 0.0026903846153846, 0.00200104773517813, 0.00591596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 795, '2021-05-09 00:00:00', 0.00024529040873093, 0.000614230769230788, 0.000272018098945362, 0.000895384615384623, 0.000283340784215765, 0.00124499999999999, 0.00080950129472029, 0.00273788461538461, 0.00201429301397632, 0.00592711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 810, '2021-05-09 00:00:00', 0.000243568344539143, 0.000651538461538456, 0.000287228199279832, 0.000850961538461524, 0.000443839887970692, 0.00128538461538462, 0.000812313907683085, 0.00276826923076923, 0.00201936091375464, 0.0059325 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 825, '2021-05-09 00:00:00', 0.000215925646034434, 0.000608269230769215, 0.000305919295541521, 0.000911153846153837, 0.000409317067245502, 0.00125769230769231, 0.00073315881373263, 0.00278961538461538, 0.00198227927280306, 0.00591865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 840, '2021-05-09 00:00:00', 0.000226680731087055, 0.000661923076923071, 0.000318443329096639, 0.000898076923076927, 0.000358528885221909, 0.00124019230769231, 0.000699940437026329, 0.00302884615384615, 0.00199747756317427, 0.00592884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 855, '2021-05-09 00:00:00', 0.000170934647880853, 0.000620576923076936, 0.000218920867333026, 0.000872115384615389, 0.000348235386793732, 0.00124326923076924, 0.000700715678102359, 0.0030726923076923, 0.00198271395198213, 0.00591615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 870, '2021-05-09 00:00:00', 0.000184571541268293, 0.000660576923076921, 0.000291962589805864, 0.00091692307692308, 0.000474984372212543, 0.00130192307692307, 0.000641307678467626, 0.00315346153846153, 0.00193362776825164, 0.00589788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 885, '2021-05-09 00:00:00', 0.000222406505853925, 0.000615576923076929, 0.000272276725749022, 0.000886153846153848, 0.000443853969401915, 0.00137211538461539, 0.000657749221559051, 0.00319096153846154, 0.00191667951054783, 0.00589788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 900, '2021-05-09 00:00:00', 0.000232153215322575, 0.000681346153846155, 0.000404228229517013, 0.000992692307692308, 0.000435327286250058, 0.00154461538461539, 0.000694178208110411, 0.00323576923076923, 0.00188869837148804, 0.00589346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 915, '2021-05-09 00:00:00', 0.000434620966608115, 0.000759230769230764, 0.000436096319635909, 0.00111500000000001, 0.000622940699733621, 0.00173865384615386, 0.00071480938825568, 0.0032126923076923, 0.00188325316938537, 0.00587250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 930, '2021-05-09 00:00:00', 0.00033559252994345, 0.00083711538461539, 0.000391221017604363, 0.00123173076923078, 0.000589055991853457, 0.0016498076923077, 0.000692922045787592, 0.00317019230769231, 0.00190277412863834, 0.00590923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 945, '2021-05-09 00:00:00', 0.000317235959257707, 0.000864423076923074, 0.000494523391373325, 0.00124576923076924, 0.000660062613580072, 0.00167557692307693, 0.000663569861837062, 0.00321980769230769, 0.00190284665294274, 0.00590923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 960, '2021-05-09 00:00:00', 0.00027655942468955, 0.000821346153846163, 0.000484057847782677, 0.001105, 0.000631555984484718, 0.00168519230769231, 0.000663550009708853, 0.00314384615384615, 0.00196604515168434, 0.00580653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 975, '2021-05-09 00:00:00', 0.000506561295554489, 0.000837884615384609, 0.000557497982059135, 0.001255, 0.000553597222369645, 0.00179673076923078, 0.000706669572442018, 0.00308826923076923, 0.00197966928084931, 0.00586269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 990, '2021-05-09 00:00:00', 0.000332246954028985, 0.000940961538461541, 0.00043668471287822, 0.00136346153846153, 0.000517266967227392, 0.00175365384615384, 0.000851398848953873, 0.00314999999999999, 0.00198157699436972, 0.00589423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1005, '2021-05-09 00:00:00', 0.000348471828681482, 0.00093884615384616, 0.000355420931377923, 0.00129903846153847, 0.000532379130377535, 0.00169846153846154, 0.000879682022971067, 0.00308230769230768, 0.00203652593516886, 0.00589326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1020, '2021-05-09 00:00:00', 0.00029602709075614, 0.000944038461538463, 0.000362681731634692, 0.00121096153846154, 0.000592241537264607, 0.00196096153846155, 0.000866772971784066, 0.00298076923076923, 0.0019885272478356, 0.00592615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1035, '2021-05-09 00:00:00', 0.000198379298702884, 0.000812115384615372, 0.000371527874510739, 0.0011751923076923, 0.000548148807701534, 0.00193134615384616, 0.000895270135425393, 0.00284115384615384, 0.0020793167239412, 0.00608096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1050, '2021-05-09 00:00:00', 0.000322873873922224, 0.000846538461538452, 0.000660929764684692, 0.00153692307692307, 0.000613307458344949, 0.00196596153846154, 0.000965754647134316, 0.00283903846153846, 0.00209830529603884, 0.00608365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1065, '2021-05-09 00:00:00', 0.000614555499152398, 0.0012823076923077, 0.000534409990982138, 0.00156403846153847, 0.000629072363453943, 0.00191596153846155, 0.000940424126903135, 0.00277153846153846, 0.00217106103978253, 0.00608096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1080, '2021-05-09 00:00:00', 0.000280860217080412, 0.000917307692307689, 0.000415944153056083, 0.00122653846153846, 0.000547899485447677, 0.00165461538461539, 0.000957608559822924, 0.00251692307692307, 0.00225300600053829, 0.00600903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1095, '2021-05-09 00:00:00', 0.000295437615437491, 0.000735769230769239, 0.000424527973165491, 0.00105500000000002, 0.000409968150732928, 0.00142326923076925, 0.000959591259138681, 0.00236576923076923, 0.00219199375350036, 0.00596615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1110, '2021-05-09 00:00:00', 0.000307096326656881, 0.000746923076923081, 0.000412557315365436, 0.00102153846153846, 0.000490230714915088, 0.00131192307692308, 0.0009787552534489, 0.00229038461538461, 0.00217645205287448, 0.00594653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1125, '2021-05-09 00:00:00', 0.000303266321141105, 0.000737692307692307, 0.000455322413241433, 0.0010075, 0.000621608119192588, 0.00132057692307692, 0.000976341069819035, 0.00224826923076923, 0.00216351378193332, 0.00594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1140, '2021-05-09 00:00:00', 0.000250548321763405, 0.000607307692307708, 0.000320583662427435, 0.000816730769230774, 0.00049254960702918, 0.00116365384615384, 0.000938370047557911, 0.00212288461538462, 0.00209464933727673, 0.00589461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1155, '2021-05-09 00:00:00', 0.000192046568871682, 0.000578269230769236, 0.00031258377338662, 0.000788846153846151, 0.000394834921688307, 0.00115115384615383, 0.000938761622892305, 0.00205076923076923, 0.00203501907947964, 0.00586442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1170, '2021-05-09 00:00:00', 0.000177360129072513, 0.000576153846153846, 0.000308298806105631, 0.000836923076923068, 0.000535344892425558, 0.00121692307692306, 0.000865509476462348, 0.00199442307692307, 0.00201739637995268, 0.00586307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1185, '2021-05-09 00:00:00', 0.000207150632669539, 0.000604230769230769, 0.000233936628499783, 0.000832115384615387, 0.000557039599476189, 0.00117634615384614, 0.000795752570744281, 0.00191307692307692, 0.00201608485779894, 0.00588192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1200, '2021-05-09 00:00:00', 0.000244423733582599, 0.00059019230769231, 0.000491946682539404, 0.000878461538461529, 0.000583889873705117, 0.00115923076923076, 0.000785450115930592, 0.00195673076923077, 0.0020165212715123, 0.00590096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1215, '2021-05-09 00:00:00', 0.00046649828922103, 0.000590576923076923, 0.00050023998087072, 0.00080903846153845, 0.000540509908825412, 0.0010598076923077, 0.000754330089957558, 0.00204173076923076, 0.00202221230719839, 0.00589615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1230, '2021-05-09 00:00:00', 0.000222419907797431, 0.000543846153846151, 0.000300952909682153, 0.000765576923076925, 0.00038428555088031, 0.00101423076923077, 0.000610351853126844, 0.00199423076923077, 0.00200859710896782, 0.0058578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1245, '2021-05-09 00:00:00', 0.000158598186040648, 0.000505769230769248, 0.000170776056689632, 0.000667692307692335, 0.000359766377186424, 0.00102538461538463, 0.000606465294840637, 0.00193807692307692, 0.00202261171603602, 0.00585192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1260, '2021-05-09 00:00:00', 0.000146473021931832, 0.000482884615384628, 0.000238980848926954, 0.000665384615384615, 0.000337322032850149, 0.00106692307692308, 0.000599148883513416, 0.00190423076923077, 0.00202272835546448, 0.00585499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1275, '2021-05-09 00:00:00', 0.000205335091983816, 0.000472499999999995, 0.000276268890756818, 0.000712499999999996, 0.000279843912538076, 0.000988846153846154, 0.000591852924817781, 0.00190326923076923, 0.00197995148541963, 0.00592673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1290, '2021-05-09 00:00:00', 0.000250180857657925, 0.000512307692307688, 0.000291631023463126, 0.00077942307692308, 0.000271765736222613, 0.000928846153846163, 0.00059218526207207, 0.00193423076923077, 0.00196382538781994, 0.00595307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1305, '2021-05-09 00:00:00', 0.000209942482965797, 0.000575384615384627, 0.000175113150233266, 0.000681153846153851, 0.000217275082645176, 0.000877692307692314, 0.000535588138261239, 0.00192057692307692, 0.00196762992924522, 0.00599346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1320, '2021-05-09 00:00:00', 0.000146439407264576, 0.000467500000000001, 0.000214640307348058, 0.000632307692307693, 0.000269145942680804, 0.000863461538461542, 0.000595885378756161, 0.00196923076923077, 0.00194349799627848, 0.00605730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1335, '2021-05-09 00:00:00', 0.000188462299841484, 0.000455961538461536, 0.000228523437612991, 0.000585192307692307, 0.000355340843957754, 0.000853653846153841, 0.000567913861290719, 0.00196307692307692, 0.00194375508903613, 0.00605961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1350, '2021-05-09 00:00:00', 0.000160852536385156, 0.000393461538461541, 0.000246989956195671, 0.000619038461538473, 0.000333561895997645, 0.000803461538461546, 0.000529692218324786, 0.00196961538461539, 0.00193492102800486, 0.00606923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1365, '2021-05-09 00:00:00', 0.000193650855526518, 0.000519423076923089, 0.000218349754716168, 0.000673846153846157, 0.000249854188247104, 0.000826346153846157, 0.000585503596520504, 0.0020723076923077, 0.00195554131793574, 0.00608461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1380, '2021-05-09 00:00:00', 0.000162077498082278, 0.000463653846153843, 0.000181962802623119, 0.000562307692307695, 0.000369866348002376, 0.000988653846153858, 0.000634578236674977, 0.00214153846153846, 0.00194988216606503, 0.0061026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1395, '2021-05-09 00:00:00', 0.000157220080925289, 0.000408076923076932, 0.000196281293438385, 0.000607115384615391, 0.000519229199427819, 0.00131980769230768, 0.000690916030743569, 0.00220519230769231, 0.0019578160124132, 0.00613153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1410, '2021-05-09 00:00:00', 0.000147367280576838, 0.000428653846153849, 0.00039125871826118, 0.000829230769230774, 0.000529730119966756, 0.00140999999999998, 0.00069061213092778, 0.00222365384615384, 0.00195831612321952, 0.00615596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1425, '2021-05-09 00:00:00', 0.000390278253794161, 0.000746346153846163, 0.000546756484960311, 0.00122442307692307, 0.000491629472734833, 0.00142346153846153, 0.000692347206137308, 0.00228057692307693, 0.00195773571132178, 0.00618634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 0, '2021-05-09 00:00:00', 0.000357298033321456, 0.000873269230769204, 0.000424807648779458, 0.00111846153846152, 0.000366896600399352, 0.00133365384615384, 0.000689405429449061, 0.00230038461538462, 0.00197437900655838, 0.0062276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 15, '2021-05-09 00:00:00', 0.000351865194903704, 0.000718653846153849, 0.000350483237830289, 0.000962500000000007, 0.000362984636250405, 0.00122961538461539, 0.000702723164662911, 0.00225038461538462, 0.00196213031794919, 0.00623423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 30, '2021-05-09 00:00:00', 0.000324583520127663, 0.000702692307692312, 0.000265456428410803, 0.000858653846153848, 0.000373149640018794, 0.00120557692307693, 0.000659906316194842, 0.00223288461538462, 0.0019455974364229, 0.00623076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 45, '2021-05-09 00:00:00', 0.000260146778096222, 0.000602115384615388, 0.000344969396635949, 0.000923269230769233, 0.000410221328628272, 0.00118846153846154, 0.000792591950501645, 0.00236000000000001, 0.00194156031622468, 0.0062176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 60, '2021-05-09 00:00:00', 0.000316667989200997, 0.00072384615384616, 0.000385669098899766, 0.000919423076923084, 0.00052281339515534, 0.00118038461538463, 0.000782541151535272, 0.00233557692307693, 0.00193443349886691, 0.0061951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 75, '2021-05-09 00:00:00', 0.000271978788765728, 0.000482692307692297, 0.000292662840930562, 0.000666538461538438, 0.000430007021409575, 0.00101903846153846, 0.000896640653516487, 0.00230769230769231, 0.00192549825719514, 0.00616346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 90, '2021-05-09 00:00:00', 0.000213422387262008, 0.000466346153846139, 0.000290740434064483, 0.000689999999999994, 0.000330723682015903, 0.00100807692307692, 0.000940156717705177, 0.00231557692307692, 0.00193840410171317, 0.0061876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 105, '2021-05-09 00:00:00', 0.000219695593597477, 0.000481923076923096, 0.000238284574535438, 0.000753461538461551, 0.000510338989903168, 0.00117673076923079, 0.000941469412060831, 0.00236057692307693, 0.00190503870342271, 0.00617230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 120, '2021-05-09 00:00:00', 0.000163824131781159, 0.000587115384615384, 0.000299374283361919, 0.000800192307692311, 0.00058608220085056, 0.00127788461538461, 0.000935410337766267, 0.00235749999999999, 0.0018716437037658, 0.00616692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 135, '2021-05-09 00:00:00', 0.000224130799723306, 0.000501153846153854, 0.000426251099705316, 0.000840000000000007, 0.000601955179777955, 0.00123096153846154, 0.000881451010899295, 0.00232826923076922, 0.00185828916355464, 0.00616115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 150, '2021-05-09 00:00:00', 0.000353663464544838, 0.000599615384615397, 0.000399182433712476, 0.000873846153846161, 0.00051877207089284, 0.00114769230769231, 0.000966222481944697, 0.00235673076923077, 0.00184971054908184, 0.00617365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 165, '2021-05-09 00:00:00', 0.000286027970660217, 0.000599999999999998, 0.000449389543201061, 0.000875192307692302, 0.000442052424666857, 0.00120711538461538, 0.00104047542757368, 0.00230634615384614, 0.00187798312436098, 0.00622384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 180, '2021-05-09 00:00:00', 0.000439975042998501, 0.000704038461538441, 0.00041375782586137, 0.000846538461538448, 0.000414122102023801, 0.00123365384615382, 0.00107400680416123, 0.00235384615384614, 0.00187591028160075, 0.00623576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 195, '2021-05-09 00:00:00', 0.000197902462378284, 0.000544230769230769, 0.000316187383585221, 0.000887307692307681, 0.00036186062977978, 0.00117134615384614, 0.00104664298519676, 0.00227653846153846, 0.00190055988714257, 0.00617326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 210, '2021-05-09 00:00:00', 0.000236910320585676, 0.000622500000000009, 0.000234011834020294, 0.00081653846153846, 0.000292666783482262, 0.00108961538461539, 0.000994865820098378, 0.00228, 0.00190614109777199, 0.00618326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 225, '2021-05-09 00:00:00', 0.000123107832657137, 0.000531538461538455, 0.00020046570779064, 0.000772499999999996, 0.000689452067838053, 0.00117307692307693, 0.00104455859282577, 0.00218057692307692, 0.00191806517094702, 0.00614999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 240, '2021-05-09 00:00:00', 0.000195606846663236, 0.000599038461538457, 0.000214093527369556, 0.000754038461538457, 0.000706916271834669, 0.00116615384615383, 0.00104511272855354, 0.00216615384615384, 0.0019165189697831, 0.00614480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 255, '2021-05-09 00:00:00', 0.000238783133021139, 0.000499230769230773, 0.000719735955857321, 0.000915384615384608, 0.000836060174499799, 0.00119384615384614, 0.0010295260485366, 0.00218173076923077, 0.00192434884091697, 0.00611730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 270, '2021-05-09 00:00:00', 0.000660503333713133, 0.000710576923076928, 0.000623877484274457, 0.000888653846153843, 0.000755346176368075, 0.00123538461538462, 0.00100416409936899, 0.00217346153846154, 0.00194369635963583, 0.00609153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 285, '2021-05-09 00:00:00', 0.000199272137077366, 0.000540769230769208, 0.000433592506321852, 0.000802307692307683, 0.000508409737847806, 0.00111730769230769, 0.000890236463833334, 0.00204019230769231, 0.00195273638379978, 0.00602576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 300, '2021-05-09 00:00:00', 0.000407821605041304, 0.000602692307692306, 0.000476908836636039, 0.000840961538461539, 0.000556510142280928, 0.00104153846153845, 0.000886683362094609, 0.00201423076923077, 0.00195189514417302, 0.00599057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 315, '2021-05-09 00:00:00', 0.000241539055609263, 0.000528653846153855, 0.000301952174002133, 0.000698653846153854, 0.000436465215813794, 0.000968269230769233, 0.000877699265124444, 0.001995, 0.00191202310293414, 0.00592211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 330, '2021-05-09 00:00:00', 0.000191025270176902, 0.000454423076923086, 0.000307884156536429, 0.000615576923076921, 0.000619882122789349, 0.000954615384615391, 0.000836424625322667, 0.00206192307692308, 0.00185779556091456, 0.00587288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 345, '2021-05-09 00:00:00', 0.000210147201156331, 0.000465384615384615, 0.000312640429985524, 0.000715961538461545, 0.000597172472187426, 0.000969807692307688, 0.00077452171345637, 0.00205326923076923, 0.00176430549639664, 0.00586173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 360, '2021-05-09 00:00:00', 0.000226726962191555, 0.000498653846153859, 0.000519698433265339, 0.000702307692307703, 0.000574212504217727, 0.000925000000000005, 0.00074277628892192, 0.00206115384615385, 0.00172897743233927, 0.0058851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 375, '2021-05-09 00:00:00', 0.000404785080676718, 0.000429807692307686, 0.000392144253285203, 0.000593653846153837, 0.000439474730174018, 0.000815961538461542, 0.000689431008429867, 0.00203134615384614, 0.0017363434612382, 0.00578384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 390, '2021-05-09 00:00:00', 0.000135765776813758, 0.000407115384615387, 0.000255085204467955, 0.000582692307692316, 0.000379655917094172, 0.000818846153846155, 0.00071727950243639, 0.00205673076923076, 0.00174907003862053, 0.00575 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 405, '2021-05-09 00:00:00', 0.000154137925248795, 0.000367499999999999, 0.000168455084175624, 0.000488653846153853, 0.000291197263300741, 0.000775384615384614, 0.000831022840563642, 0.00210980769230769, 0.00177284873969726, 0.00571442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 420, '2021-05-09 00:00:00', 0.000132432856717904, 0.000382307692307695, 0.000265120074393006, 0.000589423076923065, 0.000281328168624365, 0.000818461538461529, 0.000849516265068188, 0.00219826923076923, 0.00176871296101475, 0.00570653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 435, '2021-05-09 00:00:00', 0.00024459070993112, 0.000463846153846135, 0.000221206134286899, 0.000621923076923065, 0.000261874309251894, 0.00090692307692307, 0.000774346796686388, 0.0022498076923077, 0.00175112803204546, 0.00569076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 450, '2021-05-09 00:00:00', 0.000168073358525843, 0.000460576923076921, 0.000257295475161278, 0.000634807692307692, 0.000384489071566206, 0.00095038461538462, 0.000840976447122851, 0.00230576923076924, 0.00174479085147321, 0.00568634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 465, '2021-05-09 00:00:00', 0.000168825467455429, 0.000404038461538474, 0.000218870615099076, 0.000642884615384621, 0.000333247886484156, 0.000881923076923081, 0.000792913056636486, 0.00235134615384615, 0.00173845573603525, 0.00568288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 480, '2021-05-09 00:00:00', 0.00021234913196467, 0.00055307692307693, 0.00033704233927139, 0.000733461538461544, 0.00033592764788772, 0.000965769230769234, 0.000779171971735671, 0.00239019230769231, 0.00194962356327101, 0.00578096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 495, '2021-05-09 00:00:00', 0.000251381108157432, 0.000517692307692313, 0.000249018766670007, 0.000652884615384614, 0.000384247166047303, 0.00106673076923077, 0.000753610412511766, 0.00241557692307692, 0.00198421486119439, 0.00576115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 510, '2021-05-09 00:00:00', 0.000164379017938608, 0.000437692307692306, 0.000208448204228644, 0.000639423076923077, 0.000377126432584426, 0.00112288461538461, 0.000713862112305043, 0.00238634615384614, 0.00196545023223298, 0.00572615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 525, '2021-05-09 00:00:00', 0.000200136587974694, 0.000499423076923086, 0.000325386929433503, 0.000809423076923076, 0.000389640070597704, 0.00114576923076923, 0.000708432750187672, 0.00242980769230768, 0.00196643269360067, 0.00572653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 540, '2021-05-09 00:00:00', 0.000230375028694841, 0.000620576923076923, 0.000256924786958838, 0.000872115384615385, 0.000451296593588528, 0.00122615384615384, 0.00071677794007951, 0.00245115384615384, 0.00197885055991138, 0.00570346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 555, '2021-05-09 00:00:00', 0.000181895680161838, 0.000585961538461538, 0.000291095543395328, 0.000808846153846149, 0.000426213426132248, 0.00125326923076921, 0.000721142576322204, 0.00246615384615384, 0.00202738301379276, 0.00578326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 570, '2021-05-09 00:00:00', 0.000259070231048247, 0.000570769230769242, 0.000384703732160822, 0.000880192307692305, 0.000465369704147639, 0.00129980769230769, 0.000705815404064963, 0.00247576923076924, 0.0020291579913467, 0.00576692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 585, '2021-05-09 00:00:00', 0.000274275338917779, 0.000645192307692307, 0.000275492565863678, 0.000948076923076925, 0.000402574789993682, 0.00134769230769231, 0.000700396398751888, 0.00249134615384616, 0.00200630234894561, 0.00573634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 600, '2021-05-09 00:00:00', 0.000287239648002529, 0.000788846153846151, 0.000352062549075502, 0.00105596153846153, 0.000423666096753639, 0.00145[...];
Date: 2021-05-09 15:14:37 Duration: 14s714ms 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 975890, 1, 915, '2021-05-09 00:00:00', 0.000234938371624465, 0.000524038461538453, 0.000288323803014313, 0.0007411538461538, 0.000303579732271714, 0.00100557692307688, 0.000706732160124229, 0.00211711538461536, 0.00215326243532567, 0.00499365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 930, '2021-05-09 00:00:00', 0.000270517808314702, 0.000561730769230743, 0.000309800742413565, 0.000762500000000008, 0.000322161688979526, 0.00100192307692308, 0.000710071204446867, 0.00207134615384613, 0.00224168460006172, 0.00506038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 945, '2021-05-09 00:00:00', 0.000199074010203413, 0.000527307692307731, 0.00022951990026007, 0.00072576923076922, 0.000392471704026579, 0.00104096153846153, 0.000720908427984088, 0.00209019230769229, 0.00225773870021789, 0.00508596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 960, '2021-05-09 00:00:00', 0.000222679227728002, 0.000540961538461504, 0.000323589483522156, 0.000788076923076911, 0.000389278672181479, 0.00117326923076921, 0.00069985781522998, 0.0021051923076923, 0.00231384496023394, 0.00514749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 975, '2021-05-09 00:00:00', 0.000310262172016832, 0.000611153846153853, 0.000348027463549379, 0.000866346153846159, 0.000489813622325272, 0.00122923076923078, 0.000721882688104269, 0.00211384615384614, 0.0022848388009122, 0.0051728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 990, '2021-05-09 00:00:00', 0.000265081990218994, 0.000662307692307693, 0.000338586939181986, 0.000948653846153827, 0.000450295330439241, 0.00124173076923078, 0.000779845842754566, 0.00209653846153846, 0.00233980755290162, 0.00522576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1005, '2021-05-09 00:00:00', 0.000268585826420264, 0.000702115384615398, 0.000406369290178307, 0.000930000000000021, 0.000456099896277811, 0.00128365384615386, 0.000784377362086566, 0.00208961538461537, 0.00232936578525969, 0.00527980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1020, '2021-05-09 00:00:00', 0.000258051276955705, 0.0006673076923077, 0.000336283591401905, 0.000909423076923099, 0.000587079079983126, 0.00141461538461538, 0.000803025457015789, 0.00205673076923075, 0.00233383999352668, 0.00532365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1035, '2021-05-09 00:00:00', 0.000329497286086608, 0.000627692307692312, 0.000436901546733881, 0.000925192307692305, 0.000681100692883322, 0.00138692307692306, 0.000862745906973793, 0.00205249999999999, 0.0023326481814585, 0.00533653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1050, '2021-05-09 00:00:00', 0.000312150358247201, 0.00067961538461537, 0.000494052628775522, 0.00108999999999998, 0.000589067613985149, 0.00127557692307689, 0.000762741437185656, 0.00194249999999999, 0.00232869449229856, 0.00533596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1065, '2021-05-09 00:00:00', 0.00048859657733616, 0.000873846153846123, 0.000552479898694555, 0.00103903846153842, 0.000538737841197813, 0.00121230769230765, 0.000720840028129584, 0.00185288461538458, 0.0022990831952023, 0.00536346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1080, '2021-05-09 00:00:00', 0.000236863154260304, 0.00057692307692309, 0.000253643677990612, 0.000696346153846138, 0.000320054622741905, 0.00097019230769231, 0.00066734540128436, 0.00174826923076921, 0.00231949046957767, 0.00539403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1095, '2021-05-09 00:00:00', 0.000157234391422965, 0.000440576923076906, 0.000277640331807454, 0.000666923076923074, 0.000294895092167748, 0.000863653846153851, 0.000570904545436428, 0.00175999999999998, 0.00231884679561599, 0.00537230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1110, '2021-05-09 00:00:00', 0.000268009543458067, 0.000513653846153821, 0.00028444412727011, 0.000682692307692297, 0.000368376323051045, 0.000873653846153831, 0.000579754225114785, 0.0018451923076923, 0.00232321800195666, 0.00537326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1125, '2021-05-09 00:00:00', 0.000216492405267411, 0.000440192307692313, 0.000234293701284411, 0.000606538461538455, 0.00033483296639462, 0.000791346153846146, 0.000561387566659598, 0.00179000000000001, 0.00233671531461121, 0.00535769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1140, '2021-05-09 00:00:00', 0.000181018911039297, 0.000415384615384612, 0.000260428419221989, 0.0005801923076923, 0.000273521479960883, 0.000780000000000003, 0.000593171949386052, 0.0017748076923077, 0.00232930129008682, 0.0053825 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1155, '2021-05-09 00:00:00', 0.000249106171371553, 0.000443269230769223, 0.000253109356116765, 0.000542115384615358, 0.000456605914918354, 0.000900192307692304, 0.000634451428704043, 0.00174884615384616, 0.00232887599167828, 0.00540076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1170, '2021-05-09 00:00:00', 0.000191007450519179, 0.000354615384615368, 0.000228291733062327, 0.000571346153846156, 0.0004811901910887, 0.000889999999999989, 0.000683975033282529, 0.00177961538461537, 0.00232963969647341, 0.00540365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1185, '2021-05-09 00:00:00', 0.000234109195429431, 0.000428653846153862, 0.000495673783853829, 0.000722500000000002, 0.000470534393413044, 0.000913846153846137, 0.000637774737179681, 0.00176115384615384, 0.00233096041612434, 0.00539769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1200, '2021-05-09 00:00:00', 0.000523978163079913, 0.000588653846153825, 0.00051738859819139, 0.000719807692307677, 0.000477648929654393, 0.000897499999999953, 0.000623217087748339, 0.00183346153846153, 0.0023262604854474, 0.00542461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1215, '2021-05-09 00:00:00', 0.000178290169710445, 0.000369230769230797, 0.000199094488584212, 0.00050115384615385, 0.000481820466085107, 0.000780192307692312, 0.000767392989282542, 0.00198000000000001, 0.00234902916116424, 0.00547 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1230, '2021-05-09 00:00:00', 0.000151770069006238, 0.000336923076923072, 0.000207019601450257, 0.000503653846153824, 0.000473442588510354, 0.000758269230769245, 0.000796831127751595, 0.00202538461538461, 0.00232972656863751, 0.00548173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1245, '2021-05-09 00:00:00', 0.000215174347913497, 0.00037999999999997, 0.000449437468911442, 0.000569038461538457, 0.000507024047373875, 0.000835769230769223, 0.000821291689024999, 0.00206096153846154, 0.00230787388836898, 0.00548673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1260, '2021-05-09 00:00:00', 0.000457771903227608, 0.000411346153846141, 0.00049972396226472, 0.00057096153846153, 0.000530860006172866, 0.000942884615384584, 0.000844593757604572, 0.00208115384615383, 0.00230341301951289, 0.00549846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1275, '2021-05-09 00:00:00', 0.00022863810840583, 0.00036423076923079, 0.000314337643062613, 0.000578076923076927, 0.000292572476227934, 0.000960576923076939, 0.000985554841778898, 0.00204788461538461, 0.00233983054120131, 0.0054298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1290, '2021-05-09 00:00:00', 0.000203582906944569, 0.000400000000000007, 0.00026983819938282, 0.000659423076923067, 0.00030949387964621, 0.000992692307692329, 0.00106190425832382, 0.00201557692307692, 0.00230454063502071, 0.00544846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1305, '2021-05-09 00:00:00', 0.000213088280730361, 0.000508846153846148, 0.000262288742830086, 0.000739230769230778, 0.000302842177735191, 0.000959230769230785, 0.00107358860835987, 0.00197750000000001, 0.00230081123653244, 0.00547211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1320, '2021-05-09 00:00:00', 0.000266919535556238, 0.000539038461538466, 0.000289641223691585, 0.00074596153846154, 0.000320526069982548, 0.000925192307692339, 0.00110413920527053, 0.00197923076923077, 0.00229161831464144, 0.0054875 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1335, '2021-05-09 00:00:00', 0.00030390288175413, 0.000465192307692298, 0.000290093088507812, 0.000614999999999998, 0.00034286446077353, 0.000814038461538482, 0.00108375914511269, 0.00197826923076924, 0.00231614906687805, 0.0055325 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1350, '2021-05-09 00:00:00', 0.000209567411588713, 0.000417500000000028, 0.000301271663759804, 0.000638846153846171, 0.000387327529856315, 0.000798846153846161, 0.00109018248296047, 0.00195961538461539, 0.00232042161288386, 0.0055276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1365, '2021-05-09 00:00:00', 0.000319292968917249, 0.000465000000000023, 0.000315317910394207, 0.000595769230769257, 0.000401556969806247, 0.00075000000000002, 0.00110663677940798, 0.0019651923076923, 0.0023247551401252, 0.00551730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1380, '2021-05-09 00:00:00', 0.000180324600480519, 0.000400192307692316, 0.000327229453724138, 0.000553653846153844, 0.000497106086804853, 0.00101769230769229, 0.00111645739523934, 0.00199634615384614, 0.00227164183254858, 0.00552115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1395, '2021-05-09 00:00:00', 0.000248815965354681, 0.000339230769230763, 0.000251133200942022, 0.000493269230769243, 0.000758903257237818, 0.00135807692307691, 0.00129184854137246, 0.00218057692307692, 0.00219237792397628, 0.00554019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1410, '2021-05-09 00:00:00', 0.000156334946140045, 0.000368846153846162, 0.000484430553886169, 0.00089519230769228, 0.000759548777995103, 0.00145211538461538, 0.00128963252070561, 0.00220596153846153, 0.00217879384416807, 0.00553615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1425, '2021-05-09 00:00:00', 0.000531368045708417, 0.000819999999999983, 0.000753743095388704, 0.00128442307692307, 0.000768735725320867, 0.00151615384615385, 0.00123280407389631, 0.00225173076923077, 0.00213681524344419, 0.00552423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 0, '2021-05-09 00:00:00', 0.000783120901364419, 0.00107288461538465, 0.000754917545166349, 0.00127250000000003, 0.000777451853567396, 0.00151576923076926, 0.00123827375188823, 0.00227173076923079, 0.00227793692085289, 0.00559115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 15, '2021-05-09 00:00:00', 0.00043303157639354, 0.000707884615384624, 0.000507917353967691, 0.000929038461538484, 0.00061428973995616, 0.00122826923076923, 0.00107891514245345, 0.00210673076923078, 0.0021325500895912, 0.00548326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 30, '2021-05-09 00:00:00', 0.000507784933275429, 0.000648461538461551, 0.000532721171114734, 0.000964615384615401, 0.000601186295201825, 0.00114480769230769, 0.00105312589648441, 0.00202307692307693, 0.00209310836207414, 0.00544384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 45, '2021-05-09 00:00:00', 0.000338505595908787, 0.000695961538461546, 0.000371317871288851, 0.000860192307692289, 0.000429220805646738, 0.000992499999999994, 0.00102988050090959, 0.00195038461538463, 0.00206692146588929, 0.0054171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 60, '2021-05-09 00:00:00', 0.000343622836619089, 0.000639423076923098, 0.000428958667544487, 0.00076153846153848, 0.000437454525109129, 0.000947692307692307, 0.0010459750695661, 0.00198961538461541, 0.00206823508000274, 0.0054171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 75, '2021-05-09 00:00:00', 0.000226133809944475, 0.000442500000000038, 0.000228232422020925, 0.000565961538461565, 0.000242013111532935, 0.000827884615384616, 0.00101293133262594, 0.00196326923076923, 0.00197851544967823, 0.00537576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 90, '2021-05-09 00:00:00', 0.000133689795939943, 0.000375192307692306, 0.000168751182332027, 0.000535192307692304, 0.000260599014107579, 0.000805384615384597, 0.00103739029077036, 0.00204884615384616, 0.00200928689991098, 0.00537538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 105, '2021-05-09 00:00:00', 0.000188695216196333, 0.000356730769230775, 0.000234230983958491, 0.000631923076923066, 0.000318296003986606, 0.000847115384615383, 0.00108749592395347, 0.00219423076923078, 0.00204303327470175, 0.00539019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 120, '2021-05-09 00:00:00', 0.000245841099399302, 0.000515384615384618, 0.000291526750322926, 0.000650384615384598, 0.000388989865400933, 0.000926346153846116, 0.00109747193761217, 0.00225942307692308, 0.00208424862867987, 0.0054771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 135, '2021-05-09 00:00:00', 0.000170710280885485, 0.000390000000000001, 0.000239349197745734, 0.00058403846153847, 0.00107264181418515, 0.0011126923076923, 0.00113607673427189, 0.00233211538461539, 0.00208711163130737, 0.00549480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 150, '2021-05-09 00:00:00', 0.000211727782414454, 0.000470576923076931, 0.000287874705651339, 0.000694615384615366, 0.00104400193412728, 0.00117096153846153, 0.00116878169640279, 0.00237942307692309, 0.002073443178721, 0.00552115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 165, '2021-05-09 00:00:00', 0.000219650071354786, 0.000458076923076909, 0.00108694228846866, 0.000866538461538468, 0.00104996902884724, 0.0011398076923077, 0.00117078601145361, 0.00239326923076924, 0.00207656161811929, 0.00551307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 180, '2021-05-09 00:00:00', 0.00107735446991514, 0.000679423076923061, 0.00105137697257526, 0.000858461538461534, 0.00104239539227979, 0.00116192307692308, 0.00116231779382672, 0.00240057692307692, 0.00209322610782056, 0.00551846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 195, '2021-05-09 00:00:00', 0.000160331027756751, 0.000450961538461555, 0.000239677989105252, 0.000693461538461581, 0.00038847517493201, 0.00103480769230771, 0.000926785366406166, 0.00220365384615387, 0.00207816821152299, 0.00555865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 210, '2021-05-09 00:00:00', 0.000220155539422628, 0.000527307692307714, 0.000297627865217365, 0.00075211538461541, 0.000375225880688522, 0.0010173076923077, 0.000932482645744899, 0.00216826923076924, 0.00209589130113035, 0.00559211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 225, '2021-05-09 00:00:00', 0.000232232724786006, 0.000550961538461535, 0.000308418796194641, 0.000788076923076911, 0.000291324297225352, 0.00099538461538462, 0.000902688207522389, 0.00217, 0.00210293963664788, 0.00561634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 240, '2021-05-09 00:00:00', 0.000277090168606659, 0.000569807692307685, 0.000302369615893204, 0.000740769230769233, 0.000402741041059727, 0.00110288461538466, 0.000884347477826699, 0.0020823076923077, 0.00216487733708297, 0.00572173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 255, '2021-05-09 00:00:00', 0.000189873743475872, 0.000470961538461541, 0.00025240969443774, 0.000674423076923071, 0.000504079511432661, 0.00105807692307693, 0.00093395906680194, 0.00203846153846154, 0.00227307666796823, 0.00578653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 270, '2021-05-09 00:00:00', 0.000228183799060844, 0.000494615384615371, 0.000442271235955783, 0.000785384615384628, 0.000529473214256774, 0.00107326923076922, 0.00107628313403835, 0.00201423076923078, 0.00232597143477401, 0.00581134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 285, '2021-05-09 00:00:00', 0.000328338005954006, 0.00056961538461541, 0.000386667617151833, 0.000729615384615399, 0.000696803167218816, 0.00119442307692308, 0.00109486065147757, 0.00198538461538462, 0.00230080341319156, 0.00591211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 300, '2021-05-09 00:00:00', 0.000219682988382405, 0.000426153846153862, 0.000279002067817001, 0.000661923076923066, 0.000747248516996768, 0.00118211538461537, 0.00110537595414411, 0.001945, 0.00232087848918002, 0.00588480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 315, '2021-05-09 00:00:00', 0.000235971396571734, 0.000517499999999983, 0.000659893843444077, 0.000876730769230757, 0.000828723694326705, 0.0012951923076923, 0.001157226192902, 0.00197769230769231, 0.00231281364608966, 0.00589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 330, '2021-05-09 00:00:00', 0.000677950559803928, 0.000625192307692287, 0.000757635390287033, 0.000895769230769215, 0.000897003923325615, 0.00119903846153845, 0.00118492693705299, 0.00197461538461537, 0.00232592017357565, 0.00589057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 345, '2021-05-09 00:00:00', 0.000319006872363885, 0.000499230769230786, 0.000388923959346644, 0.000730384615384618, 0.000437749489302552, 0.000961153846153866, 0.000807891676859243, 0.0018398076923077, 0.00191743017122882, 0.00566230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 360, '2021-05-09 00:00:00', 0.000228621622236051, 0.000459615384615407, 0.000293759255173344, 0.000592500000000039, 0.000311318782946646, 0.000869230769230793, 0.000784304125667106, 0.0017948076923077, 0.00182053856148291, 0.00561057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 375, '2021-05-09 00:00:00', 0.000188050831916837, 0.000391346153846198, 0.000223993217617082, 0.000599807692307727, 0.000230281099127542, 0.000789230769230773, 0.000714582314793342, 0.00196326923076922, 0.00176382081987244, 0.00559826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 390, '2021-05-09 00:00:00', 0.00022534315712161, 0.00043653846153846, 0.000262716284523547, 0.000620384615384606, 0.000297520846069888, 0.000784423076923075, 0.000771212756238301, 0.00208134615384613, 0.00175913952960401, 0.00560173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 405, '2021-05-09 00:00:00', 0.000166825104179838, 0.000378846153846142, 0.000191181850603034, 0.000527499999999997, 0.000394145863277102, 0.000799807692307663, 0.000810745051456725, 0.00218153846153843, 0.00176830596899972, 0.00559000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 420, '2021-05-09 00:00:00', 0.000146212306122066, 0.000364038461538498, 0.000231887986884915, 0.00053596153846154, 0.000356647639080251, 0.00078346153846153, 0.000832153762603638, 0.00224673076923076, 0.00178335259035853, 0.00558730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 435, '2021-05-09 00:00:00', 0.000190284099339735, 0.000410961538461524, 0.000337214380567498, 0.000621538461538434, 0.00036543672502911, 0.000799999999999972, 0.000821656020110982, 0.00233615384615384, 0.00181795820591718, 0.00560096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 450, '2021-05-09 00:00:00', 0.000343727306943245, 0.000462307692307672, 0.000324505837330431, 0.000585961538461526, 0.000429934699871799, 0.000820384615384593, 0.000840418416852346, 0.00240134615384615, 0.00183720708811375, 0.00559826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 465, '2021-05-09 00:00:00', 0.00019182453921785, 0.000385576923076938, 0.000236152574539304, 0.000585961538461517, 0.000341551043600544, 0.00080634615384615, 0.000792583434093852, 0.00239749999999999, 0.00182576172722932, 0.00556173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 480, '2021-05-09 00:00:00', 0.000171572030175265, 0.000435192307692298, 0.000283093420296907, 0.000583269230769192, 0.000377626850821752, 0.000829038461538453, 0.000804682641695549, 0.00239692307692308, 0.00183944336270933, 0.00553326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 495, '2021-05-09 00:00:00', 0.00024206173719818, 0.000396730769230738, 0.000266029206031141, 0.000588461538461525, 0.000444896746880258, 0.000918653846153835, 0.000798685097278897, 0.00239826923076925, 0.0018115904189838, 0.00549538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 510, '2021-05-09 00:00:00', 0.000179639917613, 0.000402500000000006, 0.000274310674516814, 0.000587884615384615, 0.00038635042881582, 0.000945576923076926, 0.000734534520317803, 0.00239480769230769, 0.00175844424246157, 0.00543307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 525, '2021-05-09 00:00:00', 0.000181406576931082, 0.00040211538461538, 0.000277785196482161, 0.000641153846153828, 0.000401591066403842, 0.000969230769230765, 0.000699981895370305, 0.00237442307692307, 0.00179847324139118, 0.00540500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 540, '2021-05-09 00:00:00', 0.000194762577356275, 0.000467307692307688, 0.000255640447624273, 0.000669038461538455, 0.000451469097673174, 0.000987884615384605, 0.000703757306288088, 0.00237211538461538, 0.00180313134680928, 0.00542057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 555, '2021-05-09 00:00:00', 0.000210002289364802, 0.000469807692307696, 0.000387277678158682, 0.000715000000000004, 0.00049030210467238, 0.00117307692307691, 0.000661749545929935, 0.00238269230769231, 0.00178662703266413, 0.00539692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 570, '2021-05-09 00:00:00', 0.000287064452693129, 0.000524999999999998, 0.00034169627764119, 0.000727884615384627, 0.000512311541334634, 0.00127134615384615, 0.000591706528090257, 0.00233615384615385, 0.00174815375137932, 0.00536653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 585, '2021-05-09 00:00:00', 0.000296728054726092, 0.000533461538461523, 0.000437035511671011, 0.00091596153846151, 0.00053604351861222, 0.00132442307692306, 0.000564159006500283, 0.00228076923076923, 0.00173984253266255, 0.00532596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 600, '2021-05-09 00:00:00', 0.000412388026760472, 0.000708269230769216, 0.000484061343855713, 0.00099076923076924, 0.000507567085372813, 0.00130288461538463, 0.000531546835623679, 0.00221096153846153, 0.0017777282932483, 0.0052967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 615, '2021-05-09 00:00:00', 0.00022298439062308, 0.00060903846153848, 0.000272737123365228, 0.000886538461538462, 0.000387363673289883, 0.00121115384615386, 0.000678926443279875, 0.00214634615384613, 0.00177867094937594, 0.00522711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 630, '2021-05-09 00:00:00', 0.00025507133240603, 0.000630769230769247, 0.000368961380092798, 0.000832500000000014, 0.000389053535964065, 0.00115557692307694, 0.000714894855098419, 0.0021305769230769, 0.00180586387807994, 0.00521788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 645, '2021-05-09 00:00:00', 0.000211187485060426, 0.000521923076923089, 0.00024690491785614, 0.000794038461538488, 0.000336740313092356, 0.00117403846153847, 0.000725572267513471, 0.00210865384615384, 0.001854622292046, 0.00522038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 660, '2021-05-09 00:00:00', 0.000199144323390002, 0.000612692307692299, 0.000247600173977786, 0.000799615384615379, 0.000339264645962432, 0.00119249999999997, 0.000767000551599441, 0.00206538461538458, 0.00193729268866077, 0.0052198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 675, '2021-05-09 00:00:00', 0.000137552227843163, 0.000511153846153838, 0.000287015478006659, 0.000851730769230738, 0.000410125543630793, 0.00121019230769229, 0.000744162306530993, 0.00195846153846152, 0.00199632659768271, 0.00520326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 690, '2021-05-09 00:00:00', 0.000261162563579474, 0.000608269230769236, 0.000258896771825288, 0.000788461538461563, 0.000465982708493989, 0.00119326923076923, 0.000792010198069535, 0.00197692307692308, 0.00199154486807064, 0.00517480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 705, '2021-05-09 00:00:00', 0.000171614505393755, 0.000493461538461543, 0.000334918646838294, 0.000827500000000007, 0.000408030164797419, 0.00111115384615384, 0.00082290136337605, 0.00190942307692308, 0.00198063825183082, 0.00517826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 720, '2021-05-09 00:00:00', 0.000338091476014773, 0.000569615384615384, 0.000367011056215793, 0.00081365384615383, 0.000361315598249606, 0.00109480769230769, 0.000824404960235906, 0.00194846153846155, 0.00198141049216501, 0.00515846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 735, '2021-05-09 00:00:00', 0.000296784368756943, 0.000550192307692325, 0.000283629227093289, 0.000756538461538473, 0.000326774210450248, 0.000980769230769242, 0.000778822088896967, 0.0019346153846154, 0.00197836587578274, 0.00512846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 750, '2021-05-09 00:00:00', 0.000236181156025513, 0.00053846153846153, 0.000273812681619025, 0.000759230769230747, 0.000362495464162632, 0.000920192307692307, 0.000822645451249526, 0.00200153846153846, 0.00197401617170526, 0.00512538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 765, '2021-05-09 00:00:00', 0.000135027205236019, 0.000492115384615372, 0.000187035989955069, 0.000627307692307686, 0.000255848287377201, 0.000777115384615394, 0.000845369741592405, 0.00211999999999999, 0.00197083722935594, 0.0051292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 780, '2021-05-09 00:00:00', 0.00016451104709224, 0.000421730769230782, 0.000261026081809111, 0.000596153846153874, 0.000274993706221654, 0.000821538461538472, 0.000895124228593668, 0.00228423076923079, 0.00195484179961921, 0.00512769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 795, '2021-05-09 00:00:00', 0.000228379912898198, 0.00044576923076923, 0.000259234672419805, 0.000586153846153852, 0.000375159299498213, 0.000917499999999981, 0.000913144377328256, 0.00237057692307694, 0.00195549447809145, 0.0051294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 810, '2021-05-09 00:00:00', 0.00012946413224694, 0.000384807692307702, 0.000236773829115125, 0.000604615384615391, 0.000388000842584339, 0.000894423076923052, 0.000883651602072997, 0.00239307692307693, 0.00195645760141994, 0.00512288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 825, '2021-05-09 00:00:00', 0.000218317077100813, 0.000492884615384642, 0.000341378652840759, 0.000720769230769221, 0.000447187836975082, 0.00101019230769229, 0.000885548352499971, 0.00246326923076924, 0.00196442018261016, 0.0051544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 840, '2021-05-09 00:00:00', 0.000263552724253678, 0.000515961538461511, 0.000302087099003969, 0.000701153846153828, 0.00041357707866854, 0.00101000000000002, 0.000966753090743224, 0.00255346153846156, 0.00200874940045944, 0.00516692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 855, '2021-05-09 00:00:00', 0.00019763067731352, 0.000493269230769234, 0.000235049667419142, 0.000707884615384624, 0.000338373996545927, 0.000945192307692334, 0.000899808954082022, 0.00257307692307694, 0.00201688388743243, 0.00517615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 870, '2021-05-09 00:00:00', 0.000168047268991127, 0.000501730769230777, 0.000220360281916158, 0.000689423076923076, 0.000355187328689449, 0.00098096153846156, 0.000901529725607481, 0.0025346153846154, 0.00201807925627695, 0.00518173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 885, '2021-05-09 00:00:00', 0.000195882716086837, 0.000500961538461524, 0.000176579030029501, 0.000686923076923085, 0.000316966693227186, 0.00101326923076925, 0.000884027061889999, 0.00253538461538463, 0.00204502933023917, 0.00519019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 900, '2021-05-09 00:00:00', 0.00019722185867307, 0.000512692307692276, 0.000321410174076703, 0.000727499999999983, 0.000365124425578256, 0.00111461538461537, 0.000864552707829552, 0.00254076923076924, 0.00204765596757328, 0.00517980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 915, '2021-05-09 00:00:00', 0.000310155544104044, 0.00058230769230769, 0.000301792083293202, 0.0008226923076923, 0.000452629581955888, 0.00120346153846151, 0.000892513326769734, 0.00255596153846153, 0.00206069044627878, 0.00521365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 930, '2021-05-09 00:00:00', 0.000208957853681984, 0.000589230769230812, 0.000337880327016257, 0.000843653846153856, 0.000521882981283977, 0.00124461538461537, 0.000874069989276529, 0.00251288461538464, 0.00206296179911684, 0.0051942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 945, '2021-05-09 00:00:00', 0.000261931068442409, 0.000588269230769224, 0.000408708472367072, 0.000918846153846127, 0.000589366184981812, 0.00134749999999997, 0.000819092556054939, 0.00245384615384617, 0.00206287968999276, 0.00522884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 960, '2021-05-09 00:00:00', 0.000250016691750481, 0.000687884615384587, 0.000324743034508107, 0.000905961538461504, 0.00063963066266042, 0.00149423076923077, 0.000728778007774239, 0.00237576923076924, 0.00206476476589019, 0.00527846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 975, '2021-05-09 00:00:00', 0.000224013735842605, 0.000578076923076893, 0.000396856348744072, 0.00095519230769228, 0.000602879373060315, 0.00151153846153847, 0.000853505734287422, 0.00233403846153846, 0.00205723358869661, 0.00531096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 990, '2021-05-09 00:00:00', 0.000336285592911763, 0.000750000000000003, 0.000482889101777403, 0.0011917307692308, 0.000554487740032347, 0.0014594230769231, 0.000842555910037088, 0.00222769230769231, 0.00204907165659137, 0.0052994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1005, '2021-05-09 00:00:00', 0.000248278379739662, 0.000761923076923098, 0.000332628228599965, 0.00101153846153846, 0.000426385389055489, 0.00131250000000001, 0.000818884067120968, 0.00205865384615385, 0.00203468069693048, 0.00530846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1020, '2021-05-09 00:00:00', 0.000270787526698306, 0.000761730769230772, 0.000338704318520772, 0.000968846153846164, 0.000581014530468382, 0.00145173076923079, 0.000816830083074409, 0.00199923076923077, 0.00205669175170672, 0.00536980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1035, '2021-05-09 00:00:00', 0.00025087968308459, 0.000616153846153843, 0.000276219812134069, 0.000854230769230772, 0.000554619100062223, 0.00140288461538463, 0.000824123683771919, 0.00195961538461539, 0.00205730433222326, 0.00540634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1050, '2021-05-09 00:00:00', 0.000278308904194307, 0.000619615384615387, 0.000578396623301132, 0.00107442307692309, 0.000579504994337016, 0.00132096153846156, 0.000896295216647155, 0.00194365384615383, 0.00207350780451499, 0.00541884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1065, '2021-05-09 00:00:00', 0.000439121894764475, 0.000855961538461544, 0.000433698583740418, 0.00107769230769231, 0.000428560784666368, 0.00124288461538463, 0.000866164511821169, 0.00185980769230766, 0.00206728223669479, 0.00539038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1080, '2021-05-09 00:00:00', 0.000279244585375532, 0.000621538461538494, 0.000295418933302956, 0.000807115384615429, 0.000311634462891283, 0.0009940384615385, 0.000842000365430182, 0.00167884615384614, 0.00207556091584531, 0.00540134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1095, '2021-05-09 00:00:00', 0.000229605347029672, 0.000531153846153884, 0.000271504426936571, 0.000715576923076957, 0.000299916719209756, 0.000930961538461565, 0.000923452551777598, 0.00172115384615384, 0.00211459216835339, 0.00539096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1110, '2021-05-09 00:00:00', 0.000171364770636724, 0.00049826923076925, 0.000224268468924741, 0.000652115384615421, 0.00025116995471959, 0.00083211538461543, 0.000926292963292986, 0.00165442307692307, 0.0021265769533364, 0.00540153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1125, '2021-05-09 00:00:00', 0.000162344955620407, 0.000488269230769253, 0.000254677548767362, 0.000645576923076925, 0.000260131623487896, 0.000787692307692318, 0.000927096625949054, 0.00165692307692307, 0.00214199497234201, 0.00541230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1140, '2021-05-09 00:00:00', 0.000198634957028833, 0.000454615384615365, 0.000207813618418037, 0.000562500000000013, 0.000216076286386197, 0.000729807692307682, 0.000981420634355334, 0.0016526923076923, 0.00215184861492125, 0.00541730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1155, '2021-05-09 00:00:00', 0.000147888861597556, 0.000381346153846184, 0.000149521287396195, 0.000498846153846177, 0.000825905843022319, 0.000857692307692282, 0.00100038309969421, 0.00165211538461538, 0.00215221806873389, 0.00541884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1170, '2021-05-09 00:00:00', 0.00014136600069977, 0.000352115384615386, 0.000128276894016262, 0.000510192307692302, 0.000838442902051148, 0.0009125, 0.000993135361445652, 0.00167961538461537, 0.00217333986156013, 0.00544307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1185, '2021-05-09 00:00:00', 0.000139496898228546, 0.00038576923076923, 0.000860266260213362, 0.000719038461538449, 0.000863819336524591, 0.000890384615384616, 0.000985176126385502, 0.00166499999999999, 0.00217912989869458, 0.00544634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1200, '2021-05-09 00:00:00', 0.000877840882725655, 0.000648846153846135, 0.000877368881284323, 0.000778076923076913, 0.000868686098922668, 0.000938461538461512, 0.00103447037731314, 0.00204019230769228, 0.00217865819679489, 0.00544346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1215, '2021-05-09 00:00:00', 0.000138722745070897, 0.000369999999999981, 0.000175986887623444, 0.000490769230769209, 0.000389408081382698, 0.000725576923076911, 0.000897085301663963, 0.00205903846153846, 0.00218862299526087, 0.00541115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1230, '2021-05-09 00:00:00', 0.000172646927393606, 0.000340192307692316, 0.000242726896230804, 0.000527884615384615, 0.00046964896874808, 0.000766923076923063, 0.000910694768590704, 0.00206980769230771, 0.00219375120425127, 0.00543788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1245, '2021-05-09 00:00:00', 0.000142768909565278, 0.000355192307692303, 0.000307685903779527, 0.000513846153846164, 0.000493148011796111, 0.000800192307692306, 0.00091983060731522, 0.00211288461538463, 0.00220166434422131, 0.00545173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1260, '2021-05-09 00:00:00', 0.000190631743260311, 0.000397307692307707, 0.000288719520535847, 0.000570192307692311, 0.000377471802309068, 0.000925192307692305, 0.000899143545483501, 0.00210134615384615, 0.00222260249395926, 0.00547538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1275, '2021-05-09 00:00:00', 0.000190947536088993, 0.000389807692307693, 0.000336249907063177, 0.000605000000000001, 0.000448960894305297, 0.000988269230769223, 0.000872067679977606, 0.00210096153846154, 0.00222806331908369, 0.00546692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1290, '2021-05-09 00:00:00', 0.000242517326898808, 0.000425576923076936, 0.000293987244621258, 0.000707499999999998, 0.000446415122434813, 0.000962307692307694, 0.000900748321375889, 0.00208346153846154, 0.0022302179610626, 0.00546307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1305, '2021-05-09 00:00:00', 0.000246210041662364, 0.000554230769230762, 0.000433778568112662, 0.000754615384615366, 0.000454640348136735, 0.000869615384615385, 0.000956416569203061, 0.00209942307692308, 0.00220776584774327, 0.00547903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1320, '2021-05-09 00:00:00', 0.000412669359172731, 0.000539999999999985, 0.000440733654088493, 0.000648076923076916, 0.000440150498737071, 0.000852692307692317, 0.00110448714168787, 0.00219538461538463, 0.00223577651284394, 0.00546884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1335, '2021-05-09 00:00:00', 0.000162304083080521, 0.000326153846153822, 0.000165734263668814, 0.000439615384615387, 0.000268064070986447, 0.000752115384615376, 0.00106737780781474, 0.00217576923076922, 0.00224724799220325, 0.00546153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1350, '2021-05-09 00:00:00', 0.00010210100579632, 0.000291153846153849, 0.000215809032390987, 0.000526538461538469, 0.000410814622239934, 0.000764423076923089, 0.0010663111827518, 0.00220346153846154, 0.00224802988106338, 0.00546288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1365, '2021-05-09 00:00:00', 0.000238149032201365, 0.000429807692307707, 0.000280430712682063, 0.000595769230769248, 0.000437164156810674, 0.000777500000000012, 0.00108416504562444, 0.00229538461538462, 0.00250984462436653, 0.00555903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1380, '2021-05-09 00:00:00', 0.000238506571430206, 0.00047076923076924, 0.000453461091537574, 0.000630192307692311, 0.000779673230368872, 0.00134288461538461, 0.00110932973526289, 0.00232769230769231, 0.00252657047124238, 0.0055721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1395, '2021-05-09 00:00:00', 0.000443122009591703, 0.00043865384615385, 0.000439902786463597, 0.000562307692307712, 0.000808475036482515, 0.00155326923076923, 0.00111099047977644, 0.00255538461538461, 0.00252772509459518, 0.00555192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1410, '2021-05-09 00:00:00', 0.000150958094032227, 0.000352115384615428, 0.000793873197586465, 0.00111942307692307, 0.000838008376128507, 0.00148903846153846, 0.00119615364333415, 0.00255346153846153, 0.00254465216755576, 0.00557057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1425, '2021-05-09 00:00:00', 0.000746991710385486, 0.00102884615384613, 0.000773777174246335, 0.00138365384615384, 0.000818041963377298, 0.00152557692307693, 0.0012135982258747, 0.00261057692307693, 0.00252756678371787, 0.00554538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 0, '2021-05-09 00:00:00', 0.000662272573445778, 0.00102480769230769, 0.000662625343730407, 0.00113711538461538, 0.000670276521582421, 0.00131884615384615, 0.00134606406294, 0.00259730769230768, 0.0025208292591618, 0.0054819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 15, '2021-05-09 00:00:00', 0.000333199639855724, 0.000610000000000008, 0.00038739787736203, 0.000846346153846139, 0.000405194350328899, 0.00105730769230769, 0.00148773927616575, 0.00249807692307691, 0.00259892903978662, 0.0054019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 30, '2021-05-09 00:00:00', 0.000406556694882558, 0.00063788461538461, 0.000422724314599765, 0.000764615384615398, 0.000474314768903507, 0.00106750000000002, 0.00161133853817731, 0.00261673076923076, 0.00258478245625312, 0.00540788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 45, '2021-05-09 00:00:00', 0.000326301005444122, 0.000522884615384651, 0.000363839197363985, 0.000840192307692355, 0.000468490251109484, 0.00107865384615389, 0.00171441593553023, 0.00272, 0.00259814869000692, 0.00539384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 60, '2021-05-09 00:00:00', 0.000310998454114407, 0.000660961538461556, 0.000353067056171826, 0.000807884615384656, 0.000737276719786073, 0.00110519230769233, 0.0017230442648004, 0.00269846153846155, 0.00259997704871528, 0.0053894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 75, '2021-05-09 00:00:00', 0.000194993984128089, 0.000429423076923098, 0.000297924422527684, 0.000655192307692338, 0.000655614098501441, 0.00098961538461536, 0.0017839436973696, 0.00266134615384615, 0.00262166213424879, 0.00533788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 90, '2021-05-09 00:00:00', 0.000212174184611123, 0.000448269230769255, 0.00059667943332569, 0.000712115384615387, 0.000551132121532228, 0.00099615384615383, 0.00182042134809924, 0.00266326923076924, 0.00261838961078106, 0.00536307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 105, '2021-05-09 00:00:00', 0.000476872221233975, 0.000503653846153798, 0.000461501937657388, 0.000724038461538422, 0.000527880231171374, 0.00101846153846151, 0.00182284080911766, 0.00267884615384616, 0.00261776088259825, 0.00537903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 120, '2021-05-09 00:00:00', 0.000242085808054759, 0.000518461538461519, 0.000291309048157531, 0.000700192307692292, 0.000403298324397135, 0.000991538461538467, 0.00186012767345109, 0.00270480769230771, 0.00281651061394442, 0.00543403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 135, '2021-05-09 00:00:00', 0.000220278145848516, 0.000517692307692292, 0.000361006072823423, 0.000759230769230747, 0.000905609718111789, 0.00124480769230768, 0.00189034335505488, 0.00266500000000001, 0.00282096596249201, 0.00543019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 150, '2021-05-09 00:00:00', 0.000306559066965022, 0.000522307692307715, 0.000307655464140295, 0.000706730769230779, 0.00103397383168792, 0.00124673076923076, 0.00194270581525241, 0.00265826923076923, 0.00282302328391717, 0.00543269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 165, '2021-05-09 00:00:00', 0.000221959455757129, 0.000525000000000006, 0.000924393023306905, 0.000987307692307687, 0.00117752669412826, 0.00134634615384617, 0.00194979897385901, 0.00263596153846154, 0.00280847388067996, 0.00546846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 180, '2021-05-09 00:00:00', 0.000911734273028854, 0.000815769230769195, 0.00108123222084095, 0.0010336538461538, 0.00146780685430287, 0.00151980769230767, 0.00198957483861794, 0.00261596153846154, 0.00283719590712109, 0.00549384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 195, '2021-05-09 00:00:00', 0.000368878758485139, 0.000601538461538465, 0.000525068237323658, 0.000880576923076944, 0.000967593942964482, 0.00139596153846155, 0.00147702658691766, 0.00235846153846156, 0.00227219443236303, 0.00526653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 210, '2021-05-09 00:00:00', 0.000350362504579765, 0.000631730769230774, 0.000681557153763484, 0.0009780769230769, 0.00100955361422759, 0.00143250000000001, 0.00138868810531602, 0.00230057692307694, 0.00223681983215869, 0.00524980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 225, '2021-05-09 00:00:00', 0.00040153249700843, 0.000582884615384608, 0.00050240483216684, 0.000898846153846158, 0.00107593937490061, 0.00138153846153847, 0.00116155666440144, 0.00209173076923079, 0.0020173104333779, 0.00510923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 240, '2021-05-09 00:00:00', 0.000323808347875448, 0.000644615384615389, 0.000532650448230338, 0.000942500000000017, 0.000998271429098223, 0.00130961538461542, 0.00111196575763549, 0.00198538461538463, 0.00194258821203527, 0.00504019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 255, '2021-05-09 00:00:00', 0.000349112996915575, 0.000573269230769254, 0.000929807424230337, 0.000924615384615404, 0.000970652536263039, 0.00116788461538463, 0.00103192756528742, 0.00183250000000001, 0.00194474685914487, 0.00497288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 270, '2021-05-09 00:00:00', 0.000802996335847576, 0.000648653846153868, 0.000797118657319083, 0.000821923076923107, 0.000847092765785524, 0.00105692307692311, 0.000919181492081214, 0.00180115384615386, 0.00193604506662423, 0.00494750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 285, '2021-05-09 00:00:00', 0.000207219318968721, 0.000474615384615402, 0.000454385679961258, 0.000702115384615407, 0.000509868497374989, 0.000901730769230767, 0.000736287046867343, 0.00166615384615382, 0.00187730174616491, 0.00485461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 300, '2021-05-09 00:00:00', 0.000445563644767471, 0.000559807692307704, 0.000451697482154407, 0.000701153846153854, 0.000615028954915647, 0.000933846153846131, 0.00072218461309047, 0.00168884615384613, 0.00190229602161336, 0.00486692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 315, '2021-05-09 00:00:00', 0.000251202339528571, 0.000426153846153854, 0.000347307002299389, 0.000638076923076919, 0.000459579113470669, 0.0008498076923077, 0.000537257422900377, 0.00162346153846151, 0.0019158549908993, 0.00481211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 330, '2021-05-09 00:00:00', 0.000300682301031945, 0.000484615384615374, 0.000360359062389378, 0.000649423076923053, 0.000456105419663217, 0.000878076923076911, 0.000534486561678954, 0.00164173076923075, 0.00192659129033634, 0.00481499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 345, '2021-05-09 00:00:00', 0.000202625174986852, 0.000444807692307669, 0.000264457645292863, 0.00060961538461539, 0.000381797217622913, 0.000866346153846125, 0.000486572312595592, 0.0016061538461538, 0.00195948208424099, 0.00482403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 360, '2021-05-09 00:00:00', 0.000227921376457236, 0.000428076923076943, 0.000319039725040353, 0.000597115384615368, 0.000346706481934472, 0.000835769230769215, 0.000456161745942757, 0.00169153846153842, 0.00194060252340505, 0.00479807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 375, '2021-05-09 00:00:00', 0.000267333341326153, 0.000418653846153813, 0.000344105305885362, 0.000607692307692283, 0.000355232372485309, 0.000824038461538446, 0.000506085429091225, 0.00173730769230767, 0.00193665187888786, 0.00477249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 390, '2021-05-09 00:00:00', 0.000283532185121888, 0.000412499999999995, 0.000275691926725336, 0.000565961538461548, 0.00031075769685375, 0.000822115384615407, 0.000492205398026254, 0.00175807692307693, 0.00190221458993294, 0.00474211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 405, '2021-05-09 00:00:00', 0.000202731728760318, 0.000368076923076926, 0.000231499543113039, 0.00055903846153846, 0.000248999304911014, 0.000780576923076921, 0.00052769440457086, 0.00181423076923076, 0.00188854616448328, 0.00473384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 420, '2021-05-09 00:00:00', 0.000168379150911099, 0.000411538461538485, 0.000187857556511467, 0.000582692307692333, 0.000286165363705395, 0.000778846153846175, 0.000586874773695369, 0.00192, 0.00188407962635909, 0.00473903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 435, '2021-05-09 00:00:00', 0.00018400804748287, 0.000405192307692323, 0.000202323902538661, 0.000559807692307696, 0.00033072972930503, 0.000766923076923071, 0.00069861426024336, 0.00199326923076924, 0.00188109857427882, 0.00472961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 450, '2021-05-09 00:00:00', 0.000171794600076325, 0.000395769230769244, 0.000298467173816772, 0.000545576923076953, 0.000337303846131935, 0.000813269230769247, 0.000689285834424613, 0.00200480769230769, 0.00187048126262897, 0.00472807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 465, '2021-05-09 00:00:00', 0.00021796753463269, 0.000395384615384618, 0.00024007626993232, 0.000553846153846127, 0.000256336992738381, 0.000809423076923068, 0.000735840100732605, 0.00203557692307693, 0.00185125339037758, 0.00468634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 480, '2021-05-09 00:00:00', 0.000192330344819683, 0.000424807692307649, 0.000242452295069809, 0.000633653846153838, 0.00028622805592746, 0.00086249999999998, 0.000765458660894551, 0.00209019230769229, 0.00183672724200908, 0.00468480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 495, '2021-05-09 00:00:00', 0.000199234400026341, 0.000447884615384629, 0.000260296871933701, 0.000602307692307693, 0.000342997252736285, 0.000921346153846135, 0.000779671824453184, 0.00216192307692307, 0.00181488695346183, 0.00471442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 510, '2021-05-09 00:00:00', 0.00018102613495974, 0.000432692307692298, 0.000255326939733839, 0.000639615384615399, 0.000361749860453951, 0.000919807692307689, 0.00080238135955034, 0.00216961538461539, 0.00181223822512805, 0.00470076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 525, '2021-05-09 00:00:00', 0.000160203356346284, 0.000411346153846159, 0.000220017132200078, 0.000643461538461527, 0.000258762736587339, 0.000853076923076901, 0.000788658744568657, 0.00214615384615387, 0.00179880602494669, 0.00466134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 540, '2021-05-09 00:00:00', 0.000169523313577075, 0.000481923076923066, 0.000198333150183047, 0.000615961538461543, 0.000390015976004132, 0.000982692307692315, 0.000755798838723237, 0.00211826923076926, 0.00178377815324661, 0.00464249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 555, '2021-05-09 00:00:00', 0.00016903219993653, 0.000418269230769238, 0.000222774204417468, 0.000607115384615365, 0.000497332731834351, 0.00102961538461537, 0.000739478220410526, 0.00212096153846157, 0.00179364562146053, 0.00466615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 570, '2021-05-09 00:00:00', 0.000189217111764805, 0.000436346153846126, 0.000386699446002248, 0.000762692307692291, 0.000496631305745184, 0.00114442307692307, 0.000689852631977388, 0.00212057692307693, 0.00180094489088364, 0.00465249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 585, '2021-05-09 00:00:00', 0.00035456994536176, 0.00061961538461537, 0.000388829456386513, 0.000862115384615379, 0.000515036854543885, 0.00115980769230767, 0.000692098258919913, 0.002125, 0.00178505479338437, 0.00462384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 600, '2021-05-09 00:00:00', 0.000224210752504089, 0.000622692307692305, 0.000297475855516667, 0.000833269230769241, 0.000374098711777834, 0.0011896153[...];
Date: 2021-05-09 15:03:05 Duration: 14s115ms Database: acaweb_fx User: pgperfstats
7 44s929ms 3 13s748ms 15s979ms 14s976ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 3 44s929ms 14s976ms [ User: pgperfstats - Total duration: 44s929ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 945, '2021-05-09 00:00:00', 0.0248922910525763, 0.0581153846153855, 0.0383728269241887, 0.0850769230769237, 0.0499605998609041, 0.128692307692309, 0.168257536121083, 0.307961538461539, 0.135524014335239, 0.535038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 960, '2021-05-09 00:00:00', 0.0337084559124243, 0.0655000000000007, 0.0394217433170286, 0.0890769230769248, 0.0721834841540307, 0.160846153846154, 0.168760973432383, 0.304884615384616, 0.134609640756578, 0.533346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 975, '2021-05-09 00:00:00', 0.0274354066574825, 0.0536923076923066, 0.0426802061850672, 0.0960000000000004, 0.103770345549123, 0.174269230769232, 0.169043558337441, 0.29373076923077, 0.132840801192774, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 990, '2021-05-09 00:00:00', 0.0406305871897578, 0.0807307692307699, 0.0707006800097857, 0.131884615384615, 0.115847167224087, 0.177615384615386, 0.16269433350257, 0.292615384615385, 0.130528487901476, 0.528615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1005, '2021-05-09 00:00:00', 0.0612542745761139, 0.0926153846153841, 0.0909940319260199, 0.133923076923079, 0.126958727394135, 0.179038461538464, 0.149465097546599, 0.283153846153847, 0.121889111017412, 0.519653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1020, '2021-05-09 00:00:00', 0.051753082405414, 0.0816923076923091, 0.0672962223193944, 0.107307692307694, 0.0966279542288955, 0.170807692307693, 0.105209688059313, 0.251038461538462, 0.116548728666795, 0.506615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1035, '2021-05-09 00:00:00', 0.0277170594510904, 0.0616538461538443, 0.059496554522091, 0.097999999999999, 0.0971422747235286, 0.15430769230769, 0.0925216398803727, 0.228423076923076, 0.122921094140165, 0.508653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1050, '2021-05-09 00:00:00', 0.0505697994398301, 0.0737692307692294, 0.0652028786528275, 0.117153846153845, 0.0871570201065053, 0.150884615384615, 0.0850152927419499, 0.218999999999998, 0.121987597099681, 0.509576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1065, '2021-05-09 00:00:00', 0.0342496041526811, 0.0826538461538456, 0.054928372940094, 0.110384615384614, 0.0526412531999496, 0.134692307692306, 0.0695275153059225, 0.197346153846153, 0.123718172286233, 0.510115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1080, '2021-05-09 00:00:00', 0.0483058843365742, 0.0744615384615371, 0.0474298834718557, 0.0930769230769226, 0.0488451241563181, 0.127615384615383, 0.0678091893023808, 0.185384615384615, 0.124823697207763, 0.508346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1095, '2021-05-09 00:00:00', 0.025185221551844, 0.0571538461538452, 0.0339508241658209, 0.0804615384615379, 0.043804267442269, 0.111423076923076, 0.0627985301150852, 0.170846153846153, 0.121641364422065, 0.505307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1110, '2021-05-09 00:00:00', 0.0268495523526639, 0.0495384615384609, 0.0302985402034731, 0.0738076923076905, 0.045262737263837, 0.0976538461538451, 0.0585513844019471, 0.15576923076923, 0.120546250300614, 0.505961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1125, '2021-05-09 00:00:00', 0.0200752430773678, 0.0438461538461533, 0.0258121021109197, 0.0622307692307701, 0.0383223774756301, 0.0862692307692295, 0.0539446012127258, 0.1425, 0.122758399367964, 0.50876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1140, '2021-05-09 00:00:00', 0.0226124880405627, 0.0422692307692315, 0.0331641372569826, 0.0594999999999999, 0.0362475463360582, 0.0812692307692313, 0.0510440533717254, 0.139153846153847, 0.121439145887337, 0.507884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1155, '2021-05-09 00:00:00', 0.021418324289837, 0.0402307692307673, 0.025958932062898, 0.0568846153846132, 0.0387876467249757, 0.0801923076923075, 0.0501588860138847, 0.136076923076925, 0.122314374273207, 0.507384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1170, '2021-05-09 00:00:00', 0.0149514084749433, 0.0342307692307682, 0.02323700629467, 0.0489615384615383, 0.038708377149378, 0.0754615384615397, 0.0493186967199452, 0.131576923076926, 0.126012703877273, 0.504192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1185, '2021-05-09 00:00:00', 0.0186038871041676, 0.0347692307692323, 0.0279416975421759, 0.0555384615384627, 0.0411614644278618, 0.0761153846153868, 0.051612401610467, 0.130000000000003, 0.12905481244566, 0.506230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1200, '2021-05-09 00:00:00', 0.0201436417846363, 0.0391250000000003, 0.0298658837889108, 0.0518333333333351, 0.0319843428634356, 0.0707083333333358, 0.0513862187581551, 0.130250000000003, 0.139162479326051, 0.50625 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1215, '2021-05-09 00:00:00', 0.0189541303670477, 0.0329583333333344, 0.0234588755182278, 0.0501666666666682, 0.0387317044233309, 0.0711666666666678, 0.0482628671737011, 0.143, 0.141730684597661, 0.50775 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1230, '2021-05-09 00:00:00', 0.0180373505397201, 0.0350416666666688, 0.020942294767884, 0.0471666666666681, 0.0379988319805219, 0.0705416666666672, 0.0454742919888177, 0.147208333333332, 0.139656799831338, 0.51175 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1245, '2021-05-09 00:00:00', 0.0184107226948036, 0.0332083333333332, 0.0318186664747589, 0.0504166666666652, 0.0375979638286154, 0.0657083333333321, 0.0464945064543654, 0.150999999999999, 0.139589713243771, 0.511375 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1260, '2021-05-09 00:00:00', 0.0257989720051357, 0.0347499999999984, 0.0286262459383296, 0.0493749999999989, 0.0295891859897547, 0.063958333333332, 0.0455640773518753, 0.148208333333333, 0.139517640825271, 0.511291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1275, '2021-05-09 00:00:00', 0.0174486825215899, 0.03075, 0.0174193275132694, 0.0367083333333333, 0.029075333188118, 0.066624999999999, 0.049620224371386, 0.156416666666666, 0.141284146828042, 0.517083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1290, '2021-05-09 00:00:00', 0.00948597362700225, 0.0233749999999991, 0.0208760576404822, 0.0426249999999987, 0.0310646824022638, 0.068333333333334, 0.0504983677451816, 0.161791666666666, 0.142050409505147, 0.518333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1305, '2021-05-09 00:00:00', 0.018187230749041, 0.0369166666666653, 0.0263503430662707, 0.055416666666666, 0.0312094084197859, 0.071875000000001, 0.0536263069500551, 0.164958333333334, 0.143475790767056, 0.521208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1320, '2021-05-09 00:00:00', 0.0210793875553857, 0.0400833333333329, 0.0231777942204913, 0.0499166666666676, 0.0377685312995053, 0.0771250000000023, 0.0570190503380168, 0.168041666666667, 0.143436674913166, 0.521083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1335, '2021-05-09 00:00:00', 0.0117839856941772, 0.0259166666666678, 0.0172348967698282, 0.0404583333333335, 0.0290092439040393, 0.0661666666666688, 0.0607474577508255, 0.164916666666667, 0.141866229857261, 0.520125 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1350, '2021-05-09 00:00:00', 0.0128739006847404, 0.028541666666665, 0.02513831304222, 0.0512500000000008, 0.0270826700030231, 0.0594166666666673, 0.0585817278729434, 0.169083333333333, 0.142362665833387, 0.520791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1365, '2021-05-09 00:00:00', 0.0228066860270451, 0.0398333333333358, 0.0241840766873031, 0.0470000000000024, 0.0253106782758299, 0.0517500000000026, 0.0602980369570134, 0.170125000000001, 0.142397172409233, 0.521791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1380, '2021-05-09 00:00:00', 0.00843216753126771, 0.025166666666666, 0.0096594175717847, 0.0300000000000011, 0.0187938858389512, 0.0484166666666681, 0.0598373247629145, 0.169625, 0.141752386683381, 0.5205 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1395, '2021-05-09 00:00:00', 0.0115230550246655, 0.0192083333333333, 0.0130272846337047, 0.0291666666666668, 0.0270401941829072, 0.0950416666666669, 0.0606228391218056, 0.172208333333334, 0.142083767902774, 0.521333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1410, '2021-05-09 00:00:00', 0.00995415214508484, 0.0200416666666676, 0.0165143218476266, 0.0368750000000014, 0.0288634968303469, 0.104166666666666, 0.0613031047515046, 0.171375000000001, 0.143725785610222, 0.522833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1425, '2021-05-09 00:00:00', 0.010147820498491, 0.0232499999999997, 0.0239491838231936, 0.0842083333333328, 0.0330778615925558, 0.105166666666666, 0.0601591940038136, 0.169458333333333, 0.141041461423865, 0.520541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 180, '2021-05-09 00:00:00', 0.0157791001010834, 0.0415000000000003, 0.0263348847319716, 0.0593846153846147, 0.0290778530579825, 0.0808076923076923, 0.0470995182075648, 0.14226923076923, 0.133110804046276, 0.511615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 195, '2021-05-09 00:00:00', 0.0224936572256403, 0.0422692307692304, 0.0255608173698607, 0.0563461538461523, 0.0316774367649923, 0.0784999999999988, 0.0446275010072711, 0.133576923076922, 0.133560018199828, 0.51103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 210, '2021-05-09 00:00:00', 0.0148035338816328, 0.0352307692307675, 0.0171071285186581, 0.0505769230769219, 0.0291291289579024, 0.0731153846153834, 0.0425508383719289, 0.127576923076921, 0.131671555248423, 0.50903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 225, '2021-05-09 00:00:00', 0.0127812362469352, 0.0340000000000017, 0.0287978898799612, 0.0550384615384625, 0.0312009861777079, 0.0716923076923084, 0.0417171611985008, 0.127192307692307, 0.130486497975255, 0.508615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 240, '2021-05-09 00:00:00', 0.0253175524397287, 0.0394615384615394, 0.0283355987027999, 0.0521153846153842, 0.0348970574029488, 0.0732692307692308, 0.0405850294491055, 0.126769230769232, 0.129421963419602, 0.50726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 255, '2021-05-09 00:00:00', 0.0124275747989947, 0.0292692307692301, 0.015310981478865, 0.0411153846153864, 0.0304866174928262, 0.0649230769230776, 0.0353613435178106, 0.117769230769234, 0.129063490636914, 0.500230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 270, '2021-05-09 00:00:00', 0.00937689468033931, 0.0273846153846188, 0.0237138388677624, 0.047115384615386, 0.0295963615227392, 0.0642307692307698, 0.0362300342894608, 0.113153846153848, 0.128976563166158, 0.496923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 285, '2021-05-09 00:00:00', 0.0209393262693757, 0.0368461538461532, 0.0258744007734397, 0.0462692307692303, 0.024793950875164, 0.0614999999999985, 0.0345766706587879, 0.112115384615386, 0.129595583970348, 0.495153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 300, '2021-05-09 00:00:00', 0.0155557557984672, 0.0273076923076915, 0.018999473676921, 0.0405000000000004, 0.0207639109996174, 0.0544999999999995, 0.0383054324325708, 0.106884615384616, 0.130622792215425, 0.491923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 315, '2021-05-09 00:00:00', 0.0157991723249638, 0.0285769230769234, 0.015654588906969, 0.0381153846153835, 0.0259692421618648, 0.052807692307693, 0.0342989571494321, 0.111538461538462, 0.131023568050239, 0.491153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 330, '2021-05-09 00:00:00', 0.0104963729999373, 0.0254230769230764, 0.0147754994709261, 0.0373461538461529, 0.0293817316345752, 0.0523846153846157, 0.0374643214887918, 0.125153846153846, 0.130403657334272, 0.492076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 345, '2021-05-09 00:00:00', 0.0124710125429377, 0.0253846153846158, 0.02238612207459, 0.0345384615384614, 0.0267523111870022, 0.0556153846153851, 0.0478981611980469, 0.132923076923076, 0.130261966820712, 0.494499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 360, '2021-05-09 00:00:00', 0.0185025985700955, 0.0248846153846161, 0.0234122913149351, 0.0388461538461557, 0.0248063267364175, 0.0560769230769241, 0.0565682297352924, 0.144269230769231, 0.130472048288573, 0.495653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 375, '2021-05-09 00:00:00', 0.00973060200525282, 0.0232692307692309, 0.0148629120244363, 0.0348846153846147, 0.0200265976986765, 0.0492307692307687, 0.0571810619537108, 0.163076923076921, 0.132334192337199, 0.50053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 390, '2021-05-09 00:00:00', 0.0109038454755112, 0.0235769230769236, 0.0157316437597789, 0.0347307692307695, 0.0155884079218628, 0.047038461538461, 0.053160092029787, 0.173653846153845, 0.134726098208408, 0.50380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 405, '2021-05-09 00:00:00', 0.00935126482600808, 0.0216153846153851, 0.011505450213502, 0.0311538461538462, 0.0158429309642643, 0.0459615384615371, 0.051241344484853, 0.190653846153845, 0.14014173045665, 0.513230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 420, '2021-05-09 00:00:00', 0.00790481839425486, 0.0223846153846146, 0.00966134247718869, 0.0306923076923067, 0.0225759572588603, 0.0490769230769213, 0.0545661066963731, 0.203499999999999, 0.138345342697735, 0.515076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 435, '2021-05-09 00:00:00', 0.00733474345416659, 0.0209615384615363, 0.0134697381620375, 0.0340769230769202, 0.02236951909665, 0.0523461538461535, 0.0518370969035175, 0.21326923076923, 0.138395136641986, 0.521423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 450, '2021-05-09 00:00:00', 0.013093568591547, 0.0251923076923066, 0.0202226453416822, 0.0373461538461518, 0.0217185139029779, 0.0535769230769226, 0.0526127799625213, 0.219230769230769, 0.142549214173697, 0.528038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 465, '2021-05-09 00:00:00', 0.0142697636226455, 0.0261153846153836, 0.0139346275929362, 0.0394230769230777, 0.0187258767895771, 0.0535384615384614, 0.0560459152426367, 0.22476923076923, 0.145015054921363, 0.538384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 480, '2021-05-09 00:00:00', 0.0112252462710678, 0.0316153846153858, 0.0161437770816333, 0.0416923076923078, 0.0202917186594391, 0.0569230769230776, 0.061695393170492, 0.230192307692307, 0.147248298932318, 0.540692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 495, '2021-05-09 00:00:00', 0.00926473877750221, 0.0233461538461544, 0.0137961533100291, 0.0365769230769228, 0.0213577944698257, 0.0683461538461528, 0.0638106453621855, 0.239038461538461, 0.149108530427181, 0.540923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 510, '2021-05-09 00:00:00', 0.0107789681252967, 0.0288846153846128, 0.016968749557302, 0.0444615384615376, 0.0310341003513129, 0.0876538461538438, 0.0642432396922357, 0.242923076923075, 0.149108530427181, 0.540923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 525, '2021-05-09 00:00:00', 0.0117387589437079, 0.0309615384615387, 0.0206038457948604, 0.0570384615384617, 0.0357935963331652, 0.100307692307691, 0.0649338124554545, 0.245999999999999, 0.1511549994084, 0.541923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 540, '2021-05-09 00:00:00', 0.0163664290546225, 0.0484999999999998, 0.0285980096133652, 0.0743846153846153, 0.0493965430120218, 0.113461538461538, 0.0692267733889588, 0.250115384615384, 0.15244414866284, 0.541461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 555, '2021-05-09 00:00:00', 0.0215029157235805, 0.0508461538461545, 0.0292782145315231, 0.0744230769230765, 0.0443163626666277, 0.126499999999998, 0.0621997897597253, 0.249423076923076, 0.154947221783616, 0.53780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 570, '2021-05-09 00:00:00', 0.0236011733736993, 0.053846153846153, 0.0354288018425674, 0.0820000000000002, 0.0386456286711003, 0.133730769230768, 0.0640680527612276, 0.248653846153844, 0.158070850716233, 0.531923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 585, '2021-05-09 00:00:00', 0.0247504467714141, 0.0567692307692296, 0.0313805427221772, 0.0984615384615364, 0.0373559386690541, 0.147115384615384, 0.0636351620266194, 0.250923076923075, 0.159863061591908, 0.529038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 600, '2021-05-09 00:00:00', 0.0305770149974417, 0.0810769230769227, 0.0406376104688171, 0.105846153846154, 0.0453706275706403, 0.153423076923077, 0.0601635719070566, 0.252846153846152, 0.160430248442692, 0.526769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 615, '2021-05-09 00:00:00', 0.0189882959903034, 0.0646538461538455, 0.0300605798603177, 0.102961538461538, 0.0408807835240274, 0.137038461538462, 0.0662635298230898, 0.239153846153845, 0.162049171075181, 0.523576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 630, '2021-05-09 00:00:00', 0.0223002242141216, 0.0695000000000028, 0.033674391091521, 0.0942692307692322, 0.0483605210890045, 0.127500000000001, 0.0714467310981805, 0.237653846153845, 0.162579684604668, 0.522076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 645, '2021-05-09 00:00:00', 0.0208128658434006, 0.0638461538461537, 0.0280979605063291, 0.0881538461538468, 0.0390657827851344, 0.123846153846154, 0.0681961988563994, 0.227192307692306, 0.158162063914005, 0.51703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 660, '2021-05-09 00:00:00', 0.0136124377514985, 0.057538461538463, 0.0307154934595153, 0.0808076923076934, 0.0437404407138998, 0.117115384615385, 0.0694573693271363, 0.220615384615384, 0.155443964674881, 0.511884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 675, '2021-05-09 00:00:00', 0.0303430640915121, 0.0576923076923088, 0.0373027530433793, 0.0831538461538475, 0.0556079269390746, 0.116192307692307, 0.0655937614294357, 0.216307692307692, 0.15183568041193, 0.512076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 690, '2021-05-09 00:00:00', 0.0223088806049536, 0.0576153846153853, 0.0322166703145099, 0.083076923076923, 0.0512783055042247, 0.11276923076923, 0.0595860205598086, 0.212576923076923, 0.150188968149614, 0.506615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 705, '2021-05-09 00:00:00', 0.0267905838797026, 0.0581538461538462, 0.0363738917356938, 0.0765000000000002, 0.0389168146376147, 0.106038461538462, 0.0687856425090629, 0.228230769230769, 0.152719330296311, 0.502923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 720, '2021-05-09 00:00:00', 0.0228419317517984, 0.0529230769230771, 0.0315692157744767, 0.0811538461538467, 0.0432809249154681, 0.106961538461539, 0.079500720848208, 0.23673076923077, 0.151034917002148, 0.504884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 735, '2021-05-09 00:00:00', 0.024444127814577, 0.053346153846155, 0.0291481362380822, 0.0705769230769234, 0.0283181920326847, 0.0969999999999997, 0.0872304904350445, 0.234038461538462, 0.150963964115739, 0.500961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 750, '2021-05-09 00:00:00', 0.0141647992736035, 0.0451923076923081, 0.0207161401216157, 0.0639615384615383, 0.029161539476087, 0.0926538461538458, 0.0911958585429412, 0.227730769230769, 0.150520246529775, 0.497230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 765, '2021-05-09 00:00:00', 0.0201123001017938, 0.0482307692307694, 0.01916888504442, 0.066615384615384, 0.0342013944834913, 0.0991538461538463, 0.0934983340040787, 0.236461538461539, 0.158947795009748, 0.501807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 780, '2021-05-09 00:00:00', 0.0157979550770151, 0.0478461538461533, 0.0263343005340074, 0.0691538461538457, 0.032886869018596, 0.101115384615385, 0.0986430706365882, 0.246153846153847, 0.161765095598049, 0.508115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 795, '2021-05-09 00:00:00', 0.0153173606884976, 0.0483076923076929, 0.0211759297316551, 0.070500000000001, 0.0331821314287363, 0.0964230769230782, 0.098703666832361, 0.249576923076923, 0.157789304502506, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 810, '2021-05-09 00:00:00', 0.0194112180095779, 0.0503461538461543, 0.0271892512698575, 0.0691538461538462, 0.0425835107126628, 0.097346153846153, 0.0952596774813239, 0.254384615384616, 0.155721862503434, 0.517461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 825, '2021-05-09 00:00:00', 0.0208233966046351, 0.0474230769230771, 0.0238024239231107, 0.064346153846155, 0.0322118946019352, 0.0903846153846146, 0.0960633204634389, 0.259807692307694, 0.162230529233509, 0.528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 840, '2021-05-09 00:00:00', 0.0214783253895297, 0.0469615384615392, 0.0312559655844367, 0.0658461538461534, 0.0411042389728669, 0.0979615384615383, 0.119236216749002, 0.275346153846156, 0.16030820315879, 0.533 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 855, '2021-05-09 00:00:00', 0.0253760638276425, 0.0497692307692301, 0.0255811529180234, 0.0656538461538448, 0.0411388081798885, 0.101807692307691, 0.12778520439213, 0.28646153846154, 0.158562096547499, 0.535538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 870, '2021-05-09 00:00:00', 0.015549870145388, 0.0469615384615375, 0.0423618296982639, 0.0782692307692301, 0.0482835853617429, 0.110769230769231, 0.128661320468178, 0.290846153846155, 0.15704656830184, 0.536769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 885, '2021-05-09 00:00:00', 0.0394717425703321, 0.0585384615384618, 0.0397799524306493, 0.0782692307692317, 0.0692491266259827, 0.144807692307693, 0.122527868101661, 0.292961538461539, 0.153446161944131, 0.53726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 900, '2021-05-09 00:00:00', 0.0192344642604001, 0.0517307692307703, 0.0324974081806766, 0.0811923076923073, 0.0678058881037518, 0.148961538461539, 0.116164452394007, 0.2895, 0.141107880170292, 0.535923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 915, '2021-05-09 00:00:00', 0.0314137647438918, 0.062769230769231, 0.0592845160742132, 0.114576923076924, 0.0658831132793882, 0.14823076923077, 0.115868977729158, 0.288500000000001, 0.133448192194574, 0.531500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 930, '2021-05-09 00:00:00', 0.0600257893293809, 0.0828461538461548, 0.0633021205137612, 0.110961538461539, 0.0668731520233515, 0.145538461538461, 0.107759390095925, 0.279615384615384, 0.128745401710268, 0.523538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 945, '2021-05-09 00:00:00', 0.0289324146137969, 0.0677307692307712, 0.0368772808942553, 0.0895769230769239, 0.0450075720125127, 0.138192307692308, 0.101013456833919, 0.25996153846154, 0.125057525224931, 0.505769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 960, '2021-05-09 00:00:00', 0.0181499735113198, 0.0623076923076936, 0.0281606381046578, 0.0943076923076917, 0.0434388695135516, 0.143846153846154, 0.0967608391861076, 0.2525, 0.124264017936996, 0.500115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 975, '2021-05-09 00:00:00', 0.0307378243562188, 0.0655769230769197, 0.035441132122912, 0.100076923076921, 0.0457192098996267, 0.144384615384613, 0.0913600484978964, 0.244461538461537, 0.122196216736098, 0.493653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 990, '2021-05-09 00:00:00', 0.0267162871671929, 0.0770000000000009, 0.0344156717432406, 0.109961538461537, 0.0484277256887484, 0.145730769230768, 0.0918172432272176, 0.238384615384614, 0.125024133054998, 0.493076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1005, '2021-05-09 00:00:00', 0.027314943782592, 0.0768846153846141, 0.0432546662667296, 0.111384615384613, 0.0567379536519904, 0.145346153846153, 0.0910035079628177, 0.234038461538461, 0.123936739446443, 0.491346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1020, '2021-05-09 00:00:00', 0.0345774492986404, 0.0819999999999991, 0.0416677887028425, 0.10626923076923, 0.0665326871660724, 0.151961538461539, 0.0884456547612942, 0.218076923076923, 0.121099196465607, 0.486153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1035, '2021-05-09 00:00:00', 0.0305367622080963, 0.0714230769230747, 0.0405968736954727, 0.0981153846153831, 0.0776507466901543, 0.147961538461538, 0.0883761541106225, 0.206230769230769, 0.11992495730504, 0.480653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1050, '2021-05-09 00:00:00', 0.0233944109038563, 0.0675384615384621, 0.0544464874900123, 0.111499999999999, 0.071316801343345, 0.141384615384616, 0.0789510948918093, 0.198346153846155, 0.117439116796094, 0.473884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1065, '2021-05-09 00:00:00', 0.0459033097516295, 0.0879230769230759, 0.0611437272712065, 0.111653846153846, 0.058205379079999, 0.132884615384615, 0.0713337119568208, 0.188538461538462, 0.11931904870814, 0.465346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1080, '2021-05-09 00:00:00', 0.0446625639141399, 0.0757692307692307, 0.0439380683024847, 0.0959230769230775, 0.0419695310726926, 0.122807692307692, 0.0563398615546769, 0.174500000000001, 0.118165626916696, 0.463346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1095, '2021-05-09 00:00:00', 0.024391801901458, 0.0539999999999999, 0.0314269849749447, 0.0771538461538451, 0.0402571923817547, 0.104807692307692, 0.0574718660269128, 0.159846153846152, 0.107207440901344, 0.467346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1110, '2021-05-09 00:00:00', 0.0194639311390215, 0.0547307692307693, 0.022557141117276, 0.0777692307692293, 0.028870746439951, 0.0969999999999997, 0.054522049174199, 0.150576923076922, 0.109825399892458, 0.472538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1125, '2021-05-09 00:00:00', 0.0231000832499338, 0.0535769230769236, 0.0282196058414377, 0.0718846153846165, 0.0246511663010081, 0.0890000000000003, 0.0545148109726568, 0.147230769230769, 0.116204223410602, 0.483692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1140, '2021-05-09 00:00:00', 0.0202866003521082, 0.0458846153846169, 0.018015036454627, 0.0596923076923085, 0.0269505815550214, 0.0775769230769229, 0.0568531847426728, 0.14673076923077, 0.117605442050951, 0.482000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1155, '2021-05-09 00:00:00', 0.0173926598133986, 0.0422307692307692, 0.0241863597922476, 0.0575000000000007, 0.0298455769175026, 0.077961538461538, 0.0590889290684935, 0.144307692307693, 0.116724633218527, 0.482000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1170, '2021-05-09 00:00:00', 0.0168076905474394, 0.0395384615384618, 0.0192421012765882, 0.0524615384615375, 0.023368914263315, 0.0731153846153834, 0.0668753605310202, 0.148923076923076, 0.116595190559208, 0.481961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1185, '2021-05-09 00:00:00', 0.0103894176930179, 0.0364999999999994, 0.0207319894032246, 0.052153846153847, 0.027980020344195, 0.0741923076923089, 0.0655220456147279, 0.143538461538463, 0.11750368243002, 0.482346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1200, '2021-05-09 00:00:00', 0.0196301181469081, 0.0396923076923097, 0.0186419295798893, 0.0528076923076936, 0.0271309077224873, 0.0723846153846183, 0.0673888828996426, 0.14569230769231, 0.117721470494486, 0.48223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1215, '2021-05-09 00:00:00', 0.013566077603289, 0.0340384615384628, 0.023301105949322, 0.0506923076923082, 0.0281917609349854, 0.0681538461538469, 0.0737895969319849, 0.16023076923077, 0.118902752766217, 0.480769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1230, '2021-05-09 00:00:00', 0.0160322751396609, 0.0340769230769229, 0.016334814166256, 0.0461153846153845, 0.0241598522664857, 0.0665384615384617, 0.0709420565293637, 0.166153846153846, 0.120623814462088, 0.48123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1245, '2021-05-09 00:00:00', 0.0115377640814848, 0.031000000000001, 0.0169995475052898, 0.047230769230769, 0.0257913521583073, 0.0650769230769228, 0.0739678204460455, 0.173961538461539, 0.122556009173827, 0.480153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1260, '2021-05-09 00:00:00', 0.0158977502036773, 0.0314615384615395, 0.0190085405906028, 0.0452692307692321, 0.0267575151197691, 0.0662692307692318, 0.0715823893254366, 0.172038461538464, 0.125059099874972, 0.476461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1275, '2021-05-09 00:00:00', 0.0121746268304819, 0.0306923076923072, 0.0178206448989741, 0.0431538461538461, 0.022285007033015, 0.0666923076923064, 0.0706034320368678, 0.17126923076923, 0.12670251044808, 0.478615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1290, '2021-05-09 00:00:00', 0.0131041390994792, 0.0290384615384614, 0.0174669798366915, 0.0461538461538468, 0.0217104016190753, 0.0606923076923084, 0.0661519114207249, 0.171653846153846, 0.127380791934443, 0.478884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1305, '2021-05-09 00:00:00', 0.0103843076877491, 0.034923076923077, 0.0199365146247941, 0.0472307692307679, 0.0197285033936639, 0.0584230769230766, 0.0628394290724686, 0.174923076923077, 0.126938167867424, 0.479538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1320, '2021-05-09 00:00:00', 0.013482353138597, 0.0305769230769221, 0.0132697458094043, 0.0376153846153844, 0.0301890708700986, 0.0635000000000004, 0.0639364107170909, 0.174230769230769, 0.12883975139087, 0.48019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1335, '2021-05-09 00:00:00', 0.00846758525200684, 0.0234999999999996, 0.0166332845176799, 0.0348846153846147, 0.0321350994301342, 0.06323076923077, 0.0651912216837159, 0.173846153846154, 0.128809800152722, 0.480730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1350, '2021-05-09 00:00:00', 0.0128540325908297, 0.0251153846153848, 0.02883686209324, 0.0487307692307696, 0.0602879883431303, 0.0748076923076931, 0.0666347102896425, 0.17523076923077, 0.129695572547643, 0.48169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1365, '2021-05-09 00:00:00', 0.017899204967304, 0.0383076923076927, 0.0212316164825387, 0.048692307692309, 0.0608769376567307, 0.0691923076923085, 0.0673130116579366, 0.169192307692309, 0.131960909130171, 0.486807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1380, '2021-05-09 00:00:00', 0.0114588897300821, 0.0271153846153851, 0.058673385396158, 0.0476153846153857, 0.0603196102823556, 0.0638461538461554, 0.0668667676457043, 0.162269230769231, 0.132006643189474, 0.483923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1395, '2021-05-09 00:00:00', 0.0608604962188116, 0.0309999999999999, 0.063288351097302, 0.0378461538461525, 0.0641689596659887, 0.100846153846155, 0.067326529232254, 0.160307692307691, 0.131983431361082, 0.483884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1410, '2021-05-09 00:00:00', 0.00757473871936484, 0.0167199999999985, 0.014585723613632, 0.0349200000000013, 0.0441682389657245, 0.0992000000000007, 0.0554896987437001, 0.150759999999999, 0.132893754556034, 0.480600000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1425, '2021-05-09 00:00:00', 0.0571046003804892, 0.032846153846156, 0.058806645359701, 0.0846923076923082, 0.0645864953733782, 0.111153846153848, 0.0642169400128614, 0.150846153846154, 0.130641729697907, 0.480307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 180, '2021-05-09 00:00:00', 0.0241230499411152, 0.0488076923076914, 0.0371938787354129, 0.0662307692307685, 0.0482144727713105, 0.0866538461538462, 0.0516666385442435, 0.134807692307691, 0.134924936396272, 0.47146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 195, '2021-05-09 00:00:00', 0.0239905109446342, 0.0397692307692299, 0.0339667710926646, 0.0593076923076913, 0.0316000243427363, 0.0788076923076904, 0.0396173427447354, 0.125423076923075, 0.134407051097087, 0.468846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 210, '2021-05-09 00:00:00', 0.0232517989378501, 0.0386153846153848, 0.0217605500496094, 0.0538076923076929, 0.0268241280595272, 0.0714230769230764, 0.0398278603685713, 0.119538461538461, 0.141495811299783, 0.473230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 225, '2021-05-09 00:00:00', 0.0153620912037997, 0.0330769230769231, 0.0174615181294358, 0.0482307692307672, 0.0228465449331979, 0.067730769230768, 0.0399642147619395, 0.11153846153846, 0.142775202544202, 0.472038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 240, '2021-05-09 00:00:00', 0.0130276038295021, 0.03503846153846, 0.0172596461323916, 0.0451538461538442, 0.0211340046807532, 0.0633846153846147, 0.0373854764066712, 0.108076923076922, 0.143747214019824, 0.471307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 255, '2021-05-09 00:00:00', 0.0152944937301499, 0.0268076923076913, 0.0224373658127567, 0.0433461538461537, 0.0252669744924086, 0.0585, 0.035927362617026, 0.108846153846152, 0.143844659803017, 0.471615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 270, '2021-05-09 00:00:00', 0.015914628007449, 0.0313461538461538, 0.0176079090620808, 0.043038461538461, 0.0263442593367123, 0.0605000000000003, 0.0368513855286956, 0.11276923076923, 0.143853900243908, 0.472230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 285, '2021-05-09 00:00:00', 0.0136469776873845, 0.0289999999999991, 0.0188368297185626, 0.0411153846153836, 0.0258459638271392, 0.0574230769230767, 0.0400651776676256, 0.110538461538461, 0.144086133427729, 0.472423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 300, '2021-05-09 00:00:00', 0.0158784323969535, 0.030269230769231, 0.023603911018823, 0.0432307692307707, 0.0233772078348512, 0.0544230769230772, 0.0460862068469342, 0.110461538461538, 0.144962637096065, 0.471615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 315, '2021-05-09 00:00:00', 0.0107826784170799, 0.026884615384618, 0.0128396021984873, 0.0361538461538472, 0.0160952931485704, 0.0474615384615388, 0.0501293864376509, 0.118653846153848, 0.145095766783394, 0.47169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 330, '2021-05-09 00:00:00', 0.00960616789039552, 0.0230384615384622, 0.0111358050380828, 0.0323846153846159, 0.022186378357347, 0.0473461538461531, 0.0500992860382111, 0.126538461538462, 0.145793600154991, 0.473423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 345, '2021-05-09 00:00:00', 0.0114400779986609, 0.025346153846153, 0.0131823308316044, 0.0354230769230761, 0.0220166720045014, 0.046576923076923, 0.0603020601765682, 0.140461538461537, 0.145793600154991, 0.473423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 360, '2021-05-09 00:00:00', 0.00722910782877152, 0.021500000000001, 0.0230312496738316, 0.0329615384615401, 0.0222608659725101, 0.0428846153846168, 0.0590383447756291, 0.149384615384616, 0.14588503903891, 0.47273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 375, '2021-05-09 00:00:00', 0.0211651745890402, 0.0237307692307694, 0.0201410411464121, 0.0293076923076923, 0.0215014847430078, 0.0430769230769216, 0.0661278947308798, 0.166538461538461, 0.148037027592631, 0.476192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 390, '2021-05-09 00:00:00', 0.00856648208920168, 0.0187692307692318, 0.0114233903090894, 0.0275769230769236, 0.0179748542307116, 0.0428461538461529, 0.0635097206369577, 0.181269230769229, 0.148359314348126, 0.476615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 405, '2021-05-09 00:00:00', 0.00789089056102917, 0.0178846153846161, 0.0116498266741803, 0.0289615384615379, 0.018514734257215, 0.0423461538461533, 0.0656725677421412, 0.197384615384616, 0.148658684964534, 0.477730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 420, '2021-05-09 00:00:00', 0.0121467944489328, 0.0227692307692307, 0.0165585673850766, 0.0318846153846162, 0.0211398639104843, 0.0444230769230781, 0.0664424910383752, 0.205730769230769, 0.149462652911637, 0.47973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 435, '2021-05-09 00:00:00', 0.00765807768608791, 0.020615384615383, 0.0102966013810374, 0.0284999999999983, 0.0185492691127, 0.0486538461538451, 0.0617318269739234, 0.216461538461538, 0.152926130986373, 0.489807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 450, '2021-05-09 00:00:00', 0.00884333734427131, 0.0227307692307685, 0.0148682418390532, 0.0332307692307694, 0.0251844885105581, 0.0594615384615376, 0.0640263527475514, 0.219423076923077, 0.154014809477729, 0.496807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 465, '2021-05-09 00:00:00', 0.0120440218174193, 0.0244615384615394, 0.0152775853911739, 0.0387307692307689, 0.0263674916399842, 0.0622692307692308, 0.0638345939488563, 0.223153846153847, 0.157328079551567, 0.49973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 480, '2021-05-09 00:00:00', 0.0123886424413028, 0.0309615384615382, 0.0180725035514009, 0.0468461538461529, 0.0259001633496489, 0.0654615384615384, 0.0641673293339075, 0.225384615384615, 0.156419323024312, 0.505730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 495, '2021-05-09 00:00:00', 0.0146360986815271, 0.0288461538461528, 0.0198485418956824, 0.0427307692307683, 0.0336258142595162, 0.0788461538461532, 0.0636220208611884, 0.223192307692308, 0.156234325983069, 0.510269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 510, '2021-05-09 00:00:00', 0.0156325105026465, 0.0318461538461534, 0.0208869484459692, 0.0472307692307679, 0.0314959338034908, 0.0890769230769226, 0.0626868284533392, 0.226038461538461, 0.154609761857191, 0.514461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 525, '2021-05-09 00:00:00', 0.0130266590557153, 0.0315769230769225, 0.0275209850002609, 0.0612692307692298, 0.0412679797645362, 0.102384615384614, 0.0631367258720776, 0.223384615384616, 0.151039882659665, 0.515615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 540, '2021-05-09 00:00:00', 0.0260070108890777, 0.0537307692307694, 0.0259716117209675, 0.0732692307692314, 0.040160619823596, 0.110346153846154, 0.0659298111630838, 0.2225, 0.152030062816534, 0.5155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 555, '2021-05-09 00:00:00', 0.0209765070055505, 0.0484230769230769, 0.0353873728022598, 0.0748846153846144, 0.0490302418450525, 0.120269230769229, 0.0682942615001152, 0.221115384615385, 0.152509939146472, 0.514192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 570, '2021-05-09 00:00:00', 0.0226699394319033, 0.0496153846153838, 0.0338739064541043, 0.0728076923076934, 0.0532426087322479, 0.134846153846152, 0.0651364603086343, 0.219961538461539, 0.154190212200582, 0.518307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 585, '2021-05-09 00:00:00', 0.0291170845962395, 0.0552692307692307, 0.0376435917521134, 0.0959999999999993, 0.0577906699949173, 0.145192307692309, 0.0637294763343156, 0.226384615384616, 0.155507056480996, 0.516269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 600, '2021-05-09 00:00:00', 0.0224427133968986, 0.0786538461538462, 0.0329329388536526, 0.108461538461538, 0.0523981356098133, 0.14473076923077, 0.0579520358705245, 0.223038461538462, 0.15901998423033, 0.515653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 615, '2021-05-09 00:00:00', 0.0261033449079739, 0.0672307692307689, 0.0447036739154466, 0.0985384615384631, 0.0476346351044961, 0.135538461538462, 0.0521646063327048, 0.217115384615384, 0.158238811732333, 0.515807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 630, '2021-05-09 00:00:00', 0.0301695975343503, 0.0662692307692324, 0.0308087899545167, 0.0893076923076924, 0.0332981172948955, 0.11826923076923, 0.0519221903058199, 0.205923076923077, 0.159623947499689, 0.512269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 645, '2021-05-09 00:00:00', 0.0186107082492423, 0.0589615384615385, 0.0329070719544495, 0.0853461538461536, 0.0439899464038696, 0.119653846153847, 0.0564830403409191, 0.198423076923078, 0.160549537047458, 0.507923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 660, '2021-05-09 00:00:00', 0.0269804487617333, 0.0662307692307706, 0.0309673773758527, 0.0834615384615402, 0.0443432763093377, 0.115384615384615, 0.0561284789910275, 0.198384615384617, 0.161884574263932, 0.505153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 675, '2021-05-09 00:00:00', 0.017601267436881, 0.0497307692307684, 0.0372497805878917, 0.0841153846153851, 0.0345571767009165, 0.104038461538461, 0.0623946743289483, 0.203846153846153, 0.162370137459019, 0.501692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 690, '2021-05-09 00:00:00', 0.0347996463288841, 0.0648461538461552, 0.0337914873212857, 0.0807692307692289, 0.0345059192246552, 0.108461538461538, 0.0665445715291642, 0.202499999999999, 0.164375648580175, 0.502923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 705, '2021-05-09 00:00:00', 0.0208068405911287, 0.0552692307692279, 0.0243447356495427, 0.0731153846153834, 0.0356472460906331, 0.0993846153846155, 0.0609962420027791, 0.209307692307692, 0.168410615415462, 0.502153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 720, '2021-05-09 00:00:00', 0.0149292176104962, 0.0518076923076921, 0.0245014599251074, 0.0741923076923083, 0.0274682754072081, 0.0971153846153865, 0.067957645180373, 0.215807692307692, 0.174316604090194, 0.507961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 735, '2021-05-09 00:00:00', 0.016007690459469, 0.0466153846153853, 0.0206997956140042, 0.065192307692308, 0.0259068449523415, 0.0912692307692315, 0.0838196966020593, 0.223307692307692, 0.174585984986899, 0.510115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 750, '2021-05-09 00:00:00', 0.0151084795345593, 0.0448846153846154, 0.0172928175397054, 0.0638076923076925, 0.0267772578592644, 0.0886923076923081, 0.0874877398004107, 0.226230769230769, 0.176611263688187, 0.510461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 765, '2021-05-09 00:00:00', 0.0162548927545387, 0.0446923076923074, 0.0258426302543223, 0.0648076923076935, 0.032870866221534, 0.094423076923078, 0.110438963302742, 0.241730769230769, 0.177787587175951, 0.512115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 780, '2021-05-09 00:00:00', 0.0173878826065305, 0.0484615384615397, 0.0166685793774249, 0.0638076923076936, 0.0312273056055851, 0.0942307692307704, 0.112259541311126, 0.246730769230769, 0.178733148748459, 0.511538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 795, '2021-05-09 00:00:00', 0.0130174439178301, 0.0444230769230764, 0.0255821151468089, 0.0662692307692302, 0.0325370557979648, 0.0934999999999993, 0.105228220841837, 0.25653846153846, 0.182535294795703, 0.510576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 810, '2021-05-09 00:00:00', 0.0213433470088108, 0.0474615384615383, 0.0243221013768284, 0.0642692307692305, 0.0328526781486441, 0.0954615384615379, 0.103672086592591, 0.263692307692307, 0.184939828052261, 0.509499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 825, '2021-05-09 00:00:00', 0.0119643058881254, 0.0437692307692332, 0.0257246963053019, 0.0660000000000014, 0.0294217345093464, 0.0909615384615388, 0.0995594372144677, 0.264192307692307, 0.183019834990637, 0.5085 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 840, '2021-05-09 00:00:00', 0.0180720353457595, 0.0479615384615395, 0.0235495222881471, 0.0674999999999998, 0.0285986820567766, 0.0977307692307691, 0.105057061418288, 0.277884615384616, 0.181957175857819, 0.515423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 855, '2021-05-09 00:00:00', 0.0160343861267454, 0.0446923076923074, 0.0231837144432164, 0.0657307692307683, 0.0420494214722859, 0.109076923076922, 0.107616470000575, 0.284230769230769, 0.188271130186066, 0.519538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 870, '2021-05-09 00:00:00', 0.0207987055810225, 0.046115384615384, 0.0319303328176548, 0.0751153846153842, 0.0491114431283992, 0.115423076923077, 0.106188975235373, 0.283538461538462, 0.191747963583612, 0.522807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 885, '2021-05-09 00:00:00', 0.0257701079070007, 0.0555384615384611, 0.0384897189069829, 0.0845384615384607, 0.0523704702465642, 0.130115384615385, 0.0966952707458625, 0.279153846153847, 0.189558227303543, 0.523192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 900, '2021-05-09 00:00:00', 0.0289804443348643, 0.0651153846153851, 0.0296951951565347, 0.0887307692307688, 0.0541320465301142, 0.139038461538462, 0.0929930022181172, 0.273538461538461, 0.179878249422727, 0.521769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 915, '2021-05-09 00:00:00', 0.0243132442539817, 0.0604230769230768, 0.0392143615764192, 0.100615384615385, 0.0740316460399477, 0.143730769230769, 0.0957956880352874, 0.268576923076923, 0.178956685777916, 0.522153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 930, '2021-05-09 00:00:00', 0.0372952461396268, 0.0771538461538451, 0.0534655172841466, 0.109192307692308, 0.0804795339487934, 0.147346153846154, 0.0937618341248813, 0.271807692307692, 0.17457525157232, 0.52103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 945, '2021-05-09 00:00:00', 0.0319730896464262, 0.0680384615384623, 0.0574109745606169, 0.0944999999999998, 0.0773366268087347, 0.149923076923077, 0.0876984694191516, 0.262307692307692, 0.174298475212892, 0.51703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 960, '2021-05-09 00:00:00', 0.0324240414127921, 0.0709615384615379, 0.0474198432985754, 0.0991923076923085, 0.0706002941811245, 0.152192307692309, 0.0798573343291277, 0.260076923076923, 0.173951894322718, 0.521307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 975, '2021-05-09 00:00:00', 0.0305984413881588, 0.0697692307692299, 0.0526389735696015, 0.111692307692308, 0.0592179416679128, 0.16273076923077, 0.0773704376062632, 0.256230769230769, 0.174273617757119, 0.521576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 990, '2021-05-09 00:00:00', 0.0471891936782111, 0.0865000000000004, 0.0567860356615392, 0.117423076923077, 0.0647472363532558, 0.173730769230769, 0.0758743597108966, 0.251038461538461, 0.170010158067553, 0.527576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1005, '2021-05-09 00:00:00', 0.0384565489071253, 0.0808846153846157, 0.045591902114975, 0.122307692307693, 0.0585552861700922, 0.167807692307691, 0.0725414258306147, 0.241538461538463, 0.166647472228055, 0.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1020, '2021-05-09 00:00:00', 0.0356542369906387, 0.0887692307692321, 0.0476078371053138, 0.121884615384615, 0.0553844188030704, 0.174923076923077, 0.0625673913595456, 0.227038461538462, 0.165425456137989, 0.533307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1035, '2021-05-09 00:00:00', 0.0267627755258327, 0.0783846153846147, 0.0323195582604988, 0.108076923076922, 0.0545188182049238, 0.160692307692306, 0.077294083762053, 0.232153846153846, 0.17030245040922, 0.534730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1050, '2021-05-09 00:00:00', 0.0269611971886648, 0.0728846153846152, 0.0441379132335846, 0.121653846153847, 0.0502839475838502, 0.146346153846154, 0.0912505258151348, 0.231461538461537, 0.173463984291132, 0.534076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1065, '2021-05-09 00:00:00', 0.0426354854010675, 0.0972307692307695, 0.0459932603758422, 0.1145, 0.0479065275783521, 0.133653846153846, 0.11949324409612, 0.232346153846152, 0.175839524742132, 0.53253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1080, '2021-05-09 00:00:00', 0.0185508863566004, 0.0658461538461523, 0.0241341124679469, 0.0828461538461532, 0.0340027374463641, 0.105115384615384, 0.126884296173262, 0.216769[...];
Date: 2021-05-09 15:41:11 Duration: 15s979ms 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 982365, 1, 930, '2021-05-09 00:00:00', 0.0406164233550143, 0.0670769230769225, 0.0535754284953601, 0.0970576923076944, 0.0699362896884337, 0.129769230769231, 0.220023631597923, 0.350038461538462, 0.222628199886303, 0.542153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 945, '2021-05-09 00:00:00', 0.033971730328883, 0.0675384615384621, 0.0481190191088722, 0.0920000000000004, 0.0778614573358436, 0.140942307692308, 0.214150598519252, 0.336173076923077, 0.214495243805974, 0.53851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 960, '2021-05-09 00:00:00', 0.0377886836947872, 0.0652307692307691, 0.0466711902569464, 0.0909999999999989, 0.122667743863721, 0.186653846153846, 0.2142428420849, 0.330653846153845, 0.213542127891934, 0.542403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 975, '2021-05-09 00:00:00', 0.0272920106652823, 0.0599230769230756, 0.0581025088826768, 0.103192307692307, 0.145766821169449, 0.205384615384614, 0.200839056307436, 0.317557692307691, 0.206011112470998, 0.539538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 990, '2021-05-09 00:00:00', 0.0532463108147849, 0.084519230769231, 0.105982032221721, 0.146365384615386, 0.151757585034107, 0.214230769230768, 0.196428425993951, 0.305442307692307, 0.199980057659602, 0.539711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1005, '2021-05-09 00:00:00', 0.0775180376031675, 0.0978846153846144, 0.114064012055309, 0.151826923076922, 0.131009325857125, 0.196788461538461, 0.173824093222472, 0.279846153846153, 0.194455813648084, 0.541788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1020, '2021-05-09 00:00:00', 0.0706458665566405, 0.0955384615384608, 0.0833313243347563, 0.13001923076923, 0.10265673944679, 0.180615384615384, 0.11942749329131, 0.242384615384615, 0.169692314317594, 0.534307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1035, '2021-05-09 00:00:00', 0.0355353561746821, 0.0718076923076919, 0.0450789265110066, 0.10501923076923, 0.10288688523736, 0.166865384615384, 0.102757288717712, 0.215096153846154, 0.166033717613668, 0.533153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1050, '2021-05-09 00:00:00', 0.0317671819045063, 0.0730769230769238, 0.0587347001354393, 0.119250000000001, 0.0902830357180204, 0.153442307692308, 0.0899367919066581, 0.197057692307694, 0.165366846272624, 0.524076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1065, '2021-05-09 00:00:00', 0.0503559674868666, 0.0922884615384617, 0.0792768663511693, 0.119307692307692, 0.0798302357409854, 0.140557692307693, 0.08039683547159, 0.176134615384616, 0.165908887182555, 0.524173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1080, '2021-05-09 00:00:00', 0.048000901433842, 0.0724423076923082, 0.047748233958481, 0.0879230769230759, 0.0512781592433334, 0.116980769230769, 0.0741893108618329, 0.155076923076923, 0.16637540498708, 0.519846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1095, '2021-05-09 00:00:00', 0.0234584411574683, 0.0519615384615357, 0.0249524239611791, 0.0737884615384602, 0.0398521160523022, 0.0963653846153829, 0.0642391924463072, 0.144076923076922, 0.166743557135362, 0.516076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1110, '2021-05-09 00:00:00', 0.0253407015263222, 0.050634615384615, 0.0301742376106612, 0.0712307692307683, 0.0557722187528465, 0.0940961538461528, 0.0641317514064714, 0.136692307692308, 0.166918427797716, 0.518307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1125, '2021-05-09 00:00:00', 0.0190393115583371, 0.044153846153846, 0.0251718783871715, 0.0587884615384619, 0.0466630309939103, 0.0800384615384617, 0.0604036709276721, 0.130288461538463, 0.165878690614557, 0.519000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1140, '2021-05-09 00:00:00', 0.0268838885122396, 0.0447115384615382, 0.0419900766665374, 0.065442307692307, 0.046037146372837, 0.0788269230769229, 0.066884300216004, 0.13051923076923, 0.166490610730871, 0.519788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1155, '2021-05-09 00:00:00', 0.0239767836426454, 0.0441153846153843, 0.0317959177350699, 0.0544038461538458, 0.0425114826117143, 0.0746153846153851, 0.0643911395003509, 0.128326923076923, 0.16906568136492, 0.523269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1170, '2021-05-09 00:00:00', 0.0228465786026298, 0.036615384615384, 0.0275753234167506, 0.0519615384615395, 0.0338900938555561, 0.0735384615384634, 0.0624813202854689, 0.124346153846153, 0.173662746769088, 0.524980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1185, '2021-05-09 00:00:00', 0.0188961636318058, 0.0362500000000004, 0.0218412806048909, 0.0528076923076925, 0.0304411917284155, 0.0741153846153843, 0.0565291925944868, 0.119980769230769, 0.175537759470718, 0.527250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1200, '2021-05-09 00:00:00', 0.020422913225476, 0.0413461538461545, 0.025885814351018, 0.0543461538461548, 0.0324987159509646, 0.0725576923076933, 0.0567502117922167, 0.119557692307692, 0.175140611641486, 0.528576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1215, '2021-05-09 00:00:00', 0.0152629768242795, 0.0334615384615397, 0.0247524435468191, 0.0477884615384629, 0.0317069574990437, 0.0671346153846167, 0.0548702245162302, 0.127692307692306, 0.176102091238184, 0.534942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1230, '2021-05-09 00:00:00', 0.0207298001771506, 0.034269230769231, 0.0214071609154877, 0.0470576923076935, 0.0393604692357906, 0.0729423076923073, 0.0531407601057353, 0.124596153846152, 0.175185497292266, 0.537961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1245, '2021-05-09 00:00:00', 0.0175617591549184, 0.0328461538461555, 0.0226662405691468, 0.0494615384615391, 0.0390185409576204, 0.0685576923076928, 0.050313463559812, 0.11926923076923, 0.173584992483177, 0.540019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1260, '2021-05-09 00:00:00', 0.016298666769449, 0.0349423076923078, 0.0237691218568581, 0.0503653846153846, 0.0301976056106333, 0.0618461538461546, 0.0460525118332727, 0.116423076923076, 0.171823178341528, 0.53873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1275, '2021-05-09 00:00:00', 0.0200809611323758, 0.0322499999999999, 0.02531479500517, 0.0438269230769236, 0.0285588191955855, 0.0626153846153857, 0.0431312665458136, 0.115884615384614, 0.172486089740147, 0.540865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1290, '2021-05-09 00:00:00', 0.018603773397228, 0.0324038461538473, 0.02125385032991, 0.0431153846153861, 0.0262532635333924, 0.0604230769230785, 0.0447862101029374, 0.117730769230768, 0.172347685262624, 0.541269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1305, '2021-05-09 00:00:00', 0.0181759033211138, 0.0322884615384605, 0.0266464097740414, 0.0493653846153842, 0.0250951113841828, 0.0582692307692308, 0.0553286683235853, 0.125192307692308, 0.172195291635801, 0.543461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1320, '2021-05-09 00:00:00', 0.0208455953657795, 0.0371730769230784, 0.0198557587073901, 0.043634615384616, 0.0307104404697499, 0.0643653846153848, 0.0634899174309152, 0.12901923076923, 0.17255306430197, 0.544 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1335, '2021-05-09 00:00:00', 0.01045679756831, 0.0257307692307702, 0.0181412831367066, 0.0386153846153859, 0.0278644866341478, 0.0634807692307668, 0.0628257204801207, 0.135865384615385, 0.172791235755307, 0.545865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1350, '2021-05-09 00:00:00', 0.013819050395962, 0.0273846153846155, 0.0216886003378585, 0.0463461538461538, 0.0233422693511482, 0.0573076923076899, 0.0627358442506863, 0.140884615384616, 0.172472442614866, 0.546788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1365, '2021-05-09 00:00:00', 0.0200061144499536, 0.03873076923077, 0.0212336090631379, 0.0491153846153825, 0.0217682902759607, 0.0560384615384602, 0.0702560290322816, 0.146980769230769, 0.172345579711676, 0.547326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1380, '2021-05-09 00:00:00', 0.0118354747069338, 0.030961538461536, 0.0116750226486366, 0.034384615384614, 0.0176118950188181, 0.0491730769230767, 0.0680784502218996, 0.150653846153846, 0.174741894276628, 0.548519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1395, '2021-05-09 00:00:00', 0.010377805459433, 0.0211730769230758, 0.0130190393123061, 0.030653846153846, 0.0313926988081872, 0.0811923076923068, 0.0638762987223095, 0.161692307692309, 0.175769281686577, 0.549596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1410, '2021-05-09 00:00:00', 0.0124185964771192, 0.0226923076923078, 0.0182848402950478, 0.0368461538461532, 0.0303759013794713, 0.0788461538461537, 0.0818060182100619, 0.174730769230771, 0.177667330662154, 0.550903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1425, '2021-05-09 00:00:00', 0.0145390323453265, 0.0267884615384616, 0.029243519992274, 0.0697115384615374, 0.0283548937575148, 0.0754999999999998, 0.0809287364575507, 0.184596153846155, 0.17822433572931, 0.551423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 0, '2021-05-09 00:00:00', 0.0291338291338441, 0.0545000000000001, 0.0279245205178862, 0.0626730769230761, 0.0283271003702215, 0.0712307692307688, 0.0769150405417475, 0.191288461538462, 0.183262720200766, 0.554269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 15, '2021-05-09 00:00:00', 0.0184944170369988, 0.0317115384615385, 0.0184651022201323, 0.0370000000000023, 0.0237580431724623, 0.0567307692307696, 0.0866791719281729, 0.194673076923077, 0.180630225769493, 0.552461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 30, '2021-05-09 00:00:00', 0.0119791003900053, 0.0246730769230783, 0.0203543701601251, 0.036096153846154, 0.0307488398780541, 0.062365384615384, 0.0864073981875296, 0.200038461538462, 0.18051364320908, 0.551653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 45, '2021-05-09 00:00:00', 0.0171301017105971, 0.0284038461538446, 0.021252257798608, 0.0464615384615373, 0.0437549865290111, 0.0743269230769238, 0.0881998103085338, 0.205557692307693, 0.18051364320908, 0.551653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 60, '2021-05-09 00:00:00', 0.0193235209405148, 0.0374615384615381, 0.0245209800281005, 0.0520384615384613, 0.0487644889711301, 0.0768461538461546, 0.100326070313827, 0.215403846153846, 0.184013152748969, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 75, '2021-05-09 00:00:00', 0.0160461354082051, 0.0315384615384596, 0.0310015880486544, 0.0520384615384619, 0.0423951058496167, 0.082750000000001, 0.0970140374458177, 0.214788461538462, 0.194259053843057, 0.554500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 90, '2021-05-09 00:00:00', 0.0209145606254091, 0.0393269230769245, 0.0281782035241128, 0.0533653846153847, 0.0470023240014648, 0.0885384615384623, 0.0955811455498174, 0.217653846153847, 0.194259053843057, 0.554500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 105, '2021-05-09 00:00:00', 0.0203084673511779, 0.0329230769230756, 0.0390440825813017, 0.0684038461538459, 0.0544523539082934, 0.0946730769230759, 0.0946614778281823, 0.220153846153847, 0.192792332476004, 0.551788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 120, '2021-05-09 00:00:00', 0.0297158142305521, 0.0570192307692308, 0.0427111631958043, 0.0702884615384627, 0.0500833651179573, 0.100711538461538, 0.0927563661510001, 0.22121153846154, 0.19250875304775, 0.5515 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 135, '2021-05-09 00:00:00', 0.033407559024867, 0.0447499999999994, 0.0474127214347184, 0.0721153846153819, 0.0414732397502841, 0.11051923076923, 0.0917855443620946, 0.218115384615384, 0.194552256179709, 0.554596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 150, '2021-05-09 00:00:00', 0.0271212377752491, 0.0531923076923059, 0.0310560783100491, 0.0744999999999994, 0.0526908107591977, 0.116807692307694, 0.0923553755047064, 0.216153846153847, 0.194131910942415, 0.553826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 165, '2021-05-09 00:00:00', 0.0230135077391832, 0.0581923076923073, 0.0283744535697998, 0.0899807692307693, 0.0516168130032784, 0.121846153846155, 0.0914631830090877, 0.211076923076923, 0.195302333673874, 0.553807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 180, '2021-05-09 00:00:00', 0.0279617596012852, 0.0669999999999996, 0.0449673385743654, 0.0883076923076931, 0.0491353272566212, 0.116903846153846, 0.0879426299006685, 0.200615384615384, 0.200533711917433, 0.55748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 195, '2021-05-09 00:00:00', 0.0349643609760224, 0.0554423076923068, 0.0424080362485892, 0.0806923076923076, 0.0560525749082596, 0.112134615384615, 0.0783659585632583, 0.190288461538462, 0.209597533749435, 0.561384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 210, '2021-05-09 00:00:00', 0.0298175026039831, 0.0597115384615394, 0.0298255698249769, 0.0802692307692309, 0.0439875025957978, 0.109096153846154, 0.0671443708620569, 0.184557692307694, 0.213558668754044, 0.56975 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 225, '2021-05-09 00:00:00', 0.0233251679852131, 0.0527115384615376, 0.0388363677696364, 0.0762115384615378, 0.0492457260933542, 0.104192307692306, 0.0665949322396235, 0.181250000000002, 0.219442829421731, 0.576846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 240, '2021-05-09 00:00:00', 0.0224968031917006, 0.0508846153846157, 0.0300247654189245, 0.0704423076923068, 0.0542516961805008, 0.101942307692306, 0.0575446047728311, 0.173807692307693, 0.2258862511565, 0.580961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 255, '2021-05-09 00:00:00', 0.0216022078643674, 0.0453461538461539, 0.0235291635733511, 0.0626923076923064, 0.0466424039491305, 0.0945769230769227, 0.0526951464704121, 0.165461538461539, 0.229822265775434, 0.583076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 270, '2021-05-09 00:00:00', 0.0161265309350771, 0.0397499999999985, 0.0357146167017614, 0.0645769230769221, 0.0430281884350254, 0.0867499999999994, 0.055689195886287, 0.161942307692308, 0.230517902692044, 0.579288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 285, '2021-05-09 00:00:00', 0.0255445011394131, 0.047692307692307, 0.030962936901051, 0.0642115384615384, 0.0366993659555394, 0.0852884615384632, 0.0577787291177407, 0.157192307692307, 0.232164852736486, 0.577673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 300, '2021-05-09 00:00:00', 0.0218161549175065, 0.0437307692307703, 0.0243758786823881, 0.056211538461538, 0.034194533976151, 0.081115384615386, 0.0607816900567418, 0.153576923076922, 0.232107790775022, 0.574557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 315, '2021-05-09 00:00:00', 0.0177693881111938, 0.0376346153846136, 0.0228804585752878, 0.0533461538461555, 0.0371556652684158, 0.0792115384615379, 0.0626822511990795, 0.158230769230769, 0.232537209594838, 0.573076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 330, '2021-05-09 00:00:00', 0.0184187717789807, 0.0396346153846177, 0.0274682754072069, 0.0561153846153858, 0.0337623139928787, 0.0790769230769235, 0.0646077305448318, 0.167673076923077, 0.232102818728119, 0.571461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 345, '2021-05-09 00:00:00', 0.0219545772343385, 0.0372115384615396, 0.0287278543470384, 0.0545192307692315, 0.0323776751196549, 0.0735769230769235, 0.0860497441108231, 0.182038461538461, 0.231772518613866, 0.570903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 360, '2021-05-09 00:00:00', 0.0168667287421582, 0.0364423076923084, 0.0216047804539064, 0.0519423076923087, 0.0266478242725651, 0.0714423076923083, 0.0924956235970925, 0.182096153846153, 0.238028980136065, 0.574346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 375, '2021-05-09 00:00:00', 0.0148373230013399, 0.0353846153846176, 0.0173216738398853, 0.0479038461538464, 0.0218906109132162, 0.0691730769230771, 0.10175277165002, 0.190442307692307, 0.245176209788294, 0.578423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 390, '2021-05-09 00:00:00', 0.01038973235755, 0.029557692307693, 0.021828677326997, 0.0476346153846166, 0.0346079415074726, 0.069519230769232, 0.10047285128906, 0.198423076923076, 0.244757859149373, 0.578480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 405, '2021-05-09 00:00:00', 0.0149186512073383, 0.0351153846153867, 0.0186749523735376, 0.0509230769230785, 0.0415775642162199, 0.0749230769230789, 0.118386206317095, 0.221923076923078, 0.244826466015295, 0.579038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 420, '2021-05-09 00:00:00', 0.0126366986925443, 0.0346153846153832, 0.0233662478473018, 0.0493076923076911, 0.0383708022008708, 0.0724615384615374, 0.133420221048442, 0.226153846153845, 0.246845153113008, 0.579980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 435, '2021-05-09 00:00:00', 0.016397420059737, 0.0338461538461531, 0.0320541668958121, 0.0514807692307702, 0.0347275771597239, 0.07676923076923, 0.130754751347703, 0.22975, 0.246795898232963, 0.579846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 450, '2021-05-09 00:00:00', 0.0304143943654212, 0.0391538461538467, 0.0313383090702837, 0.0534807692307688, 0.032221803416082, 0.0782692307692317, 0.129268016152487, 0.238000000000001, 0.24626799738996, 0.580442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 465, '2021-05-09 00:00:00', 0.0147318206091964, 0.0355576923076927, 0.0189077924513837, 0.0537307692307694, 0.030507357246308, 0.0746730769230766, 0.133373483698395, 0.248884615384617, 0.24595503966876, 0.580192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 480, '2021-05-09 00:00:00', 0.0180888405887752, 0.0406153846153856, 0.0243378227330351, 0.0584807692307708, 0.0336042636946819, 0.0770576923076919, 0.13675610097486, 0.253365384615385, 0.245102149034923, 0.579711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 495, '2021-05-09 00:00:00', 0.0133258713093695, 0.0366730769230771, 0.0211362248284779, 0.0499999999999993, 0.0292672368672918, 0.0873653846153837, 0.130489181691286, 0.253557692307692, 0.243913163141815, 0.575634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 510, '2021-05-09 00:00:00', 0.0187079168761813, 0.0356153846153841, 0.0278698693105055, 0.0569807692307675, 0.0404468169328546, 0.0992499999999995, 0.1337915039846, 0.256942307692308, 0.243757351762897, 0.575442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 525, '2021-05-09 00:00:00', 0.0176714567768313, 0.0404038461538445, 0.0225900335410265, 0.070019230769229, 0.0745642933725893, 0.111923076923075, 0.134530764282603, 0.257442307692308, 0.242667788106734, 0.574846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 540, '2021-05-09 00:00:00', 0.024018646602494, 0.0593461538461519, 0.0417894907657596, 0.0798076923076902, 0.0847541058683182, 0.12453846153846, 0.137600012578264, 0.259288461538462, 0.242121085409759, 0.5755 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 555, '2021-05-09 00:00:00', 0.0323487783623809, 0.0562884615384619, 0.0676436164479241, 0.0883269230769229, 0.0786597761541137, 0.138096153846155, 0.1332392599222, 0.262903846153848, 0.238069693254211, 0.573826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 570, '2021-05-09 00:00:00', 0.04429535919432, 0.061173076923075, 0.0521640644062996, 0.090519230769229, 0.0557921451598566, 0.135288461538459, 0.125191651540289, 0.252980769230768, 0.232337835092318, 0.567519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 585, '2021-05-09 00:00:00', 0.0251157397783814, 0.0550961538461518, 0.0368899871760094, 0.0938653846153835, 0.0753977555266847, 0.144192307692308, 0.11996563610532, 0.244576923076923, 0.228216051481587, 0.562884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 600, '2021-05-09 00:00:00', 0.0342108001390473, 0.0781730769230763, 0.0384687735502636, 0.100057692307691, 0.0891556482528422, 0.145019230769231, 0.120624726384703, 0.241769230769232, 0.230900162407913, 0.562750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 615, '2021-05-09 00:00:00', 0.0212400655511083, 0.0609038461538473, 0.0665823059193555, 0.104288461538462, 0.0776204894638985, 0.133096153846154, 0.120203367737283, 0.237019230769231, 0.226733287061117, 0.557211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 630, '2021-05-09 00:00:00', 0.048190443514808, 0.0793269230769231, 0.0594935581516042, 0.0997884615384603, 0.0592484891076409, 0.129711538461539, 0.110757949879629, 0.230788461538463, 0.224390752071883, 0.554519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 645, '2021-05-09 00:00:00', 0.0297762424658432, 0.0582692307692281, 0.0308176086028747, 0.0812499999999994, 0.050194916230477, 0.11951923076923, 0.102954002051701, 0.226057692307692, 0.227226938408415, 0.555192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 660, '2021-05-09 00:00:00', 0.0175210313184347, 0.0580576923076924, 0.0330253515674514, 0.0859230769230778, 0.0637063213866213, 0.119653846153847, 0.104913752123424, 0.232653846153847, 0.22520578623527, 0.560384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 675, '2021-05-09 00:00:00', 0.0306835711490937, 0.0616923076923082, 0.0481746861392517, 0.0850961538461535, 0.0706730391418006, 0.110961538461539, 0.106331457462756, 0.239326923076923, 0.228053121342039, 0.556384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 690, '2021-05-09 00:00:00', 0.0301564191406195, 0.0610192307692308, 0.0375538229130499, 0.0805192307692326, 0.0502676987583639, 0.10619230769231, 0.11287947282219, 0.248846153846155, 0.229643440174948, 0.55898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 705, '2021-05-09 00:00:00', 0.0251973518144584, 0.0554423076923084, 0.0360790851410536, 0.0714038461538477, 0.0424291128281584, 0.100480769230771, 0.128655485099369, 0.268923076923078, 0.229268291779271, 0.558519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 720, '2021-05-09 00:00:00', 0.0212626071199748, 0.0499615384615393, 0.0289498505376778, 0.0755769230769243, 0.0389419291529548, 0.102076923076924, 0.148307265499705, 0.274750000000001, 0.227964535872106, 0.56398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 735, '2021-05-09 00:00:00', 0.0218630088013103, 0.0561346153846178, 0.0231778740645868, 0.069923076923079, 0.0627786955533836, 0.11373076923077, 0.158632678028397, 0.279557692307692, 0.231679357335488, 0.564230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 750, '2021-05-09 00:00:00', 0.0191899813604767, 0.0463461538461532, 0.0338673941220081, 0.0730961538461547, 0.0724363195131792, 0.117596153846155, 0.172468159826231, 0.283384615384616, 0.232977110133495, 0.563423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 765, '2021-05-09 00:00:00', 0.028588304494078, 0.0563653846153843, 0.0559090917334693, 0.0880576923076925, 0.0680154054947509, 0.122153846153846, 0.174377059403334, 0.295826923076924, 0.232700910711915, 0.562576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 780, '2021-05-09 00:00:00', 0.0398552428748749, 0.0590961538461534, 0.0568735304121195, 0.0814615384615377, 0.0644853501550171, 0.112403846153844, 0.170015958526976, 0.305115384615385, 0.232159064337033, 0.557865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 795, '2021-05-09 00:00:00', 0.0307835370587287, 0.052615384615385, 0.0361804026851767, 0.0761923076923086, 0.0607664887404731, 0.111615384615385, 0.162439353180006, 0.312288461538463, 0.233412877009487, 0.554865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 810, '2021-05-09 00:00:00', 0.0255287846587724, 0.0546730769230762, 0.0338357798787013, 0.0739999999999992, 0.063263311156321, 0.116442307692306, 0.158761956545496, 0.309173076923078, 0.230332588963137, 0.552692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 825, '2021-05-09 00:00:00', 0.0173245601564758, 0.0465961538461539, 0.0525006080550862, 0.0780769230769242, 0.0721074865418593, 0.114019230769231, 0.15030761918351, 0.308903846153848, 0.22119118514221, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 840, '2021-05-09 00:00:00', 0.0478833839816951, 0.0610384615384611, 0.050919004310767, 0.0852499999999993, 0.0692906947909686, 0.126596153846154, 0.148832359229591, 0.311634615384617, 0.218530853304868, 0.549923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 855, '2021-05-09 00:00:00', 0.0279940172179707, 0.0562499999999975, 0.0606486983816182, 0.0872692307692282, 0.0687306336359554, 0.139999999999998, 0.139172954103325, 0.306634615384616, 0.213553916809352, 0.548153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 870, '2021-05-09 00:00:00', 0.0538079919714524, 0.0619999999999976, 0.0540611192575994, 0.0937307692307686, 0.0799776435107861, 0.144211538461538, 0.136951355766028, 0.306923076923077, 0.21156349837851, 0.548576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 885, '2021-05-09 00:00:00', 0.0263354397080328, 0.0603461538461556, 0.0347423538904056, 0.0953653846153852, 0.0944339166580794, 0.160230769230771, 0.130795236328216, 0.307423076923078, 0.208472934970909, 0.545730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 900, '2021-05-09 00:00:00', 0.0257635177363985, 0.0681730769230761, 0.0436261389536139, 0.101, 0.0949870193560865, 0.157076923076924, 0.114529042336262, 0.305307692307693, 0.199629365228512, 0.539711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 915, '2021-05-09 00:00:00', 0.0361029723898823, 0.0742692307692307, 0.0786459569110943, 0.121057692307693, 0.0909586233066753, 0.156865384615384, 0.114497571354826, 0.303923076923078, 0.197944471623114, 0.538076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 930, '2021-05-09 00:00:00', 0.0759013732519948, 0.0869615384615383, 0.0841223010768327, 0.112192307692308, 0.0957797152123219, 0.158076923076923, 0.103337149846806, 0.295942307692308, 0.193831367033703, 0.533173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 945, '2021-05-09 00:00:00', 0.0387995489664511, 0.0717500000000015, 0.0436287352379312, 0.0980576923076921, 0.0638199510642738, 0.159115384615385, 0.0855201640640301, 0.273538461538463, 0.185683021882413, 0.51773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 960, '2021-05-09 00:00:00', 0.0248094042343114, 0.0725576923076911, 0.049038215082337, 0.108942307692307, 0.0501619530965629, 0.174692307692307, 0.0857766509380855, 0.267923076923078, 0.189691694193905, 0.524826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 975, '2021-05-09 00:00:00', 0.0346342260687988, 0.0719807692307686, 0.0386326336743371, 0.121096153846154, 0.040022512895392, 0.172307692307692, 0.0814137863963161, 0.263269230769232, 0.188758923375416, 0.525634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 990, '2021-05-09 00:00:00', 0.0255950491005892, 0.0875576923076928, 0.0366407087603602, 0.123807692307692, 0.0462428871869467, 0.160269230769231, 0.084460614398758, 0.259153846153847, 0.185967740171825, 0.527596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1005, '2021-05-09 00:00:00', 0.0213458336774321, 0.0817692307692299, 0.0384822686441451, 0.116249999999999, 0.0434531932083253, 0.153000000000001, 0.0851836838837109, 0.247500000000002, 0.18092708794939, 0.528865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1020, '2021-05-09 00:00:00', 0.0411466233776812, 0.0897307692307697, 0.0404699936325106, 0.113596153846154, 0.0454337598979181, 0.156942307692308, 0.0839306032019667, 0.239615384615385, 0.180328751067428, 0.527038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1035, '2021-05-09 00:00:00', 0.0272961606204115, 0.075096153846155, 0.0345696454221811, 0.111903846153848, 0.0496441800756614, 0.155730769230771, 0.0903658142475076, 0.229903846153847, 0.180657326492408, 0.533019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1050, '2021-05-09 00:00:00', 0.0285261351152824, 0.075096153846155, 0.0335873430831397, 0.11148076923077, 0.0555169447452415, 0.150865384615385, 0.085140264360549, 0.21423076923077, 0.179599795485577, 0.531557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1065, '2021-05-09 00:00:00', 0.0298668068906979, 0.0891153846153849, 0.0440976713147618, 0.114769230769231, 0.0530641556550629, 0.145730769230769, 0.0914164709111312, 0.202134615384616, 0.183345899452793, 0.535673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1080, '2021-05-09 00:00:00', 0.0449300995564651, 0.0800769230769256, 0.0535145163627453, 0.104711538461541, 0.0516889364743192, 0.133884615384615, 0.0927790199261754, 0.184442307692309, 0.183564171340705, 0.530250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1095, '2021-05-09 00:00:00', 0.0280165129878796, 0.0597499999999983, 0.0319923368228167, 0.0795192307692284, 0.0367020225810309, 0.108538461538458, 0.0849072638914843, 0.162211538461537, 0.18509041034046, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1110, '2021-05-09 00:00:00', 0.0209506838515153, 0.0566346153846158, 0.0252469114638116, 0.0804423076923065, 0.0351981697513681, 0.101634615384614, 0.0801377875911209, 0.155249999999999, 0.180342379506741, 0.519423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1125, '2021-05-09 00:00:00', 0.0259787487115009, 0.0556538461538452, 0.0305526846359124, 0.0785576923076919, 0.0355187274546812, 0.0939999999999996, 0.0768061596087572, 0.148615384615384, 0.174087445975159, 0.517173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1140, '2021-05-09 00:00:00', 0.0222393708405776, 0.0535192307692316, 0.0257390454667333, 0.065961538461538, 0.0310742596916598, 0.087019230769232, 0.0728930618203013, 0.145538461538461, 0.171878048224718, 0.513211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1155, '2021-05-09 00:00:00', 0.0174416058717278, 0.0419807692307691, 0.022001582110947, 0.0549807692307683, 0.0339241291481684, 0.0844423076923086, 0.0696262798528946, 0.141673076923077, 0.164976419060888, 0.512673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1170, '2021-05-09 00:00:00', 0.0162019941792554, 0.0372307692307688, 0.0227576276308548, 0.0565192307692323, 0.0351163560401465, 0.0800384615384638, 0.0668178033622288, 0.139173076923078, 0.161368309013407, 0.512634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1185, '2021-05-09 00:00:00', 0.0123918863032976, 0.0413269230769247, 0.0278835007734796, 0.0615192307692332, 0.0405225910402496, 0.0794038461538476, 0.0663711823471137, 0.136076923076923, 0.159104199045299, 0.510884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1200, '2021-05-09 00:00:00', 0.0286340101707996, 0.0470576923076951, 0.0315966952994463, 0.0591346153846168, 0.0374568264292872, 0.0750769230769241, 0.0645428658990395, 0.140307692307692, 0.160626753208032, 0.508923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1215, '2021-05-09 00:00:00', 0.0151997975695036, 0.0369230769230761, 0.0252425160272234, 0.0522692307692311, 0.0310068788893927, 0.0660576923076907, 0.0553344690183112, 0.139788461538461, 0.163338578277902, 0.502134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1230, '2021-05-09 00:00:00', 0.0116993753942408, 0.0363461538461541, 0.0168961989353096, 0.0491923076923092, 0.0241141276816345, 0.0611346153846171, 0.0468403836284617, 0.133807692307693, 0.163997199788477, 0.499807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1245, '2021-05-09 00:00:00', 0.0132757876776314, 0.0310576923076914, 0.0193454128929801, 0.04625, 0.0286866626742213, 0.0597692307692314, 0.0454937231511531, 0.130326923076924, 0.163970649343576, 0.497423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1260, '2021-05-09 00:00:00', 0.0162512011390378, 0.0343076923076911, 0.020346167660313, 0.0415576923076923, 0.0280155519996704, 0.0608653846153839, 0.0482408580418649, 0.127903846153846, 0.163162255250599, 0.495807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1275, '2021-05-09 00:00:00', 0.0118971231170204, 0.0273076923076932, 0.018365697540627, 0.0398269230769219, 0.0261316857473841, 0.061249999999999, 0.0617188912607905, 0.130692307692308, 0.162649051168932, 0.497923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1290, '2021-05-09 00:00:00', 0.0137224128849329, 0.0287307692307687, 0.0164809447077991, 0.0416923076923067, 0.0277975995089773, 0.0615576923076916, 0.0652003421416201, 0.13426923076923, 0.165553817649916, 0.502942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1305, '2021-05-09 00:00:00', 0.0113940605310236, 0.0352307692307697, 0.0194700954128287, 0.0502692307692309, 0.0263234028662997, 0.0601923076923076, 0.0653541035142673, 0.134673076923078, 0.163937370780617, 0.510307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1320, '2021-05-09 00:00:00', 0.0205411875171663, 0.036403846153844, 0.0265478088332376, 0.0463846153846144, 0.0347964631270744, 0.0679230769230755, 0.0662485558623417, 0.132134615384615, 0.164114529661922, 0.510173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1335, '2021-05-09 00:00:00', 0.0160208037827759, 0.0281153846153844, 0.0155315683491599, 0.0359807692307683, 0.030834901554021, 0.0648653846153855, 0.0574022513629764, 0.139038461538461, 0.16428441683673, 0.51048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1350, '2021-05-09 00:00:00', 0.00991395675104192, 0.0239423076923056, 0.0236322546858817, 0.0477884615384591, 0.031542767060707, 0.0658846153846141, 0.0599548708485094, 0.142557692307693, 0.164707937317497, 0.510769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1365, '2021-05-09 00:00:00', 0.0201632949077874, 0.0370384615384597, 0.0252158451405815, 0.049326923076923, 0.0315030401463316, 0.0616923076923077, 0.0593359049428296, 0.144519230769231, 0.165507341226907, 0.512000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1380, '2021-05-09 00:00:00', 0.0155165916162216, 0.0322307692307706, 0.0225349386850376, 0.0422884615384623, 0.0319990384470916, 0.0574615384615385, 0.0592214910315501, 0.155750000000001, 0.166669811765197, 0.510884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1395, '2021-05-09 00:00:00', 0.0140491992654387, 0.0250000000000013, 0.0144048736410787, 0.0334038461538482, 0.0357424978680311, 0.0781153846153859, 0.0557813899211772, 0.166788461538463, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1410, '2021-05-09 00:00:00', 0.00799627317038435, 0.0224038461538476, 0.0203127186378747, 0.0389423076923083, 0.0351192474073912, 0.0786923076923079, 0.0629881826523527, 0.184865384615384, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1425, '2021-05-09 00:00:00', 0.0177997515107981, 0.0308653846153855, 0.0356190798049857, 0.0673269230769237, 0.0349607472196151, 0.076076923076924, 0.0750410784939736, 0.200711538461539, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 0, '2021-05-09 00:00:00', 0.0332122139256959, 0.0503653846153862, 0.0362657498941445, 0.0577307692307694, 0.0337606051713895, 0.0675384615384637, 0.0869630182230444, 0.212557692307692, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 15, '2021-05-09 00:00:00', 0.0256972012843063, 0.028115384615385, 0.0250848483229345, 0.0379807692307691, 0.036956257927448, 0.0667499999999995, 0.0856063104251991, 0.218403846153847, 0.167426061752184, 0.507615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 30, '2021-05-09 00:00:00', 0.0117812922106972, 0.0258269230769212, 0.0124530502905296, 0.0374615384615375, 0.0440944615395342, 0.0706923076923053, 0.0866410721575833, 0.220346153846154, 0.1674439653689, 0.507807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 45, '2021-05-09 00:00:00', 0.0133305461830525, 0.0267884615384605, 0.0316597536313847, 0.0519999999999996, 0.0393838115903554, 0.0717692307692297, 0.0882739289850724, 0.223057692307691, 0.167583416657083, 0.50719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 60, '2021-05-09 00:00:00', 0.0276762325137263, 0.0420769230769239, 0.0365663569629034, 0.0565384615384604, 0.0406055888536754, 0.0725769230769231, 0.089680329718738, 0.226807692307693, 0.167587823130257, 0.506961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 75, '2021-05-09 00:00:00', 0.0258609967682255, 0.0356346153846172, 0.0261181045371864, 0.0483461538461557, 0.0400067350099182, 0.0818269230769219, 0.0882323157265038, 0.22319230769231, 0.166933040468326, 0.506000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 90, '2021-05-09 00:00:00', 0.0139819664073188, 0.0358461538461545, 0.0239841293679465, 0.0494615384615396, 0.0350448339219266, 0.0845961538461544, 0.0847439151434844, 0.222134615384618, 0.16276919596117, 0.504134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 105, '2021-05-09 00:00:00', 0.0202652032197659, 0.0360384615384625, 0.0259707231616379, 0.0675384615384605, 0.0351446242743429, 0.0877692307692317, 0.079498178498726, 0.225596153846157, 0.162831509188533, 0.504903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 120, '2021-05-09 00:00:00', 0.0237636519467452, 0.0581346153846142, 0.033261365900072, 0.0720384615384628, 0.037889576403018, 0.109500000000003, 0.0984468306322673, 0.23096153846154, 0.162142170521855, 0.505788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 135, '2021-05-09 00:00:00', 0.0187835136387034, 0.0450961538461566, 0.0275369681589067, 0.0632692307692328, 0.038318121842524, 0.120538461538465, 0.114314942828336, 0.228384615384618, 0.164905007620937, 0.507807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 150, '2021-05-09 00:00:00', 0.0187652707045612, 0.0456538461538477, 0.0387379162300502, 0.0831153846153874, 0.0530715192343887, 0.134384615384617, 0.114391656836702, 0.227365384615387, 0.165696873374708, 0.50692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 165, '2021-05-09 00:00:00', 0.033578135056109, 0.0658653846153859, 0.0377804640196288, 0.0967884615384635, 0.0651592398548471, 0.146057692307694, 0.117758182795864, 0.22298076923077, 0.162538246386694, 0.505807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 180, '2021-05-09 00:00:00', 0.032974238196134, 0.065903846153846, 0.0511610579069056, 0.0990769230769223, 0.0824145898211259, 0.140730769230769, 0.122313550416069, 0.209769230769231, 0.155615004467386, 0.497480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 195, '2021-05-09 00:00:00', 0.0410314560382084, 0.0610961538461532, 0.0478740494984988, 0.0892692307692318, 0.0717185202987782, 0.130884615384617, 0.0983638457658399, 0.189884615384616, 0.152673094702878, 0.49192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 210, '2021-05-09 00:00:00', 0.0284440408792167, 0.0547115384615401, 0.0506593183773874, 0.0874423076923087, 0.0683682224878931, 0.112923076923078, 0.0925110804174287, 0.183000000000001, 0.152399818291835, 0.487730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 225, '2021-05-09 00:00:00', 0.0420292617845462, 0.0641730769230778, 0.0605411525645684, 0.088134615384617, 0.0619045667508898, 0.103653846153846, 0.0753877999719809, 0.170403846153847, 0.153382920772214, 0.485596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 240, '2021-05-09 00:00:00', 0.0404891818410063, 0.0574230769230773, 0.0425261231932362, 0.0701346153846141, 0.0506662268030843, 0.093942307692307, 0.072885001622682, 0.167211538461538, 0.151767926326805, 0.482711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 255, '2021-05-09 00:00:00', 0.0238051465023847, 0.04075, 0.0371549613624614, 0.0621346153846142, 0.0443215566583049, 0.0869038461538468, 0.0697741962443006, 0.163538461538461, 0.15449259006378, 0.480403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 270, '2021-05-09 00:00:00', 0.0227825506777583, 0.0442692307692284, 0.025795229135518, 0.0579230769230764, 0.0381505519669705, 0.0832692307692321, 0.0718138646352217, 0.160134615384616, 0.154038157111003, 0.480076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 285, '2021-05-09 00:00:00', 0.0206835962503184, 0.041865384615385, 0.0271194295946367, 0.0597115384615388, 0.0370815110471292, 0.0849615384615386, 0.0693841923916812, 0.154884615384616, 0.157293307598845, 0.483730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 300, '2021-05-09 00:00:00', 0.020046330951457, 0.041653846153845, 0.0269032811839269, 0.0595576923076919, 0.049412689120849, 0.0849230769230752, 0.0702700614661848, 0.153192307692306, 0.158738827589899, 0.484153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 315, '2021-05-09 00:00:00', 0.0173907579345604, 0.0409615384615395, 0.0249009808271454, 0.0586730769230767, 0.062754883352734, 0.0811538461538472, 0.0712328818842711, 0.159211538461539, 0.158881713378708, 0.483826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 330, '2021-05-09 00:00:00', 0.0169467151343881, 0.0408653846153841, 0.0383131831097337, 0.0579999999999998, 0.0516916932770247, 0.0793653846153848, 0.0707748542916202, 0.163500000000002, 0.158926999448949, 0.483865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 345, '2021-05-09 00:00:00', 0.0353916167822486, 0.0425576923076927, 0.0521605104092532, 0.0586730769230761, 0.0505893117322069, 0.0799615384615377, 0.0741544775348168, 0.169942307692309, 0.157980018210678, 0.483115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 360, '2021-05-09 00:00:00', 0.0241471848972392, 0.0379423076923079, 0.0255455249731479, 0.0509230769230774, 0.0320454544958567, 0.0686346153846146, 0.073787869025909, 0.17548076923077, 0.157198303230224, 0.481442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 375, '2021-05-09 00:00:00', 0.0190017003287763, 0.0347307692307695, 0.0208130598792779, 0.0487115384615377, 0.0278503970417764, 0.06873076923077, 0.0701335785922414, 0.179826923076924, 0.155808537585767, 0.478096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 390, '2021-05-09 00:00:00', 0.0151190150269334, 0.0347692307692295, 0.0254094167886345, 0.0459615384615377, 0.0305507962882507, 0.0701346153846158, 0.0737663280490927, 0.185865384615384, 0.155529132813908, 0.478134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 405, '2021-05-09 00:00:00', 0.0154591272517108, 0.0307307692307684, 0.0208719908010696, 0.0485000000000015, 0.0305235344258511, 0.0693846153846155, 0.0715047819810263, 0.201576923076924, 0.155027724567626, 0.477153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 420, '2021-05-09 00:00:00', 0.0174756643980673, 0.0356730769230795, 0.0204059192015852, 0.0503076923076942, 0.0304614763014153, 0.0711923076923082, 0.0753832898235136, 0.211903846153847, 0.155028450242578, 0.477096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 435, '2021-05-09 00:00:00', 0.0166674717754252, 0.0347307692307695, 0.0239806091537427, 0.0489807692307686, 0.0278662257663552, 0.0754423076923077, 0.0722796199598394, 0.21371153846154, 0.15460310102373, 0.476173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 450, '2021-05-09 00:00:00', 0.0176654051315423, 0.0334423076923067, 0.023801809885935, 0.0511153846153844, 0.0374207881346093, 0.0823461538461552, 0.0755862853860531, 0.218057692307693, 0.15206992951119, 0.479711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 465, '2021-05-09 00:00:00', 0.0197883901471411, 0.0399038461538465, 0.022851594793699, 0.0581538461538467, 0.0323050900966685, 0.0808269230769248, 0.076384956231328, 0.226307692307693, 0.149788421294325, 0.480134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 480, '2021-05-09 00:00:00', 0.0186571598959919, 0.0430192307692301, 0.0292608756901426, 0.0631730769230769, 0.029976067376905, 0.0797692307692296, 0.0873532989998329, 0.240326923076923, 0.149767857545757, 0.479865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 495, '2021-05-09 00:00:00', 0.0160067293540988, 0.038846153846154, 0.0193041346707021, 0.0509807692307689, 0.0314627802087111, 0.0915576923076944, 0.0871871814854957, 0.239269230769231, 0.148040738935658, 0.478596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 510, '2021-05-09 00:00:00', 0.0139774681321258, 0.0355192307692304, 0.0187645020840289, 0.053442307692306, 0.0419021020218113, 0.105115384615385, 0.0849912574689533, 0.238423076923077, 0.1474183281059, 0.478211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 525, '2021-05-09 00:00:00', 0.0125737363640972, 0.040673076923076, 0.0296299744281951, 0.0758461538461569, 0.0489137113072223, 0.115134615384617, 0.0836052997952059, 0.240615384615386, 0.147307706467162, 0.477903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 540, '2021-05-09 00:00:00', 0.0275405435396912, 0.0633076923076962, 0.0394210408479847, 0.0865384615384643, 0.0515986583009842, 0.116692307692309, 0.0831708274484614, 0.237942307692309, 0.148875674770803, 0.478942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 555, '2021-05-09 00:00:00', 0.0253160939993643, 0.0562307692307688, 0.0368102044798207, 0.0816346153846155, 0.0474042354485507, 0.113307692307692, 0.0820478120460164, 0.23021153846154, 0.147253900300965, 0.482134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 570, '2021-05-09 00:00:00', 0.0206363849696449, 0.0539038461538477, 0.0285238429280594, 0.0749807692307687, 0.0320611675011752, 0.115961538461537, 0.0786950418729448, 0.225980769230769, 0.147714469891697, 0.47926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 585, '2021-05-09 00:00:00', 0.0264232779076441, 0.0544807692307681, 0.0293874384467486, 0.0843076923076909, 0.0399418808539832, 0.128576923076923, 0.0752090854781631, 0.223057692307692, 0.143686829598264, 0.47525 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 600, '2021-05-09 00:00:00', 0.0261980695119661, 0.071673076923077, 0.0286541713972249, 0.0941923076923065, 0.0482087129054495, 0.142500000000002, 0.0709804089981074, 0.218038461538462, 0.140754800437337, 0.475923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 615, '2021-05-09 00:00:00', 0.0237574927452047, 0.0605384615384604, 0.0429734622940541, 0.0974615384615392, 0.0477741199653294, 0.131057692307694, 0.0779957617191723, 0.213173076923078, 0.138288244119082, 0.482461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 630, '2021-05-09 00:00:00', 0.0331572245289239, 0.0673076923076934, 0.0430757517011064, 0.0979038461538469, 0.0437086331905353, 0.12073076923077, 0.0738397354983188, 0.205442307692306, 0.132440680480562, 0.480076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 645, '2021-05-09 00:00:00', 0.0218278579942097, 0.0641538461538469, 0.0228482283440453, 0.0818076923076927, 0.0524163949689261, 0.122538461538462, 0.0701729539177212, 0.198711538461538, 0.131693893322591, 0.480307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 660, '2021-05-09 00:00:00', 0.0228936336464636, 0.0595384615384622, 0.0349302877171097, 0.077250000000001, 0.0738386312274178, 0.128288461538462, 0.0711022881812929, 0.195846153846153, 0.129134421616213, 0.481326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 675, '2021-05-09 00:00:00', 0.0200126498456897, 0.0513846153846164, 0.0460834735937024, 0.0864423076923078, 0.0687231374093522, 0.11651923076923, 0.0767632649524098, 0.207173076923076, 0.129248438466984, 0.482326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 690, '2021-05-09 00:00:00', 0.0395193039490236, 0.0631538461538471, 0.0647830105933536, 0.0919615384615387, 0.0625938925504364, 0.111653846153846, 0.0722151912422443, 0.211076923076924, 0.13102861695652, 0.478038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 705, '2021-05-09 00:00:00', 0.0355082926392378, 0.0603269230769231, 0.0338405310014714, 0.0768076923076912, 0.0306068368430721, 0.0979615384615389, 0.0774424277472287, 0.2[...];
Date: 2021-05-09 15:18:51 Duration: 15s202ms 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 975870, 1, 915, '2021-05-09 00:00:00', 0.0376791923806975, 0.0648076923076918, 0.0601516960564, 0.109557692307692, 0.0632713569902255, 0.153269230769229, 0.125285538486476, 0.332615384615383, 0.171702412509372, 0.566038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 930, '2021-05-09 00:00:00', 0.0476002626043183, 0.0892499999999987, 0.0514849828740234, 0.114288461538461, 0.0686380024812457, 0.152846153846153, 0.122657710096649, 0.327576923076921, 0.166400722307975, 0.564096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 945, '2021-05-09 00:00:00', 0.0308859440273655, 0.0681923076923065, 0.0378439762506726, 0.0965576923076915, 0.0616166342425866, 0.148980769230769, 0.118636652787472, 0.318653846153845, 0.161741109611817, 0.564442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 960, '2021-05-09 00:00:00', 0.0307234375580692, 0.0684807692307683, 0.0457385546843727, 0.0943461538461529, 0.0769906887477072, 0.163384615384616, 0.118650963560545, 0.315134615384614, 0.160913684458949, 0.573576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 975, '2021-05-09 00:00:00', 0.0289684974783609, 0.0620769230769221, 0.0510454699263318, 0.1085, 0.0711023990723673, 0.171865384615384, 0.116885718348504, 0.305365384615384, 0.157648758808455, 0.574634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 990, '2021-05-09 00:00:00', 0.0497139703318291, 0.0886730769230784, 0.0645262737185423, 0.129000000000002, 0.0676732989044819, 0.178153846153846, 0.115073829143928, 0.299115384615385, 0.156200827339482, 0.570461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1005, '2021-05-09 00:00:00', 0.0437922938426395, 0.0897500000000011, 0.0597141910720117, 0.127730769230769, 0.0663439783366847, 0.175788461538461, 0.111569200671428, 0.285057692307692, 0.157807716492622, 0.566346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1020, '2021-05-09 00:00:00', 0.0535542751292125, 0.0909038461538468, 0.0514254202331285, 0.127423076923078, 0.0812553998205641, 0.188000000000001, 0.107214545870201, 0.273826923076924, 0.155665510482722, 0.563865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1035, '2021-05-09 00:00:00', 0.0299594918823098, 0.0833653846153831, 0.0431760973759266, 0.114653846153844, 0.083332383584332, 0.188115384615384, 0.0869036446965154, 0.258288461538462, 0.155823189989365, 0.558557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1050, '2021-05-09 00:00:00', 0.0352494844479497, 0.0801153846153846, 0.057681672865957, 0.134653846153847, 0.0762830684913873, 0.179057692307694, 0.0798060244496713, 0.247692307692309, 0.15635584784026, 0.554134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1065, '2021-05-09 00:00:00', 0.0452748231955086, 0.104980769230769, 0.0655164952805498, 0.142365384615384, 0.0674523792133288, 0.162211538461538, 0.077151628927417, 0.231576923076923, 0.158001533585547, 0.549230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1080, '2021-05-09 00:00:00', 0.0423950877052808, 0.0807115384615391, 0.0432206725822436, 0.0940576923076932, 0.046513558817254, 0.126865384615384, 0.0611408588047671, 0.20723076923077, 0.166171932509212, 0.541365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1095, '2021-05-09 00:00:00', 0.0264749809326569, 0.0617307692307694, 0.0308577443215708, 0.0780961538461523, 0.0510832691261587, 0.117903846153845, 0.0587275587254071, 0.195115384615384, 0.173138282883943, 0.541249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1110, '2021-05-09 00:00:00', 0.0233482003918602, 0.0594615384615376, 0.0361286376928104, 0.0920384615384605, 0.0464502421952774, 0.117749999999999, 0.0607564906314221, 0.190365384615385, 0.183601970200591, 0.551211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1125, '2021-05-09 00:00:00', 0.0317581243391108, 0.0615384615384597, 0.0428715478538461, 0.0795192307692295, 0.042539759682514, 0.114134615384615, 0.0580343035162415, 0.183096153846154, 0.190277490685415, 0.554788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1140, '2021-05-09 00:00:00', 0.0265869618132942, 0.0499423076923068, 0.031954125771896, 0.0716153846153828, 0.0347111154885799, 0.100692307692308, 0.0747407210603111, 0.181346153846155, 0.190659172346886, 0.554 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1155, '2021-05-09 00:00:00', 0.0243159096383071, 0.0517884615384612, 0.0353811173020068, 0.0782884615384631, 0.0325922359796606, 0.0975769230769233, 0.0780799614793408, 0.181403846153847, 0.188863854097641, 0.555653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1170, '2021-05-09 00:00:00', 0.0223053718952325, 0.0509807692307705, 0.0209017113763816, 0.0666923076923086, 0.026685547802856, 0.0855384615384633, 0.086836665864493, 0.179442307692307, 0.189247355433203, 0.556807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1185, '2021-05-09 00:00:00', 0.0209557041986566, 0.050192307692308, 0.0233070887202884, 0.065903846153846, 0.0288892913351325, 0.0846346153846161, 0.0870757340568462, 0.182211538461538, 0.188625408191432, 0.558769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1200, '2021-05-09 00:00:00', 0.017474299809897, 0.0441346153846157, 0.0167160448027083, 0.0596153846153878, 0.0362202291544391, 0.0872500000000034, 0.0822194086201437, 0.183634615384615, 0.184630387531413, 0.556500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1215, '2021-05-09 00:00:00', 0.0171710064218287, 0.0407115384615416, 0.0229572177354722, 0.0595769230769239, 0.0369665545303615, 0.0898846153846171, 0.0827706190904436, 0.180846153846155, 0.190333154272672, 0.56098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1230, '2021-05-09 00:00:00', 0.0214220590836794, 0.0437692307692293, 0.0330407498983633, 0.0686346153846168, 0.0363171923686091, 0.0909615384615388, 0.0833894685289358, 0.174211538461538, 0.191460701932839, 0.563596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1245, '2021-05-09 00:00:00', 0.0232810999607972, 0.0449807692307714, 0.0229217145955544, 0.058250000000001, 0.0314213548158187, 0.0823076923076929, 0.0794018237535169, 0.16548076923077, 0.18777096523322, 0.563846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1260, '2021-05-09 00:00:00', 0.0165832283207608, 0.0412884615384614, 0.0246236987161062, 0.0599423076923075, 0.0372775865841432, 0.0890384615384625, 0.0784196109695481, 0.160846153846154, 0.187410254419385, 0.561288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1275, '2021-05-09 00:00:00', 0.0204205872740089, 0.039903846153847, 0.0260753715218011, 0.0577500000000014, 0.03972922292024, 0.0881346153846159, 0.0785114616816196, 0.159019230769231, 0.185693614487786, 0.56046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1290, '2021-05-09 00:00:00', 0.0216827208766647, 0.043903846153847, 0.0320815607235904, 0.0704423076923084, 0.0367774596520964, 0.0886923076923065, 0.0787743515462885, 0.158461538461537, 0.18759064783151, 0.561865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1305, '2021-05-09 00:00:00', 0.0270666129846615, 0.0533076923076932, 0.0311163078687789, 0.0652307692307697, 0.0367327353481049, 0.0915769230769231, 0.0800468324458563, 0.160153846153845, 0.19472405722339, 0.565961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1320, '2021-05-09 00:00:00', 0.0191824037957865, 0.0442307692307689, 0.0242051567932242, 0.0590192307692294, 0.047451015227852, 0.0911730769230766, 0.0828240698013663, 0.154557692307692, 0.195211677023055, 0.568326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1335, '2021-05-09 00:00:00', 0.021893351642767, 0.0396730769230772, 0.02280701646424, 0.0625000000000011, 0.0453587749122313, 0.0915384615384625, 0.0804647964114657, 0.158288461538462, 0.197917410902783, 0.569192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1350, '2021-05-09 00:00:00', 0.0211088023928798, 0.0461923076923069, 0.0334140516273305, 0.0678269230769223, 0.0449655979611069, 0.0912499999999995, 0.0827617456223665, 0.161557692307692, 0.198226999829836, 0.568211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1365, '2021-05-09 00:00:00', 0.0283521536286857, 0.0542307692307686, 0.0290451637706078, 0.0688076923076913, 0.0425265934897941, 0.0896346153846132, 0.0796479368606215, 0.162076923076922, 0.200326150410926, 0.566557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1380, '2021-05-09 00:00:00', 0.0204767034606495, 0.0461538461538468, 0.0280249682632075, 0.0628269230769224, 0.0455643923053284, 0.0940769230769214, 0.0727650090253631, 0.158442307692306, 0.200896207415286, 0.566615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1395, '2021-05-09 00:00:00', 0.0242358285316471, 0.0421538461538452, 0.0296182181461649, 0.0606730769230753, 0.0443998137556722, 0.10128846153846, 0.074890443058765, 0.163961538461537, 0.200712589195441, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1410, '2021-05-09 00:00:00', 0.0156131231784219, 0.0370192307692293, 0.0260815953381796, 0.0679807692307686, 0.0301221423796246, 0.093211538461537, 0.08182738868167, 0.169192307692308, 0.200712589195441, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1425, '2021-05-09 00:00:00', 0.0248222372387835, 0.0557884615384612, 0.0300400821979826, 0.0809423076923072, 0.0262307291901336, 0.0896346153846154, 0.0892467560280909, 0.17871153846154, 0.199112141769405, 0.567750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 0, '2021-05-09 00:00:00', 0.0266368816031173, 0.0587884615384624, 0.0216352365722763, 0.0722115384615384, 0.0244868017825605, 0.0832884615384602, 0.0868356980828612, 0.18546153846154, 0.19968004021819, 0.567038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 15, '2021-05-09 00:00:00', 0.0192178202558087, 0.0472692307692302, 0.0211390997552297, 0.0578076923076912, 0.032206616615941, 0.0781153846153832, 0.0861149254462621, 0.189903846153849, 0.19940263577457, 0.564634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 30, '2021-05-09 00:00:00', 0.0230455819226553, 0.0373269230769226, 0.0267564873513799, 0.0550192307692295, 0.0346858040125925, 0.076249999999999, 0.0888171089720547, 0.194673076923079, 0.198453874702952, 0.561903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 45, '2021-05-09 00:00:00', 0.0202215136768865, 0.0424807692307693, 0.0264637705901121, 0.0576346153846157, 0.0342272046545058, 0.0761923076923069, 0.0951465772051004, 0.203865384615386, 0.198321205080584, 0.559596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 60, '2021-05-09 00:00:00', 0.024759652352473, 0.0430961538461541, 0.0290892591861644, 0.0562499999999991, 0.0389397611702995, 0.0752499999999997, 0.110698349650682, 0.215769230769231, 0.198472377461913, 0.558269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 75, '2021-05-09 00:00:00', 0.0156556821830103, 0.033596153846153, 0.0204838022311803, 0.0473846153846143, 0.0341614042226234, 0.0823076923076923, 0.105028157396735, 0.212423076923078, 0.198920634540898, 0.557673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 90, '2021-05-09 00:00:00', 0.0165149815435739, 0.035730769230766, 0.0243500434370176, 0.0507307692307682, 0.0435480150567672, 0.0890192307692306, 0.10434903154613, 0.214403846153846, 0.199314642057379, 0.557057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 105, '2021-05-09 00:00:00', 0.0160544386385813, 0.0342499999999996, 0.0319208215143933, 0.0673269230769226, 0.0478286685834068, 0.0928076923076922, 0.10352084888488, 0.219615384615384, 0.199471517149306, 0.556884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 120, '2021-05-09 00:00:00', 0.0280260593020129, 0.0555000000000016, 0.0426018959491403, 0.0718076923076941, 0.0472112641383209, 0.0927884615384608, 0.101912166179434, 0.21598076923077, 0.20154690616483, 0.553846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 135, '2021-05-09 00:00:00', 0.0329024490554444, 0.045134615384615, 0.0337606108676042, 0.0618269230769215, 0.0399126594530502, 0.0939038461538458, 0.0955495219969532, 0.205134615384614, 0.202333399653602, 0.55173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 150, '2021-05-09 00:00:00', 0.0236829133472932, 0.0445961538461536, 0.026981075989264, 0.0594615384615371, 0.0359902550913231, 0.0969615384615396, 0.0942487461659108, 0.202884615384616, 0.203389232753358, 0.551500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 165, '2021-05-09 00:00:00', 0.0192423011577668, 0.0448846153846144, 0.0253406711707596, 0.0724807692307704, 0.0443010852445639, 0.110384615384616, 0.0888662543030054, 0.202365384615385, 0.205871274194486, 0.551807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 180, '2021-05-09 00:00:00', 0.025457687368529, 0.0584230769230777, 0.0333821751146407, 0.0775192307692314, 0.0471890510442992, 0.113942307692308, 0.0890000345721638, 0.198884615384614, 0.206712274950919, 0.551269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 195, '2021-05-09 00:00:00', 0.0247152475516335, 0.0487884615384628, 0.0387370424986013, 0.0784615384615387, 0.0481713448176263, 0.103538461538463, 0.0816538943439843, 0.185461538461539, 0.207299961037511, 0.551923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 210, '2021-05-09 00:00:00', 0.0281240931477701, 0.0532692307692299, 0.0266345712301766, 0.0684038461538459, 0.0464489504725346, 0.0992500000000006, 0.069989859155561, 0.176596153846153, 0.219159089563863, 0.558057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 225, '2021-05-09 00:00:00', 0.0214958045996103, 0.0469807692307695, 0.0400029854655113, 0.0666730769230777, 0.0515739797244261, 0.0986538461538461, 0.0660655851291866, 0.178192307692307, 0.217889477982266, 0.556769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 240, '2021-05-09 00:00:00', 0.0235028639826006, 0.0482692307692322, 0.0271518592648559, 0.0677884615384627, 0.0584863330518017, 0.101634615384614, 0.0586057492585322, 0.170423076923076, 0.215619650881254, 0.556923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 255, '2021-05-09 00:00:00', 0.0215014847430105, 0.0469230769230769, 0.0311286659873824, 0.0690769230769222, 0.0517768622218311, 0.0947115384615392, 0.0553865854350482, 0.169423076923076, 0.218088998241191, 0.564365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 270, '2021-05-09 00:00:00', 0.0218501628228409, 0.0445192307692291, 0.0411494275126069, 0.0641538461538442, 0.0408277620479754, 0.0796153846153838, 0.0491178645238638, 0.157769230769229, 0.219073089313906, 0.56096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 285, '2021-05-09 00:00:00', 0.0312303353512863, 0.043423076923076, 0.029507991094981, 0.0536923076923088, 0.0299359123153765, 0.0751730769230757, 0.0528855367751905, 0.153499999999999, 0.219905358139499, 0.560557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 300, '2021-05-09 00:00:00', 0.0157501159946875, 0.0351153846153872, 0.0185961120833183, 0.0476538461538463, 0.0319339703378467, 0.0729615384615387, 0.0567781682041212, 0.151096153846155, 0.221493576916769, 0.561269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 315, '2021-05-09 00:00:00', 0.0170299848683234, 0.0359038461538454, 0.0224838061382294, 0.0543076923076915, 0.0373453941141137, 0.0740384615384603, 0.0572019801970312, 0.157442307692308, 0.222630780925244, 0.560230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 330, '2021-05-09 00:00:00', 0.0197700628379222, 0.0408461538461521, 0.031863241420894, 0.0536153846153832, 0.039650050926343, 0.0725576923076917, 0.0588472631871315, 0.157096153846155, 0.222465132963831, 0.559846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 345, '2021-05-09 00:00:00', 0.0224621818927864, 0.0354807692307708, 0.0255826338332494, 0.048865384615384, 0.0258438580711155, 0.0697500000000007, 0.0676433321519245, 0.164903846153845, 0.223210876492646, 0.558346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 360, '2021-05-09 00:00:00', 0.0148290385600469, 0.0324038461538446, 0.0159207774259344, 0.0458653846153834, 0.0219803058703441, 0.0675769230769233, 0.0661624254275936, 0.169057692307692, 0.224863962293785, 0.558692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 375, '2021-05-09 00:00:00', 0.014864374032721, 0.0310192307692297, 0.0167016811682579, 0.0481153846153859, 0.0231200212935767, 0.0671538461538471, 0.0747890263443688, 0.176038461538461, 0.223343499672932, 0.560673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 390, '2021-05-09 00:00:00', 0.0149201593103476, 0.0323653846153867, 0.0230809695170338, 0.0473653846153867, 0.0243738826173865, 0.067884615384617, 0.0745994663829147, 0.178903846153846, 0.222874704365824, 0.561923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 405, '2021-05-09 00:00:00', 0.014238139463591, 0.031269230769232, 0.0124484784365256, 0.0447307692307702, 0.0433094056226201, 0.0742307692307689, 0.0816017085982524, 0.189326923076923, 0.223056137294214, 0.561096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 420, '2021-05-09 00:00:00', 0.0105296650542108, 0.0329230769230767, 0.0160272844285557, 0.0459230769230765, 0.0436651991336864, 0.0734807692307681, 0.0849901080216914, 0.192461538461538, 0.22213542300553, 0.564615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 435, '2021-05-09 00:00:00', 0.0158041498931815, 0.0318653846153854, 0.0387139658759755, 0.0538653846153855, 0.0377393897468079, 0.0798076923076919, 0.0826438978155937, 0.199576923076922, 0.222903432868619, 0.564903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 450, '2021-05-09 00:00:00', 0.0339580793603844, 0.0403653846153839, 0.0343974786643065, 0.0539423076923073, 0.0327169739526028, 0.0774038461538457, 0.0799616759165595, 0.204980769230769, 0.222810557683841, 0.56573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 465, '2021-05-09 00:00:00', 0.0154309379544417, 0.034923076923077, 0.0221776047815388, 0.0563846153846146, 0.0285841066651732, 0.0768653846153849, 0.0805837738963925, 0.21626923076923, 0.222615060137448, 0.564750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 480, '2021-05-09 00:00:00', 0.0195101650034436, 0.0425576923076911, 0.022507887506383, 0.0572500000000001, 0.0313299316211296, 0.0752307692307704, 0.0865207756286588, 0.224730769230768, 0.22209025279065, 0.564403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 495, '2021-05-09 00:00:00', 0.0183996237419711, 0.0378846153846148, 0.0251086332072927, 0.0532884615384607, 0.0379492221466865, 0.0827884615384589, 0.102669057581217, 0.236346153846153, 0.222443282312938, 0.563576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 510, '2021-05-09 00:00:00', 0.0199925082122105, 0.0380961538461532, 0.0255765818369377, 0.0523076923076923, 0.035092076686255, 0.0904230769230774, 0.120684810401054, 0.244211538461539, 0.222443282312938, 0.563576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 525, '2021-05-09 00:00:00', 0.0118897661230816, 0.0329423076923092, 0.0215446941531763, 0.0625769230769207, 0.0434575522338053, 0.103326923076921, 0.120545511673457, 0.245403846153847, 0.222423504568683, 0.564153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 540, '2021-05-09 00:00:00', 0.0210984961184805, 0.0545576923076894, 0.0265962114132549, 0.0739615384615369, 0.0491866812804521, 0.116980769230768, 0.120877320198877, 0.244557692307692, 0.222182964278057, 0.563019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 555, '2021-05-09 00:00:00', 0.017560138425949, 0.0460384615384644, 0.0369254810916006, 0.0741346153846163, 0.0541840879282429, 0.120846153846155, 0.12468057648987, 0.247115384615385, 0.222734540169715, 0.566846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 570, '2021-05-09 00:00:00', 0.0345370982256201, 0.0591346153846152, 0.0383212584103644, 0.0873269230769247, 0.0474427955136929, 0.126826923076923, 0.124783788394784, 0.248423076923076, 0.225965835572887, 0.570173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 585, '2021-05-09 00:00:00', 0.0195166299896745, 0.052826923076925, 0.0363552398085681, 0.0892884615384637, 0.060174246983243, 0.126, 0.119159971660597, 0.245673076923078, 0.229611890773572, 0.570903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 600, '2021-05-09 00:00:00', 0.0350346421966334, 0.0773846153846149, 0.0427591645597316, 0.0991153846153835, 0.0620043577873, 0.127596153846153, 0.12073473147614, 0.246153846153846, 0.230419700680167, 0.572961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 615, '2021-05-09 00:00:00', 0.0306747202356981, 0.0664615384615393, 0.0412312428216206, 0.0913461538461549, 0.0502734407630315, 0.120826923076925, 0.130770863903833, 0.242326923076924, 0.231604630782719, 0.570250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 630, '2021-05-09 00:00:00', 0.0335550523537313, 0.062307692307693, 0.0436045869146829, 0.0845000000000001, 0.049208946184771, 0.125403846153846, 0.126542338612574, 0.241288461538461, 0.228176156645557, 0.56996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 645, '2021-05-09 00:00:00', 0.0260351906819631, 0.0563653846153832, 0.0239704706157089, 0.0817115384615384, 0.0548394159201349, 0.126807692307691, 0.115246740317663, 0.246865384615384, 0.224657137913273, 0.57098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 660, '2021-05-09 00:00:00', 0.0230785614803022, 0.0605000000000019, 0.0421178566187058, 0.0930769230769237, 0.0616845074677455, 0.128461538461538, 0.114305725342847, 0.247326923076923, 0.225287553003846, 0.575692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 675, '2021-05-09 00:00:00', 0.0292168023312194, 0.0548076923076911, 0.0441286057581, 0.0809230769230747, 0.0689109486667691, 0.120826923076922, 0.104257951181748, 0.246096153846154, 0.225403163584376, 0.575615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 690, '2021-05-09 00:00:00', 0.0224366887039948, 0.0552499999999982, 0.0271755617024955, 0.0768653846153827, 0.0718052601458674, 0.119153846153846, 0.0978132227179032, 0.248057692307692, 0.228775792997289, 0.581211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 705, '2021-05-09 00:00:00', 0.0194207264381287, 0.0497307692307678, 0.0442482333415269, 0.0778846153846151, 0.063810660430805, 0.109596153846154, 0.102196118020509, 0.250942307692308, 0.227190896519949, 0.580788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 720, '2021-05-09 00:00:00', 0.0284997975701312, 0.0549615384615396, 0.0487840019489368, 0.0831730769230773, 0.0521274768826758, 0.103923076923076, 0.115365414428043, 0.264326923076924, 0.22830270391606, 0.58976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 735, '2021-05-09 00:00:00', 0.0327698970679827, 0.0561153846153847, 0.0342224173043615, 0.0710769230769241, 0.0507072631726606, 0.102057692307694, 0.121195436573141, 0.27292307692308, 0.229269240447524, 0.591269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 750, '2021-05-09 00:00:00', 0.0158899218180768, 0.0479807692307693, 0.0287959465630408, 0.070942307692307, 0.0442611133371725, 0.105115384615385, 0.120994298975675, 0.272403846153848, 0.21788217793463, 0.588788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 765, '2021-05-09 00:00:00', 0.02520415869226, 0.0545192307692304, 0.0323333181337502, 0.0792884615384619, 0.0428776793287059, 0.110153846153845, 0.116373498503078, 0.282865384615386, 0.218463878373166, 0.591884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 780, '2021-05-09 00:00:00', 0.0287242660748442, 0.054711538461539, 0.0335013260357527, 0.0751730769230768, 0.0410992841038145, 0.106134615384616, 0.11143586116617, 0.295865384615386, 0.218578677966397, 0.590038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 795, '2021-05-09 00:00:00', 0.0190630230066967, 0.0481730769230746, 0.0243167874902531, 0.0706153846153835, 0.0553521349737672, 0.114326923076923, 0.109806760335529, 0.292230769230769, 0.215347076742494, 0.585211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 810, '2021-05-09 00:00:00', 0.0190176537418828, 0.0541346153846175, 0.0213654285812736, 0.0743076923076935, 0.0604406002108367, 0.121884615384616, 0.106762311486056, 0.295634615384614, 0.215022525653618, 0.585057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 825, '2021-05-09 00:00:00', 0.0198268756994143, 0.0497499999999998, 0.0539218380193483, 0.0882307692307697, 0.0788134530687206, 0.139403846153846, 0.102902194041046, 0.300807692307692, 0.216333062304755, 0.583923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 840, '2021-05-09 00:00:00', 0.0429597351732278, 0.065173076923076, 0.0483078310262574, 0.0919423076923056, 0.0767586051302294, 0.140788461538459, 0.110544087967719, 0.312846153846152, 0.220895270172575, 0.585903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 855, '2021-05-09 00:00:00', 0.0221223607726167, 0.0556730769230766, 0.0653858135636818, 0.10076923076923, 0.0689716218120507, 0.132230769230768, 0.11184493558219, 0.312980769230769, 0.217777211494117, 0.584423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 870, '2021-05-09 00:00:00', 0.0639935934293419, 0.0759999999999989, 0.0617770463970105, 0.0992115384615361, 0.0696843349574443, 0.13705769230769, 0.131544587351735, 0.320538461538461, 0.218834346376079, 0.580865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 885, '2021-05-09 00:00:00', 0.0279547161288783, 0.0616153846153848, 0.0323747527463088, 0.0907692307692302, 0.0560330808884027, 0.130384615384615, 0.139501017366016, 0.324576923076922, 0.217735312142623, 0.575884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 900, '2021-05-09 00:00:00', 0.0320676028702804, 0.0693653846153841, 0.0353568239523839, 0.0932499999999987, 0.060135555206549, 0.146749999999999, 0.139227920497842, 0.325423076923076, 0.222621183075297, 0.576865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 915, '2021-05-09 00:00:00', 0.0213804817532251, 0.0592499999999992, 0.0391335582922815, 0.090653846153845, 0.062459229779235, 0.150846153846154, 0.147105064494733, 0.322999999999999, 0.224655421616166, 0.579961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 930, '2021-05-09 00:00:00', 0.0323608738115383, 0.0721153846153852, 0.0457842599758745, 0.110538461538462, 0.0648998755480605, 0.155576923076924, 0.147089684834168, 0.328653846153846, 0.22021241144369, 0.578884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 945, '2021-05-09 00:00:00', 0.0363044816051057, 0.0748461538461559, 0.0455440615059914, 0.110692307692309, 0.0652188505076435, 0.164538461538462, 0.150874267571988, 0.316230769230771, 0.219008690554647, 0.570557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 960, '2021-05-09 00:00:00', 0.0340520246771825, 0.0799038461538473, 0.0440627917338969, 0.106019230769231, 0.0701419357720196, 0.178134615384615, 0.144624310383302, 0.313365384615385, 0.219047726622444, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 975, '2021-05-09 00:00:00', 0.0236438965941294, 0.0634230769230764, 0.047168001702586, 0.119403846153846, 0.0649703275467988, 0.172788461538461, 0.146665055352453, 0.310461538461539, 0.227119968298694, 0.563 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 990, '2021-05-09 00:00:00', 0.0415791969064402, 0.0999807692307684, 0.0712351280025421, 0.148788461538461, 0.067178055597392, 0.178365384615383, 0.148609287679522, 0.313596153846154, 0.222619305956637, 0.569846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1005, '2021-05-09 00:00:00', 0.0352596958841985, 0.0958846153846157, 0.0467459623924894, 0.12375, 0.0612533233007388, 0.16451923076923, 0.136035992126519, 0.304634615384617, 0.213901674931408, 0.568557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1020, '2021-05-09 00:00:00', 0.0299581310395826, 0.0840192307692313, 0.0457907783796652, 0.116846153846154, 0.0704056488118338, 0.160653846153847, 0.129945984340239, 0.282173076923079, 0.214486732600266, 0.557961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1035, '2021-05-09 00:00:00', 0.0391422258712242, 0.0780769230769242, 0.0421535699738305, 0.10771153846154, 0.0615134162977086, 0.154096153846154, 0.123850468152278, 0.26996153846154, 0.203297205701784, 0.562576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1050, '2021-05-09 00:00:00', 0.0338005917107981, 0.0739999999999997, 0.0501368166581732, 0.111596153846153, 0.0882718027109811, 0.150634615384614, 0.131439943876104, 0.261173076923077, 0.227140041519627, 0.567038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1065, '2021-05-09 00:00:00', 0.0368656396203197, 0.0858461538461544, 0.0470205846902754, 0.111846153846153, 0.0887976545948066, 0.15778846153846, 0.120550742587765, 0.261192307692308, 0.24102534897009, 0.579826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1080, '2021-05-09 00:00:00', 0.0299093823715263, 0.0776346153846155, 0.0505469964108061, 0.109173076923077, 0.0665842208149846, 0.153961538461537, 0.104417041049526, 0.25046153846154, 0.247742267596479, 0.582134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1095, '2021-05-09 00:00:00', 0.0442874179041352, 0.0693461538461532, 0.0553093711631363, 0.108057692307691, 0.0603133867013331, 0.13976923076923, 0.107551406313445, 0.239250000000001, 0.259710321615922, 0.584134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1110, '2021-05-09 00:00:00', 0.0333963378922807, 0.0743461538461536, 0.0403443113900632, 0.0962884615384605, 0.0541401457757133, 0.129153846153845, 0.104012854235204, 0.224576923076924, 0.258951172261074, 0.580480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1125, '2021-05-09 00:00:00', 0.0266128439205292, 0.0602884615384619, 0.0324562723581221, 0.0819807692307693, 0.054540630585053, 0.115403846153847, 0.103903831276069, 0.216384615384617, 0.262205733229579, 0.575557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1140, '2021-05-09 00:00:00', 0.0236762864161928, 0.0530576923076899, 0.0511081244482257, 0.083903846153844, 0.0518019193288603, 0.116826923076922, 0.103523808112694, 0.208326923076922, 0.26039803851323, 0.571961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1155, '2021-05-09 00:00:00', 0.0548734803539357, 0.0616730769230763, 0.055924774336741, 0.0809038461538477, 0.0585882798728669, 0.118942307692308, 0.10478129604085, 0.1995, 0.260374662007239, 0.56773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1170, '2021-05-09 00:00:00', 0.0316359824348065, 0.050346153846157, 0.0398626343257022, 0.0795192307692317, 0.046807740977157, 0.111269230769232, 0.0944648896924971, 0.187153846153847, 0.259111867732838, 0.567500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1185, '2021-05-09 00:00:00', 0.0203364488996032, 0.0523653846153849, 0.02984356650165, 0.0769615384615392, 0.0424981628562211, 0.101423076923078, 0.0732998268441668, 0.174769230769231, 0.258729161182411, 0.570326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1200, '2021-05-09 00:00:00', 0.0259038829878098, 0.0558653846153852, 0.0294010007678981, 0.0718269230769239, 0.0335279963383088, 0.0904423076923072, 0.073860265678875, 0.173173076923077, 0.260183281553601, 0.571500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1215, '2021-05-09 00:00:00', 0.0147981287798374, 0.0417692307692307, 0.0186371836763137, 0.0592692307692323, 0.0258781464084754, 0.0794615384615402, 0.0659976485595114, 0.166480769230769, 0.252842358914676, 0.566538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1230, '2021-05-09 00:00:00', 0.0153249419624962, 0.0404230769230775, 0.0161206508744336, 0.0548461538461528, 0.0340460773748651, 0.080846153846154, 0.0640845235126733, 0.159884615384615, 0.251692532971969, 0.561134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1245, '2021-05-09 00:00:00', 0.0131666390781923, 0.0385961538461523, 0.0254912428402099, 0.057788461538462, 0.0466687385071219, 0.0866346153846158, 0.0641767181604536, 0.154865384615384, 0.252121628157156, 0.560846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1260, '2021-05-09 00:00:00', 0.0212901295295401, 0.0440192307692316, 0.0326488838306077, 0.0605192307692317, 0.0476510392170152, 0.0908076923076925, 0.0612867942859332, 0.151865384615384, 0.252393413908951, 0.559846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1275, '2021-05-09 00:00:00', 0.0204561444596439, 0.0394230769230771, 0.0315740643323212, 0.0583076923076936, 0.0432822578680214, 0.0904230769230769, 0.0497824806996958, 0.147153846153846, 0.24977345812679, 0.556903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1290, '2021-05-09 00:00:00', 0.0205820029674926, 0.0416730769230775, 0.0252934546109042, 0.0623269230769239, 0.0396413731035956, 0.0855384615384606, 0.0477866572945286, 0.14576923076923, 0.248511591588492, 0.555865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1305, '2021-05-09 00:00:00', 0.0198766581311239, 0.0471923076923073, 0.0290431774061682, 0.0646153846153832, 0.033407029430716, 0.0815192307692292, 0.04545039984592, 0.145826923076922, 0.249144274699187, 0.554019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1320, '2021-05-09 00:00:00', 0.0187695334149607, 0.0441538461538455, 0.0226773777482844, 0.05678846153846, 0.0220935162782777, 0.0772115384615349, 0.044909258939129, 0.140307692307691, 0.248958742334176, 0.553346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1335, '2021-05-09 00:00:00', 0.0189990789250402, 0.0367499999999984, 0.0172164165841777, 0.0527499999999999, 0.0277035196319913, 0.0752499999999986, 0.0431288588017193, 0.144038461538461, 0.249334606811501, 0.554615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1350, '2021-05-09 00:00:00', 0.014901897143031, 0.0385576923076933, 0.0190462291846409, 0.0546730769230773, 0.0302816839791909, 0.0759038461538457, 0.046592125448903, 0.147384615384615, 0.248727605099355, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1365, '2021-05-09 00:00:00', 0.0176950666745131, 0.0431538461538456, 0.0240323499923322, 0.0599230769230761, 0.0294255579647805, 0.0777115384615373, 0.0518445160663505, 0.151076923076923, 0.249573386771536, 0.555653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1380, '2021-05-09 00:00:00', 0.0186192208380319, 0.0418461538461547, 0.0201283286783752, 0.0534807692307693, 0.0312231669413321, 0.0841153846153851, 0.0561038734436823, 0.154730769230769, 0.25048174814514, 0.555615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1395, '2021-05-09 00:00:00', 0.0143478355376501, 0.0350961538461531, 0.0209355788441229, 0.0529615384615388, 0.030165932134422, 0.0902884615384614, 0.0654079888087061, 0.16075, 0.250027047767605, 0.555230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1410, '2021-05-09 00:00:00', 0.0189825831102744, 0.0379615384615404, 0.0291284225456878, 0.0662500000000015, 0.0286482715279401, 0.0847884615384614, 0.0779649058132011, 0.174442307692308, 0.25112197159027, 0.55623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1425, '2021-05-09 00:00:00', 0.0244831810401785, 0.0568846153846137, 0.0269240884425374, 0.077942307692306, 0.0256814210007043, 0.081346153846152, 0.078470004068187, 0.175692307692308, 0.25112197159027, 0.55623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 0, '2021-05-09 00:00:00', 0.0241778029160256, 0.0543846153846138, 0.0222239735421008, 0.0617499999999992, 0.0196146726869295, 0.0723461538461544, 0.0854572340188556, 0.182326923076924, 0.252500260472066, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 15, '2021-05-09 00:00:00', 0.0194587927524962, 0.03326923076923, 0.0191039262980159, 0.0454999999999992, 0.0227306045809472, 0.0714038461538482, 0.0923013626034936, 0.188307692307695, 0.252994366766109, 0.55248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 30, '2021-05-09 00:00:00', 0.0194242215961254, 0.0354038461538452, 0.0209087026415761, 0.0514230769230771, 0.0353698480891013, 0.0791153846153852, 0.09271259146084, 0.188269230769233, 0.252895044359391, 0.551711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 45, '2021-05-09 00:00:00', 0.0171849218346069, 0.0378076923076925, 0.0156575983029132, 0.0569038461538479, 0.0354612301838742, 0.0791730769230778, 0.0918446430748046, 0.18946153846154, 0.252659585517442, 0.551384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 60, '2021-05-09 00:00:00', 0.0182752564961486, 0.0417500000000004, 0.0326777506051946, 0.0573461538461544, 0.0391578708072048, 0.0768269230769237, 0.0884011573192598, 0.188269230769233, 0.250186241397514, 0.548153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 75, '2021-05-09 00:00:00', 0.02114790406054, 0.0344230769230779, 0.0276141337835406, 0.0515961538461553, 0.0359630419266117, 0.0850961538461541, 0.0870447387178656, 0.184057692307694, 0.25078996115352, 0.545769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 90, '2021-05-09 00:00:00', 0.0158455526398267, 0.0356923076923081, 0.0237079019608351, 0.0517307692307708, 0.0351708194169748, 0.0869423076923085, 0.0811859048963945, 0.178634615384617, 0.24647129962424, 0.543307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 105, '2021-05-09 00:00:00', 0.0190537700691004, 0.0363846153846169, 0.0262846620967135, 0.0677115384615382, 0.0402289075168583, 0.0917500000000008, 0.0746855381943838, 0.176519230769233, 0.245481799419334, 0.543076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 120, '2021-05-09 00:00:00', 0.0196156923052793, 0.0531538461538447, 0.0275796747902957, 0.0679615384615389, 0.0379480414007598, 0.0965769230769235, 0.0719649594220362, 0.177846153846156, 0.246150195706105, 0.545673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 135, '2021-05-09 00:00:00', 0.0189088196759728, 0.0427884615384625, 0.0266558696090629, 0.0628461538461544, 0.0403937971247275, 0.0973269230769232, 0.0765501369139085, 0.18021153846154, 0.246505971218049, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 150, '2021-05-09 00:00:00', 0.0188739645666059, 0.0444423076923078, 0.0269370491216929, 0.0687307692307684, 0.0553303227478806, 0.109769230769231, 0.0842114212060242, 0.17971153846154, 0.246519301787601, 0.545615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 165, '2021-05-09 00:00:00', 0.021597658348852, 0.0511730769230775, 0.0298011680204749, 0.0744807692307696, 0.0454734411074618, 0.106576923076924, 0.0804709813917647, 0.174673076923079, 0.242749891071829, 0.542480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 180, '2021-05-09 00:00:00', 0.0269697907923775, 0.0564807692307689, 0.0452211361405927, 0.0856346153846144, 0.0577176449490212, 0.114557692307693, 0.0885896156442713, 0.172, 0.243684326853094, 0.542865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 195, '2021-05-09 00:00:00', 0.0290511551471654, 0.0545192307692293, 0.0276256917769294, 0.0693269230769229, 0.0548071479055281, 0.109788461538463, 0.073967976438871, 0.158692307692308, 0.235011800031074, 0.535384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 210, '2021-05-09 00:00:00', 0.0165759325065477, 0.0458076923076913, 0.030833429660277, 0.075403846153846, 0.0485176890818824, 0.0981153846153852, 0.07367377155667, 0.154730769230769, 0.235965124541742, 0.535 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 225, '2021-05-09 00:00:00', 0.0287909440890434, 0.0550384615384614, 0.0368323227614007, 0.0770000000000004, 0.0414145459396162, 0.0902692307692311, 0.064187852313466, 0.144403846153846, 0.234571009422602, 0.530538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 240, '2021-05-09 00:00:00', 0.0190209196574556, 0.0458461538461536, 0.0239628558719222, 0.0610384615384617, 0.0271067973309007, 0.0784615384615392, 0.0647351646206419, 0.140192307692308, 0.23501673671988, 0.527442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 255, '2021-05-09 00:00:00', 0.0198459935890972, 0.0392884615384622, 0.0241056329197463, 0.0551923076923089, 0.0262378470036059, 0.07273076923077, 0.0636573278155429, 0.139346153846153, 0.234338374676777, 0.526923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 270, '2021-05-09 00:00:00', 0.0203596508962071, 0.0396538461538475, 0.0183324953188433, 0.0535961538461551, 0.022148276543473, 0.0706153846153856, 0.0633478218920095, 0.143442307692307, 0.232650474879245, 0.52971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 285, '2021-05-09 00:00:00', 0.0170889190367954, 0.0353653846153851, 0.0246045961935179, 0.0531153846153852, 0.0288568949233148, 0.0740961538461535, 0.0641162885820652, 0.140961538461538, 0.232998508578917, 0.531250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 300, '2021-05-09 00:00:00', 0.0235493344671587, 0.0378653846153856, 0.0222914695653871, 0.0495192307692306, 0.0287489932934097, 0.07126923076923, 0.0630179705749466, 0.141230769230769, 0.232413819428919, 0.532211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 315, '2021-05-09 00:00:00', 0.0126618901250341, 0.0327115384615383, 0.0225286569643043, 0.0529038461538457, 0.0445202158056832, 0.07548076923077, 0.065364436931598, 0.157480769230768, 0.233408967595176, 0.531115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 330, '2021-05-09 00:00:00', 0.0183635613271334, 0.0384038461538459, 0.0215451940027311, 0.0503461538461548, 0.0469393921824905, 0.0749423076923092, 0.0646899023151114, 0.16178846153846, 0.232992502355432, 0.529884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 345, '2021-05-09 00:00:00', 0.0129630243384786, 0.0355000000000017, 0.0337100361682022, 0.0575576923076928, 0.0403190210885445, 0.0767115384615385, 0.0590553228239954, 0.163365384615384, 0.232647723955207, 0.52721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 360, '2021-05-09 00:00:00', 0.0211551048576577, 0.0394615384615378, 0.0235074538097055, 0.0510961538461546, 0.0349316310262468, 0.0713269230769231, 0.0583335271059072, 0.160903846153847, 0.233593094602888, 0.520423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 375, '2021-05-09 00:00:00', 0.012094197591598, 0.0289807692307699, 0.0164459604579559, 0.0414807692307683, 0.0256514207133918, 0.0656538461538459, 0.0531924228265088, 0.165576923076923, 0.234600479539152, 0.516250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 390, '2021-05-09 00:00:00', 0.0125556760072898, 0.0307499999999982, 0.0199777664879286, 0.0453653846153837, 0.0300509823210742, 0.0691923076923074, 0.0546772488194289, 0.164307692307692, 0.234801913240796, 0.515538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 405, '2021-05-09 00:00:00', 0.0149372147542756, 0.0285961538461543, 0.022958733883611, 0.0472115384615371, 0.0282609883326536, 0.0642115384615368, 0.0629820639913918, 0.172903846153844, 0.235671649840327, 0.512942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 420, '2021-05-09 00:00:00', 0.0197727473675667, 0.0343076923076905, 0.0218614166618169, 0.0478076923076921, 0.0282254113549106, 0.0639230769230761, 0.0760338082697447, 0.181499999999998, 0.235246708470393, 0.513576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 435, '2021-05-09 00:00:00', 0.0170849011163026, 0.0340769230769229, 0.023305438454112, 0.0462115384615378, 0.0295649480609398, 0.0688846153846163, 0.0759978036119882, 0.184384615384614, 0.234855085433222, 0.514634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 450, '2021-05-09 00:00:00', 0.0162581104020779, 0.0321153846153833, 0.0238606289813294, 0.0464807692307682, 0.0331412652374423, 0.0727884615384615, 0.0908526617873495, 0.199615384615384, 0.234866358071662, 0.514615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 465, '2021-05-09 00:00:00', 0.0154791298701976, 0.032288461538461, 0.0223175681057277, 0.0505769230769235, 0.0262270559068003, 0.0704615384615377, 0.0892784494626894, 0.203192307692307, 0.234296902372905, 0.514038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 480, '2021-05-09 00:00:00', 0.0182277577843824, 0.0416346153846147, 0.0245741656091228, 0.0590192307692305, 0.0277320489409207, 0.0715576923076929, 0.0881584063795674, 0.211269230769229, 0.234231874760559, 0.514365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 495, '2021-05-09 00:00:00', 0.016616268673063, 0.037403846153846, 0.0187259589463829, 0.0476923076923075, 0.0462999086226052, 0.0921923076923084, 0.0860478422381787, 0.212634615384614, 0.235254838092979, 0.517326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 510, '2021-05-09 00:00:00', 0.0127401394751465, 0.0313653846153857, 0.0198563301280457, 0.046076923076925, 0.0466755412806975, 0.0933846153846164, 0.0769861026419716, 0.211499999999999, 0.232273758410531, 0.515673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 525, '2021-05-09 00:00:00', 0.0138763772705238, 0.0355769230769235, 0.0350190717269227, 0.0733461538461532, 0.0376205344909465, 0.0977692307692303, 0.0755642798193406, 0.215596153846152, 0.232945672107996, 0.518615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 540, '2021-05-09 00:00:00', 0.029210298500042, 0.0613076923076926, 0.0336930944762373, 0.0782692307692301, 0.0358126320644651, 0.10276923076923, 0.0742682999981529, 0.216096153846153, 0.233429014906032, 0.518750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 555, '2021-05-09 00:00:00', 0.0205377326289551, 0.0494615384615369, 0.0217095955388749, 0.0674423076923072, 0.0300263025721434, 0.104326923076921, 0.06850787995103, 0.212019230769229, 0.230660790739595, 0.518903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 570, '2021-05-09 00:00:00', 0.0221928262837688, 0.0478076923076927, 0.0268230956740353, 0.0685384615384609, 0.0305215434633399, 0.102769230769231, 0.0679014359200167, 0.210749999999999, 0.23103403095981, 0.523211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 585, '2021-05-09 00:00:00', 0.0193377768987197, 0.0494807692307677, 0.0246090743113497, 0.077557692307691, 0.0455375077862715, 0.112730769230767, 0.0700251630597073, 0.20978846153846, 0.230740273567823, 0.524076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 600, '2021-05-09 00:00:00', 0.0213099832148067, 0.0618461538461529, 0.0317821490777448, 0.0827499999999994, 0.0501990499450401, 0.123269230769228, 0.0748060389376326, 0.212788461538462, 0.234241864648158, 0.525865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 615, '2021-05-09 00:00:00', 0.0207596594754942, 0.0537884615384604, 0.0404037936147295, 0.083557692307689, 0.0437408803681944, 0.114769230769227, 0.0689653201588705, 0.206346153846153, 0.234854219922454, 0.530730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 630, '2021-05-09 00:00:00', 0.027786029970806, 0.0642115384615357, 0.0377772469168341, 0.0865961538461508, 0.0478626118738283, 0.120519230769229, 0.0610643827951616, 0.200173076923076, 0.234477780643251, 0.531480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 645, '2021-05-09 00:00:00', 0.0261355416714793, 0.0575576923076922, 0.0234138026353291, 0.0793846153846151, 0.0390015433619679, 0.116596153846154, 0.061622411008186, 0.200307692307691, 0.232059203321381, 0.534576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 660, '2021-05-09 00:00:00', 0.0181679768993513, 0.0546538461538453, 0.028907285480413, 0.0833653846153831, 0.0423118323149227, 0.118634615384613, 0.0662420154840168, 0.202230769230768, 0.231712351518328, 0.539423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 675, '2021-05-09 00:00:00', 0.0236330033248808, 0.0576730769230774, 0.0298543708950388, 0.0797884615384616, 0.0416591480395927, 0.10776923076923, 0.0774094930572779, 0.209480769230769, 0.231338194824406, 0.547596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 690, '2021-05-09 00:00:00', 0.0266044819821493, 0.0559615384615389, 0.0385070073543067, 0.0790192307692304, 0.0378502108519687, 0.105538461538459, 0.0778717782393208, 0.217423076[...];
Date: 2021-05-09 15:02:08 Duration: 13s748ms Database: acaweb_fx User: pgperfstats
8 40s101ms 7 5s570ms 5s865ms 5s728ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 09 15 7 40s101ms 5s728ms [ User: pgperfstats - Total duration: 40s101ms - Times executed: 7 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 990, '2021-05-09 00:00:00', 0.250671561777672, 0.609166666666666, 0.305596055726119, 0.762083333333333, 0.31260795236855, 0.942916666666666, 0.598830230472323, 1.37041666666667, 1.71113277168046, 3.48416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1005, '2021-05-09 00:00:00', 0.183136422579897, 0.402083333333332, 0.212539851335689, 0.559166666666666, 0.267833159726863, 0.739583333333333, 0.633513180032872, 1.23791666666667, 1.76349176793648, 3.39854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1020, '2021-05-09 00:00:00', 0.153481340035621, 0.37, 0.184103290951385, 0.496249999999999, 0.258243439244918, 0.668750000000001, 0.66182868640225, 1.16208333333333, 1.7805797047998, 3.36854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1035, '2021-05-09 00:00:00', 0.123320602554856, 0.314166666666667, 0.157175591828588, 0.447916666666668, 0.274114846871456, 0.614583333333334, 0.614070376696542, 1.08958333333333, 1.79013995030184, 3.34020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1050, '2021-05-09 00:00:00', 0.129032071061107, 0.281666666666667, 0.159113827635838, 0.397083333333334, 0.223379429592827, 0.55125, 0.599015496642109, 1.0325, 1.78742759810804, 3.338125 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1065, '2021-05-09 00:00:00', 0.115550823249439, 0.252916666666667, 0.178129878524599, 0.382083333333333, 0.202563284081719, 0.516666666666667, 0.608882916328832, 0.984166666666667, 1.79646783824275, 3.32020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1080, '2021-05-09 00:00:00', 0.135956088392592, 0.266666666666666, 0.15679535263743, 0.3525, 0.209041549853654, 0.48125, 0.610551544429951, 0.974166666666666, 1.80173908289355, 3.315625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1095, '2021-05-09 00:00:00', 0.146346199625845, 0.247916666666667, 0.166600711587464, 0.344166666666667, 0.198324503517977, 0.4475, 0.663068733184982, 1.00583333333333, 1.80982342350721, 3.30229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1110, '2021-05-09 00:00:00', 0.103209369308428, 0.214999999999999, 0.151542192909711, 0.285416666666666, 0.510759593467261, 0.506666666666666, 0.690210532888441, 0.980833333333333, 1.81994892377367, 3.28645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1125, '2021-05-09 00:00:00', 0.0953103245772171, 0.201666666666667, 0.138829866686019, 0.277083333333333, 0.552400394326592, 0.52625, 0.73660391397749, 0.98125, 1.82368106747577, 3.526875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1140, '2021-05-09 00:00:00', 0.074639228913176, 0.188333333333333, 0.514614672225312, 0.392499999999999, 0.544960941294174, 0.507916666666667, 0.741518223216612, 0.983333333333334, 1.81083302903884, 3.54145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1155, '2021-05-09 00:00:00', 0.496494778640613, 0.31125, 0.531318942670576, 0.402916666666667, 0.526086866690614, 0.4725, 0.755574452733274, 1.26333333333334, 1.80866271711322, 3.54770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1170, '2021-05-09 00:00:00', 0.187233385323531, 0.220416666666667, 0.197063588648472, 0.275833333333334, 0.216724211979121, 0.352916666666666, 0.614261516086534, 1.26041666666667, 1.80096470474955, 3.49770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1185, '2021-05-09 00:00:00', 0.123387424487824, 0.183749999999998, 0.12650757553074, 0.230416666666665, 0.23077021320861, 0.328749999999999, 0.625448100234508, 1.29875, 1.8076013888015, 3.54354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1200, '2021-05-09 00:00:00', 0.0541318171059172, 0.137916666666665, 0.119593968875125, 0.216249999999999, 0.23501464647543, 0.343333333333333, 0.65710112163804, 1.33583333333333, 1.81892067404773, 3.535625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1215, '2021-05-09 00:00:00', 0.101073047196398, 0.166249999999999, 0.170624917051528, 0.237916666666667, 0.228729556780333, 0.379583333333334, 0.630097760990941, 1.34166666666667, 1.82446298183916, 3.53104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1230, '2021-05-09 00:00:00', 0.113047380088738, 0.171666666666667, 0.179362801307166, 0.258333333333334, 0.209801493480543, 0.355833333333334, 0.61841077291552, 1.33666666666667, 1.82358480716227, 3.530625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1245, '2021-05-09 00:00:00', 0.125916207472858, 0.178749999999998, 0.178076986282558, 0.263749999999999, 0.220624935850054, 0.356666666666666, 0.643867250473173, 1.34541666666667, 1.8375534967072, 3.535625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1260, '2021-05-09 00:00:00', 0.0973554297928223, 0.172083333333334, 0.128502382541494, 0.225416666666666, 0.165027446114318, 0.349166666666666, 0.613123979707819, 1.33916666666667, 1.83956397194663, 3.53895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1275, '2021-05-09 00:00:00', 0.0824082713591652, 0.152083333333334, 0.130366679080556, 0.237083333333334, 0.294927834454857, 0.404583333333332, 0.603777360828705, 1.32416666666667, 1.83807317541724, 3.54104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1290, '2021-05-09 00:00:00', 0.0978232286216875, 0.179583333333334, 0.0937580914382579, 0.250833333333333, 0.331012664497856, 0.412916666666667, 0.594690121474798, 1.31708333333333, 1.83869192585066, 3.53979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1305, '2021-05-09 00:00:00', 0.0604092324261678, 0.161666666666667, 0.273722328361203, 0.307499999999999, 0.375244847602434, 0.42, 0.579376069953517, 1.31375, 1.83852875914096, 3.54354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1320, '2021-05-09 00:00:00', 0.0921003123364264, 0.17590909090909, 0.0949048281539264, 0.245454545454545, 0.131264248865802, 0.357272727272727, 0.595141403401991, 1.33136363636364, 1.80355512615323, 3.42704545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1335, '2021-05-09 00:00:00', 0.0586666420700469, 0.173181818181819, 0.0831469777768261, 0.23909090909091, 0.390127074424647, 0.83909090909091, 0.798556056198797, 1.43181818181818, 1.78939427524913, 3.47840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1350, '2021-05-09 00:00:00', 0.0821109480654551, 0.182272727272727, 0.114751755402545, 0.278181818181818, 0.452911695950772, 0.936363636363637, 0.80079073475272, 1.41909090909091, 1.78399918285171, 3.48068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1365, '2021-05-09 00:00:00', 0.100293940289902, 0.222727272727272, 0.389325368328654, 0.808636363636365, 0.500811678839799, 1.01136363636364, 0.788329374984342, 1.43818181818182, 1.77369800122994, 3.48886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 990, '2021-05-09 00:00:00', 0.233390478350371, 0.546346153846155, 0.303277037604995, 0.684807692307692, 0.38899362264893, 0.839038461538461, 0.705780528100736, 1.25692307692308, 1.89572832563513, 3.63326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1005, '2021-05-09 00:00:00', 0.143786166019064, 0.387692307692307, 0.189903619279319, 0.519230769230769, 0.278397889028247, 0.664230769230769, 0.725742484526126, 1.09692307692308, 1.87767213694142, 3.54442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1020, '2021-05-09 00:00:00', 0.107666150669559, 0.350000000000001, 0.188632324499683, 0.456923076923076, 0.249968921145132, 0.582692307692308, 0.715588300201041, 1.02115384615385, 1.82404732774294, 3.48442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1035, '2021-05-09 00:00:00', 0.146430345741059, 0.295384615384614, 0.205215459006831, 0.41576923076923, 0.294129484829647, 0.548076923076923, 0.717257705001917, 0.988846153846153, 1.79364520331771, 3.46365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1050, '2021-05-09 00:00:00', 0.143115338101827, 0.285000000000001, 0.171136023272538, 0.37346153846154, 0.222832120319657, 0.503076923076924, 0.732459817747967, 0.97576923076923, 1.7870054991091, 3.45057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1065, '2021-05-09 00:00:00', 0.0967701479716828, 0.227307692307693, 0.166783138789913, 0.326153846153846, 0.192791637226866, 0.443846153846154, 0.737834669827869, 0.96, 1.78230974818115, 3.44903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1080, '2021-05-09 00:00:00', 0.148114820325314, 0.245, 0.179436725509408, 0.368461538461538, 0.198742198685789, 0.432307692307692, 0.739354084007427, 0.972692307692308, 1.77589311225475, 3.51288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1095, '2021-05-09 00:00:00', 0.127460401090511, 0.246923076923076, 0.144663003616628, 0.319230769230769, 0.224914684679803, 0.411153846153846, 0.996020775192659, 1.07576923076923, 1.77786596362476, 3.50423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1110, '2021-05-09 00:00:00', 0.115202163441223, 0.216538461538461, 0.135308763716403, 0.272692307692308, 0.447325900813335, 0.457307692307692, 1.00339922264271, 1.085, 1.75958294883934, 3.55692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1125, '2021-05-09 00:00:00', 0.0911777638209266, 0.184230769230768, 0.139025730877969, 0.271923076923077, 0.768029646863673, 0.558461538461538, 1.00724185469338, 1.07807692307692, 1.95579482170686, 3.67076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1140, '2021-05-09 00:00:00', 0.0836816311063265, 0.168846153846154, 0.445039151259579, 0.310384615384616, 0.776057987524128, 0.525, 1.01229943882537, 1.07307692307692, 1.99759208895264, 3.70192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1155, '2021-05-09 00:00:00', 0.456895376005694, 0.244230769230769, 0.796481976231439, 0.433461538461538, 0.780405910161747, 0.535769230769231, 1.55610293559065, 1.52711538461538, 2.00898566062961, 3.72576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1170, '2021-05-09 00:00:00', 0.493750481986133, 0.301538461538462, 0.481967282643191, 0.357307692307692, 0.474057607664528, 0.478846153846154, 1.46131042350561, 1.48692307692308, 2.01097638933468, 3.66096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1185, '2021-05-09 00:00:00', 0.117337776722392, 0.181923076923076, 0.166735165410946, 0.273846153846154, 0.230293541777913, 0.403653846153846, 1.4466243997134, 1.44807692307692, 2.03965831414518, 3.65403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1200, '2021-05-09 00:00:00', 0.120192153846055, 0.196923076923077, 0.189831605539063, 0.289038461538461, 0.205330596468607, 0.395576923076923, 1.44369435290694, 1.45923076923077, 2.07333982705719, 3.66903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1215, '2021-05-09 00:00:00', 0.118848481431028, 0.190192307692307, 0.11714570152001, 0.256346153846153, 0.143279313016434, 0.365192307692306, 1.42877338462591, 1.46076923076923, 2.11582656152661, 3.68403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1230, '2021-05-09 00:00:00', 0.0653805428595959, 0.161153846153847, 0.125333401527533, 0.252692307692309, 0.178336328755098, 0.390384615384616, 1.4215914159301, 1.47192307692308, 2.10610494478825, 3.69596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1245, '2021-05-09 00:00:00', 0.106068192868841, 0.167692307692309, 0.106837043417318, 0.253076923076923, 0.169184469190835, 0.370769230769231, 1.42717186717702, 1.53153846153846, 2.10517359963861, 3.69826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1260, '2021-05-09 00:00:00', 0.078927425281321, 0.188461538461538, 0.14005054032796, 0.283076923076923, 0.153552797234245, 0.367692307692307, 1.41863596458006, 1.535, 2.10495537135223, 3.69365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1275, '2021-05-09 00:00:00', 0.0886653171287306, 0.178461538461539, 0.0858478080899334, 0.234615384615385, 0.802889397498426, 0.51923076923077, 1.41676201790725, 1.52615384615385, 2.10193431976724, 3.68826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1290, '2021-05-09 00:00:00', 0.0891403387922659, 0.175, 0.12033287165193, 0.24, 0.807454976120365, 0.553461538461539, 1.41787961949688, 1.53384615384615, 2.09775070932214, 3.69403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1305, '2021-05-09 00:00:00', 0.0682484150280884, 0.165384615384616, 0.7793789440712, 0.423461538461539, 0.765075059163379, 0.539615384615384, 1.41781245369271, 1.53307692307692, 2.08591810629129, 3.69788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1320, '2021-05-09 00:00:00', 0.0668209266015076, 0.162916666666668, 0.139173934549438, 0.252916666666667, 0.176765934648545, 0.38875, 1.30411679188793, 1.35979166666667, 2.09085325788648, 3.59229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1335, '2021-05-09 00:00:00', 0.0926648550547565, 0.169583333333333, 0.110354337069937, 0.247083333333333, 1.38204753517842, 1.04645833333333, 1.30666766604702, 1.36104166666667, 2.08960469486386, 3.58729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1350, '2021-05-09 00:00:00', 0.0881441096045065, 0.182916666666666, 0.133098525128208, 0.2925, 1.35579110482682, 1.09604166666667, 1.29940703798399, 1.33895833333333, 2.0812556197426, 3.58979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1365, '2021-05-09 00:00:00', 0.0939694291947558, 0.209583333333334, 1.32632130932882, 0.968958333333333, 1.29580089315842, 1.09395833333333, 1.25092572605309, 1.30229166666667, 2.0580552128303, 3.59604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 990, '2021-05-09 00:00:00', 0.433735341140018, 0.542884615384615, 0.524802673539156, 0.700384615384614, 0.545159574380256, 0.825192307692307, 0.618994376760838, 1.11403846153846, 1.85394636259645, 3.47134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1005, '2021-05-09 00:00:00', 0.190073771103585, 0.439038461538461, 0.25528144347879, 0.566153846153846, 0.328512732454337, 0.686153846153846, 0.488018915144138, 1.03769230769231, 1.8507925225531, 3.45519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1020, '2021-05-09 00:00:00', 0.235489996521165, 0.373461538461539, 0.260579236435942, 0.498461538461539, 0.280536025384373, 0.637307692307693, 0.484522286539894, 0.995384615384615, 1.85958664761823, 3.4425 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1035, '2021-05-09 00:00:00', 0.176141551468829, 0.325384615384615, 0.178969700916534, 0.426923076923077, 0.429787783052914, 0.651538461538462, 0.459179870906984, 0.936923076923077, 1.8760373233125, 3.42403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1050, '2021-05-09 00:00:00', 0.147594558999152, 0.291923076923077, 0.181620059888346, 0.404615384615384, 0.442076220368598, 0.600769230769231, 0.44500509936577, 0.871538461538462, 1.88777908787426, 3.41173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1065, '2021-05-09 00:00:00', 0.14086381857885, 0.281153846153845, 0.425601474838395, 0.436153846153846, 0.419009087472594, 0.536153846153846, 0.439399765414315, 0.838076923076924, 1.89013146673412, 3.40480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1080, '2021-05-09 00:00:00', 0.4282445383369, 0.31423076923077, 0.41848609939234, 0.421153846153847, 0.404513763196488, 0.510769230769232, 0.45480697511734, 0.825769230769231, 1.88722141092299, 3.39942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1095, '2021-05-09 00:00:00', 0.133114756738457, 0.246538461538462, 0.156185294294458, 0.325384615384616, 0.202329890563368, 0.425769230769231, 0.465508159062594, 0.814615384615384, 1.87989485180585, 3.40442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1110, '2021-05-09 00:00:00', 0.095625069130192, 0.201923076923078, 0.122620741124192, 0.290384615384617, 0.15509798391786, 0.36923076923077, 0.46155006395673, 0.812692307692307, 1.87455251070345, 3.40634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1125, '2021-05-09 00:00:00', 0.112816392698662, 0.213461538461539, 0.128458314100483, 0.288461538461539, 0.157662248542207, 0.365769230769231, 0.472484269172408, 0.824230769230768, 1.83140056745146, 3.52403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1140, '2021-05-09 00:00:00', 0.113637074123653, 0.19576923076923, 0.125783697121442, 0.258461538461538, 0.142742371478775, 0.34076923076923, 0.47057558863097, 0.81576923076923, 1.82102288457719, 3.59711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1155, '2021-05-09 00:00:00', 0.101457076941623, 0.178461538461538, 0.120264452194064, 0.246538461538461, 0.185336284794799, 0.358461538461539, 0.482981923534968, 1.11846153846154, 1.80066433253439, 3.65096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1170, '2021-05-09 00:00:00', 0.0690640728153654, 0.165384615384616, 0.123415495847906, 0.24923076923077, 0.20134165375913, 0.372307692307694, 0.535272504287446, 1.18442307692308, 1.7922828695871, 3.68173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1185, '2021-05-09 00:00:00', 0.111131246038879, 0.183076923076923, 0.183167010802039, 0.273076923076923, 0.278170119503543, 0.428846153846155, 0.657987169620058, 1.25865384615385, 1.76321194022552, 3.70788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1200, '2021-05-09 00:00:00', 0.163761552733988, 0.204615384615384, 0.189483914478655, 0.281923076923077, 0.287284635054612, 0.437307692307693, 0.679480599145688, 1.31826923076923, 1.75186644424212, 3.72403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1215, '2021-05-09 00:00:00', 0.112755692334561, 0.185384615384616, 0.198842806101859, 0.317692307692309, 0.249974767957458, 0.430769230769231, 0.653434270721888, 1.30711538461538, 1.73882844069041, 3.73711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1230, '2021-05-09 00:00:00', 0.161250879544411, 0.235384615384617, 0.192506143758103, 0.318846153846154, 0.240986434345299, 0.402307692307693, 0.651925697748305, 1.32134615384615, 1.7269580303127, 3.75096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1245, '2021-05-09 00:00:00', 0.105135809606139, 0.188461538461538, 0.151602719683338, 0.27076923076923, 0.233670379282112, 0.405384615384615, 0.660691275512595, 1.35980769230769, 1.72654658650863, 3.75134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1260, '2021-05-09 00:00:00', 0.0992595664833452, 0.197307692307693, 0.14062935463343, 0.263846153846154, 0.205923436107844, 0.392692307692308, 0.722853347186316, 1.38019230769231, 1.73055323524011, 3.7475 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1275, '2021-05-09 00:00:00', 0.10146996524171, 0.191923076923077, 0.145936234758146, 0.285769230769231, 0.303114093776839, 0.443076923076923, 0.730260675270244, 1.39442307692308, 1.7325573916568, 3.74634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1290, '2021-05-09 00:00:00', 0.0923480040182456, 0.198076923076924, 0.132198568594601, 0.272692307692308, 0.296071976695897, 0.421153846153847, 0.739017669196491, 1.41134615384615, 1.72792620257303, 3.74480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1305, '2021-05-09 00:00:00', 0.120267010631153, 0.188076923076923, 0.279489644778588, 0.317692307692307, 0.281059533797486, 0.422307692307692, 0.760273053175381, 1.48134615384615, 1.7247826284447, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1320, '2021-05-09 00:00:00', 0.0799818820063357, 0.168333333333334, 0.0871114561759898, 0.226666666666668, 0.121177794876019, 0.346666666666668, 0.800732652510874, 1.50854166666667, 1.79656787072752, 3.746875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1335, '2021-05-09 00:00:00', 0.0792800484797818, 0.163750000000001, 0.0978907998519382, 0.250000000000001, 0.404389636688267, 0.853750000000001, 0.81194543504644, 1.54479166666667, 1.78766119927849, 3.75604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1350, '2021-05-09 00:00:00', 0.085562927093184, 0.194166666666667, 0.105569538865299, 0.266666666666667, 0.490308936550079, 0.925625000000001, 0.841795414532258, 1.57270833333333, 1.78694600972348, 3.75604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1365, '2021-05-09 00:00:00', 0.0995622210959838, 0.186875000000001, 0.400740257053355, 0.805833333333333, 0.628765144457021, 1.00729166666667, 0.838141031982538, 1.58395833333333, 1.77768503541683, 3.75145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 990, '2021-05-09 00:00:00', 0.24013832819162, 0.548199999999999, 0.297662700608143, 0.6852, 0.421685803254824, 0.907199999999999, 0.638531975184746, 1.4472, 1.74266139855108, 3.698 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1005, '2021-05-09 00:00:00', 0.230468363700242, 0.4336, 0.353589686878261, 0.605599999999999, 0.378439779445378, 0.755999999999999, 0.664174173943351, 1.3524, 1.72258458911795, 3.6332 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1020, '2021-05-09 00:00:00', 0.184894564549638, 0.3588, 0.235723708325375, 0.5036, 0.247821844611541, 0.6364, 0.633881429501344, 1.2484, 1.74294080985748, 3.6048 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1035, '2021-05-09 00:00:00', 0.14379151574415, 0.3148, 0.177640085566293, 0.4132, 0.265070430892118, 0.5796, 0.618993268676378, 1.1888, 1.75116132894716, 3.5908 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1050, '2021-05-09 00:00:00', 0.121140414395858, 0.274, 0.171660517689227, 0.3744, 0.285434172212555, 0.553200000000001, 0.561292258988133, 1.1336, 1.75192912718142, 3.5784 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1065, '2021-05-09 00:00:00', 0.124656862359572, 0.243200000000001, 0.206040449103244, 0.378800000000001, 0.299360429360105, 0.542, 0.569588447916565, 1.1232, 1.76284930344788, 3.6172 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1080, '2021-05-09 00:00:00', 0.118156675647211, 0.258800000000001, 0.148267775775228, 0.356000000000001, 0.297014028849368, 0.5144, 0.603648628480731, 1.102, 1.76071169322711, 3.6016 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1095, '2021-05-09 00:00:00', 0.11694443124835, 0.255200000000001, 0.235908174226045, 0.3788, 0.370334083407581, 0.5716, 0.671273665008046, 1.112, 1.77099529455426, 3.5992 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1110, '2021-05-09 00:00:00', 0.178938536933775, 0.267600000000001, 0.238441467310812, 0.3628, 0.389256984523078, 0.5572, 0.649130957511657, 1.0728, 1.7916744495955, 3.5916 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1125, '2021-05-09 00:00:00', 0.0903843644295479, 0.2112, 0.286758899890948, 0.381600000000001, 0.391482226075889, 0.536000000000001, 0.685145483334258, 1.0892, 2.15446470536574, 3.9266 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1140, '2021-05-09 00:00:00', 0.106848802832165, 0.239166666666667, 0.195588576620282, 0.33875, 0.297009246916023, 0.503333333333334, 0.991523494718966, 1.11833333333333, 2.20496104627263, 3.95020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1155, '2021-05-09 00:00:00', 0.177688458842427, 0.230833333333333, 0.206285295618485, 0.321666666666667, 0.321671078290691, 0.49125, 1.3350898981836, 1.51291666666667, 2.17038990644872, 3.97020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1170, '2021-05-09 00:00:00', 0.143675863050091, 0.224166666666667, 0.194555885939292, 0.325416666666667, 0.270163664835044, 0.491666666666667, 1.31540640934242, 1.50375, 2.17064622340305, 3.969375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1185, '2021-05-09 00:00:00', 0.166962961266211, 0.22625, 0.233511319279996, 0.328333333333333, 0.305810576494098, 0.49625, 1.40346465701074, 1.56, 2.170448667552, 3.956875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1200, '2021-05-09 00:00:00', 0.158876987739577, 0.226521739130435, 0.210170267882916, 0.335217391304348, 0.312753296554856, 0.513478260869564, 1.44364328310485, 1.69826086956522, 2.20843449192824, 3.91978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1215, '2021-05-09 00:00:00', 0.118929679957123, 0.224782608695652, 0.184992254938828, 0.33304347826087, 0.269606652431971, 0.481739130434783, 1.45566835362016, 1.75608695652174, 2.20420876162448, 3.89891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1230, '2021-05-09 00:00:00', 0.144213828943338, 0.243913043478262, 0.220597463962575, 0.357826086956522, 0.253408386358228, 0.446086956521739, 1.47742672350278, 1.74521739130435, 2.22072872435912, 3.89760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1245, '2021-05-09 00:00:00', 0.157006331535682, 0.233478260869565, 0.182526190659533, 0.313913043478261, 0.18263767885935, 0.392608695652174, 1.44387379694417, 1.72478260869565, 2.2161866573904, 3.86413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1260, '2021-05-09 00:00:00', 0.152566968384042, 0.233043478260869, 0.175236711731133, 0.294782608695651, 0.231411718370547, 0.388260869565216, 1.43556285528097, 1.7495652173913, 2.20910094298214, 3.85239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1275, '2021-05-09 00:00:00', 0.11613676005285, 0.181739130434782, 0.111844047267125, 0.27, 0.292214524045678, 0.395652173913043, 1.44797623525582, 1.76478260869565, 2.20539437018943, 3.86934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1290, '2021-05-09 00:00:00', 0.106295880584568, 0.194782608695653, 0.168026207253841, 0.263478260869566, 0.30132513659611, 0.401739130434783, 1.4542910474155, 1.76478260869565, 2.20219556720232, 3.86195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1305, '2021-05-09 00:00:00', 0.113362198912567, 0.193478260869565, 0.23613237394249, 0.29695652173913, 0.347591941941649, 0.462608695652173, 1.45115450835348, 1.78304347826087, 2.20820713587759, 3.85586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1320, '2021-05-09 00:00:00', 0.113590744089724, 0.178571428571428, 0.135189461409498, 0.248095238095238, 0.633447859319289, 0.491904761904762, 1.51929557612041, 1.77238095238095, 2.30626083685672, 3.85261904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1335, '2021-05-09 00:00:00', 0.0798331593595867, 0.166666666666666, 0.207000115021822, 0.29095238095238, 1.34138166153588, 1.18380952380952, 1.5233067101977, 1.76333333333333, 2.31123554877143, 3.84452380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1350, '2021-05-09 00:00:00', 0.190986162550364, 0.244285714285715, 0.621626131705423, 0.419047619047619, 1.33037588673277, 1.23, 1.52349472938904, 1.7752380952381, 2.31345870732032, 3.83976190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1365, '2021-05-09 00:00:00', 0.529637791774897, 0.321904761904761, 1.35295602293644, 1.13, 1.43361132409431, 1.32285714285714, 1.52448554944814, 1.77523809523809, 2.31552477853293, 3.835 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 990, '2021-05-09 00:00:00', 0.279949000154934, 0.528478260869565, 0.297116577911036, 0.656521739130436, 0.425657826170548, 0.911304347826087, 0.605006778128169, 1.28826086956522, 1.83040198936948, 3.44152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1005, '2021-05-09 00:00:00', 0.216226166179561, 0.470869565217391, 0.327274648654878, 0.632173913043478, 0.468244556217024, 0.885652173913043, 0.562210136118294, 1.19565217391304, 1.79247965131972, 3.42413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1020, '2021-05-09 00:00:00', 0.219043916040027, 0.384347826086957, 0.276622772205701, 0.547391304347826, 0.444988341988787, 0.753478260869564, 0.54715758509309, 1.11217391304348, 1.7620449122333, 3.405 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1035, '2021-05-09 00:00:00', 0.20001976186952, 0.384782608695652, 0.327644606459946, 0.563478260869564, 0.373405437230579, 0.689565217391303, 0.503455647433621, 1.05304347826087, 1.74090405731014, 3.36413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1050, '2021-05-09 00:00:00', 0.296221928340966, 0.387391304347826, 0.337543438867548, 0.500869565217391, 0.340807573817752, 0.599565217391304, 0.509853889013602, 0.963478260869565, 1.7340617230331, 3.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1065, '2021-05-09 00:00:00', 0.155314293110031, 0.280434782608696, 0.168518304561646, 0.364347826086956, 0.180371816243175, 0.463913043478261, 0.501195014627787, 0.916521739130435, 1.79980354110143, 3.39282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1080, '2021-05-09 00:00:00', 0.114216699941184, 0.24, 0.167601069737263, 0.33913043478261, 0.173037271225599, 0.393478260869566, 0.530582124938589, 0.909130434782609, 1.81945983492604, 3.375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1095, '2021-05-09 00:00:00', 0.120584872444476, 0.230434782608696, 0.134493633862006, 0.293913043478261, 0.19009463006473, 0.382173913043479, 0.545743500537979, 0.922173913043478, 1.82968590038595, 3.41630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1110, '2021-05-09 00:00:00', 0.106193573717124, 0.220434782608696, 0.134408380126469, 0.282608695652175, 0.279345649858489, 0.423913043478261, 0.604858785335577, 0.992173913043478, 1.94650784395061, 3.51282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1125, '2021-05-09 00:00:00', 0.119316233750332, 0.219999999999999, 0.179904454220071, 0.292608695652174, 0.269278790835216, 0.427391304347825, 0.588533381807673, 0.975217391304347, 1.92051265903607, 3.57934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1140, '2021-05-09 00:00:00', 0.141460479264266, 0.187391304347826, 0.21476892628964, 0.294347826086957, 0.264131809232097, 0.412608695652173, 0.568639941790241, 0.968260869565217, 1.91207105293251, 3.5754347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1155, '2021-05-09 00:00:00', 0.150453858828426, 0.209999999999999, 0.153691081773149, 0.291304347826086, 0.271777198914483, 0.439130434782608, 0.770112152399069, 1.32, 1.94333524577474, 3.56282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1170, '2021-05-09 00:00:00', 0.0988251140250058, 0.208695652173913, 0.159172762680827, 0.282173913043477, 0.267783317513135, 0.445217391304347, 0.787756608546257, 1.42173913043478, 1.94096169778102, 3.55630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1185, '2021-05-09 00:00:00', 0.1043481554672, 0.186086956521738, 0.180822669885897, 0.298260869565216, 0.22641212554297, 0.425217391304347, 0.776109176949645, 1.45, 1.94784174167022, 3.54021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1200, '2021-05-09 00:00:00', 0.15076428665261, 0.218181818181818, 0.214968033463712, 0.327272727272727, 0.235703331766992, 0.426818181818182, 0.779495480078752, 1.49318181818182, 2.00225972179098, 3.52022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1215, '2021-05-09 00:00:00', 0.114691379598089, 0.207272727272727, 0.138561721443373, 0.262272727272728, 0.253645711941178, 0.441363636363637, 0.791284368846594, 1.515, 1.99396943892744, 3.49886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1230, '2021-05-09 00:00:00', 0.0952144992414546, 0.17909090909091, 0.168217031530608, 0.282727272727272, 0.272592174330984, 0.452727272727272, 0.796261421319813, 1.52318181818182, 1.99491492348622, 3.51113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1245, '2021-05-09 00:00:00', 0.151017472685372, 0.215909090909091, 0.205685423660729, 0.337272727272727, 0.303654508621328, 0.461818181818181, 0.807429248505397, 1.55909090909091, 1.98965197689885, 3.51068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1260, '2021-05-09 00:00:00', 0.139488862842675, 0.22, 0.174192012282015, 0.289999999999999, 0.254545261286259, 0.431363636363636, 0.816089954510416, 1.53863636363636, 1.9842442840507, 3.50795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1275, '2021-05-09 00:00:00', 0.0948455112046482, 0.176363636363636, 0.152773068273208, 0.274090909090908, 0.346496690763356, 0.438636363636362, 0.823417017322077, 1.57181818181818, 1.98409526908275, 3.50931818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1290, '2021-05-09 00:00:00', 0.0792661143435004, 0.175454545454546, 0.177642693086223, 0.270454545454545, 0.453707430951304, 0.488636363636363, 0.830843205966345, 1.57363636363636, 1.98929424986705, 3.50477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1305, '2021-05-09 00:00:00', 0.195877424344831, 0.218181818181818, 0.350409778669221, 0.34181818181818, 0.450639756874813, 0.519999999999998, 0.838768423065907, 1.58909090909091, 1.98377723851108, 3.51431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1320, '2021-05-09 00:00:00', 0.098429777265987, 0.175999999999999, 0.358171893457817, 0.336499999999999, 0.383537550484406, 0.467999999999998, 0.902790265320741, 1.6575, 1.94925375397058, 3.45075 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1335, '2021-05-09 00:00:00', 0.334931257675992, 0.27, 0.322217236299397, 0.341499999999998, 0.658411965101998, 1.043, 0.89665034551115, 1.6465, 1.96538657975848, 3.43625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1350, '2021-05-09 00:00:00', 0.168500351397416, 0.213499999999999, 0.212563303264549, 0.313999999999999, 0.576865167134081, 1.1305, 0.792553999488529, 1.6105, 1.96042776951197, 3.41825 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1365, '2021-05-09 00:00:00', 0.156511307814113, 0.237000000000001, 0.461086816805228, 0.927, 0.551795871867964, 1.1505, 0.756386666641926, 1.5755, 1.96327349825422, 3.41675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 930, '2021-05-09 00:00:00', 0.183847763108506, 0.710000000000001, 0.0565685424949326, 0.840000000000003, 0.148492424049171, 1.005, 0.473761543394988, 1.445, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 945, '2021-05-09 00:00:00', 0.254558441227157, 0.509999999999998, 0.197989898732234, 0.609999999999999, 0.183847763108506, 0.770000000000003, 0.749533188057742, 1.25, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 960, '2021-05-09 00:00:00', 0.091923881554248, 0.414999999999992, 0.0777817459305198, 0.574999999999996, 0.0816708332270458, 0.574999999999996, 0.0857543748883981, 1.25, 0.090042093632818, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 975, '2021-05-09 00:00:00', 0.0565685424949276, 0.34, 0.059396969619674, 0.34, 0.0623668181006577, 0.685000000000002, 0.0654851590056906, 1.25, 0.0687594169559751, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 930, '2021-05-09 00:00:00', 0.346482322781405, 0.805, 0.134350288425442, 0.954999999999998, 0.318198051533948, 1.315, 0.0424264068711945, 1.64, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 945, '2021-05-09 00:00:00', 0.289913780286482, 0.584999999999994, 0.417193000900055, 0.914999999999999, 0.318198051533948, 1.31499999999999, 0.0212132034355972, 1.55499999999999, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 960, '2021-05-09 00:00:00', 0.00707106781185904, 0.555000000000007, 0.0494974746830635, 0.785000000000004, 0.148492424049171, 0.994999999999997, 0.53740115370177, 1.27, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 975, '2021-05-09 00:00:00', 0.30405591591021, 0.535000000000004, 0.494974746830575, 0.739999999999995, 0.424264068711924, 0.799999999999997, 0.53740115370177, 1.3, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 930, '2021-05-09 00:00:00', 1.72534054609517, 1.77, 1.84554869889689, 2.195, 2.31931024229188, 2.53, 1.43542676580869, 3.585, 2.12839141137151, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 945, '2021-05-09 00:00:00', 0.530330085889911, 0.834999999999994, 0.551543289325508, 0.849999999999994, 1.1242997820866, 1.275, 0.0707106781186608, 2.36, 0.509116882454308, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 960, '2021-05-09 00:00:00', 0.162634559672909, 0.544999999999995, 0.601040764008571, 0.874999999999993, 0.636396103067892, 1.04, 0.480832611206857, 2.07, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 975, '2021-05-09 00:00:00', 0.558614357137377, 0.744999999999997, 0.60811183182043, 0.899999999999999, 0.494974746830585, 0.979999999999997, 0.593969696196702, 1.99, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 930, '2021-05-09 00:00:00', 0.219203102167821, 0.755000000000003, 0.134350288425432, 0.815000000000005, 0.0353553390593354, 0.935000000000002, 0.148492424049166, 1.125, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 945, '2021-05-09 00:00:00', 0.169705627484773, 0.48, 0.212132034355972, 0.629999999999995, 0.106066017177986, 0.704999999999998, 0.445477272147527, 1.115, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 960, '2021-05-09 00:00:00', 0.0424264068711995, 0.489999999999998, 0.0424264068711894, 0.550000000000001, 0.26870057685089, 0.830000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 975, '2021-05-09 00:00:00', 0.120208152801714, 0.365000000000002, 0.169705627484773, 0.430000000000003, 0.593969696196697, 0.760000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 930, '2021-05-09 00:00:00', 0.466690475583124, 0.680000000000003, 0.254558441227162, 0.84, 0.219203102167826, 1.175, 0.091923881554248, 2.075, 1.0253048327205, 3.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 945, '2021-05-09 00:00:00', 0.282842712474623, 0.649999999999999, 0.0848528137423839, 0.91, 0.233345237791559, 1.235, 0.091923881554253, 1.99499999999999, 1.17379725676967, 3.77 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 960, '2021-05-09 00:00:00', 0.11313708498985, 0.48, 0.0212132034355922, 0.724999999999998, 0.0141421356237382, 0.979999999999997, 0.219203102167826, 1.67499999999999, 1.46371103705615, 3.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 975, '2021-05-09 00:00:00', 0.219203102167826, 0.374999999999996, 0.15556349186104, 0.609999999999999, 0.289913780286487, 0.715, 0.452548339959396, 1.4, 1.93747258045114, 3.51 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:48:09 Duration: 5s865ms 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 983465, 1, 990, '2021-05-09 00:00:00', 2.26587386564213, 4.87687500000001, 2.45152156242088, 5.86416666666667, 2.54154434250665, 7.10291666666667, 3.85982137080108, 10.0358333333333, 11.9194984100009, 28.5352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1005, '2021-05-09 00:00:00', 1.63724902656865, 3.381875, 1.96851520914195, 4.48229166666667, 2.65567677958156, 5.956875, 3.42115350493775, 9.0275, 12.2478965788777, 27.9864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1020, '2021-05-09 00:00:00', 1.57744012438333, 2.82395833333334, 1.8557773943334, 3.87854166666667, 3.03253442457491, 5.42208333333333, 3.30335345092515, 8.39374999999999, 12.3575496034241, 27.711875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1035, '2021-05-09 00:00:00', 1.00928513139215, 2.33270833333333, 1.63402775185753, 3.43020833333333, 2.30095061482945, 5.00791666666667, 5.0761556655189, 8.76708333333333, 12.3028534085696, 27.3204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1050, '2021-05-09 00:00:00', 1.15123183474001, 2.36604166666667, 1.44343979194527, 3.27854166666667, 1.51161408058512, 4.68354166666667, 5.12095453624798, 8.43583333333333, 12.2677141202964, 27.1947916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1065, '2021-05-09 00:00:00', 0.957708972730898, 2.26604166666666, 1.45348749764045, 3.33291666666667, 1.71598363012022, 4.61708333333333, 5.23618212207899, 8.17979166666667, 12.3390974289986, 27.2058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1080, '2021-05-09 00:00:00', 1.36240634234676, 2.31145833333333, 1.22222976844948, 3.05604166666667, 1.79567887882816, 4.14687499999999, 5.32016579489257, 8.05479166666667, 12.4127630596641, 27.0245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1095, '2021-05-09 00:00:00', 0.742397213887825, 1.88916666666667, 1.62844872334537, 2.918125, 1.86631306498179, 3.98125, 5.34252477902468, 8.02916666666667, 12.4425657624793, 26.9833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1110, '2021-05-09 00:00:00', 1.29897360540398, 2.11458333333333, 1.22182239082043, 2.77895833333333, 1.90311053545109, 3.98083333333333, 5.41952107204707, 8.07104166666667, 12.4599071354595, 26.9702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1125, '2021-05-09 00:00:00', 0.865797963805889, 1.89687499999999, 1.55051743058123, 2.76395833333333, 1.89621952986324, 3.825625, 5.2574379850519, 7.96791666666667, 13.7845743903535, 29.2370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1140, '2021-05-09 00:00:00', 1.01446735863661, 1.83375000000001, 1.11017622882945, 2.54604166666667, 1.43819782999015, 3.25229166666667, 5.27441403693064, 7.79395833333334, 16.8958270296098, 30.8066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1155, '2021-05-09 00:00:00', 0.663446070457723, 1.51708333333333, 1.38110200695791, 2.39416666666666, 1.5209882936738, 3.13354166666666, 8.571223000414, 12.165625, 16.9422797389732, 30.9558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1170, '2021-05-09 00:00:00', 1.38317096240193, 1.84479166666667, 1.38990327509882, 2.324375, 1.6689108984474, 3.09125, 8.40993812338298, 12.92375, 17.0239005848598, 30.9620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1185, '2021-05-09 00:00:00', 0.752118716298028, 1.39229166666667, 0.929764438571341, 1.98354166666666, 1.37770517817529, 3.00958333333333, 8.30521940613599, 13.4329166666667, 17.2741231438673, 31.1277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1200, '2021-05-09 00:00:00', 0.493580483650413, 1.37104166666667, 0.854465015057096, 2.056875, 1.50163823582923, 3.085, 8.29517669134176, 13.6020833333333, 18.1954685280349, 31.4647916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1215, '2021-05-09 00:00:00', 0.798543482748802, 1.41229166666666, 1.18888047143618, 2.13541666666667, 4.94051565401186, 3.85416666666667, 8.74538796671742, 14.0020833333333, 21.920401008866, 32.4589583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1230, '2021-05-09 00:00:00', 0.752030554372723, 1.55895833333333, 1.30692379993654, 2.24208333333333, 4.87013949447572, 3.825, 8.6432383306594, 14.0741666666667, 21.8925616948635, 32.4235416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1245, '2021-05-09 00:00:00', 1.07692293047757, 1.54770833333332, 4.908121924349, 2.98270833333333, 4.81263320914831, 3.66833333333333, 8.57223437200729, 14.1310416666667, 21.8722756771467, 32.3604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1260, '2021-05-09 00:00:00', 4.39501668868738, 2.39104166666668, 4.30401867634242, 2.859375, 4.25332895519345, 4.134375, 8.31190286893058, 14.1152083333333, 21.9355160185073, 32.3510416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1275, '2021-05-09 00:00:00', 1.83016916092713, 1.596875, 1.87364761614685, 2.18520833333333, 2.43357344457589, 3.70583333333333, 8.0861830177842, 13.6966666666667, 21.8962350181718, 32.0983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1290, '2021-05-09 00:00:00', 1.11917185998126, 1.555, 1.89073560132834, 2.834375, 2.9890120938366, 4.03041666666667, 8.01967824074913, 13.7122916666667, 21.8613851533766, 32.0460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1305, '2021-05-09 00:00:00', 1.19898898760218, 1.93562499999999, 1.67727387296397, 2.57291666666666, 2.60670261162159, 3.68437499999999, 8.12117421355337, 13.5564583333333, 21.8758485052829, 32.035 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1320, '2021-05-09 00:00:00', 0.639857938778749, 1.36590909090909, 1.11683857790234, 1.97113636363636, 1.68483412160249, 3.13727272727273, 8.45299608760958, 13.6, 22.6192772018994, 32.2247727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1335, '2021-05-09 00:00:00', 0.744091771850126, 1.32522727272727, 1.3052436910683, 2.02704545454545, 8.03479219096225, 9.24386363636363, 8.32310678458586, 13.5275, 22.5784869114855, 32.2345454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1350, '2021-05-09 00:00:00', 0.812916460034897, 1.51113636363637, 0.868894312813609, 2.31022727272728, 7.69116998063336, 10.2636363636364, 8.13777371847324, 13.4520454545455, 22.5359362706117, 32.2195454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1365, '2021-05-09 00:00:00', 0.744194449581486, 1.71704545454545, 7.63723166964035, 8.71136363636363, 7.44230146771572, 10.7297727272727, 7.93953137417811, 13.2631818181818, 22.4507696830526, 32.0738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 990, '2021-05-09 00:00:00', 3.49968176575221, 5.4676923076923, 3.54392911024777, 6.77653846153846, 3.75754668838388, 7.93865384615385, 4.57974067119359, 10.6738461538462, 20.6718370708705, 30.7167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1005, '2021-05-09 00:00:00', 1.59553450171215, 3.62788461538461, 1.74191746691353, 4.7076923076923, 2.98106357504525, 6.80596153846154, 3.61379881096802, 8.94461538461538, 20.131428919631, 29.6678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1020, '2021-05-09 00:00:00', 1.13207856821662, 2.95326923076923, 2.11221906643591, 4.36923076923077, 2.84425356572755, 5.97288461538461, 3.24443683035344, 8.28211538461538, 20.138699377452, 29.3838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1035, '2021-05-09 00:00:00', 1.76643413080181, 2.98846153846154, 2.46053165768327, 4.39903846153846, 3.05438643593112, 5.7525, 2.95041757148947, 7.81538461538462, 20.2561042765271, 29.2223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1050, '2021-05-09 00:00:00', 1.50058810266047, 2.89057692307693, 1.53202395040528, 3.78076923076923, 2.67937453235179, 5.38673076923077, 2.7610729868045, 7.40596153846154, 20.2500610217504, 29.2457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1065, '2021-05-09 00:00:00', 1.17499900163624, 2.22557692307692, 2.19680965353081, 3.45442307692308, 2.53184129560955, 4.76288461538462, 2.86972561674189, 6.88634615384615, 20.2803632278578, 29.2044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1080, '2021-05-09 00:00:00', 1.94625526035553, 2.55153846153846, 2.264382000934, 3.56038461538461, 2.45015029366332, 4.45769230769231, 2.57429680465589, 6.48096153846154, 20.3576997689969, 29.0717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1095, '2021-05-09 00:00:00', 1.63668568713163, 2.46096153846154, 1.71070759089287, 3.1723076923077, 2.13715133908525, 4.18038461538462, 6.93980220567173, 7.43057692307692, 20.3838427153997, 28.9703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1110, '2021-05-09 00:00:00', 1.0247412619028, 2.07057692307693, 1.2880878642988, 2.75788461538462, 1.78372686767385, 3.66653846153846, 6.80794628470177, 7.46615384615385, 20.3741079918002, 28.8023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1125, '2021-05-09 00:00:00', 0.706574727933176, 1.59038461538461, 1.3948583743934, 2.47826923076924, 1.73207172528694, 3.27769230769231, 7.07240255391443, 7.48173076923077, 21.5172040943628, 29.3540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1140, '2021-05-09 00:00:00', 1.27660922579489, 1.94634615384616, 1.45906429446568, 2.46384615384615, 1.6671556731336, 3.16903846153845, 7.23011451393513, 7.46673076923076, 21.5075067360213, 29.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1155, '2021-05-09 00:00:00', 0.64049656217176, 1.47538461538461, 0.763589222029749, 2.0125, 1.12706248547002, 2.93961538461538, 7.81883472529881, 10.4273076923077, 21.2754257527679, 29.6998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1170, '2021-05-09 00:00:00', 0.60331035513688, 1.45423076923077, 0.791944831023359, 2.08615384615385, 1.83952231466591, 3.28211538461538, 7.84003082803986, 11.2707692307692, 21.2597098440653, 29.8944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1185, '2021-05-09 00:00:00', 0.842780836553338, 1.63153846153846, 1.25694356093845, 2.30365384615384, 2.33395693223728, 3.46980769230768, 8.19440503542602, 11.8667307692308, 21.469263098672, 30.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1200, '2021-05-09 00:00:00', 0.94661526584905, 1.72730769230769, 1.79937015689893, 2.59980769230769, 2.07255112213092, 3.36807692307692, 8.14148646652534, 12.3282692307692, 21.5180427906086, 30.3865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1215, '2021-05-09 00:00:00', 1.14998777585476, 1.66173076923076, 1.36532510921251, 2.34942307692307, 1.46471908569527, 3.02, 8.34450587789078, 12.5571153846154, 21.4949304720904, 30.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1230, '2021-05-09 00:00:00', 0.944295850804266, 1.67442307692307, 1.11785689534105, 2.29403846153845, 1.35283855424295, 3.02307692307692, 8.20726933882397, 12.735, 21.4943339474884, 30.5846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1245, '2021-05-09 00:00:00', 0.747642062651751, 1.52942307692307, 0.924252150909878, 2.01596153846154, 1.79677938374363, 2.95807692307692, 8.30492688802163, 12.7761538461538, 21.4837862620593, 30.5219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1260, '2021-05-09 00:00:00', 0.522151650532519, 1.36211538461538, 0.759330297038114, 2.0025, 1.92106073463435, 2.99211538461538, 8.35287375927959, 12.8540384615385, 21.4709356214753, 30.4273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1275, '2021-05-09 00:00:00', 0.602128308585473, 1.3975, 1.63648494082239, 2.08519230769231, 6.81985776131845, 4.52326923076923, 8.35499671085881, 13.0340384615385, 21.4682163531257, 30.4457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1290, '2021-05-09 00:00:00', 1.20478585712916, 1.49980769230769, 1.51175823514822, 2.30980769230769, 7.0099753648201, 4.78615384615384, 8.15964346883254, 13.0265384615385, 21.47307720415, 30.3361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1305, '2021-05-09 00:00:00', 1.15967833736509, 1.67961538461539, 6.90811836787815, 3.64423076923077, 7.17836646566506, 4.73134615384615, 8.06641439025944, 12.9713461538461, 21.4751949726978, 30.1736538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1320, '2021-05-09 00:00:00', 5.92567638162178, 2.44833333333333, 5.97717133171062, 3.10479166666666, 5.97610331818027, 3.9825, 7.79239819087919, 12.77, 22.3485883699312, 30.3722916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1335, '2021-05-09 00:00:00', 1.86076157805408, 1.66020833333333, 2.64837518550307, 2.32791666666666, 5.62036610658963, 8.18104166666666, 7.20302774188482, 12.5277083333333, 22.2755301005174, 30.3289583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1350, '2021-05-09 00:00:00', 1.88661464262912, 1.721875, 1.89762264263487, 2.53604166666666, 6.14669799125125, 9.14624999999999, 7.19561247909275, 12.5220833333333, 22.2278906181293, 30.361875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1365, '2021-05-09 00:00:00', 0.98376080735459, 1.89125, 5.45459624945469, 7.88562499999999, 6.64874189907983, 9.85583333333333, 7.11741663563525, 12.4625, 22.1449532805355, 30.2383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 990, '2021-05-09 00:00:00', 4.00997692780625, 5.42480769230769, 4.43031912377218, 6.96346153846154, 4.72032333067914, 8.56288461538461, 5.54884992935127, 11.1215384615385, 20.4487525564614, 28.7463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1005, '2021-05-09 00:00:00', 2.73543513624713, 4.05423076923077, 3.11758450011937, 5.26134615384615, 3.63148390945291, 6.63923076923077, 4.55436087300275, 9.45480769230768, 20.2940392612822, 28.4165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1020, '2021-05-09 00:00:00', 1.95786643097492, 3.41019230769232, 2.71630445359415, 4.83673076923077, 3.26207527739392, 6.00134615384615, 4.44924559292402, 8.80711538461538, 20.0982753871685, 28.0534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1035, '2021-05-09 00:00:00', 2.07053015321792, 3.01865384615384, 2.33790952809096, 3.91019230769231, 2.68794357341186, 4.86942307692307, 4.34503447804325, 8.00884615384615, 20.1308184871241, 27.7851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1050, '2021-05-09 00:00:00', 1.64618790403302, 2.67115384615385, 1.89170871070411, 3.46038461538461, 2.5534468785425, 4.83980769230769, 4.02980280105424, 7.33615384615384, 20.1018581240258, 27.7559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1065, '2021-05-09 00:00:00', 1.01420419731243, 2.13807692307692, 1.61315788010778, 3.00711538461538, 2.6486171210362, 4.52557692307692, 3.69865595130904, 6.95461538461538, 19.9512515483654, 27.6678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1080, '2021-05-09 00:00:00', 1.08165827107484, 2.07384615384615, 1.86169601129226, 3.22403846153846, 2.48234867847739, 4.17480769230768, 3.57432513264338, 6.69307692307692, 19.9486743544527, 27.6175 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1095, '2021-05-09 00:00:00', 1.30375648091907, 2.15480769230769, 1.73736233544283, 2.91173076923077, 2.16097421050358, 3.87653846153846, 3.56267400114879, 6.67596153846153, 19.9251772629891, 27.7748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1110, '2021-05-09 00:00:00', 1.03164672322382, 1.89019230769231, 1.5319173004391, 2.55615384615384, 1.40593221195597, 3.40076923076923, 3.51718268482908, 6.58596153846154, 19.8780837104586, 27.995 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1125, '2021-05-09 00:00:00', 1.32550953918165, 1.94346153846154, 1.38647562324268, 2.64942307692307, 1.76742160091604, 3.47865384615384, 3.60964715940279, 6.70884615384616, 19.8149434528202, 29.4559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1140, '2021-05-09 00:00:00', 1.11482306288418, 1.95730769230769, 1.20398129617468, 2.55519230769231, 1.80255162094012, 3.54211538461538, 3.52616978953302, 6.66423076923077, 19.7924902813785, 29.7734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1155, '2021-05-09 00:00:00', 0.675893027494277, 1.39076923076923, 1.12497817072838, 2.11826923076923, 1.87977471031463, 3.35519230769231, 5.84170372935314, 10.3376923076923, 19.2787827067439, 30.2655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1170, '2021-05-09 00:00:00', 0.707302894533436, 1.56423076923077, 1.15739842551501, 2.42365384615385, 1.89021294079225, 3.45519230769231, 5.76507451416252, 10.9919230769231, 19.2266797605667, 30.2488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1185, '2021-05-09 00:00:00', 1.01703840408542, 1.76365384615385, 1.63672736322775, 2.52230769230769, 1.86816245587434, 3.4251923076923, 5.92926226115345, 11.3751923076923, 19.2193630497595, 30.1709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1200, '2021-05-09 00:00:00', 1.52158288027254, 1.79230769230769, 1.54703890856546, 2.40423076923077, 1.96633991309899, 3.33942307692307, 5.88173500370819, 11.8494230769231, 19.220772730204, 30.2221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1215, '2021-05-09 00:00:00', 0.927879240319238, 1.65326923076923, 1.23154512081993, 2.30923076923077, 1.85849558679967, 3.39961538461539, 5.79331223182254, 12.3211538461538, 19.2173170904225, 30.2119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1230, '2021-05-09 00:00:00', 1.04442836776134, 1.68884615384615, 1.4623219681252, 2.36653846153846, 1.77095007096365, 3.34192307692308, 5.61629719244327, 12.5130769230769, 19.2071385137041, 30.2117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1245, '2021-05-09 00:00:00', 0.711851783406119, 1.43019230769231, 1.21216254622123, 2.33096153846154, 1.41523247614605, 3.0098076923077, 5.33563496689944, 12.5075, 19.1589431507546, 30.1644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1260, '2021-05-09 00:00:00', 1.09151681688303, 1.87480769230769, 1.23681520291184, 2.36538461538462, 1.79967219237282, 3.18, 5.29634421086847, 12.605, 19.1567123614675, 30.1875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1275, '2021-05-09 00:00:00', 0.849216312934374, 1.75211538461538, 0.972853455641632, 2.20461538461538, 2.52374100371772, 3.65442307692307, 5.28042218591832, 12.5476923076923, 19.1594907642702, 30.1171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1290, '2021-05-09 00:00:00', 0.837571696127471, 1.57711538461538, 1.3116192136205, 2.3348076923077, 2.52175315238, 3.69019230769232, 5.22494764051792, 12.4746153846154, 19.1896137502717, 30.0532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1305, '2021-05-09 00:00:00', 0.906974174850719, 1.59192307692309, 2.07513287804382, 2.69230769230769, 2.47436519442555, 3.68365384615385, 5.08803716120923, 12.8369230769231, 19.1517119740889, 30.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1320, '2021-05-09 00:00:00', 1.19013144749596, 1.66041666666666, 1.79122190300284, 2.51041666666667, 1.88913498148249, 3.40125, 5.22384349849219, 12.796875, 19.8783525736331, 30.5935416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1335, '2021-05-09 00:00:00', 1.26260340012789, 1.77229166666667, 1.59142799731944, 2.468125, 5.13063390844993, 8.64395833333333, 5.25124457297671, 12.83, 19.8967814187188, 30.5822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1350, '2021-05-09 00:00:00', 0.870332868812981, 1.62520833333333, 1.09967477076146, 2.38791666666667, 5.12714246045325, 9.275625, 5.34213520181703, 12.9429166666667, 19.8598893291646, 30.4729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1365, '2021-05-09 00:00:00', 0.988725848932761, 1.78625, 4.8872486406323, 8.24166666666666, 5.23369709919163, 9.68374999999999, 5.12445032400435, 13.0954166666667, 19.8853482482634, 30.4597916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 990, '2021-05-09 00:00:00', 3.21363471529253, 5.7928, 3.41207620079036, 6.7666, 3.63081258122751, 8.00499999999999, 4.65268227298332, 11.1924, 19.6408095195522, 29.0256 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1005, '2021-05-09 00:00:00', 2.59629139350729, 3.88039999999999, 2.96323865615535, 4.89199999999999, 3.36049621831856, 6.36339999999999, 4.3081089915801, 9.56019999999999, 19.8698998340874, 28.9756 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1020, '2021-05-09 00:00:00', 1.55417226093721, 2.91579999999999, 2.03387483226804, 3.9148, 3.11616254389914, 5.3524, 4.50111189966805, 8.782, 19.9580705208862, 28.4768 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1035, '2021-05-09 00:00:00', 1.73840743689927, 2.564, 2.58288044954981, 3.7888, 2.7244154877698, 4.7722, 4.40732001901382, 8.2252, 20.0226981615033, 28.259 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1050, '2021-05-09 00:00:00', 1.53333468297041, 2.6894, 1.90524731552975, 3.52440000000001, 1.81803357596423, 4.31240000000001, 3.80348768675979, 7.8246, 20.0628416544118, 28.1156 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1065, '2021-05-09 00:00:00', 1.33232337791294, 2.35779999999999, 1.31792235481963, 2.97879999999999, 1.6927377233346, 3.8238, 3.9601446522402, 7.5246, 20.0562642957257, 28.053 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1080, '2021-05-09 00:00:00', 0.715678989957554, 1.93879999999999, 1.06211863744123, 2.6678, 1.58231876266025, 3.63079999999999, 3.82470883423388, 7.40819999999999, 20.0531176129798, 28.0398 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1095, '2021-05-09 00:00:00', 1.06614914528878, 1.8964, 1.31689337710638, 2.6246, 2.23056022484636, 4.0148, 3.80964592624214, 7.406, 20.0797568814134, 27.9598 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1110, '2021-05-09 00:00:00', 0.887570325852167, 1.8654, 0.916581374819854, 2.61619999999999, 2.64873732496574, 4.2914, 3.67476204445041, 7.15859999999999, 20.1728008239643, 27.7908 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1125, '2021-05-09 00:00:00', 0.665794512844104, 1.83359999999999, 2.04142080832607, 3.0098, 2.99022330548517, 4.20999999999999, 3.64949382334957, 6.8002, 20.0189066405569, 28.4728 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1140, '2021-05-09 00:00:00', 1.27056858135542, 1.80520833333333, 2.30587069757023, 2.78875, 2.92926407109165, 4.14354166666666, 3.34457298215647, 6.36479166666666, 20.3719097016285, 29.05625 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1155, '2021-05-09 00:00:00', 1.38563304673978, 1.98062500000001, 1.89208055869185, 2.76833333333334, 2.31636834696914, 3.93083333333333, 10.1075391017715, 11.5497916666667, 20.017697437228, 29.7204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1170, '2021-05-09 00:00:00', 1.17419890591508, 1.773125, 1.48210703360384, 2.56604166666667, 1.71505628789615, 3.369375, 14.5129189309642, 13.300625, 19.9841368022711, 29.7904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1185, '2021-05-09 00:00:00', 1.25374610768538, 1.85145833333334, 1.68607833297493, 2.65416666666666, 1.73799104207094, 3.41791666666666, 14.4692406629484, 13.9366666666667, 19.8988840528536, 30.036875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1200, '2021-05-09 00:00:00', 1.06998716330817, 1.70043478260869, 1.39216955403919, 2.38239130434782, 1.96787974523334, 3.36934782608696, 14.5684380003743, 14.3669565217391, 19.9244055634123, 30.895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1215, '2021-05-09 00:00:00', 0.933518091773256, 1.56586956521739, 1.19075838590238, 2.25652173913044, 1.6725345550824, 3.0867391304348, 14.5960628726859, 14.4982608695652, 19.9051592017208, 31.0458695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1230, '2021-05-09 00:00:00', 0.964166477350998, 1.64521739130435, 1.30283068223053, 2.28782608695653, 1.61191291362366, 2.98717391304348, 16.0794103822593, 14.8978260869565, 19.9064922449442, 31.0930434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1245, '2021-05-09 00:00:00', 0.979018323357823, 1.55282608695654, 1.21495311316679, 2.18739130434784, 1.63652275247477, 2.95891304347826, 21.0194994661225, 15.9465217391304, 19.9072757147581, 31.0917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1260, '2021-05-09 00:00:00', 1.1151716488165, 1.67347826086956, 1.48146259585753, 2.38717391304347, 1.61323448204877, 3.00369565217391, 20.9894342585519, 16.0036956521739, 19.9072757147581, 31.0917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1275, '2021-05-09 00:00:00', 0.883948818560214, 1.64217391304347, 0.997810943937729, 2.10804347826086, 2.08844397132025, 3.24130434782608, 20.8434654550032, 15.9539130434783, 19.7803661163198, 31.1028260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1290, '2021-05-09 00:00:00', 0.731150211933951, 1.43521739130434, 1.15983818041272, 2.13717391304347, 2.11921453772784, 3.2345652173913, 20.8997485115455, 15.8491304347826, 19.7263121416919, 31.0945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1305, '2021-05-09 00:00:00', 0.880815288878732, 1.50913043478261, 2.13603301831596, 2.46065217391305, 2.03054617937177, 3.26282608695652, 20.6998361801579, 15.7526086956522, 19.5354269577843, 31.1128260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1320, '2021-05-09 00:00:00', 0.826357180930974, 1.47190476190477, 1.08222164572521, 1.99023809523809, 1.27777140440094, 2.99380952380952, 21.5085025961496, 16.1478571428571, 20.2577915462998, 30.9383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1335, '2021-05-09 00:00:00', 0.660898828796643, 1.31119047619047, 0.963329234626305, 2.11571428571428, 10.3064602717584, 10.2883333333333, 21.4756033093369, 16.12, 20.2487179929284, 30.9685714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1350, '2021-05-09 00:00:00', 0.965710384959712, 1.61761904761905, 1.26413498563435, 2.29619047619049, 14.803328044412, 12.4347619047619, 21.2480855692258, 16.0564285714286, 20.1542355290868, 30.9288095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1365, '2021-05-09 00:00:00', 0.658380408202412, 1.72380952380952, 10.0833501259207, 9.79952380952381, 14.6836740366397, 13.1192857142857, 21.221931726176, 15.9302380952381, 20.1571066015839, 30.9276190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 990, '2021-05-09 00:00:00', 8.74729016197963, 6.87021739130434, 13.4116345353238, 9.57999999999999, 13.2787227646664, 10.8984782608696, 19.6008879064028, 13.9789130434783, 18.6911601561859, 30.1454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1005, '2021-05-09 00:00:00', 6.41770752384837, 5.27804347826086, 6.44946415183849, 6.69586956521739, 6.29849341261659, 7.89978260869565, 12.2703034372703, 11.1765217391304, 14.8045330795523, 28.5473913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1020, '2021-05-09 00:00:00', 3.49439421203317, 3.895, 3.93498813474111, 5.2904347826087, 7.39485846513424, 7.18608695652173, 12.0783516244737, 10.564347826087, 14.8074377742652, 28.3154347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1035, '2021-05-09 00:00:00', 2.62200778076106, 3.5095652173913, 3.76974488290832, 4.77586956521738, 11.2963144852034, 7.27130434782608, 11.0026190827385, 9.80695652173912, 14.8803239119087, 28.3102173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1050, '2021-05-09 00:00:00', 2.58744821032359, 3.13717391304347, 5.20082258239952, 4.40347826086956, 10.0775164914955, 6.07, 9.79873524245751, 9.04152173913043, 14.8544761123751, 28.0858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1065, '2021-05-09 00:00:00', 2.62835358902353, 2.47695652173913, 7.54923083928569, 4.17608695652174, 7.50079003085386, 5.05021739130435, 9.22793461040515, 8.54108695652174, 14.8867272667775, 28.1115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1080, '2021-05-09 00:00:00', 5.3211408662595, 2.99913043478261, 5.21840960583099, 3.49521739130434, 5.22460606151543, 4.77695652173913, 9.62307051139052, 8.57760869565217, 14.9211806674231, 28.0706521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1095, '2021-05-09 00:00:00', 4.37807187468648, 2.48260869565217, 4.3800239251607, 3.40869565217391, 4.46313796493803, 4.25869565217391, 10.5677792838465, 8.85608695652174, 14.9316029580629, 27.9715217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1110, '2021-05-09 00:00:00', 3.23828409706137, 2.60543478260869, 3.81838130243052, 3.36195652173912, 4.09700471423435, 4.09891304347826, 10.5573710739035, 8.63891304347826, 14.8986907302054, 27.9132608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1125, '2021-05-09 00:00:00', 2.21174273568464, 2.05673913043478, 2.51956716042446, 2.56130434782609, 5.17384950263238, 4.30630434782609, 10.5812437299931, 8.37065217391305, 15.4070446261011, 29.6517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1140, '2021-05-09 00:00:00', 1.35114996402933, 1.67804347826088, 2.09420004159805, 2.55021739130435, 5.8505742936243, 4.47826086956522, 9.3635962104362, 8.15608695652175, 14.611493215688, 29.6560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1155, '2021-05-09 00:00:00', 1.4624030321558, 1.88608695652173, 3.12873340623208, 3.115, 5.83713443726757, 4.7195652173913, 10.0799433434084, 10.8915217391304, 14.3275142893477, 29.6454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1170, '2021-05-09 00:00:00', 2.29246540398289, 2.13891304347826, 4.15670262104974, 3.13195652173913, 5.03704298920494, 4.6595652173913, 9.33982932701168, 11.2586956521739, 13.5758209085094, 29.6923913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1185, '2021-05-09 00:00:00', 2.01814031132762, 2.00304347826088, 2.96849283367121, 3.09739130434782, 3.18587721614687, 4.16500000000001, 7.39273228330693, 11.2573913043478, 12.3839960833365, 29.3439130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1200, '2021-05-09 00:00:00', 1.58852318153321, 2.18022727272728, 2.29488374348329, 3.07659090909091, 3.17334901854594, 3.82977272727274, 7.0259821339004, 11.5202272727273, 12.353544361001, 29.0197727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1215, '2021-05-09 00:00:00', 2.21651104489043, 2.14954545454545, 2.5208748395567, 2.94136363636365, 3.22034577241938, 3.75568181818183, 7.21730256238828, 11.9790909090909, 12.479605570482, 28.9063636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1230, '2021-05-09 00:00:00', 1.22653007632856, 1.77386363636364, 1.87584868238906, 2.50022727272728, 2.10529295860657, 3.26818181818182, 6.33169643206244, 11.9552272727273, 11.9233753941593, 28.5311363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1245, '2021-05-09 00:00:00', 1.34264972320437, 1.90977272727272, 1.47433962398079, 2.46522727272728, 2.09381836000053, 3.29909090909091, 5.98934622775564, 12.1820454545455, 11.830019687256, 28.4609090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1260, '2021-05-09 00:00:00', 0.841139584650366, 1.6809090909091, 1.0015412365374, 2.1890909090909, 1.88821941652316, 3.02022727272727, 5.82247751617873, 12.3029545454545, 11.8050245740873, 28.4686363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1275, '2021-05-09 00:00:00', 0.851558699453375, 1.66386363636363, 1.37617161811703, 2.38431818181818, 3.00062002972228, 3.87590909090909, 5.80125083541569, 12.4777272727273, 11.7778483747101, 28.6036363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1290, '2021-05-09 00:00:00', 1.20333780023394, 1.65363636363636, 1.59213748957629, 2.1075, 3.11771892033803, 3.71386363636364, 5.74996074238433, 12.2734090909091, 11.8011723315215, 28.4872727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1305, '2021-05-09 00:00:00', 1.30769144923676, 1.56545454545455, 2.83698590323454, 2.87659090909091, 2.73914793052171, 3.73136363636365, 5.74655458604454, 12.1809090909091, 12.0657266852736, 28.7165909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1320, '2021-05-09 00:00:00', 1.50051000101895, 1.7525, 1.38326358944878, 2.2495, 1.39129991753264, 3.32625000000001, 5.92379037174856, 11.8865, 12.6025344647103, 27.73275 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1335, '2021-05-09 00:00:00', 1.14111265530851, 1.59025, 1.3858964417908, 2.37800000000001, 4.7248322443069, 8.0185, 6.03450832493287, 11.92525, 12.7488508770089, 27.7925 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1350, '2021-05-09 00:00:00', 0.899890197980316, 1.75950000000001, 1.1111304106511, 2.5715, 4.78618969976173, 8.72250000000001, 6.06869848072879, 11.97225, 12.7541268450234, 27.799 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1365, '2021-05-09 00:00:00', 0.974904043861158, 1.90199999999999, 4.72768222393662, 7.72650000000001, 4.61460681452187, 9.23750000000001, 5.99939130684368, 11.9375, 12.7911241301599, 27.76775 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 930, '2021-05-09 00:00:00', 0.650538238691595, 8.19, 0.318198051533979, 9.54500000000002, 1.27279220613579, 10.65, 1.52735064736292, 12.66, 11.3207795667966, 30.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 945, '2021-05-09 00:00:00', 0.120208152801684, 3.54500000000002, 1.13844191771035, 4.435, 2.22031529292575, 5.63, 0.30405591591022, 8.26500000000001, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 960, '2021-05-09 00:00:00', 0.678822509939071, 2.91999999999999, 0.452548339959381, 4.26999999999998, 1.56270598642226, 6.095, 0.735391052434024, 8.46000000000001, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 975, '2021-05-09 00:00:00', 0.678822509939071, 3.02000000000001, 2.52437120883597, 4.32500000000002, 1.78898015640195, 4.84500000000003, 1.96575685169858, 7.92000000000002, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 930, '2021-05-09 00:00:00', 2.54558441227159, 5.5, 2.80721392131057, 8.14500000000001, 2.14253354699522, 8.61500000000001, 0.424264068711945, 11.13, 13.7390847584546, 29.795 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 945, '2021-05-09 00:00:00', 0.00707106781185904, 3.66500000000002, 2.43244732728172, 5.38000000000002, 2.5667976157072, 6.33500000000001, 4.39113311116849, 8.32499999999999, 9.77221571599804, 26.99 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 960, '2021-05-09 00:00:00', 1.32228968081881, 2.75500000000002, 0.445477272147522, 3.375, 0.742462120245883, 4.215, 3.27390439689371, 7.53499999999997, 10.8894444302728, 26.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 975, '2021-05-09 00:00:00', 0.982878425849291, 2.565, 0.799030662740795, 4.07499999999999, 0.523259018078052, 4.26999999999998, 3.27390439689371, 7.53499999999997, 10.8894444302728, 26.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 930, '2021-05-09 00:00:00', 0.784888527117037, 4.33500000000001, 1.32228968081885, 8.55500000000001, 3.92444263558535, 10.635, 5.11238202797875, 12.505, 3.60624458405137, 28.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 945, '2021-05-09 00:00:00', 4.21435641587181, 6.51000000000002, 5.57907250356185, 7.71500000000003, 6.41345850536198, 8.87500000000003, 6.53366665816371, 11.5, 3.60624458405137, 28.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 960, '2021-05-09 00:00:00', 1.74655374953079, 3.17500000000001, 2.65872149726141, 4.28000000000003, 0.219203102167831, 6.00500000000002, 1.40714249456124, 7.875, 1.5202795795511, 24.645 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 975, '2021-05-09 00:00:00', 0.162634559672879, 2.27500000000001, 1.20915259582902, 3.245, 0.339411254969556, 5.37, 2.07889393668849, 9.31, 2.24859956417327, 24.13 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 4, 930, '2021-05-09 00:00:00', 2.46780266634106, 4.88499999999999, 2.63750829382584, 5.315, 1.22329473145274, 6.315, 3.53553390593274, 10.68, 2.14960461480712, 24.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 945, '2021-05-09 00:00:00', 1.33643181644257, 2.92500000000001, 1.59806132548159, 4.61000000000001, 0.445477272147522, 6.05500000000001, 5.74170706323473, 10.77, 3.16783837971575, 23.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 960, '2021-05-09 00:00:00', 0.700035713374689, 2.86500000000001, 0.197989898732254, 3.72, 0.91923881554248, 7.24000000000001, 5.82655987697712, 10.71, 3.16783837971575, 23.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 975, '2021-05-09 00:00:00', 0.15556349186106, 2.11000000000001, 0.601040764008541, 4.18500000000003, 0.707106781186548, 5.89000000000004, 4.90024999362278, 9.785, 4.28506709399048, 22.69 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 930, '2021-05-09 00:00:00', 4.51134126397017, 6.86000000000001, 3.49310749906154, 7.58000000000001, 2.16374675043084, 8.52000000000001, 0.68589357775097, 10.385, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 945, '2021-05-09 00:00:00', 2.1778888860546, 3.50999999999999, 3.02641702347844, 4.78999999999999, 2.20617315730203, 6.69, 3.31633080376491, 8.17499999999998, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 960, '2021-05-09 00:00:00', 1.68998520703584, 3.84499999999997, 1.05358910396796, 4.88499999999999, 2.36880771697491, 6.80499999999998, 3.31633080376491, 8.17499999999998, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 975, '2021-05-09 00:00:00', 0.7636753236815, 2.29000000000002, 0.226274169979731, 5.29000000000002, 0.388908729652609, 5.405, 0.60811183182044, 7.29000000000002, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:48:03 Duration: 5s820ms 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 983450, 1, 990, '2021-05-09 00:00:00', 20.1573162795148, 7.596875, 19.9596285289705, 8.65916666666666, 19.8938788094515, 9.02645833333333, 35.9131204073289, 13.6975, 34.4492328424447, 23.3527083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1005, '2021-05-09 00:00:00', 0.963614097355979, 2.51770833333334, 1.22115306566483, 3.036875, 1.29080273234937, 3.64104166666667, 36.1540829668255, 12.4139583333333, 34.5902863239236, 22.7391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1020, '2021-05-09 00:00:00', 0.659978452656614, 1.75958333333334, 0.820533583906747, 2.19916666666667, 1.22881038191829, 3.24979166666667, 36.2552409348575, 11.951875, 34.6152988188581, 22.6658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1035, '2021-05-09 00:00:00', 0.554467976819991, 1.32270833333334, 0.774127723236977, 2.15041666666667, 1.33853234573533, 3.24333333333333, 36.2872967745062, 11.780625, 34.6261051306921, 22.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1050, '2021-05-09 00:00:00', 0.698390716140554, 1.463125, 0.932435159186397, 2.28875000000001, 1.22510941170664, 2.891875, 36.336581898384, 11.5283333333333, 34.6228296211945, 22.65125 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1065, '2021-05-09 00:00:00', 0.546013218505392, 1.5325, 0.903672433879465, 2.05395833333333, 0.852192717368696, 2.34458333333333, 36.3980936098715, 11.2397916666667, 34.610026552983, 22.7147916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1080, '2021-05-09 00:00:00', 0.591558331069702, 1.39729166666666, 0.579273658139651, 1.75666666666666, 0.879900768449961, 2.23416666666667, 36.3939164712199, 11.281875, 34.6048493390854, 22.7277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1095, '2021-05-09 00:00:00', 0.48290560784377, 1.1275, 0.53006699057077, 1.41666666666667, 0.950984020309521, 2.04854166666666, 36.3992895296168, 11.265, 34.6012749507237, 22.7539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1110, '2021-05-09 00:00:00', 0.407448760893471, 1.03666666666667, 0.721336288887965, 1.50104166666667, 0.875677972334513, 2.02145833333333, 36.427103350589, 11.1395833333333, 34.6013486689485, 22.7566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1125, '2021-05-09 00:00:00', 0.663796175281861, 1.13833333333333, 0.713610658623763, 1.49479166666666, 0.96337157037598, 2.1325, 36.4260993065193, 11.1820833333333, 34.51982552341, 23.1804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1140, '2021-05-09 00:00:00', 0.412040202678311, 0.961458333333327, 0.566945437077666, 1.37145833333333, 36.7468918328476, 9.520625, 36.4319936830641, 11.135625, 34.5201832476202, 23.2166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1155, '2021-05-09 00:00:00', 0.424071823199658, 1.01104166666667, 0.90956232507091, 1.54166666666667, 36.7507335823461, 9.52416666666667, 36.0094358803145, 13.595625, 34.5217611262673, 23.2060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1170, '2021-05-09 00:00:00', 0.629032498411624, 1.06083333333333, 36.8653479722372, 8.940625, 36.7871787093181, 9.33, 35.8979501447143, 14.020625, 34.5241375542931, 23.0722916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1185, '2021-05-09 00:00:00', 36.9597581046956, 8.48312499999999, 36.8815407899625, 8.86479166666666, 36.7781546390022, 9.36604166666667, 35.8409285961716, 14.283125, 34.5139816757518, 23.060625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1200, '2021-05-09 00:00:00', 0.412979574099232, 0.871041666666663, 0.479492296412395, 1.20458333333333, 0.823923100393676, 1.72833333333333, 2.81407274061862, 6.86354166666667, 6.80177486427976, 15.7625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1215, '2021-05-09 00:00:00', 0.310621673866075, 0.833541666666668, 0.586829944752287, 1.29958333333334, 0.842675174237005, 1.69583333333333, 2.92646908945264, 6.963125, 6.72446194173163, 15.7983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1230, '2021-05-09 00:00:00', 0.363521175349576, 0.870416666666669, 0.548263893669325, 1.19041666666667, 0.661423037686627, 1.4775, 2.97772831143796, 7.049375, 6.9005876666359, 15.9783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1245, '2021-05-09 00:00:00', 0.45443222856915, 0.807291666666664, 0.572415386760354, 1.164375, 0.58245540819554, 1.47395833333333, 2.94140382750301, 7.10229166666667, 6.97177768277009, 15.9833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1260, '2021-05-09 00:00:00', 0.384515269857552, 0.880416666666669, 0.396588714786057, 1.055, 0.591681465420154, 1.54000000000001, 2.93837315114374, 7.10791666666667, 7.03065837607595, 16.000625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1275, '2021-05-09 00:00:00', 0.352030342895101, 0.780833333333336, 0.433182526712791, 1.10333333333333, 1.11298493339152, 1.814375, 2.87136260134555, 7.16083333333334, 6.98971752230852, 16.0485416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1290, '2021-05-09 00:00:00', 0.314646037037161, 0.791041666666661, 0.516983963463335, 1.255625, 1.19206842447201, 1.94020833333334, 2.86005574081691, 7.23416666666667, 6.9850578067333, 16.0739583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1305, '2021-05-09 00:00:00', 0.40852509546316, 0.975833333333333, 1.05059901391706, 1.501875, 1.4482905340485, 2.22708333333334, 2.89920150801182, 7.32041666666667, 7.02107371325473, 16.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1320, '2021-05-09 00:00:00', 0.429092279099367, 0.834772727272729, 0.516860737186552, 1.20045454545455, 0.813122355717744, 1.95181818181818, 2.99652168485266, 7.31272727272728, 7.31863353046501, 15.7409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1335, '2021-05-09 00:00:00', 0.286387505017771, 0.864772727272725, 0.667028567896165, 1.43159090909091, 2.56836659776588, 5.18386363636363, 2.98444140103144, 7.395, 7.3157615122644, 15.7338636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1350, '2021-05-09 00:00:00', 0.685035468478529, 1.09454545454546, 0.778929953393998, 1.43159090909091, 2.55581804874064, 5.78022727272727, 3.03063271150344, 7.52318181818182, 7.29572722312764, 15.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1365, '2021-05-09 00:00:00', 0.433607202001648, 0.981590909090906, 2.61050288731411, 4.86590909090909, 2.64530426076748, 5.91818181818182, 3.03606111591435, 7.33636363636363, 7.30354653516646, 15.7309090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 990, '2021-05-09 00:00:00', 1.39524904035637, 3.27326923076923, 1.95223627195544, 4.1323076923077, 2.20266318700445, 4.68865384615385, 2.50891687479187, 6.22173076923077, 7.00094433190706, 15.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1005, '2021-05-09 00:00:00', 1.18474281532388, 2.32653846153846, 1.39655037916234, 3.0098076923077, 1.84705807663472, 3.76153846153846, 2.06653046284011, 5.34692307692308, 6.63379638378648, 14.8923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1020, '2021-05-09 00:00:00', 0.697037274138524, 2.0751923076923, 1.16893047763264, 2.62769230769231, 1.60549614905031, 3.40673076923077, 1.85611741173716, 5.05038461538461, 6.52496414667427, 14.6736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1035, '2021-05-09 00:00:00', 0.754253910522495, 1.62480769230769, 1.02669791827227, 2.24384615384615, 1.28433077455208, 2.95346153846153, 1.61129409290984, 4.53057692307692, 6.22605910669021, 14.305 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1050, '2021-05-09 00:00:00', 0.633225959184095, 1.50865384615385, 0.857181786661743, 2.07115384615385, 1.00191846743366, 2.70384615384615, 1.48418261627791, 4.26903846153846, 6.06837573313169, 14.2240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1065, '2021-05-09 00:00:00', 0.490161864944788, 1.40557692307692, 0.60978974939034, 1.89153846153846, 0.806125205010878, 2.40038461538462, 1.48261183259606, 4.00461538461538, 6.28996816672879, 14.4165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1080, '2021-05-09 00:00:00', 0.511088920458439, 1.25173076923076, 0.745619231552892, 1.75403846153846, 0.767632724680226, 2.31, 1.57964991252931, 3.83961538461538, 6.39720209274216, 14.3788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1095, '2021-05-09 00:00:00', 0.487561948726677, 1.25942307692307, 0.721825889937881, 1.73384615384616, 0.909184524725319, 2.3375, 1.74367375212399, 3.94307692307692, 6.48464745794605, 14.3844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1110, '2021-05-09 00:00:00', 0.519744500840412, 1.28288461538461, 0.513534846394617, 1.61596153846153, 0.807821857742261, 2.06807692307693, 1.68967202097375, 3.78653846153846, 6.36178641154777, 14.2471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1125, '2021-05-09 00:00:00', 0.32031024623972, 0.954423076923076, 0.633178915048143, 1.38653846153846, 0.798749045984745, 1.99096153846154, 1.69267239776451, 3.68461538461538, 5.71799733634614, 14.3984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1140, '2021-05-09 00:00:00', 0.574162132020344, 1.13307692307692, 0.656375156563565, 1.43288461538461, 0.786491649914103, 2.11365384615384, 1.7004254218826, 3.68115384615383, 5.60658180520551, 14.7284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1155, '2021-05-09 00:00:00', 0.408177186261825, 0.866153846153841, 0.470436499434303, 1.36249999999999, 0.692376731600322, 1.76846153846153, 2.48303898789057, 5.78884615384615, 5.57865162920217, 14.635 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1170, '2021-05-09 00:00:00', 0.362549943509111, 1.04230769230769, 0.529609907239429, 1.34057692307692, 0.786585121805744, 1.72192307692308, 2.71393660291013, 6.26326923076923, 5.52086067704888, 14.6911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1185, '2021-05-09 00:00:00', 0.304683505397883, 0.85403846153846, 0.45896074073766, 1.14480769230769, 0.592995265255454, 1.59076923076923, 3.082874414219, 6.63942307692307, 5.44528193802813, 14.6307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1200, '2021-05-09 00:00:00', 0.309835502261335, 0.805961538461549, 0.4720965106677, 1.08634615384616, 0.493841028609884, 1.50019230769231, 3.12522809013752, 6.70384615384615, 5.43863720203735, 14.6511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1215, '2021-05-09 00:00:00', 0.326665907900746, 0.831153846153849, 0.349225516734482, 1.11269230769231, 0.515074303825707, 1.62346153846154, 3.22134697698865, 6.83788461538461, 5.46665728266862, 14.6946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1230, '2021-05-09 00:00:00', 0.282408119844043, 0.822115384615386, 0.34023295187042, 1.10230769230769, 0.52590204557357, 1.62019230769231, 3.44740977457659, 7.00192307692307, 5.4052076634127, 14.7017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1245, '2021-05-09 00:00:00', 0.273862402283727, 0.718846153846147, 0.402910182776036, 1.14615384615384, 0.6721099955765, 1.60538461538461, 3.69454223770062, 7.19788461538462, 5.29533398743286, 14.7590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1260, '2021-05-09 00:00:00', 0.386017337195349, 0.984230769230764, 0.517049171891657, 1.26961538461538, 0.7621246869519, 1.69096153846154, 3.73234572559733, 7.22115384615385, 5.29070225453615, 14.7471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1275, '2021-05-09 00:00:00', 0.318674417886639, 0.774230769230765, 0.521897020493503, 1.1375, 1.2407218277463, 1.88557692307691, 3.6704112324622, 7.36384615384615, 5.38681283320667, 14.9975 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1290, '2021-05-09 00:00:00', 0.364435707108105, 0.815769230769227, 0.575888911563276, 1.18096153846154, 1.26720394812903, 1.91038461538461, 3.70367335845832, 7.40211538461539, 5.41735287329949, 15.1180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1305, '2021-05-09 00:00:00', 0.413199151090052, 0.826538461538463, 1.30270819980766, 1.50942307692307, 1.2498415438028, 2.01826923076923, 3.73216746676781, 7.375, 5.61868784640904, 15.2586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1320, '2021-05-09 00:00:00', 0.423491354736118, 0.840833333333329, 0.455267430167167, 1.10020833333333, 0.65776297297977, 1.72770833333333, 3.86397711660004, 7.431875, 5.69800270117598, 14.855 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1335, '2021-05-09 00:00:00', 0.266690329566067, 0.750416666666662, 0.561382182394627, 1.24104166666666, 2.60817013426567, 4.89166666666668, 3.84983396498746, 7.38708333333334, 5.8395488056547, 14.8454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1350, '2021-05-09 00:00:00', 0.429414836084269, 0.981666666666661, 0.445184174556284, 1.26041666666667, 2.87594102431923, 5.47208333333333, 3.85811791781351, 7.37270833333334, 5.81421851251155, 14.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1365, '2021-05-09 00:00:00', 0.221354116581407, 0.780416666666672, 2.45182776209913, 4.67937500000001, 3.13788145091557, 5.9475, 3.89193945914157, 7.34583333333334, 6.02339563099887, 14.7958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 990, '2021-05-09 00:00:00', 2.06482627319141, 3.50846153846155, 2.3274295577211, 4.19788461538461, 2.67771625572126, 5.23711538461538, 3.51763793125225, 6.65384615384616, 6.03555530553353, 14.9846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1005, '2021-05-09 00:00:00', 0.933161540966224, 2.11730769230769, 1.33093953223335, 3.13903846153846, 1.62011268601435, 3.74865384615384, 2.25136225428073, 5.32, 5.74582361037463, 13.8998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1020, '2021-05-09 00:00:00', 0.843611376076782, 2.05307692307692, 0.978102735676814, 2.58980769230769, 1.44297241297794, 3.36076923076922, 2.01457474038949, 4.81923076923077, 5.64461122187825, 13.7053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1035, '2021-05-09 00:00:00', 0.716847693296568, 1.72115384615384, 0.851058074489546, 2.25538461538461, 1.53607262698891, 3.09865384615384, 1.93292098608855, 4.54153846153846, 5.57234208804107, 13.5921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1050, '2021-05-09 00:00:00', 0.644946419957034, 1.47173076923077, 1.18474112719258, 2.11846153846154, 1.34018035525648, 2.78576923076923, 2.07714772075704, 4.42057692307692, 5.58528777579648, 13.5965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1065, '2021-05-09 00:00:00', 0.76401147796452, 1.39153846153845, 1.00497793699471, 2.01442307692308, 0.984756295505881, 2.50019230769231, 1.88824518657281, 4.28826923076923, 5.65584669917913, 13.5167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1080, '2021-05-09 00:00:00', 0.658292196053246, 1.36884615384616, 0.727702522696231, 1.72980769230769, 0.895093656466265, 2.19942307692308, 1.83976035228672, 4.09307692307692, 5.7138976223294, 13.4540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1095, '2021-05-09 00:00:00', 0.462368526011616, 1.13057692307692, 0.528814203230649, 1.53730769230769, 0.815806561725176, 1.99788461538461, 2.47739078778149, 4.38365384615385, 5.87638332323024, 13.4851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1110, '2021-05-09 00:00:00', 0.545215553703308, 1.185, 0.720349194167987, 1.56019230769231, 0.971200308104123, 1.99096153846154, 2.54521236834964, 4.425, 5.87876839862019, 13.4832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1125, '2021-05-09 00:00:00', 0.477162284923949, 1.10538461538462, 0.629552710568863, 1.43615384615385, 0.899380834027153, 1.90826923076923, 2.65882577466068, 4.4225, 5.96476528972754, 13.8698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1140, '2021-05-09 00:00:00', 0.505882017257596, 0.998846153846159, 0.689227912511253, 1.32634615384616, 0.826107741157291, 1.88, 2.64073547447559, 4.32538461538462, 5.8497417036994, 14.15 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1155, '2021-05-09 00:00:00', 0.465556614751055, 0.905192307692305, 0.585363168009005, 1.31096153846154, 1.05036749979013, 1.97173076923076, 2.84603706257288, 5.7948076923077, 5.75006761164262, 14.5265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1170, '2021-05-09 00:00:00', 0.457834577112733, 0.997499999999997, 0.583784107881823, 1.38673076923077, 1.13286025005463, 2.04788461538461, 2.92618257488122, 6.02769230769231, 5.74685557166164, 14.5448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1185, '2021-05-09 00:00:00', 0.40053853171026, 0.973653846153844, 0.966753249880156, 1.47038461538462, 1.15263746051593, 2.07365384615385, 3.14999565933768, 6.12557692307693, 5.83088150414537, 14.6686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1200, '2021-05-09 00:00:00', 0.792242095865619, 1.06653846153846, 0.919139564191177, 1.48653846153846, 1.09432383408485, 1.97942307692308, 3.1393911278855, 6.24057692307693, 5.85484188842547, 14.6984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1215, '2021-05-09 00:00:00', 0.550119043061097, 0.970192307692313, 0.608365938711741, 1.33134615384616, 0.952977520115857, 1.95192307692308, 3.06303460012101, 6.24519230769231, 5.89135045247235, 14.7419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1230, '2021-05-09 00:00:00', 0.424743904741888, 0.920769230769236, 0.741398704113748, 1.28903846153847, 0.887721738280294, 1.96826923076923, 3.06368438322227, 6.185, 5.88544481032526, 14.7711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1245, '2021-05-09 00:00:00', 0.55812722563946, 0.945, 0.767972956254622, 1.44269230769231, 1.03011509812477, 2.08634615384615, 2.98241624422986, 6.28557692307693, 5.90561834514063, 14.7659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1260, '2021-05-09 00:00:00', 0.433775420447742, 0.991346153846152, 0.615651780948138, 1.43365384615384, 1.10493438719229, 1.965, 2.92883498103834, 6.24788461538462, 5.94249405035138, 14.7934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1275, '2021-05-09 00:00:00', 0.46552108933471, 0.998269230769222, 0.751503237108536, 1.45365384615384, 1.95438045465525, 2.35019230769231, 2.84270962287744, 6.215, 6.23506759262603, 14.9882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1290, '2021-05-09 00:00:00', 0.623207737929644, 1.04826923076923, 0.895365095280213, 1.40442307692308, 1.88000867428441, 2.32115384615384, 2.76194666578039, 6.12923076923077, 6.47904023341064, 15.0778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1305, '2021-05-09 00:00:00', 0.658309489993405, 0.984230769230776, 1.81025395583476, 1.79923076923077, 2.0502395075848, 2.42596153846154, 2.81457864724695, 6.37019230769231, 6.68643521214061, 15.2003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1320, '2021-05-09 00:00:00', 0.586125782550998, 0.941041666666666, 0.592658435980731, 1.24625, 0.768060062142261, 1.81854166666667, 2.33439530698538, 6.07583333333333, 6.76358342067323, 14.8554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1335, '2021-05-09 00:00:00', 0.432437270310527, 0.902916666666671, 0.825768307154884, 1.44291666666668, 1.67584674682401, 4.16916666666668, 2.32358009470768, 6.12375, 6.85128859335911, 14.9364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1350, '2021-05-09 00:00:00', 0.751644302585136, 1.096875, 0.680158196378937, 1.42895833333333, 1.78072387983985, 4.35666666666667, 2.25068321953805, 6.12354166666667, 6.83489388772948, 14.91375 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1365, '2021-05-09 00:00:00', 0.360946571581211, 0.894583333333333, 1.56211080660158, 3.82479166666667, 1.9720696477691, 4.53, 2.30985706785356, 6.28625, 6.81897267964883, 14.9108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 990, '2021-05-09 00:00:00', 1.18285766261203, 2.93720000000001, 1.43333085271103, 3.6654, 1.91080606900159, 4.3344, 2.2915806044446, 6.227, 6.74144133327585, 15.527 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1005, '2021-05-09 00:00:00', 0.972208911019988, 2.2138, 1.33293232511382, 2.8424, 1.5744900497198, 3.5072, 2.03810113831479, 5.513, 6.67000749624767, 15.326 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1020, '2021-05-09 00:00:00', 0.943180214310431, 1.9092, 1.18059130664821, 2.476, 1.32503106881814, 3.0114, 2.56672248857047, 5.4568, 6.68418333954618, 15.3294 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1035, '2021-05-09 00:00:00', 0.624742413586067, 1.52519999999999, 0.843298335900962, 2.10899999999999, 0.82264902398694, 2.54079999999999, 2.47611384027472, 5.2172, 6.74207636785582, 15.357 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1050, '2021-05-09 00:00:00', 0.563619256827394, 1.374, 0.56218524527063, 1.6778, 0.701535696407057, 2.1826, 2.51025277611639, 5.09759999999999, 6.79235183864912, 15.3182 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1065, '2021-05-09 00:00:00', 0.495608380343452, 1.2162, 0.63349546170434, 1.7604, 0.840329945120764, 2.2724, 2.56502011038251, 5.1114, 6.89373617858995, 15.3738 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1080, '2021-05-09 00:00:00', 0.399283211935244, 1.20299999999999, 0.502255993825189, 1.4994, 0.910950648132671, 2.2104, 2.65525300112815, 5.0382, 6.90387341763062, 15.3466 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1095, '2021-05-09 00:00:00', 0.442993416053411, 1.00660000000001, 0.655158250603114, 1.4064, 1.34540111738717, 2.463, 3.31242264060612, 5.319, 6.65247960036957, 15.4884 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1110, '2021-05-09 00:00:00', 0.454858219668505, 0.977199999999996, 0.842937423537483, 1.4582, 1.2740519351005, 2.374, 3.37210274408516, 5.1996, 6.62734959592948, 15.5228 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1125, '2021-05-09 00:00:00', 0.463117335744052, 0.911200000000007, 1.02373242760661, 1.6598, 1.00492897758996, 2.1998, 3.14458380923985, 5.1586, 6.20503697947617, 16.6188 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1140, '2021-05-09 00:00:00', 0.58112237573484, 1.17854166666667, 0.674146770187043, 1.51729166666667, 0.941015269439786, 2.15354166666667, 3.18734544950698, 5.00916666666666, 4.80960602803676, 16.1233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1155, '2021-05-09 00:00:00', 0.510660094274121, 0.979583333333327, 0.558911621892905, 1.441875, 1.52300509517451, 2.55145833333334, 2.5502850082272, 6.80833333333334, 4.74847204639159, 16.2529166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1170, '2021-05-09 00:00:00', 0.539149222440296, 1.06166666666667, 0.836302653722436, 1.55270833333334, 1.63534527445022, 2.62791666666667, 2.52655243566108, 6.94708333333334, 4.67966397205017, 16.31125 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1185, '2021-05-09 00:00:00', 0.78248625375711, 1.12729166666667, 1.53811277113843, 2.021875, 1.69325825125253, 2.573125, 2.68364933101999, 7.20458333333334, 4.76033718815458, 16.2766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1200, '2021-05-09 00:00:00', 1.11854878454148, 1.40826086956523, 1.1644349678992, 1.84260869565218, 1.94287771468749, 2.43978260869566, 2.85696709263153, 7.32782608695653, 4.86055265730012, 16.5230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1215, '2021-05-09 00:00:00', 0.63075304764593, 1.15695652173913, 0.806200219837732, 1.50739130434782, 1.45921773672131, 2.20869565217391, 2.81654392190706, 7.40586956521739, 4.81424731125365, 16.5510869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1230, '2021-05-09 00:00:00', 0.530132357251972, 1.02695652173913, 1.41806766731737, 1.55, 1.437645610429, 2.24608695652174, 2.77811816052414, 7.32217391304348, 4.76943836237456, 16.4882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1245, '2021-05-09 00:00:00', 1.09855411621143, 1.09065217391304, 1.05163180183956, 1.55108695652174, 1.10882923515178, 2.125, 2.97719046140456, 7.42195652173913, 4.74444788892775, 16.5169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1260, '2021-05-09 00:00:00', 0.663679258454529, 1.13739130434782, 1.04168840030028, 1.64478260869565, 1.18816217235951, 2.1554347826087, 3.44675305476813, 7.59456521739131, 4.63776442839442, 16.5704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1275, '2021-05-09 00:00:00', 0.565570822913655, 1.02391304347827, 0.67000545688298, 1.35630434782609, 1.94580835595461, 2.46260869565217, 3.45783833465601, 7.52630434782609, 4.5232956959024, 16.5769565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1290, '2021-05-09 00:00:00', 0.599337908740774, 1.00326086956522, 0.821613723517285, 1.51826086956522, 1.81264996653679, 2.52108695652174, 3.40793166324443, 7.46369565217392, 4.45401639594377, 16.530652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1305, '2021-05-09 00:00:00', 0.554643531144378, 0.981086956521733, 1.61203355235337, 1.81108695652173, 1.67889268043287, 2.50978260869564, 3.39703307249903, 7.48717391304348, 4.43923390107556, 16.4739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1320, '2021-05-09 00:00:00', 0.561658894958234, 1.01571428571428, 0.71599680765449, 1.38285714285714, 0.960282882428773, 2.0042857142857, 3.52696061651902, 7.43809523809524, 4.59151258923929, 16.2635714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1335, '2021-05-09 00:00:00', 0.469312313517399, 0.974047619047618, 0.904467549234933, 1.58238095238095, 1.67409147357746, 5.15452380952381, 3.51302540554435, 7.42, 4.5899396717687, 16.2780952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1350, '2021-05-09 00:00:00', 0.710640807400515, 1.17857142857143, 0.651212879391767, 1.42428571428571, 1.72949652046072, 5.34428571428572, 3.49515610387808, 7.4147619047619, 4.56487294456264, 16.345 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1365, '2021-05-09 00:00:00', 0.371277876939575, 1.02452380952381, 1.53766567051675, 4.83928571428572, 2.10995277536862, 5.85428571428572, 3.49023864991112, 7.32833333333333, 4.55486495539712, 16.4061904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 990, '2021-05-09 00:00:00', 1.50196077379135, 2.8104347826087, 1.70937735699775, 3.73869565217392, 2.17202665784091, 4.87456521739131, 3.60342590611624, 6.40652173913044, 4.69794840009557, 16.2384782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1005, '2021-05-09 00:00:00', 0.987713053016321, 2.27043478260869, 1.61339878282186, 3.17021739130435, 2.12003898931258, 4.09804347826087, 3.11282316924748, 5.48891304347826, 4.98185381071187, 15.9741304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1020, '2021-05-09 00:00:00', 1.00046856611223, 1.96652173913044, 1.09391444557116, 2.63478260869566, 1.53956345514275, 3.28021739130434, 2.77612730369558, 4.83652173913043, 5.02667745780671, 15.9360869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1035, '2021-05-09 00:00:00', 0.593768280351004, 1.51695652173913, 1.02662543442518, 2.19565217391304, 1.27436312854666, 2.73173913043478, 2.37214371619358, 4.45108695652173, 5.02557767115919, 15.9267391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1050, '2021-05-09 00:00:00', 0.813972593764191, 1.55673913043478, 0.845375527566713, 1.95934782608695, 1.70515771876088, 2.54586956521739, 2.31201193973694, 4.21413043478261, 5.03598221772409, 15.8115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1065, '2021-05-09 00:00:00', 0.603242064301138, 1.27847826086956, 0.91634763282814, 1.7545652173913, 1.54104008560925, 2.315, 2.11899780081101, 4.04304347826087, 5.26359327175217, 15.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1080, '2021-05-09 00:00:00', 0.708903777121687, 1.21173913043478, 1.31143714729466, 1.65413043478261, 1.32577417907917, 2.11608695652174, 2.11449673508562, 3.94652173913043, 5.35018400370658, 15.975652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1095, '2021-05-09 00:00:00', 0.792394055960137, 1.20760869565217, 0.782622782042751, 1.62434782608696, 0.90887385254605, 1.97695652173914, 2.94637945239074, 4.36782608695652, 5.35448950006666, 15.9734782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1110, '2021-05-09 00:00:00', 0.696532773915449, 1.15521739130435, 0.838972527074502, 1.53608695652175, 1.25524653893878, 2.11065217391305, 2.96602885588004, 4.32891304347826, 5.45009257636135, 15.92 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1125, '2021-05-09 00:00:00', 0.461289544080796, 1.00304347826088, 0.53623025406583, 1.32739130434784, 1.13774471806212, 2.10695652173913, 2.83221841777924, 4.2995652173913, 5.89441655649666, 16.6147826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1140, '2021-05-09 00:00:00', 0.294010029137113, 0.926521739130437, 0.614914676429612, 1.42217391304348, 1.10060920069215, 2.07739130434782, 2.66943542238959, 4.26673913043478, 5.90286408007385, 16.6304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1155, '2021-05-09 00:00:00', 0.522462056795049, 0.964347826086949, 0.751333991510046, 1.47869565217391, 1.08432503003066, 2.03804347826087, 3.08222570818646, 6.98804347826086, 6.10897017514331, 16.709347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1170, '2021-05-09 00:00:00', 0.456262744150341, 1.05065217391304, 0.722540669971477, 1.42173913043479, 1.05617762048242, 2.0654347826087, 3.34425943165973, 7.59934782608696, 6.22903953254622, 16.7369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1185, '2021-05-09 00:00:00', 0.575209877489983, 0.93130434782609, 0.851902834092701, 1.3554347826087, 1.13194164921749, 1.93847826086957, 3.33497398523788, 7.5408695652174, 6.31078352000476, 16.83 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1200, '2021-05-09 00:00:00', 0.603615370208141, 0.96590909090909, 0.927742920429427, 1.48954545454546, 1.13088807860033, 1.92431818181818, 3.45448002615187, 7.66681818181818, 6.25976736788198, 17.1925 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1215, '2021-05-09 00:00:00', 0.48148899867406, 0.984318181818183, 0.754451292825949, 1.26409090909091, 0.745378292346437, 1.69568181818181, 3.42535074198653, 7.6840909090909, 6.16935416312301, 17.1738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1230, '2021-05-09 00:00:00', 0.406378259806425, 0.768636363636366, 0.524655164013041, 1.14522727272727, 0.674594635375887, 1.55772727272727, 3.50494588702816, 7.80136363636363, 6.12066455803899, 17.0881818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1245, '2021-05-09 00:00:00', 0.459697576099621, 0.896363636363636, 0.601348052727768, 1.29636363636363, 0.62021536547163, 1.62136363636364, 3.60276718444051, 7.97636363636363, 6.11465003263842, 17.0845454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1260, '2021-05-09 00:00:00', 0.530413544452365, 0.998636363636355, 0.514084105504602, 1.23590909090909, 0.55308075586737, 1.59431818181818, 3.6577560436546, 8.04431818181818, 6.09634050776202, 17.1015909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1275, '2021-05-09 00:00:00', 0.298983939541736, 0.863409090909091, 0.444453614173079, 1.16159090909091, 2.21494950251723, 2.24818181818182, 3.74825789259987, 8.04090909090909, 6.23939394898649, 17.0802272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1290, '2021-05-09 00:00:00', 0.334017344729417, 0.813409090909086, 0.371217139289344, 1.13454545454545, 2.31070799292586, 2.38, 3.68685843343966, 8.00818181818181, 6.20277759053654, 17.0588636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1305, '2021-05-09 00:00:00', 0.321925685812966, 0.798636363636362, 2.32403674828074, 1.83704545454546, 2.40803584570478, 2.62340909090909, 3.63623348995998, 8.00522727272726, 6.13885177670577, 17.0402272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1320, '2021-05-09 00:00:00', 0.389456098465002, 0.849500000000006, 0.56225175808857, 1.25325000000001, 0.705445501270766, 1.96575, 3.70312047468079, 7.74475, 6.20797863110131, 16.5375 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1335, '2021-05-09 00:00:00', 0.369281307691751, 0.853500000000004, 0.439776483299363, 1.38575, 2.74842222681344, 5.76699999999999, 3.96796722284584, 7.73675, 6.31028660517679, 16.47025 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1350, '2021-05-09 00:00:00', 0.448632131566252, 1.1605, 0.603854722856243, 1.547, 3.38941171537419, 6.69025, 3.97275308060716, 7.75024999999999, 6.27166046593723, 16.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1365, '2021-05-09 00:00:00', 0.377296128287921, 1.05050000000001, 2.61070347446411, 5.519, 3.26223926161157, 6.5855, 3.80597871084015, 7.68849999999999, 6.33188950763056, 16.352 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 930, '2021-05-09 00:00:00', 0.106066017177966, 3.995, 1.3717871555019, 5.66, 0.940452018978097, 6.48499999999999, 2.97691954879535, 8.17499999999998, 0.700035713374689, 19.735 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 945, '2021-05-09 00:00:00', 0.551543289325528, 3.52000000000001, 0.650538238691635, 3.97, 0.0565685424949125, 4.47, 2.15667568261898, 6.035, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 960, '2021-05-09 00:00:00', 0.240416305603408, 2.03, 0.169705627484778, 2.49000000000001, 0.714177848998407, 3.36500000000001, 2.36173664916309, 4.88, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 975, '2021-05-09 00:00:00', 0.0141421356237181, 1.80000000000001, 0.452548339959421, 2.52000000000001, 1.58391918985787, 3.80000000000001, 2.26274169979694, 4.95000000000002, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 930, '2021-05-09 00:00:00', 0.98994949366115, 3.36000000000001, 0.0282842712474764, 4.59999999999999, 0.0777817459305299, 5.505, 0.572756492761145, 6.625, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 945, '2021-05-09 00:00:00', 1.08187337521544, 2.72499999999999, 0.975807358037432, 3.63, 0.890954544295043, 3.89999999999998, 0.417193000900005, 5.92500000000001, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 960, '2021-05-09 00:00:00', 0.247487373415308, 1.45499999999998, 0.134350288425442, 1.77500000000001, 2.0223253941935, 4.09999999999999, 0.417193000900005, 5.92500000000001, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 975, '2021-05-09 00:00:00', 0.233345237791549, 1.45500000000001, 1.3717871555019, 3.16999999999999, 1.76069588515447, 4.58500000000001, 0.141421356237261, 5.73000000000002, 0.212132034355972, 19.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 930, '2021-05-09 00:00:00', 1.6970562748477, 4.66999999999996, 1.52027957955106, 4.79499999999996, 1.1879393923934, 5.98999999999998, 0.30405591591022, 6.61499999999998, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 945, '2021-05-09 00:00:00', 1.23743686707646, 3.30500000000001, 0.707106781186548, 3.68000000000001, 0.38183766184075, 5.38000000000002, 0.410121933088186, 5.40000000000001, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 960, '2021-05-09 00:00:00', 0.735391052434024, 2.41, 1.55563491861044, 3.67000000000002, 0.671751442127252, 4.29500000000002, 1.32936074863071, 4.75999999999999, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 975, '2021-05-09 00:00:00', 0.784888527117077, 2.30500000000001, 0.098994949366107, 2.93000000000001, 0.0848528137423889, 3.11000000000001, 0.692964645562789, 5.21000000000001, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 4, 930, '2021-05-09 00:00:00', 0.0565685424949125, 3.39000000000001, 0.240416305603449, 3.98000000000002, 0.678822509939071, 4.79999999999998, 0.367695526217032, 7.97, 1.89504617357991, 19.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 945, '2021-05-09 00:00:00', 1.18086832458155, 2.48499999999999, 1.03237590053239, 3.38999999999999, 0.84145706961199, 4.91499999999999, 1.89504617357999, 6.88999999999999, 1.89504617357991, 19.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 960, '2021-05-09 00:00:00', 0.417193000900086, 2.255, 0.601040764008582, 2.58499999999998, 0.516187950266233, 5.035, 2.22031529292579, 7.01000000000002, 2.12839141137146, 20.045 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 975, '2021-05-09 00:00:00', 0.0494974746830535, 1.74499999999998, 0.947523086789996, 3.43000000000001, 1.30107647738323, 5.02000000000001, 2.90620887067676, 6.52500000000001, 2.19203102167827, 20.09 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 930, '2021-05-09 00:00:00', 1.87383297014433, 4.23500000000001, 2.29809703885628, 4.53500000000003, 2.41300189079909, 4.53500000000003, 2.53365198533905, 6.73500000000001, 2.660334584606, 17.63 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 945, '2021-05-09 00:00:00', 1.65462986797654, 2.72000000000003, 1.61220346110535, 2.75000000000003, 0.91923881554252, 3.27000000000001, 2.77185858225128, 7.08000000000001, 1.49906637611552, 17.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 960, '2021-05-09 00:00:00', 0.933380951166198, 2.24000000000001, 0.424264068711904, 2.59999999999999, 0.947523086789956, 3.35999999999999, 3.04055915910216, 7.41999999999999, 1.49906637611552, 17.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 975, '2021-05-09 00:00:00', 0.601040764008582, 1.69499999999999, 0.0141421356237181, 2.42000000000002, 0.296984848098361, 3.90000000000001, 3.33047293938866, 8.13499999999999, 0.657609306503494, 18.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:47:45 Duration: 5s734ms Database: acaweb_fx User: pgperfstats
9 36s388ms 1 36s388ms 36s388ms 36s388ms select cleanuppatternresultsrelevance ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 09 15 1 36s388ms 36s388ms [ User: postgres - Total duration: 36s388ms - Times executed: 1 ]
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:38 Duration: 36s388ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:09 Duration: 0ms Database: acaweb_fx User: postgres
10 34s820ms 2 16s222ms 18s597ms 17s410ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 34s820ms 17s410ms [ User: pgperfstats - Total duration: 34s820ms - 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 983555, 1, 960, '2021-05-09 00:00:00', 0.000261078237610566, 0.000840384615384608, 0.000291494359359582, 0.0010451923076923, 0.000726406116544894, 0.0018146153846154, 0.00150837380594517, 0.00337846153846153, 0.00274221398480527, 0.00632153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983555, 1, 975, '2021-05-09 00:00:00', 0.000235728983890741, 0.00067807692307692, 0.000383696995838362, 0.00110576923076925, 0.000757764551417256, 0.00184365384615386, 0.00136604557025012, 0.00324249999999999, 0.00276150862475848, 0.00631173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 990, '2021-05-09 00:00:00', 0.000358313571309579, 0.00095115384615386, 0.000586594080591188, 0.00153384615384618, 0.000884790566266307, 0.00195788461538463, 0.00136079072035907, 0.00317423076923077, 0.00278325894342476, 0.0062921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1005, '2021-05-09 00:00:00', 0.00041167747831749, 0.0010271153846154, 0.000513220338046543, 0.00139365384615385, 0.000714518692224687, 0.00188519230769231, 0.00126924333909859, 0.00301057692307692, 0.00280978149301001, 0.00625596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1020, '2021-05-09 00:00:00', 0.000352854077488152, 0.000979999999999998, 0.000461164954636209, 0.00132365384615385, 0.000634448064189526, 0.00196288461538462, 0.00118017821340023, 0.00282615384615385, 0.00278015046632096, 0.00633884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1035, '2021-05-09 00:00:00', 0.000254429981300566, 0.000801153846153834, 0.00048093022842757, 0.00121673076923077, 0.000814751779095, 0.0019276923076923, 0.00121828233433544, 0.0026003846153846, 0.0028338712852807, 0.00627769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1050, '2021-05-09 00:00:00', 0.00039303963393806, 0.000906923076923096, 0.00054503637846124, 0.00136057692307693, 0.000742046235341586, 0.00183615384615385, 0.00111322893146295, 0.00246942307692308, 0.00283607760011009, 0.00627692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1065, '2021-05-09 00:00:00', 0.000341689017405258, 0.000995769230769234, 0.000650222358416431, 0.00136865384615384, 0.000725727645459788, 0.00164615384615384, 0.00107960692633228, 0.00230865384615384, 0.00285220020335179, 0.00625000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1080, '2021-05-09 00:00:00', 0.000492015790866064, 0.000916538461538449, 0.000487818061923167, 0.0011576923076923, 0.000721809904657413, 0.00153653846153845, 0.00103053826488133, 0.00223365384615384, 0.00286079741438533, 0.00622538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1095, '2021-05-09 00:00:00', 0.000290188532880569, 0.000684230769230777, 0.000393754511573639, 0.000913846153846158, 0.000655397853333249, 0.00127288461538462, 0.00090843307615153, 0.00220057692307693, 0.00283768180712029, 0.00622903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1110, '2021-05-09 00:00:00', 0.000229383873754146, 0.000625192307692313, 0.000562193916722689, 0.000950000000000002, 0.000641833431542901, 0.00120807692307692, 0.000771983185348962, 0.00212403846153846, 0.00284016384278198, 0.00624557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1125, '2021-05-09 00:00:00', 0.000414231262052412, 0.00062153846153846, 0.000394811980567955, 0.000817500000000009, 0.000553424756889726, 0.00113019230769231, 0.000710010536216509, 0.00205019230769231, 0.00291692148703706, 0.00627980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1140, '2021-05-09 00:00:00', 0.000195986361377922, 0.000545576923076936, 0.00034103648575391, 0.000788269230769241, 0.000425335704518735, 0.00101230769230769, 0.000691797991857777, 0.0020526923076923, 0.00295388174858361, 0.00629923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1155, '2021-05-09 00:00:00', 0.000263195525447118, 0.00056326923076924, 0.000325301989873075, 0.000740769230769241, 0.000520002995553496, 0.00108865384615385, 0.000722429661202123, 0.00205115384615384, 0.00300216993958599, 0.0063671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1170, '2021-05-09 00:00:00', 0.000175959894906154, 0.000453269230769224, 0.000237043001616552, 0.000585769230769217, 0.000538256480185363, 0.000985961538461524, 0.000783004887498247, 0.00202557692307691, 0.00298706550750963, 0.00634288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1185, '2021-05-09 00:00:00', 0.000210276009092805, 0.000429999999999999, 0.000446547998970573, 0.000758653846153842, 0.000514895097605784, 0.0009901923076923, 0.000768190481185886, 0.00202384615384613, 0.00305739039680273, 0.00636403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1200, '2021-05-09 00:00:00', 0.000432209395476861, 0.000605192307692301, 0.00047088333521651, 0.000753653846153843, 0.000570797148394577, 0.00105076923076923, 0.00075402593813781, 0.00199365384615383, 0.00304879769493079, 0.00633923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1215, '2021-05-09 00:00:00', 0.000189946146213964, 0.000393461538461533, 0.000272006504447102, 0.000576538461538464, 0.000591988175557559, 0.000939999999999992, 0.000790837749575629, 0.0019328846153846, 0.00307317108212349, 0.00635250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1230, '2021-05-09 00:00:00', 0.000213886742135978, 0.000443461538461544, 0.000484010807253793, 0.000732307692307695, 0.000541755586389841, 0.000976346153846149, 0.000834820869777112, 0.00195173076923076, 0.00306734761391913, 0.00637576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1245, '2021-05-09 00:00:00', 0.000335679334163756, 0.000533846153846158, 0.000415795484120961, 0.000706730769230766, 0.000487298044953375, 0.000939230769230773, 0.000871450426676039, 0.00196038461538461, 0.00308153963141802, 0.00640250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1260, '2021-05-09 00:00:00', 0.000369519438439455, 0.000483846153846138, 0.000397790822495353, 0.000668461538461524, 0.000534650029314639, 0.00105057692307691, 0.000830563594564184, 0.00190673076923076, 0.00313070154339983, 0.00641307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1275, '2021-05-09 00:00:00', 0.00015976822154417, 0.000398269230769235, 0.000230039127106691, 0.000585000000000006, 0.000418810632808981, 0.00105711538461539, 0.000848282178196718, 0.00188057692307692, 0.00309335192854711, 0.00640807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1290, '2021-05-09 00:00:00', 0.000191248127190428, 0.000415384615384612, 0.00033756577706598, 0.000735576923076917, 0.000461682208384158, 0.00106269230769231, 0.000852964896924025, 0.00186365384615384, 0.00304822347378827, 0.00641711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1305, '2021-05-09 00:00:00', 0.000274746036578129, 0.000560769230769228, 0.00027231853520351, 0.000809230769230772, 0.000375713475117166, 0.00105884615384616, 0.000809166261321815, 0.00184403846153846, 0.00299713928348606, 0.00645173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1320, '2021-05-09 00:00:00', 0.00024903822690813, 0.000615961538461543, 0.000311517193006215, 0.000774807692307695, 0.000399872672042196, 0.00105807692307691, 0.000813186254566186, 0.00179173076923077, 0.00309624241870442, 0.00645865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1335, '2021-05-09 00:00:00', 0.000241329331316865, 0.000444615384615389, 0.000279692757256131, 0.000640961538461553, 0.000414995319714108, 0.000941346153846155, 0.000731552090789485, 0.0017626923076923, 0.00305113706421318, 0.00645423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1350, '2021-05-09 00:00:00', 0.000165500639087771, 0.00043269230769232, 0.000273246929745579, 0.00064326923076923, 0.000428259132553385, 0.000871730769230767, 0.000753153779373511, 0.00177384615384614, 0.00301740119970812, 0.00646500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1365, '2021-05-09 00:00:00', 0.000216513279038503, 0.000464999999999997, 0.000342278170723534, 0.00064211538461539, 0.000399762477555785, 0.000774038461538464, 0.000781890042436625, 0.00187403846153845, 0.00298451001647868, 0.00647596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1380, '2021-05-09 00:00:00', 0.000294502775225275, 0.000421730769230782, 0.000385480369648855, 0.000546346153846159, 0.000375854564753638, 0.000799423076923079, 0.000899079614854072, 0.00194307692307691, 0.00298518784359351, 0.00648769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1395, '2021-05-09 00:00:00', 0.000228237477540036, 0.000287884615384623, 0.000214069003971929, 0.000421538461538465, 0.000389936730568107, 0.000825576923076921, 0.00121704669337135, 0.00213057692307691, 0.00291403386813114, 0.00645576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1410, '2021-05-09 00:00:00', 0.000113562588639302, 0.000292692307692308, 0.000288255295501414, 0.000576346153846151, 0.000466078278337935, 0.000914807692307686, 0.00122395464031085, 0.0022301923076923, 0.00290973570039511, 0.0064546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1425, '2021-05-09 00:00:00', 0.000308950083097812, 0.000483076923076919, 0.000415855744219064, 0.000719999999999998, 0.000638692293795569, 0.000974615384615373, 0.00122649412805518, 0.00234538461538462, 0.00291241053345585, 0.00646365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 0, '2021-05-09 00:00:00', 0.000425325938365088, 0.000448076923076929, 0.000508527777019104, 0.000662499999999989, 0.000626710336721716, 0.000915384615384604, 0.00125750346382761, 0.00241019230769231, 0.00291421479066897, 0.0064696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 15, '2021-05-09 00:00:00', 0.000403363931875995, 0.0004576923076923, 0.000520170127495289, 0.000624807692307686, 0.000563757619767718, 0.00094942307692308, 0.00116043791468831, 0.00249692307692308, 0.00280210860163996, 0.00644384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 30, '2021-05-09 00:00:00', 0.000409327967057441, 0.000385769230769234, 0.000387406762976583, 0.000619999999999997, 0.000498575355001995, 0.00100076923076924, 0.0010837388452092, 0.00255826923076923, 0.00269084356947494, 0.00640865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 45, '2021-05-09 00:00:00', 0.00026981282686052, 0.000444807692307686, 0.000397081661820141, 0.000700384615384626, 0.000535878574076106, 0.00102461538461539, 0.00107696198418729, 0.00264365384615384, 0.00264501453391383, 0.00639173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 60, '2021-05-09 00:00:00', 0.000322472717987364, 0.00058442307692308, 0.000422107942811557, 0.000788653846153855, 0.000473237661873383, 0.00104173076923077, 0.00121207344598483, 0.00271403846153847, 0.00264501453391383, 0.00639173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 75, '2021-05-09 00:00:00', 0.00022842201160267, 0.000428846153846166, 0.00026969077734437, 0.000606346153846155, 0.00030820996839068, 0.000900769230769231, 0.00112155626766492, 0.0026123076923077, 0.00256949381426351, 0.0064023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 90, '2021-05-09 00:00:00', 0.000152827831738343, 0.000387884615384612, 0.000253219044732781, 0.00057826923076924, 0.000405863230089227, 0.000985192307692297, 0.00109546182744294, 0.00274615384615385, 0.00256474962790643, 0.00640057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 105, '2021-05-09 00:00:00', 0.000226861191039805, 0.000410000000000013, 0.000302997334337103, 0.000714230769230768, 0.000444599430775812, 0.00108057692307692, 0.00113761261488192, 0.00277269230769231, 0.002552789944355, 0.00636250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 120, '2021-05-09 00:00:00', 0.00024566651880455, 0.000545961538461533, 0.000388588966152404, 0.000765769230769217, 0.00051026312970708, 0.0011176923076923, 0.00113872325603993, 0.00277442307692307, 0.00259971226218478, 0.00637461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 135, '2021-05-09 00:00:00', 0.00035629762839513, 0.000499999999999992, 0.000389325501545746, 0.000762115384615369, 0.001021952279482, 0.00131730769230768, 0.00111371837346099, 0.00275384615384615, 0.00258639591829129, 0.00634038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 150, '2021-05-09 00:00:00', 0.000206305225706596, 0.000504615384615368, 0.000313816028908668, 0.000777499999999982, 0.000963659611145884, 0.00134038461538461, 0.0010224493404791, 0.00269942307692307, 0.0024752161444081, 0.00627519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 165, '2021-05-09 00:00:00', 0.000222517069353897, 0.000530384615384606, 0.000968698413018519, 0.00100615384615384, 0.000972951971302557, 0.00137653846153847, 0.00101213234540517, 0.00260826923076923, 0.00242427429268098, 0.00626961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 180, '2021-05-09 00:00:00', 0.000966070968089115, 0.000836346153846142, 0.000955431598002473, 0.00106346153846154, 0.00093877891228652, 0.00142038461538463, 0.00100869329027518, 0.00254692307692308, 0.00245885714541095, 0.00626269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 195, '2021-05-09 00:00:00', 0.000282513444200171, 0.000589615384615383, 0.000390480030022231, 0.000830576923076933, 0.000406490278055757, 0.00119788461538463, 0.000758427649812435, 0.00226750000000001, 0.00230438192113668, 0.00622096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 210, '2021-05-09 00:00:00', 0.000291424947456459, 0.000587500000000023, 0.000311300250809157, 0.000864615384615417, 0.000411345493939862, 0.00125865384615387, 0.000831525127979633, 0.00222096153846155, 0.00230556438109732, 0.00633634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 225, '2021-05-09 00:00:00', 0.000222661263944894, 0.000610961538461566, 0.000382512945985033, 0.000951923076923092, 0.00046405006361217, 0.00131230769230771, 0.000828019044745671, 0.00220653846153847, 0.00228441735544234, 0.00641442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 240, '2021-05-09 00:00:00', 0.000351704257317674, 0.000696730769230769, 0.000398119473757094, 0.000946346153846162, 0.000565440638250048, 0.00128634615384616, 0.000846203557980256, 0.0021476923076923, 0.00231114816620525, 0.00647961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 255, '2021-05-09 00:00:00', 0.000209897868937768, 0.000533653846153862, 0.000273726772811586, 0.000792884615384613, 0.000542172162551857, 0.00107442307692308, 0.000820854643742628, 0.00202211538461537, 0.00228826044947148, 0.00641826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 270, '2021-05-09 00:00:00', 0.000205462798429461, 0.000564807692307699, 0.000373389928173678, 0.000775961538461541, 0.000533113532431442, 0.00115096153846154, 0.00074202024127482, 0.00197096153846153, 0.00234956005701886, 0.00645269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 285, '2021-05-09 00:00:00', 0.000299051899277583, 0.00055903846153846, 0.000355043009312299, 0.000733461538461553, 0.000462923195158098, 0.00115826923076924, 0.000654133484378084, 0.00193615384615383, 0.00231885780902183, 0.00643846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 300, '2021-05-09 00:00:00', 0.000215717496883175, 0.000480961538461547, 0.000406660366701931, 0.000794423076923085, 0.000493602923566964, 0.00110538461538461, 0.0006132092126359, 0.00190346153846152, 0.00226027612336329, 0.00641807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 315, '2021-05-09 00:00:00', 0.000303978807459671, 0.000578653846153845, 0.000357621469412306, 0.000816346153846143, 0.000486942146302983, 0.00108557692307692, 0.00053761124072497, 0.0019453846153846, 0.00229984728589999, 0.00648153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 330, '2021-05-09 00:00:00', 0.00028631370638086, 0.000528461538461525, 0.000449508449479935, 0.000760384615384605, 0.000498298219327163, 0.00100865384615385, 0.000577285457984171, 0.00197749999999999, 0.00232870604545826, 0.00650961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 345, '2021-05-09 00:00:00', 0.000289541082510819, 0.000500961538461524, 0.000317081462476366, 0.000710576923076915, 0.000344517778931653, 0.000987499999999992, 0.000727502603748975, 0.00204596153846153, 0.0023518493868574, 0.00653846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 360, '2021-05-09 00:00:00', 0.000186416097852253, 0.000479807692307689, 0.000254864443607548, 0.000683269230769232, 0.000313052711216493, 0.000920000000000011, 0.000800538496647975, 0.00216173076923077, 0.00237107904679575, 0.00658538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 375, '2021-05-09 00:00:00', 0.000129626237847369, 0.000415192307692295, 0.000206905868601008, 0.000629038461538449, 0.0002944272144612, 0.000805769230769227, 0.000871160234311774, 0.00236807692307692, 0.00232378723539497, 0.00660634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 390, '2021-05-09 00:00:00', 0.000158563745977652, 0.000422692307692301, 0.000212291889043952, 0.000549615384615394, 0.000274401796921677, 0.000767884615384611, 0.000843139097931968, 0.00246653846153846, 0.00225733334847865, 0.0066196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 405, '2021-05-09 00:00:00', 0.000136418050914785, 0.000376730769230769, 0.000177725479754175, 0.000532115384615378, 0.000336220680734896, 0.000867884615384605, 0.000882924685349769, 0.002655, 0.00223168063609882, 0.0066373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 420, '2021-05-09 00:00:00', 0.000170373458568592, 0.000401346153846149, 0.000189854296359483, 0.00055942307692307, 0.000344978260184605, 0.000869999999999999, 0.000931748067633341, 0.00277769230769231, 0.00221409645575448, 0.00663634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 435, '2021-05-09 00:00:00', 0.000115120004276479, 0.000381153846153841, 0.000287707116031892, 0.000619230769230778, 0.000337722462294792, 0.000927307692307704, 0.000895674241090952, 0.0028971153846154, 0.00219285388337803, 0.00661807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 450, '2021-05-09 00:00:00', 0.000279000964983175, 0.000446538461538453, 0.000292030886143117, 0.000604038461538456, 0.000386953038295541, 0.000945576923076913, 0.000895732360439474, 0.00297230769230769, 0.00221306112397772, 0.00663653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 465, '2021-05-09 00:00:00', 0.000167078977179592, 0.000419230769230766, 0.00025676246131094, 0.00066019230769229, 0.000269367706933193, 0.000940192307692293, 0.000923365520590514, 0.00301173076923077, 0.00221887445479771, 0.00661961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 480, '2021-05-09 00:00:00', 0.000221782291031949, 0.000530769230769215, 0.000268242140898547, 0.000735384615384608, 0.000248672243355338, 0.000991730769230754, 0.000941096251106204, 0.00304307692307693, 0.00221466927553528, 0.00660500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 495, '2021-05-09 00:00:00', 0.000158959114240107, 0.000469999999999996, 0.000171301915207752, 0.00066711538461537, 0.000373131498783756, 0.00106134615384614, 0.001019604146414, 0.00306384615384616, 0.00220296799795184, 0.00662500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 510, '2021-05-09 00:00:00', 0.000157200019573294, 0.000454615384615374, 0.000231680565899236, 0.000678269230769216, 0.00045734686382016, 0.00122692307692307, 0.00115055025297263, 0.00316826923076924, 0.00222507973927987, 0.00664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 525, '2021-05-09 00:00:00', 0.000182001796271785, 0.00044442307692308, 0.000265119711712396, 0.000817307692307688, 0.000545948715540218, 0.001385, 0.00116806376604124, 0.0031748076923077, 0.00220713559584849, 0.00665846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 540, '2021-05-09 00:00:00', 0.000193120528327612, 0.000668461538461532, 0.000383018979244533, 0.00103846153846154, 0.000584200209359254, 0.00161673076923078, 0.00121630487068889, 0.00321153846153847, 0.00220709868727807, 0.00666884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 555, '2021-05-09 00:00:00', 0.000293595024585787, 0.000659038461538466, 0.000415508261511873, 0.00109634615384616, 0.000614599963703726, 0.00173134615384616, 0.00126249162982754, 0.00324134615384617, 0.00222900171687823, 0.00672442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 570, '2021-05-09 00:00:00', 0.000375983223848336, 0.000829230769230779, 0.000469508417226101, 0.00121807692307694, 0.000642126904543391, 0.00178019230769231, 0.00118924449191008, 0.00317769230769231, 0.00225842634116359, 0.00667346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 585, '2021-05-09 00:00:00', 0.000328300108952866, 0.000754807692307718, 0.000459222587222564, 0.00127423076923077, 0.000592275176430187, 0.00181826923076924, 0.00110021116854203, 0.00319384615384617, 0.00224876722638461, 0.00673596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 600, '2021-05-09 00:00:00', 0.000330042188445416, 0.00104461538461538, 0.000449865107987511, 0.00137615384615385, 0.000614377014043185, 0.00187134615384615, 0.00105899053892773, 0.00322019230769232, 0.00221626227273273, 0.0067673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 615, '2021-05-09 00:00:00', 0.000294918045982528, 0.000785576923076928, 0.0003992550755903, 0.00115884615384616, 0.000568347943266613, 0.00166923076923077, 0.00110123526795349, 0.00310865384615385, 0.00222255964703207, 0.00672923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 630, '2021-05-09 00:00:00', 0.000284338097774735, 0.000793076923076935, 0.000382491880255695, 0.00111903846153847, 0.000501399579638363, 0.00155846153846154, 0.00106740204018196, 0.00309365384615385, 0.00217473960421789, 0.00675288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 645, '2021-05-09 00:00:00', 0.000305884153536302, 0.000738653846153839, 0.000459297833654806, 0.0010775, 0.000564821959695119, 0.00152461538461538, 0.00101361874565264, 0.00308019230769231, 0.00218447856830516, 0.00675115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 660, '2021-05-09 00:00:00', 0.000310942735267085, 0.000735769230769243, 0.000446961536806708, 0.00100115384615385, 0.000647530575458676, 0.00146038461538462, 0.00103807560492406, 0.00304519230769232, 0.00218709839390351, 0.00679076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 675, '2021-05-09 00:00:00', 0.000256189608268208, 0.000623653846153854, 0.000369706120296401, 0.000993846153846157, 0.000498728228751742, 0.00141538461538462, 0.000952727925485546, 0.00296750000000001, 0.00212865696192187, 0.0067273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 690, '2021-05-09 00:00:00', 0.000246972436954785, 0.000729230769230764, 0.000370540198172259, 0.00100903846153846, 0.00063958616428005, 0.00150730769230769, 0.000872926201832739, 0.00295692307692308, 0.00210882921400623, 0.00667557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 705, '2021-05-09 00:00:00', 0.000214710628163006, 0.000665576923076907, 0.000299780945666363, 0.000906153846153826, 0.000595861270637846, 0.0014105769230769, 0.00086756325417804, 0.00305000000000001, 0.00221166467934137, 0.00669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 720, '2021-05-09 00:00:00', 0.00017426692611757, 0.00062019230769231, 0.000507395915813881, 0.00106384615384617, 0.000609969765959422, 0.00146365384615385, 0.000855177736811747, 0.0031098076923077, 0.00224119320040429, 0.00665019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 735, '2021-05-09 00:00:00', 0.000420940567703413, 0.000760192307692313, 0.000479551753844547, 0.00100673076923076, 0.000570200369640767, 0.00143230769230769, 0.00101944398495529, 0.00312903846153846, 0.0023528872606945, 0.0066326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 750, '2021-05-09 00:00:00', 0.00020025992724841, 0.000610961538461527, 0.000303917498926674, 0.000930384615384604, 0.000405921221989602, 0.00126403846153845, 0.00101394765454328, 0.00299538461538462, 0.00236260276943752, 0.00659538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 765, '2021-05-09 00:00:00', 0.000218573786168422, 0.000662500000000002, 0.000357102872486989, 0.000942692307692313, 0.000376558147517138, 0.00129096153846155, 0.00103363274611738, 0.00309057692307692, 0.00237207981607832, 0.00661942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 780, '2021-05-09 00:00:00', 0.00022185268847732, 0.000611153846153849, 0.000246160438613639, 0.000824807692307694, 0.000328204732071075, 0.00131288461538463, 0.000964897862271131, 0.00321173076923078, 0.00238505682080355, 0.00661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 795, '2021-05-09 00:00:00', 0.000210223324476233, 0.000579615384615394, 0.000277160395106121, 0.000888269230769247, 0.000454798898922956, 0.00140596153846156, 0.000965842099692528, 0.00320519230769232, 0.00241343084871691, 0.00660269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 810, '2021-05-09 00:00:00', 0.000245325529418806, 0.000618846153846151, 0.000341833067671705, 0.00092038461538462, 0.000548738448275118, 0.00141173076923076, 0.000935102462505911, 0.00321115384615384, 0.00239608055759015, 0.00663096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 825, '2021-05-09 00:00:00', 0.000288189107251581, 0.000669807692307699, 0.000441141700590636, 0.000990000000000004, 0.000517606473624947, 0.0013726923076923, 0.000890714665526851, 0.00323384615384615, 0.0024293951130651, 0.00661884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 840, '2021-05-09 00:00:00', 0.000321010184357957, 0.000693461538461547, 0.000377537568176479, 0.00100384615384615, 0.000436790611691146, 0.00131403846153846, 0.000928857693828626, 0.00324615384615385, 0.00239301378214553, 0.0065851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 855, '2021-05-09 00:00:00', 0.000264794550257642, 0.00068307692307691, 0.000270116855054638, 0.00089634615384615, 0.00048875572001375, 0.00125807692307692, 0.000926966039540589, 0.00319403846153846, 0.00239258862869358, 0.00657788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 870, '2021-05-09 00:00:00', 0.000230463412747838, 0.00066076923076923, 0.000351506701982276, 0.000889807692307689, 0.000497847713818029, 0.00133211538461538, 0.0008599976073312, 0.00319326923076923, 0.00236884278791272, 0.00655692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 885, '2021-05-09 00:00:00', 0.00023477624372024, 0.000623269230769245, 0.000393614463852442, 0.000922115384615392, 0.000672474449042774, 0.00157173076923078, 0.000888163186668915, 0.00321538461538464, 0.00233942718169673, 0.00656346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 900, '2021-05-09 00:00:00', 0.000275444815078891, 0.000704615384615385, 0.000324173030719934, 0.00104807692307693, 0.000603720165690659, 0.00173596153846155, 0.000875060635261723, 0.00319134615384617, 0.00233215091377367, 0.00651826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 915, '2021-05-09 00:00:00', 0.000213988227569804, 0.000794807692307698, 0.000588182500458954, 0.00125942307692309, 0.000738651916565702, 0.00175557692307694, 0.00108581645991181, 0.00318423076923079, 0.0023395474250047, 0.00649192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 930, '2021-05-09 00:00:00', 0.000592715815936728, 0.000874038461538457, 0.00062363722196114, 0.00127076923076924, 0.000714759023404737, 0.0017223076923077, 0.00110538077323888, 0.00307557692307693, 0.00238004619379863, 0.00649673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 945, '2021-05-09 00:00:00', 0.000307955541246807, 0.000871153846153857, 0.000503790745632177, 0.00122134615384616, 0.000660311581463922, 0.00185076923076923, 0.00110393068692672, 0.00296980769230771, 0.00221631250399951, 0.00647865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 960, '2021-05-09 00:00:00', 0.000275753792079384, 0.000851923076923073, 0.000324566041638107, 0.00111634615384616, 0.000757485541877767, 0.0018121153846154, 0.00105404721832637, 0.00296846153846154, 0.00221987252752529, 0.00648096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 975, '2021-05-09 00:00:00', 0.000297637621691471, 0.000768076923076925, 0.000507099481971116, 0.00131326923076923, 0.000667938648725714, 0.00172403846153846, 0.000972821985455017, 0.00292115384615385, 0.00213753492099229, 0.00654653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 990, '2021-05-09 00:00:00', 0.000418519597923615, 0.00104557692307692, 0.000631687848910792, 0.00137846153846155, 0.000577315438373694, 0.00173634615384615, 0.000981684835058895, 0.00288865384615385, 0.00209758685526597, 0.00656615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1005, '2021-05-09 00:00:00', 0.000328742358788081, 0.000853461538461544, 0.000362651188630875, 0.00119173076923078, 0.000464819443853857, 0.00164365384615385, 0.00104494064976841, 0.00275019230769231, 0.00217655861042504, 0.00670423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1020, '2021-05-09 00:00:00', 0.000305256512562037, 0.000968461538461542, 0.000399221598382887, 0.00129673076923077, 0.000439225016801884, 0.00178384615384615, 0.0010907944176326, 0.0027123076923077, 0.00216822200289688, 0.00673557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1035, '2021-05-09 00:00:00', 0.000277895733075437, 0.000860961538461534, 0.00030357593144689, 0.00123211538461539, 0.000481934602968571, 0.0017551923076923, 0.00107997307658748, 0.00257038461538462, 0.00200131652822682, 0.00677038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1050, '2021-05-09 00:00:00', 0.000259651615705483, 0.000839807692307699, 0.000410435603493882, 0.00128423076923077, 0.00061399072907058, 0.00170615384615384, 0.00109825317593964, 0.00247903846153847, 0.00190835902121329, 0.00681692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1065, '2021-05-09 00:00:00', 0.0003942342626487, 0.00103557692307692, 0.000559417141730168, 0.00134653846153846, 0.00061687911794278, 0.00166538461538462, 0.00111736289814627, 0.00240038461538463, 0.00190414197313282, 0.00684557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1080, '2021-05-09 00:00:00', 0.000502764702573533, 0.000917884615384608, 0.000542168757434856, 0.0011401923076923, 0.000612711627490077, 0.00139653846153847, 0.0011333218193231, 0.0022921153846154, 0.00194471284215986, 0.00693096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1095, '2021-05-09 00:00:00', 0.000295844813789501, 0.000688076923076926, 0.000433971152887448, 0.00102519230769232, 0.000600879643650738, 0.0013321153846154, 0.0011479828462937, 0.00223115384615385, 0.0019137545457917, 0.0069176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1110, '2021-05-09 00:00:00', 0.000303587523813801, 0.00073923076923077, 0.000339087009482815, 0.000925000000000005, 0.000479628862928246, 0.00124038461538462, 0.0011192989048782, 0.00212096153846155, 0.00181025222424518, 0.00688865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1125, '2021-05-09 00:00:00', 0.000286098691955164, 0.000617692307692311, 0.00044295320120927, 0.000946538461538475, 0.000406522021354507, 0.0011669230769231, 0.00112076088508587, 0.00205519230769232, 0.00179599216205245, 0.00687038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1140, '2021-05-09 00:00:00', 0.000322376094265443, 0.000682884615384618, 0.000314565634584485, 0.000851538461538463, 0.000402590505830192, 0.00110134615384616, 0.00115689599625629, 0.00201711538461539, 0.00174048500092978, 0.00687403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1155, '2021-05-09 00:00:00', 0.000249070348418979, 0.000549038461538463, 0.000321801897972128, 0.000757692307692314, 0.000824277329170601, 0.00118134615384616, 0.00118604643831771, 0.00197307692307693, 0.00171567184642501, 0.00688673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1170, '2021-05-09 00:00:00', 0.000180321614387685, 0.000516730769230764, 0.00024632631578082, 0.000700576923076914, 0.000772473051558824, 0.00113615384615385, 0.00104888220721651, 0.00188326923076924, 0.00170530115770253, 0.00689903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1185, '2021-05-09 00:00:00', 0.000164670767103496, 0.000477307692307689, 0.000810328328518742, 0.000845000000000006, 0.000794914533383676, 0.00110365384615386, 0.00103367120200097, 0.00181307692307693, 0.00172199262930612, 0.00690115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1200, '2021-05-09 00:00:00', 0.000829760414911333, 0.000722115384615397, 0.000798938358072751, 0.000902500000000011, 0.000868640958845835, 0.00106865384615386, 0.00116156878335359, 0.00192903846153848, 0.00171468100868309, 0.00689019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1215, '2021-05-09 00:00:00', 0.000177803370219848, 0.000444038461538475, 0.000228914495289931, 0.000600384615384629, 0.000299568664274795, 0.00081076923076923, 0.000929198496637745, 0.00181538461538462, 0.00161062803087682, 0.00693557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1230, '2021-05-09 00:00:00', 0.000140043399866457, 0.000388076923076925, 0.000161623018162632, 0.000594999999999999, 0.00034687245494562, 0.000837500000000004, 0.000876392869401872, 0.00180269230769232, 0.00159003967052591, 0.00698192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1245, '2021-05-09 00:00:00', 0.000154234087821566, 0.000438076923076919, 0.000268063138372011, 0.000660384615384616, 0.000410143924082202, 0.000924038461538473, 0.000875728268357254, 0.00177500000000001, 0.00163047888199, 0.00710076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1260, '2021-05-09 00:00:00', 0.000215680051500807, 0.000446730769230762, 0.000264843059478348, 0.000600384615384607, 0.000380666672279858, 0.000948653846153848, 0.000869442991451775, 0.00173134615384616, 0.00165761609408952, 0.00713365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1275, '2021-05-09 00:00:00', 0.000125513100756604, 0.000396538461538455, 0.000245543980080647, 0.00061538461538462, 0.000386353614431938, 0.000993653846153852, 0.000958669992148569, 0.00178692307692309, 0.00161461585095459, 0.00717711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1290, '2021-05-09 00:00:00', 0.000185353819657277, 0.000465961538461564, 0.000263232567543203, 0.000719230769230784, 0.000346485874947998, 0.000977307692307702, 0.00100756097353194, 0.00182865384615386, 0.00161680793065081, 0.00726673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1305, '2021-05-09 00:00:00', 0.000192027642240933, 0.000528846153846155, 0.000298703673588712, 0.000768269230769225, 0.000301111083514699, 0.000916730769230771, 0.000980902567105336, 0.00181461538461539, 0.00169893646596469, 0.00734134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1320, '2021-05-09 00:00:00', 0.000269152587549556, 0.000578653846153841, 0.000254057837146172, 0.000690769230769226, 0.000256076085448181, 0.000889807692307693, 0.00109039371858906, 0.0019423076923077, 0.00168269487384419, 0.00736096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1335, '2021-05-09 00:00:00', 0.000124701027076151, 0.000332884615384631, 0.000150066139264835, 0.000480384615384633, 0.000425931964592402, 0.000855961538461548, 0.00108932302548243, 0.00189942307692309, 0.00169755054303365, 0.00738038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1350, '2021-05-09 00:00:00', 0.00010925710679226, 0.000341346153846157, 0.000160647248533972, 0.000558461538461538, 0.000427349838674805, 0.00088326923076924, 0.00103941300002232, 0.00189576923076923, 0.00172702172495354, 0.00739596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1365, '2021-05-09 00:00:00', 0.000128806503658051, 0.000431346153846157, 0.000440493298648049, 0.000677115384615384, 0.000418878906680121, 0.000838461538461544, 0.000991507632151866, 0.00193423076923077, 0.00208343259660958, 0.00751576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1380, '2021-05-09 00:00:00', 0.000440599635112799, 0.000445961538461539, 0.000438358476416446, 0.000591923076923086, 0.000708849446964257, 0.00100653846153848, 0.000984534583523534, 0.00197788461538461, 0.00208614791311272, 0.00750365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1395, '2021-05-09 00:00:00', 0.000207728095207335, 0.000349807692307687, 0.000205643829509639, 0.000469230769230765, 0.000630349475718406, 0.00111269230769233, 0.00105655448729129, 0.00221576923076924, 0.00211654308139111, 0.00746384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1410, '2021-05-09 00:00:00', 0.000138933852550827, 0.000311153846153843, 0.000612113520140243, 0.000775192307692318, 0.000628102178115837, 0.00110788461538463, 0.00131243496542173, 0.00236153846153847, 0.00211287139657422, 0.00746653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1425, '2021-05-09 00:00:00', 0.00050010752689951, 0.000633461538461551, 0.000558784704652746, 0.000932884615384629, 0.000528150655953979, 0.00104865384615386, 0.00127530961549916, 0.00246615384615385, 0.0021335679398243, 0.00743692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 0, '2021-05-09 00:00:00', 0.000374867361157976, 0.000606538461538464, 0.000432536748105343, 0.000744038461538468, 0.000432023013988128, 0.000876730769230774, 0.00138021749958252, 0.00248711538461538, 0.00220003298052202, 0.00738134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 15, '2021-05-09 00:00:00', 0.000289022557011611, 0.000369038461538462, 0.000332769266332378, 0.000535769230769222, 0.000460730565348281, 0.00086057692307692, 0.00135543776635503, 0.00247153846153845, 0.00220597242642645, 0.00734288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 30, '2021-05-09 00:00:00', 0.000251397325730859, 0.000393846153846146, 0.000287058088466181, 0.000507115384615385, 0.000503752266648845, 0.000867115384615395, 0.00156184811632294, 0.00252653846153845, 0.00218388331788899, 0.00732788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 45, '2021-05-09 00:00:00', 0.000241240783004492, 0.000301346153846164, 0.000441234108452126, 0.000653461538461549, 0.000475845037801181, 0.000902500000000007, 0.00154695155560366, 0.00257365384615384, 0.00218533620895134, 0.00732288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 60, '2021-05-09 00:00:00', 0.000399610387175378, 0.000557692307692319, 0.000470077244061662, 0.000691153846153861, 0.000647082594894488, 0.00103673076923077, 0.00152505012527961, 0.00258326923076922, 0.00220419443683732, 0.00730365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 75, '2021-05-09 00:00:00', 0.000232938750615821, 0.000382307692307699, 0.000251073387984171, 0.000565384615384609, 0.000520250864043943, 0.00097980769230768, 0.00169313568905107, 0.00264730769230769, 0.00220134648480284, 0.00732211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 90, '2021-05-09 00:00:00', 0.00022317257896078, 0.00043499999999998, 0.000511210479006605, 0.000726923076923069, 0.000466451621697917, 0.00107365384615383, 0.00177232046937168, 0.00269038461538461, 0.0021973013255775, 0.00739865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 105, '2021-05-09 00:00:00', 0.0005068375934694, 0.000537115384615381, 0.000468456549171359, 0.000826538461538445, 0.000476705521098883, 0.0011630769230769, 0.00176253890300764, 0.00273923076923076, 0.00224957972998035, 0.00745480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 120, '2021-05-09 00:00:00', 0.000199100766911167, 0.000566346153846136, 0.000270692559074789, 0.000792307692307673, 0.000409542568464628, 0.00121865384615382, 0.00178292805843042, 0.00273769230769231, 0.00224936620988087, 0.00746711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 135, '2021-05-09 00:00:00', 0.000226066702205674, 0.000491923076923063, 0.00031059000925039, 0.000753076923076899, 0.000857552711992766, 0.00138442307692307, 0.00176127698428856, 0.00272115384615385, 0.00225902150362633, 0.00744192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 150, '2021-05-09 00:00:00', 0.000265082280404817, 0.000503846153846154, 0.000322325981673113, 0.000825961538461527, 0.00117121260304798, 0.00145480769230769, 0.00175783303005105, 0.0027198076923077, 0.00228414094270775, 0.00743461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 165, '2021-05-09 00:00:00', 0.000285965032827444, 0.000594999999999991, 0.000909909124794675, 0.00107384615384616, 0.00127163069142915, 0.00155615384615385, 0.00177066437987379, 0.00269788461538462, 0.00224742297720334, 0.00744903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 180, '2021-05-09 00:00:00', 0.000955958097729904, 0.000911730769230794, 0.00122869112661211, 0.00120673076923078, 0.00146242538271187, 0.00165000000000001, 0.0017823776363222, 0.00269403846153848, 0.00226246459385811, 0.00745096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 195, '2021-05-09 00:00:00', 0.000466250840378702, 0.000679615384615375, 0.000574652537157494, 0.00104153846153847, 0.000734827452273926, 0.00137923076923078, 0.00124641283752154, 0.00241019230769232, 0.00187704932110112, 0.00722692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 210, '2021-05-09 00:00:00', 0.000370214283064019, 0.000738846153846165, 0.000587250830958557, 0.00103346153846154, 0.000814577214548454, 0.00138596153846153, 0.0011171901566671, 0.0023846153846154, 0.00187090208599612, 0.00726884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 225, '2021-05-09 00:00:00', 0.00035005433644154, 0.000645961538461543, 0.000356197924668937, 0.000879807692307704, 0.000545193684708602, 0.00127692307692306, 0.000992637667259075, 0.00220153846153847, 0.00188217263983778, 0.00719538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 240, '2021-05-09 00:00:00', 0.000208722211416183, 0.000589807692307705, 0.000423623199771464, 0.000861153846153843, 0.000429187783896701, 0.00112692307692308, 0.000947792191601906, 0.00207903846153848, 0.00190856761634318, 0.00715788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 255, '2021-05-09 00:00:00', 0.000371351430070463, 0.000593269230769236, 0.000386065608214661, 0.000825576923076921, 0.000596086080515747, 0.00112115384615385, 0.000946403963188271, 0.00202730769230771, 0.00196303592388463, 0.00717903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 270, '2021-05-09 00:00:00', 0.000322714448676577, 0.000578846153846146, 0.000323257042281558, 0.000756346153846147, 0.000597607183820487, 0.00111711538461539, 0.000964635921754152, 0.00200769230769231, 0.00197080288207625, 0.00718000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 285, '2021-05-09 00:00:00', 0.000296153091907141, 0.000545576923076923, 0.000460598648917499, 0.00083365384615385, 0.000590770813299174, 0.00115807692307692, 0.000915218258962579, 0.00196269230769233, 0.00200809121957991, 0.00722288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 300, '2021-05-09 00:00:00', 0.000386168357067234, 0.000600000000000011, 0.000439682402859857, 0.000788846153846159, 0.00072146562901233, 0.0010844230769231, 0.00089509442991316, 0.00190596153846155, 0.00203817267329192, 0.00723038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 315, '2021-05-09 00:00:00', 0.000257211750539102, 0.000526730769230778, 0.000414456827110442, 0.000772692307692305, 0.000588357982341198, 0.00101634615384617, 0.000851462203867784, 0.00201173076923078, 0.00198502018009507, 0.00717365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 330, '2021-05-09 00:00:00', 0.000289168835431166, 0.00052115384615384, 0.000431474751913085, 0.000687692307692325, 0.000548287438652946, 0.00098365384615386, 0.000784093204820803, 0.00203807692307693, 0.00194901604366449, 0.00712153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 345, '2021-05-09 00:00:00', 0.000232496484671517, 0.000446153846153861, 0.000274332756954868, 0.000687307692307707, 0.00041633515529975, 0.000900192307692321, 0.000715918264565499, 0.00210019230769232, 0.00190829501025231, 0.00705461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 360, '2021-05-09 00:00:00', 0.000213250665072446, 0.000485384615384623, 0.000391388062394116, 0.000661153846153843, 0.000389709359158068, 0.000835769230769223, 0.000813441974669271, 0.00216961538461539, 0.00188808186140979, 0.00701865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 375, '2021-05-09 00:00:00', 0.00030171694580287, 0.00039865384615384, 0.000310752931788883, 0.000555769230769217, 0.000292318385431949, 0.000780961538461535, 0.000818033218245948, 0.00225711538461538, 0.00187304578160813, 0.00697249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 390, '2021-05-09 00:00:00', 0.000183462844697822, 0.000403846153846152, 0.000198789122903183, 0.000538653846153861, 0.000287295077469957, 0.000832692307692314, 0.000785426611172844, 0.00229019230769231, 0.00187179362767785, 0.00692576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 405, '2021-05-09 00:00:00', 0.000116576815217069, 0.000348076923076927, 0.000199273777656622, 0.00054096153846153, 0.000299779662675529, 0.000795384615384604, 0.00077056502745612, 0.00235769230769229, 0.0018917857660463, 0.00692076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 420, '2021-05-09 00:00:00', 0.000160650241207413, 0.000407499999999992, 0.000247110999661787, 0.000609615384615377, 0.000336150836106927, 0.00081423076923077, 0.000736608130868443, 0.00249346153846153, 0.00188220358786022, 0.00689788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 435, '2021-05-09 00:00:00', 0.00019014164760474, 0.000425384615384618, 0.000174032711337228, 0.000544230769230756, 0.000289514447626746, 0.000851153846153841, 0.000764745709370098, 0.00260499999999999, 0.00188010200214285, 0.00689346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 450, '2021-05-09 00:00:00', 0.000165447760753844, 0.000424807692307691, 0.000289579801675577, 0.00060269230769231, 0.000358359993045239, 0.000966730769230766, 0.000814599193563203, 0.00269538461538461, 0.00188418896039159, 0.00689903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 465, '2021-05-09 00:00:00', 0.000208771129745916, 0.000409230769230769, 0.000237798233803368, 0.000654999999999991, 0.000350566135535971, 0.00095884615384615, 0.000800058771879607, 0.00284903846153846, 0.00188523840565427, 0.00690038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 480, '2021-05-09 00:00:00', 0.000166985489926983, 0.000531923076923064, 0.000259187191041528, 0.000759999999999991, 0.000369410184774859, 0.000981730769230761, 0.00084961249085413, 0.00286423076923076, 0.00188721483836734, 0.0069403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 495, '2021-05-09 00:00:00', 0.000253132680320312, 0.000528076923076924, 0.000342536073338927, 0.000720192307692316, 0.000418870091849669, 0.00115192307692308, 0.000887290191885036, 0.00286326923076922, 0.00189885021890779, 0.00694807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 510, '2021-05-09 00:00:00', 0.000222898821475976, 0.000493269230769247, 0.000237767501175801, 0.000630769230769238, 0.000391599874282995, 0.00120730769230769, 0.000893150344825293, 0.00287153846153844, 0.00188382602699932, 0.00690249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 525, '2021-05-09 00:00:00', 0.000145567985702702, 0.000430961538461539, 0.000333721210224715, 0.000844615384615384, 0.000416369473498661, 0.00130153846153847, 0.000928234552586469, 0.00288576923076922, 0.00192253643558551, 0.00688711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 540, '2021-05-09 00:00:00', 0.000346535878928314, 0.000703653846153844, 0.000359979326329478, 0.000973653846153845, 0.000583452225979122, 0.0014075, 0.000909384322579764, 0.00286461538461537, 0.00194305698875212, 0.0068726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 555, '2021-05-09 00:00:00', 0.00026336410888001, 0.000649423076923087, 0.000319925712530998, 0.000937692307692315, 0.000524832464110812, 0.00145865384615385, 0.000839087324693649, 0.00278653846153846, 0.00213023458440975, 0.00685423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 570, '2021-05-09 00:00:00', 0.000227491419956559, 0.000637884615384622, 0.00041006659871857, 0.000931153846153849, 0.000523272285349982, 0.00145326923076923, 0.000823243514772751, 0.00274173076923076, 0.00220163163271103, 0.00688461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 585, '2021-05-09 00:00:00', 0.000348264101818411, 0.000701730769230772, 0.000402478140830234, 0.00113557692307692, 0.00055257634348985, 0.00151115384615383, 0.000791481497912912, 0.00272019230769229, 0.00222682510280029, 0.00686903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 600, '2021-05-09 00:00:00', 0.000252033041179434, 0.000884423076923064, 0.000315967622489313, 0.00113346153846153, 0.000533829596839224, 0.00158096153846153, 0.000704485518768024, 0.0026603846153846, 0.00227629205913072, 0.00682653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 615, '2021-05-09 00:00:00', 0.000244687241501983, 0.000750384615384612, 0.000387264618336592, 0.00107826923076922, 0.000581381643487843, 0.00158384615384615, 0.000693903008074899, 0.00267923076923076, 0.00229981487549292, 0.00692230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 630, '2021-05-09 00:00:00', 0.000281224793742264, 0.00082576923076923, 0.000409536323175358, 0.00116, 0.000498072631404145, 0.00158711538461538, 0.00070407672768069, 0.00266096153846154, 0.00230220516361697, 0.00695615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 645, '2021-05-09 00:00:00', 0.000300090050587372, 0.000840961538461531, 0.000402483492255843, 0.0011351923076923, 0.000649686196441124, 0.00164307692307692, 0.000769949373960091, 0.00[...];
Date: 2021-05-09 15:52:03 Duration: 18s597ms 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 982530, 1, 930, '2021-05-09 00:00:00', 0.000383340629807916, 0.000860961538461576, 0.000484804996483529, 0.00112826923076923, 0.000669919512961233, 0.00156692307692307, 0.00166335143610727, 0.00337499999999999, 0.00169663254713565, 0.00583 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 945, '2021-05-09 00:00:00', 0.000424772925763325, 0.000840961538461531, 0.000480182657553776, 0.00117423076923078, 0.000719984000890623, 0.00181480769230769, 0.00163868037902926, 0.00337576923076922, 0.00162725479069694, 0.00589807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 960, '2021-05-09 00:00:00', 0.00041274037285519, 0.000893846153846185, 0.000528055540493773, 0.00116442307692308, 0.000808691749774819, 0.00202288461538462, 0.00176063301553296, 0.00345615384615385, 0.00162286627962333, 0.0059298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 975, '2021-05-09 00:00:00', 0.000338885730684468, 0.00072346153846153, 0.000578655736633185, 0.00138730769230769, 0.00104275094747575, 0.00209846153846154, 0.001722454822451, 0.00335884615384615, 0.00163881726817285, 0.00588096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 990, '2021-05-09 00:00:00', 0.000569396475361276, 0.0011428846153846, 0.000660732140536884, 0.00161519230769232, 0.0011125115211158, 0.00215173076923077, 0.00165623485189011, 0.00331826923076923, 0.00165555596053458, 0.00586346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1005, '2021-05-09 00:00:00', 0.000610370253333045, 0.00123961538461538, 0.000956770630016181, 0.00164903846153844, 0.00148223936611522, 0.00212153846153845, 0.00157611900419501, 0.00326134615384614, 0.00163368249669269, 0.00584749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1020, '2021-05-09 00:00:00', 0.000582721202634677, 0.00111499999999997, 0.000693143591517324, 0.00140903846153843, 0.00107178284252852, 0.00209230769230768, 0.0011474161775988, 0.00298326923076923, 0.00161735088481609, 0.00577173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1035, '2021-05-09 00:00:00', 0.000330691641168131, 0.000859807692307689, 0.000825582148920027, 0.00129326923076922, 0.000886330724868623, 0.00190692307692308, 0.000985931812277881, 0.00280846153846154, 0.00161031430281364, 0.00579307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1050, '2021-05-09 00:00:00', 0.000646072870383991, 0.000976923076923097, 0.000760606033674187, 0.00155653846153849, 0.000803971488204768, 0.00185692307692311, 0.000900456294587117, 0.00270153846153848, 0.00181030121802977, 0.00585749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1065, '2021-05-09 00:00:00', 0.000524041395898633, 0.00114923076923074, 0.000519969673671911, 0.00140269230769228, 0.00054790510127213, 0.00169999999999997, 0.000804433030152289, 0.00250249999999999, 0.00191798669482833, 0.00586980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1080, '2021-05-09 00:00:00', 0.000344725754990619, 0.000994615384615393, 0.000393675823293943, 0.00122942307692309, 0.000433528989359872, 0.00151423076923078, 0.000818726426554349, 0.00240480769230771, 0.00224338182216047, 0.00607499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1095, '2021-05-09 00:00:00', 0.000329413931796386, 0.000738461538461525, 0.00033700793188571, 0.00101788461538458, 0.000459652084147937, 0.0013609615384615, 0.000769126777586123, 0.00221499999999998, 0.00236674269018382, 0.00616519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1110, '2021-05-09 00:00:00', 0.000248528902513603, 0.000693846153846147, 0.000341575760264096, 0.000949999999999981, 0.00044920258407367, 0.00125019230769227, 0.000759360662257798, 0.00209384615384614, 0.00248109299735793, 0.00616769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1125, '2021-05-09 00:00:00', 0.000282505071431651, 0.000698653846153846, 0.000404041315480685, 0.000955769230769207, 0.000492348571019161, 0.0012336538461538, 0.000780358226418121, 0.00198519230769228, 0.00246843202333916, 0.00617057692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1140, '2021-05-09 00:00:00', 0.000300859601807894, 0.000657499999999995, 0.000359765735743978, 0.000860769230769199, 0.00078360314229549, 0.00124173076923073, 0.000767486907931423, 0.00186692307692305, 0.00246074529047919, 0.00620923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1155, '2021-05-09 00:00:00', 0.00024738633753706, 0.000609999999999965, 0.000393511606709853, 0.000814230769230732, 0.000809429048536897, 0.00116923076923075, 0.000839522506226914, 0.00190403846153845, 0.00242868151156456, 0.00626673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1170, '2021-05-09 00:00:00', 0.000277597661262587, 0.000567692307692312, 0.000648673231711022, 0.000889807692307689, 0.000697547158593241, 0.00113096153846153, 0.000696072277414213, 0.00184115384615384, 0.00244852417088024, 0.00625615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1185, '2021-05-09 00:00:00', 0.000500148593304642, 0.000616153846153835, 0.000515635418309658, 0.000798269230769217, 0.000534100681951932, 0.00104346153846153, 0.000586481424717334, 0.0017176923076923, 0.00243751213014737, 0.00626923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1200, '2021-05-09 00:00:00', 0.000311985514949725, 0.000595192307692321, 0.000361701374914966, 0.000778269230769239, 0.00044500993938769, 0.00109038461538462, 0.000692769719759307, 0.00194173076923077, 0.00244414030819712, 0.00627961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1215, '2021-05-09 00:00:00', 0.000222576607382349, 0.000487884615384618, 0.000317408799742305, 0.000707115384615405, 0.000334143509012794, 0.000951730769230787, 0.000821385134064136, 0.00202653846153847, 0.00242732930161147, 0.00628153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1230, '2021-05-09 00:00:00', 0.000219293971996141, 0.000464615384615388, 0.000271792907588432, 0.000690769230769247, 0.000246573440456325, 0.000877307692307726, 0.000864170055379965, 0.00207673076923079, 0.00243047250866673, 0.00628115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1245, '2021-05-09 00:00:00', 0.000248837605369718, 0.000526923076923087, 0.00024900980827143, 0.000681730769230769, 0.000232926284146219, 0.000860576923076941, 0.00086622256866326, 0.00209153846153846, 0.00244328628789495, 0.00628173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1260, '2021-05-09 00:00:00', 0.000171685871467422, 0.000475961538461548, 0.000202288541064874, 0.000634423076923091, 0.000288202185973671, 0.00084250000000002, 0.000807050780024711, 0.00207019230769233, 0.00245128986454073, 0.00627999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1275, '2021-05-09 00:00:00', 0.000192790140986384, 0.000440961538461532, 0.00023578673545261, 0.000555769230769234, 0.000327731656178576, 0.00085403846153848, 0.000813766267709334, 0.00209846153846154, 0.00245595202439989, 0.00629211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1290, '2021-05-09 00:00:00', 0.000198139810778642, 0.00038076923076924, 0.000252244691946893, 0.000604230769230791, 0.000301648547408821, 0.000795384615384625, 0.000795372868534024, 0.00209499999999999, 0.0024538256160221, 0.00631307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1305, '2021-05-09 00:00:00', 0.000249268236737369, 0.000534423076923102, 0.000300074349761219, 0.000688846153846183, 0.0002831749255523, 0.000780961538461548, 0.000790525044608897, 0.00207961538461538, 0.00245870118933994, 0.00633846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1320, '2021-05-09 00:00:00', 0.000234789594842152, 0.000466923076923078, 0.000231923478759686, 0.000597499999999977, 0.000381261922890509, 0.000900576923076905, 0.000789307510514051, 0.00207211538461537, 0.00246833213698271, 0.00636153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1335, '2021-05-09 00:00:00', 0.000167828323455384, 0.000412115384615343, 0.0001603999808172, 0.000538076923076913, 0.00042516874478078, 0.00106730769230768, 0.000776264229400132, 0.0020880769230769, 0.00246092627964477, 0.00637692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1350, '2021-05-09 00:00:00', 0.000161765737553267, 0.000416923076923084, 0.000285364611573462, 0.0007601923076923, 0.000427971826894467, 0.00108326923076921, 0.000778428298165379, 0.00209384615384614, 0.00248771381763693, 0.00640596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1365, '2021-05-09 00:00:00', 0.000229449257001336, 0.00067519230769229, 0.000402680871926371, 0.000936730769230757, 0.000417036108010584, 0.00104134615384614, 0.000778931245114371, 0.0020982692307692, 0.00249845765500362, 0.00641557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1380, '2021-05-09 00:00:00', 0.000389565290271893, 0.000658653846153865, 0.000438722139154855, 0.000833653846153833, 0.000758687657431205, 0.0014348076923077, 0.000781115770007169, 0.00211961538461535, 0.00271338015851364, 0.00649173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1395, '2021-05-09 00:00:00', 0.000322715223354308, 0.000571346153846122, 0.000311708443655542, 0.000671923076923046, 0.000777646844901082, 0.00167115384615383, 0.000767366350177446, 0.00213134615384613, 0.00273898195573581, 0.00650307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1410, '2021-05-09 00:00:00', 0.000220656712146699, 0.000430769230769217, 0.000805697500019984, 0.00116769230769231, 0.000823159135002765, 0.00174480769230768, 0.000792077890497786, 0.00214423076923073, 0.00274346970795409, 0.00651596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1425, '2021-05-09 00:00:00', 0.000847091426361635, 0.00101673076923078, 0.000805750987493145, 0.00154442307692307, 0.000845275922178934, 0.00176423076923076, 0.000815484306315086, 0.00220942307692305, 0.00274202368418209, 0.00651826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 0, '2021-05-09 00:00:00', 0.000575479331982028, 0.00111269230769226, 0.000748709248281056, 0.00141153846153844, 0.00074422473859616, 0.00158730769230771, 0.000754626652468244, 0.00215923076923075, 0.00296184638359252, 0.00666499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 15, '2021-05-09 00:00:00', 0.000796394761022835, 0.000978846153846144, 0.000789086740869086, 0.00123673076923078, 0.0007976842444515, 0.00173192307692312, 0.000779767938852026, 0.00214903846153846, 0.00307108029101263, 0.00672192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 30, '2021-05-09 00:00:00', 0.000652265401386701, 0.000813076923076955, 0.000750213405536158, 0.00109307692307694, 0.000743516204365363, 0.0015671153846154, 0.000806548486787035, 0.00209769230769232, 0.00296387944839452, 0.00671576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 45, '2021-05-09 00:00:00', 0.000511770982434042, 0.000748461538461531, 0.000584101413744625, 0.00131230769230769, 0.000572359892160399, 0.0013803846153846, 0.000857029687126048, 0.00208673076923077, 0.00296991877640813, 0.00671846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 60, '2021-05-09 00:00:00', 0.000560632335300614, 0.00108384615384617, 0.000551732132609532, 0.00119211538461539, 0.000552119134301257, 0.00125346153846152, 0.000894524712648267, 0.00210730769230769, 0.00296048754430752, 0.00668749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 75, '2021-05-09 00:00:00', 0.000184017244175213, 0.000502115384615386, 0.000220655056244281, 0.000650576923076915, 0.000359715913550578, 0.000923461538461525, 0.000748045761660636, 0.0019373076923077, 0.00298787974734847, 0.00668076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 90, '2021-05-09 00:00:00', 0.000233074105085798, 0.000441538461538459, 0.000360923654829382, 0.000633269230769212, 0.000392976266654679, 0.000907884615384611, 0.000738496705893384, 0.00196423076923076, 0.0029884971075004, 0.00668019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 105, '2021-05-09 00:00:00', 0.000187912520563755, 0.000441346153846142, 0.000354532248723041, 0.00075634615384613, 0.000375871141994988, 0.000901346153846132, 0.000744833099528911, 0.00199711538461538, 0.0029884971075004, 0.00668019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 120, '2021-05-09 00:00:00', 0.000308403082893887, 0.000642692307692265, 0.000332081141613588, 0.000728269230769211, 0.000424077687004852, 0.000956730769230734, 0.000720145845271339, 0.00199096153846152, 0.00296182446371254, 0.00666307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 135, '2021-05-09 00:00:00', 0.000215223408077773, 0.000503653846153832, 0.000185524619970963, 0.000634230769230739, 0.000260249584349023, 0.000964615384615359, 0.000733672008042188, 0.00202384615384615, 0.00296219367776911, 0.00666423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 150, '2021-05-09 00:00:00', 0.000182953546016465, 0.000459999999999973, 0.000347345593808907, 0.00070519230769229, 0.000320484068966807, 0.00101403846153844, 0.000762450401917828, 0.00207384615384616, 0.00296219367776911, 0.00666423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 165, '2021-05-09 00:00:00', 0.000295364442420107, 0.000571923076923057, 0.000222530896731203, 0.000794999999999973, 0.000387680280643712, 0.00116999999999999, 0.000738211039243907, 0.00209346153846153, 0.00296442841811937, 0.0066553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 180, '2021-05-09 00:00:00', 0.000208008505743259, 0.000636538461538438, 0.000307122689089944, 0.000822115384615356, 0.000393209280741869, 0.00120153846153846, 0.000755543207541158, 0.00210346153846154, 0.0029326180283153, 0.00672249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 195, '2021-05-09 00:00:00', 0.000259426067725244, 0.000558269230769207, 0.000383912700413078, 0.000870192307692321, 0.000465347554150529, 0.00115711538461538, 0.000795406161365682, 0.00203019230769231, 0.00289460498832941, 0.00673096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 210, '2021-05-09 00:00:00', 0.000289288517148289, 0.000680384615384623, 0.000297153935761375, 0.000867307692307686, 0.00045125585442614, 0.00119461538461536, 0.000751632479750172, 0.00198076923076921, 0.00283295227905175, 0.00676615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 225, '2021-05-09 00:00:00', 0.000211809148491355, 0.000571346153846165, 0.000332012743036299, 0.000812307692307702, 0.000500207341624862, 0.00115076923076922, 0.000758684818515689, 0.00193942307692307, 0.00275936894262771, 0.00678480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 240, '2021-05-09 00:00:00', 0.000251422185545761, 0.000616346153846161, 0.000364610909579796, 0.000858653846153835, 0.000495951494216305, 0.00119173076923076, 0.000730004346667783, 0.00192788461538462, 0.00275144262160779, 0.00678249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 255, '2021-05-09 00:00:00', 0.000192051675738197, 0.000585384615384582, 0.000319408588102805, 0.000804615384615378, 0.000427799782428811, 0.00114557692307691, 0.00067289363658298, 0.00192961538461536, 0.0027377469962333, 0.00678615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 270, '2021-05-09 00:00:00', 0.000234228438790964, 0.000570192307692311, 0.000412986542898674, 0.000881730769230772, 0.000379033183040985, 0.00111307692307689, 0.000693930721436864, 0.00193961538461537, 0.00269605894708437, 0.0067703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 285, '2021-05-09 00:00:00', 0.000403208335155006, 0.000650192307692323, 0.000373706384128578, 0.00081269230769232, 0.000356973873209021, 0.000987115384615378, 0.000646855381530851, 0.00190173076923076, 0.00265113616427717, 0.0067251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 300, '2021-05-09 00:00:00', 0.000183477519058873, 0.000530000000000013, 0.000200839775404736, 0.000706153846153835, 0.000370373460172352, 0.000937500000000001, 0.000696247441647049, 0.00193750000000002, 0.00265911012442998, 0.00672557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 315, '2021-05-09 00:00:00', 0.000201356553254343, 0.0004876923076923, 0.000254861425393979, 0.000657884615384612, 0.000529379462564077, 0.000971153846153837, 0.000644522273888565, 0.00198519230769231, 0.00266120022083729, 0.00673384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 330, '2021-05-09 00:00:00', 0.000175382768208919, 0.000473653846153841, 0.000339090922683244, 0.000690576923076904, 0.000538388192806867, 0.00104038461538462, 0.000622366945928719, 0.00208615384615384, 0.00267393622989374, 0.00674019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 345, '2021-05-09 00:00:00', 0.000310434930627764, 0.000529615384615361, 0.000500885869082151, 0.000734423076923046, 0.000504996915451345, 0.000998269230769229, 0.00064781220569405, 0.00213442307692307, 0.00267721805238196, 0.00672749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 360, '2021-05-09 00:00:00', 0.000308303609100839, 0.000483653846153872, 0.000353063570218426, 0.00071673076923081, 0.000358645528878598, 0.000946153846153879, 0.000801379195752303, 0.00219115384615385, 0.00268788066355973, 0.00671230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 375, '2021-05-09 00:00:00', 0.000235121327109102, 0.000489038461538471, 0.000280700223342655, 0.000658846153846149, 0.000318091423723073, 0.000873076923076921, 0.000815054622992551, 0.00231403846153847, 0.00267943183558349, 0.00667480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 390, '2021-05-09 00:00:00', 0.000160501138265801, 0.000418846153846165, 0.000201803407762672, 0.000616153846153852, 0.000292979455830063, 0.000839807692307677, 0.00093649660149695, 0.00246173076923079, 0.00266926527632314, 0.00667865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 405, '2021-05-09 00:00:00', 0.000187574395497242, 0.0004519230769231, 0.000239251155450952, 0.000611346153846171, 0.00030269049945701, 0.000921538461538452, 0.00103470315326887, 0.00264615384615385, 0.00266253994552914, 0.00668480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 420, '2021-05-09 00:00:00', 0.000179287585910277, 0.000450961538461538, 0.000252175457843282, 0.000632692307692294, 0.000304868193461693, 0.000916153846153827, 0.000986471567682556, 0.0027869230769231, 0.0026471076014862, 0.0066755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 435, '2021-05-09 00:00:00', 0.000232644661364802, 0.000456538461538472, 0.000300866441107357, 0.00068884615384614, 0.000285118329011748, 0.000957307692307687, 0.000977948166000918, 0.00285115384615388, 0.00265802743517702, 0.00666961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 450, '2021-05-09 00:00:00', 0.000206101636614994, 0.000503269230769214, 0.000238623053241813, 0.000685192307692296, 0.000308347456363994, 0.000971923076923056, 0.000989286631094073, 0.00290096153846156, 0.00267746412746203, 0.00663807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 465, '2021-05-09 00:00:00', 0.000220331917447615, 0.000493076923076917, 0.000223737225677435, 0.000687115384615385, 0.000334905727263422, 0.000964615384615359, 0.00103476976257447, 0.00296269230769231, 0.00267037897051219, 0.00663038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 480, '2021-05-09 00:00:00', 0.000170716251310555, 0.000539038461538466, 0.000287988514728248, 0.00075076923076923, 0.000342144874847799, 0.00105365384615385, 0.00111042361978869, 0.00321384615384618, 0.00267060613258199, 0.00662865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 495, '2021-05-09 00:00:00', 0.000248467611261828, 0.000516923076923081, 0.000256803501653589, 0.000680961538461525, 0.000331104271282519, 0.00114403846153848, 0.00110226340562707, 0.00327384615384617, 0.00266890860004319, 0.00660134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 510, '2021-05-09 00:00:00', 0.000180541173654689, 0.000496346153846143, 0.000284397879468473, 0.000773076923076932, 0.000443293963935367, 0.0013265384615385, 0.00115212874881506, 0.0033744230769231, 0.00263460132730667, 0.0065780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 525, '2021-05-09 00:00:00', 0.000255230212824558, 0.000602307692307701, 0.000283726303653041, 0.00088615384615387, 0.000527723995460312, 0.00138615384615387, 0.00112560855335442, 0.00339884615384617, 0.00263649475921809, 0.00654115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 540, '2021-05-09 00:00:00', 0.000204525059589278, 0.000697500000000018, 0.000421146649042834, 0.00108750000000003, 0.000624761277486179, 0.00157057692307692, 0.0011627356336873, 0.00340307692307694, 0.00264520777139453, 0.00651192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 555, '2021-05-09 00:00:00', 0.000283986998618965, 0.000798846153846186, 0.000369324539375055, 0.00106615384615386, 0.000493435561999893, 0.00165057692307694, 0.00109904260783928, 0.0033894230769231, 0.00254932082207124, 0.00651057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 570, '2021-05-09 00:00:00', 0.000293894277170981, 0.000750384615384595, 0.000464261738180586, 0.00115480769230767, 0.000629156456021744, 0.00178038461538462, 0.00102116773277534, 0.00333846153846155, 0.00250028549139123, 0.00650153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 585, '2021-05-09 00:00:00', 0.00036526344549567, 0.000899230769230742, 0.000407303893350467, 0.0012526923076923, 0.000615035865120569, 0.00187365384615386, 0.000999932997755369, 0.00323500000000002, 0.00252576352507818, 0.00657923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 600, '2021-05-09 00:00:00', 0.000279831267841067, 0.00100653846153847, 0.000455185845393001, 0.0014319230769231, 0.000528869185512435, 0.00196615384615387, 0.00098660560275352, 0.00321115384615388, 0.00252061110569517, 0.00655288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 615, '2021-05-09 00:00:00', 0.000315415781762151, 0.000976346153846145, 0.000444861646599702, 0.00133826923076921, 0.000525508837662635, 0.00178846153846155, 0.000987958676339179, 0.00309288461538461, 0.00246762368562269, 0.0065855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 630, '2021-05-09 00:00:00', 0.000264154966172958, 0.000895384615384597, 0.000405957983805444, 0.00134673076923074, 0.000685435740128971, 0.00180307692307691, 0.000963424600858045, 0.00304980769230767, 0.00234510636957372, 0.00654173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 645, '2021-05-09 00:00:00', 0.000283616208715496, 0.00101807692307694, 0.000329194646652436, 0.00133865384615385, 0.00065726850268017, 0.00181173076923075, 0.000905474737361572, 0.00295749999999999, 0.00229728478526613, 0.00657576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 660, '2021-05-09 00:00:00', 0.000295506084800038, 0.00092038461538459, 0.000473780539912726, 0.00128499999999997, 0.000744550974645908, 0.00195807692307691, 0.000947500598741452, 0.00309423076923072, 0.00228840653327557, 0.00660730769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 675, '2021-05-09 00:00:00', 0.000403807646515804, 0.00093884615384613, 0.00052737685401793, 0.00128711538461534, 0.000783300315725315, 0.00186076923076923, 0.000972399015915725, 0.00300461538461533, 0.00213880304412032, 0.00663769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 690, '2021-05-09 00:00:00', 0.0003435372558455, 0.000919615384615354, 0.000635707963914748, 0.00142384615384616, 0.000784225438545304, 0.00180153846153846, 0.000978675105200109, 0.00298519230769227, 0.00227955920165412, 0.00679307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 705, '2021-05-09 00:00:00', 0.000441409150858407, 0.00104403846153849, 0.000494932940290495, 0.0012811538461539, 0.000626316091246153, 0.00170461538461538, 0.00101943000665152, 0.00311346153846152, 0.00231551786033672, 0.00674019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 720, '2021-05-09 00:00:00', 0.000219677035668248, 0.000795000000000016, 0.000534590029835962, 0.00117749999999999, 0.000534580065241746, 0.00151461538461537, 0.00108502089664387, 0.0031378846153846, 0.00227085840259037, 0.00670826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 735, '2021-05-09 00:00:00', 0.000420009386341986, 0.000856730769230771, 0.000435368985857004, 0.00116692307692305, 0.000479641051685053, 0.00145153846153844, 0.00111414444582103, 0.00313461538461536, 0.00231585461879294, 0.00669615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 750, '2021-05-09 00:00:00', 0.000250011076677702, 0.000818461538461512, 0.000310708928841044, 0.00105096153846154, 0.00037621536385427, 0.00138999999999999, 0.0011697057486657, 0.00316653846153845, 0.00236095564093472, 0.00666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 765, '2021-05-09 00:00:00', 0.000248246775484525, 0.000772307692307705, 0.000316405776471617, 0.000986153846153825, 0.00038232366473368, 0.00135076923076922, 0.0011819674764496, 0.00315634615384613, 0.0023611291708711, 0.00666519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 780, '2021-05-09 00:00:00', 0.000220977635485142, 0.00074634615384615, 0.000340975974790934, 0.00102384615384613, 0.000399709317456519, 0.00142846153846154, 0.00126602904329306, 0.00327846153846152, 0.00237750856182231, 0.0066398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 795, '2021-05-09 00:00:00', 0.000244630018913953, 0.000709615384615371, 0.000287059160345868, 0.000975192307692291, 0.000524418395793054, 0.00139442307692306, 0.00130235108406062, 0.00335288461538462, 0.00239153253085835, 0.00662538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 810, '2021-05-09 00:00:00', 0.000259803550043845, 0.000733269230769226, 0.000366877520958462, 0.00104865384615386, 0.000595288294733004, 0.00138692307692307, 0.00131023685468874, 0.00339884615384614, 0.00238657408948797, 0.00661826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 825, '2021-05-09 00:00:00', 0.000295800348468141, 0.000785384615384636, 0.000500548353154965, 0.00106942307692308, 0.000544316402613252, 0.0013821153846154, 0.00131134248592221, 0.00345134615384617, 0.0023787766814058, 0.00660750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 840, '2021-05-09 00:00:00', 0.000494712076324711, 0.000814038461538448, 0.000492162418469582, 0.00103961538461536, 0.000735594291398777, 0.00161980769230766, 0.00171802614827418, 0.00370538461538462, 0.00233696618750432, 0.0066151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 855, '2021-05-09 00:00:00', 0.000261889289586272, 0.000704999999999981, 0.000340529677911457, 0.000927307692307712, 0.000715168188932884, 0.00148846153846155, 0.00192617653356631, 0.00376596153846155, 0.00232590684547902, 0.00660942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 870, '2021-05-09 00:00:00', 0.000211148143400654, 0.000673461538461544, 0.000728871968286507, 0.0011928846153846, 0.000785766480284332, 0.00163980769230768, 0.0020254121707787, 0.00380769230769232, 0.00226390813383882, 0.00669403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 885, '2021-05-09 00:00:00', 0.000717798450391608, 0.000978846153846144, 0.000716326982706788, 0.0011971153846154, 0.00105532364703914, 0.00192999999999998, 0.00200325232674653, 0.00381326923076923, 0.00225004376880506, 0.00668480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 900, '2021-05-09 00:00:00', 0.000281177195705155, 0.000761153846153854, 0.000484068177016371, 0.00112499999999999, 0.00103483227923848, 0.00195461538461538, 0.00202558424620194, 0.00375153846153848, 0.0023080664235209, 0.00672615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 915, '2021-05-09 00:00:00', 0.000392517515532732, 0.00085, 0.000907641427843871, 0.00143480769230768, 0.00102003237128122, 0.00191096153846151, 0.00198485201928546, 0.00372653846153848, 0.00229736565690759, 0.0067148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 930, '2021-05-09 00:00:00', 0.000924685143919067, 0.00117884615384612, 0.00097196114199, 0.00158769230769229, 0.00102393458700328, 0.00193596153846152, 0.00191036492687815, 0.00364692307692308, 0.00228331686031861, 0.00667173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 945, '2021-05-09 00:00:00', 0.000391740494951206, 0.000951153846153843, 0.000370396253511529, 0.00123923076923075, 0.000460691453561493, 0.00167384615384615, 0.00173733298035101, 0.00336826923076924, 0.00241366440213914, 0.00655461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 960, '2021-05-09 00:00:00', 0.00027324742239615, 0.000891923076923062, 0.000347640840302386, 0.0012380769230769, 0.000596218887270816, 0.00178019230769228, 0.00165330354605096, 0.00326115384615385, 0.00241771113150114, 0.00653634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 975, '2021-05-09 00:00:00', 0.000361616669118841, 0.000956153846153842, 0.000384426045703691, 0.00127923076923077, 0.000677873853706175, 0.00187519230769231, 0.00165502804995985, 0.00322461538461539, 0.00243059460911236, 0.00649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 990, '2021-05-09 00:00:00', 0.000279007857623006, 0.000960769230769239, 0.000561124454863755, 0.00144942307692308, 0.000780546849724869, 0.00191576923076923, 0.00164519207436047, 0.00316980769230771, 0.00245262268571044, 0.00646096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1005, '2021-05-09 00:00:00', 0.000379279073222617, 0.00108884615384616, 0.00050309687092892, 0.00146730769230771, 0.000705270188269381, 0.00184903846153848, 0.00143888963600945, 0.00306576923076925, 0.0022821035505394, 0.00650384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1020, '2021-05-09 00:00:00', 0.000497886919506232, 0.00110076923076923, 0.000677663973912197, 0.0013826923076923, 0.00117365759651021, 0.00211692307692308, 0.00132935943220787, 0.0029325, 0.00232379530410589, 0.00653384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1035, '2021-05-09 00:00:00', 0.000412235229711618, 0.000906730769230748, 0.000513466050109808, 0.00127923076923078, 0.00123618551010135, 0.00200884615384616, 0.00122858674281279, 0.0027907692307692, 0.00227361298377713, 0.00654999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1050, '2021-05-09 00:00:00', 0.000335722871061578, 0.000934615384615401, 0.000908194934175233, 0.00157096153846155, 0.00112391775294486, 0.00189365384615384, 0.00100209083343855, 0.00269903846153846, 0.00223895277718435, 0.00651346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1065, '2021-05-09 00:00:00', 0.000747142788330236, 0.00128288461538462, 0.000897077841575742, 0.00156942307692307, 0.000925202763639519, 0.00185307692307692, 0.000808233234616405, 0.00256980769230769, 0.00206431982651766, 0.00645288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1080, '2021-05-09 00:00:00', 0.000443450500229572, 0.00104211538461535, 0.000485561689022245, 0.00127192307692305, 0.000550294501573058, 0.00169403846153845, 0.000667199341680194, 0.00231519230769228, 0.00199469392292498, 0.0063803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1095, '2021-05-09 00:00:00', 0.000274279265320246, 0.00075365384615383, 0.000392894436791302, 0.00103903846153846, 0.000489399003488368, 0.00144576923076925, 0.000588047224686562, 0.00211653846153845, 0.00199385954485651, 0.00629173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1110, '2021-05-09 00:00:00', 0.00031807933214601, 0.000747307692307695, 0.000388720188072847, 0.00103423076923076, 0.000363954826021885, 0.00125634615384615, 0.000519927546727566, 0.00196442307692307, 0.0020116221926977, 0.00619461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1125, '2021-05-09 00:00:00', 0.00030541799856289, 0.000738076923076907, 0.00027470459658443, 0.000946153846153844, 0.000328276384492337, 0.00114923076923077, 0.000536780717296653, 0.00191346153846154, 0.00200632783577745, 0.00617423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1140, '2021-05-09 00:00:00', 0.000177150631254461, 0.000657884615384647, 0.000197626298467982, 0.000778076923076939, 0.000327039929342891, 0.00102365384615385, 0.000682458818143267, 0.00194403846153847, 0.00200415230497548, 0.00617730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1155, '2021-05-09 00:00:00', 0.000173625702634706, 0.000573269230769212, 0.000322893230745909, 0.000794038461538445, 0.000395741562911168, 0.00111076923076922, 0.000702161196701881, 0.00192288461538461, 0.00200341554505147, 0.00616038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1170, '2021-05-09 00:00:00', 0.000259547016638887, 0.000610576923076909, 0.000275979096198359, 0.000807692307692296, 0.000367586096665161, 0.00107153846153847, 0.000725283498947915, 0.00190692307692306, 0.00200725051136739, 0.00619384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1185, '2021-05-09 00:00:00', 0.000172402592341774, 0.000594423076923068, 0.00028456255226898, 0.000830384615384615, 0.000319521577458426, 0.00106096153846154, 0.000708901967834756, 0.00189499999999999, 0.00200226822340604, 0.00618596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1200, '2021-05-09 00:00:00', 0.000221769891138037, 0.000581730769230763, 0.00023443089846231, 0.000729615384615391, 0.000418521941341932, 0.00108384615384614, 0.000859486094217838, 0.00212788461538459, 0.00199544092871727, 0.00618749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1215, '2021-05-09 00:00:00', 0.00017974297889361, 0.000506538461538458, 0.000284794392771077, 0.000724615384615375, 0.000425661702077344, 0.00105173076923072, 0.000835288273591804, 0.00227749999999997, 0.0020097921534328, 0.00618249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1230, '2021-05-09 00:00:00', 0.000223763353705554, 0.000515961538461545, 0.000330315234051026, 0.000803076923076906, 0.000368573132290141, 0.00106192307692306, 0.000845146050191228, 0.00228961538461537, 0.00200708220099191, 0.00617519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1245, '2021-05-09 00:00:00', 0.000236874520498807, 0.000586538461538461, 0.000288982898083274, 0.00075365384615383, 0.000346486818486075, 0.00100365384615384, 0.000848266762286466, 0.00226749999999999, 0.00201677317476746, 0.00617596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1260, '2021-05-09 00:00:00', 0.000211360792521656, 0.000454230769230739, 0.00028072844803914, 0.000717692307692304, 0.000380238235037728, 0.00106865384615385, 0.000860224590530757, 0.00225711538461539, 0.00202424668799191, 0.00617442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1275, '2021-05-09 00:00:00', 0.00018392222436503, 0.00052923076923076, 0.000205097819063486, 0.000693653846153847, 0.00030258450822104, 0.000989230769230785, 0.000915406193992564, 0.00222749999999999, 0.00200910244024159, 0.00632884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1290, '2021-05-09 00:00:00', 0.000221499782948292, 0.000513076923076937, 0.000305667239884253, 0.000807307692307712, 0.000332523452035851, 0.000979615384615389, 0.000932693143536476, 0.00221249999999999, 0.00202711583669625, 0.00639884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1305, '2021-05-09 00:00:00', 0.000181500582749644, 0.000582692307692308, 0.000204725050137608, 0.000707115384615388, 0.000325978585894118, 0.00089903846153845, 0.000930685686015315, 0.00216461538461537, 0.00200478294432246, 0.00648942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1320, '2021-05-09 00:00:00', 0.000141670799336418, 0.000456153846153863, 0.000188065455053876, 0.000581153846153827, 0.000574698750517316, 0.000980576923076933, 0.000912408815254324, 0.00213461538461539, 0.00199109865304408, 0.00651961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1335, '2021-05-09 00:00:00', 0.000160357293374697, 0.000427692307692283, 0.000258479280526554, 0.000648461538461508, 0.000559305235228361, 0.00103288461538461, 0.000899287752356499, 0.00213269230769229, 0.00197569999279711, 0.00653730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1350, '2021-05-09 00:00:00', 0.000216200494555732, 0.000484423076923048, 0.000491916190485251, 0.000811538461538466, 0.000499467254643935, 0.00104153846153845, 0.000859838916040917, 0.00212519230769228, 0.00195192993253818, 0.00653269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1365, '2021-05-09 00:00:00', 0.000313085390170894, 0.000642692307692333, 0.000344624265853995, 0.000828269230769242, 0.000332659678257637, 0.000962307692307711, 0.000791332007537816, 0.00206211538461537, 0.00190738475808756, 0.00649615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1380, '2021-05-09 00:00:00', 0.000238096699812367, 0.000580961538461527, 0.000246699521374014, 0.000709423076923062, 0.000769637502084817, 0.00131673076923074, 0.000950129808945165, 0.00217442307692305, 0.00188748775849319, 0.00648903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1395, '2021-05-09 00:00:00', 0.000130399386501659, 0.000410000000000013, 0.000159072431494416, 0.00054596153846152, 0.00078118145237738, 0.00155730769230768, 0.000988751816102582, 0.00222807692307689, 0.00188014365244953, 0.00648307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1410, '2021-05-09 00:00:00', 0.000129477797324509, 0.000382499999999995, 0.000781008544225896, 0.00108788461538462, 0.000798459767301999, 0.00161500000000001, 0.00101283761702532, 0.00231096153846154, 0.00188014365244953, 0.00648307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1425, '2021-05-09 00:00:00', 0.000788210338971457, 0.00100846153846153, 0.000783539405518301, 0.00147000000000001, 0.000778550329384416, 0.00162115384615385, 0.0011181464057159, 0.00238076923076924, 0.00186734971591788, 0.00651980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 0, '2021-05-09 00:00:00', 0.000595477571753549, 0.00105653846153844, 0.000644689430298365, 0.00124769230769229, 0.000732092286111941, 0.00141865384615385, 0.00104802974488028, 0.00232788461538466, 0.00192886978664871, 0.00662057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 15, '2021-05-09 00:00:00', 0.000373296953355628, 0.00061615384615386, 0.000388145739876919, 0.000868653846153858, 0.000541986978271067, 0.00135326923076924, 0.00102486406228038, 0.00222711538461541, 0.0019694298667381, 0.00669499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 30, '2021-05-09 00:00:00', 0.000375307924858437, 0.000649038461538452, 0.000502645348286298, 0.00082788461538465, 0.000501401420635589, 0.00132423076923077, 0.00098152910533277, 0.00224076923076926, 0.00196795219610486, 0.0066903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 45, '2021-05-09 00:00:00', 0.000527818296240434, 0.00059692307692311, 0.000490254133470205, 0.00116134615384617, 0.000492374974368742, 0.00124134615384616, 0.000912543697583849, 0.00224000000000003, 0.00197455478915747, 0.00667884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 60, '2021-05-09 00:00:00', 0.000458067848518248, 0.00103192307692307, 0.000452211191301653, 0.00109519230769228, 0.000445547027648209, 0.00117692307692307, 0.000863233656754522, 0.00222211538461542, 0.00197480468362358, 0.00667846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 75, '2021-05-09 00:00:00', 0.000201099382242867, 0.000469807692307679, 0.000258245336542895, 0.000630576923076929, 0.000271276824267414, 0.000876346153846173, 0.000860107327828673, 0.00209115384615389, 0.00192944524709527, 0.00663480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 90, '2021-05-09 00:00:00', 0.000157060008130176, 0.000474615384615411, 0.000190603091427018, 0.000576538461538498, 0.000276709859155478, 0.000847884615384636, 0.000856789557682522, 0.00209711538461544, 0.00189440456445984, 0.00663057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 105, '2021-05-09 00:00:00', 0.000144388897932466, 0.000386923076923101, 0.000214580090839366, 0.000686153846153849, 0.000334850196126818, 0.000889423076923079, 0.000842968951887397, 0.00213557692307696, 0.00189557290913493, 0.00662942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 120, '2021-05-09 00:00:00', 0.000198302410862419, 0.000620384615384606, 0.000276403064104127, 0.000729423076923056, 0.000792843398059261, 0.00114442307692309, 0.000859602792886603, 0.00221519230769235, 0.00189602706082605, 0.00662615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 135, '2021-05-09 00:00:00', 0.000150420564265119, 0.000447884615384595, 0.000199072561181551, 0.000636730769230756, 0.000833709689372638, 0.00120038461538461, 0.000804987649212461, 0.00218134615384618, 0.00186259645078091, 0.00663653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 150, '2021-05-09 00:00:00', 0.000173480213901712, 0.000510769230769212, 0.000762036340744569, 0.000919230769230788, 0.000866134316284804, 0.00133057692307694, 0.000780455217263534, 0.00220788461538463, 0.00186148001497571, 0.00662461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 165, '2021-05-09 00:00:00', 0.000653748716721787, 0.00076576923076926, 0.000700117600011708, 0.0010444230769231, 0.000847816380700808, 0.0013738461538462, 0.000705187945487995, 0.00217903846153849, 0.0018792510373919, 0.00659269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 180, '2021-05-09 00:00:00', 0.000436770534720477, 0.000797499999999998, 0.000569493736036339, 0.00103634615384617, 0.000630679883446913, 0.00135634615384621, 0.000635745594981581, 0.00209730769230771, 0.00187690715314813, 0.00657269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 195, '2021-05-09 00:00:00', 0.00036933438049469, 0.000633269230769237, 0.000440311078845211, 0.000905384615384637, 0.000478154304029078, 0.00121846153846154, 0.000560706285377243, 0.00198653846153849, 0.00189958745521234, 0.0065275 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 210, '2021-05-09 00:00:00', 0.000300725788717877, 0.000639999999999991, 0.000337494444398698, 0.000862500000000014, 0.000424436096485656, 0.00113999999999999, 0.000515902979847363, 0.00188673076923076, 0.00185500138917637, 0.00649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 225, '2021-05-09 00:00:00', 0.000207824352611702, 0.000614807692307706, 0.000288353148867045, 0.000856538461538436, 0.000461808360186826, 0.0011701923076923, 0.000460052045550699, 0.00180326923076923, 0.00184562688953772, 0.00647115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 240, '2021-05-09 00:00:00', 0.00025739165009471, 0.000647307692307654, 0.000346188032499914, 0.000846923076923091, 0.0003944521029713, 0.00113269230769232, 0.000416571168543341, 0.00175846153846154, 0.00183500949484027, 0.00642961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 255, '2021-05-09 00:00:00', 0.000226258956473797, 0.000541346153846165, 0.000346781687033132, 0.000793461538461519, 0.000314570280761641, 0.00105230769230769, 0.000370636458831828, 0.00166576923076921, 0.0018472979019264, 0.00636346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 270, '2021-05-09 00:00:00', 0.000200657381163477, 0.000580769230769218, 0.000197260858139289, 0.000755384615384619, 0.000226562608090147, 0.00098384615384616, 0.000457277268186361, 0.0016775, 0.00187201763839491, 0.00633903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 285, '2021-05-09 00:00:00', 0.000166312611113481, 0.00053326923076924, 0.000223272513723939, 0.000741153846153842, 0.000273026625920497, 0.000971538461538438, 0.00055090889935143, 0.00171615384615382, 0.00190254619877197, 0.00637403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 300, '2021-05-09 00:00:00', 0.000246268458894284, 0.000583076923076908, 0.000256854119027778, 0.000739038461538461, 0.00039698382063526, 0.00104807692307692, 0.000594348673889179, 0.00177211538461537, 0.00190254619877197, 0.00637403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 315, '2021-05-09 00:00:00', 0.000170689664416022, 0.000510192307692336, 0.000220639978245093, 0.000699999999999991, 0.000347690180388322, 0.000997692307692311, 0.000725001007956845, 0.00184769230769229, 0.0019129893240283, 0.00636307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 330, '2021-05-09 00:00:00', 0.000161972576026337, 0.000511346153846147, 0.000273645826683956, 0.000749038461538467, 0.000290833285577841, 0.000980000000000015, 0.000695508364159167, 0.00196173076923077, 0.00191580704022736, 0.00636115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 345, '2021-05-09 00:00:00', 0.00019201292023837, 0.00051980769230769, 0.000274002035365806, 0.000658653846153857, 0.000319919761574916, 0.000939423076923099, 0.000867573273340895, 0.00216576923076926, 0.00192481579538251, 0.0063553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 360, '2021-05-09 00:00:00', 0.000166922022329194, 0.000464807692307697, 0.000314658545092927, 0.00072500000000001, 0.000349106166351472, 0.000901346153846149, 0.000845179839761055, 0.00222980769230772, 0.00191880884525154, 0.00634423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 375, '2021-05-09 00:00:00', 0.000270876355557313, 0.000505000000000003, 0.000272369164074191, 0.000630192307692328, 0.000298374828800197, 0.000813461538461539, 0.000986298831295777, 0.00248576923076923, 0.00188996914911739, 0.00629923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 390, '2021-05-09 00:00:00', 0.000123053459301865, 0.000376923076923087, 0.00021518042518923, 0.000566153846153823, 0.000192992227822794, 0.000744999999999979, 0.00103225997396304, 0.00263442307692307, 0.00191016278001483, 0.00630461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 405, '2021-05-09 00:00:00', 0.000154675466703703, 0.00043249999999999, 0.000188726908928881, 0.000570384615384603, 0.00019229834592673, 0.000749423076923059, 0.00114321415989509, 0.00291884615384614, 0.00189837314966914, 0.00630115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 420, '2021-05-09 00:00:00', 0.000170078375598259, 0.000404423076923062, 0.000179104610600757, 0.000597692307692286, 0.000253253597438167, 0.000855769230769201, 0.00115511466297307, 0.00305173076923075, 0.00189000611517126, 0.00630865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 435, '2021-05-09 00:00:00', 0.000148981155235749, 0.00045076923076922, 0.000165006410131895, 0.000576346153846138, 0.000262632530646596, 0.000864615384615378, 0.00110111572786598, 0.00320961538461538, 0.00189080325828432, 0.00630480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 450, '2021-05-09 00:00:00', 0.00012569820389147, 0.000359038461538474, 0.000234456901074662, 0.000590961538461567, 0.000356278898962801, 0.000909423076923099, 0.00120097071315089, 0.00337942307692308, 0.00189163214020229, 0.0062980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 465, '2021-05-09 00:00:00', 0.000227267378958056, 0.000487307692307733, 0.000241903111564585, 0.000658653846153857, 0.000433953781658123, 0.00107826923076926, 0.0012118371939396, 0.00344576923076925, 0.0019003390385767, 0.00629269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 480, '2021-05-09 00:00:00', 0.00018369634224407, 0.000477884615384629, 0.000296920929645464, 0.000729038461538489, 0.000428041919226854, 0.00113326923076924, 0.00118674540397095, 0.00347442307692308, 0.00190925072899135, 0.00629288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 495, '2021-05-09 00:00:00', 0.000284181956878652, 0.000554230769230779, 0.000392469744056797, 0.000822500000000017, 0.000562556663812628, 0.00126999999999998, 0.00119201118025217, 0.00350557692307692, 0.00190925072899135, 0.00629288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 510, '2021-05-09 00:00:00', 0.000282784302142921, 0.000564807692307703, 0.000376561364904121, 0.000837307692307686, 0.000540714946941687, 0.00130942307692308, 0.00111730396662957, 0.00350807692307693, 0.00189971204295651, 0.00628461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 525, '2021-05-09 00:00:00', 0.000283639532885306, 0.000635769230769237, 0.000456530266921462, 0.00098673076923076, 0.000729225933122596, 0.00156269230769231, 0.00106210147277064, 0.00346846153846154, 0.00191915475184743, 0.00626980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 540, '2021-05-09 00:00:00', 0.000436591165913645, 0.000819615384615382, 0.000403680376230806, 0.00111461538461539, 0.000674604071916421, 0.00163942307692308, 0.00101616609787058, 0.00343346153846155, 0.00195047095890674, 0.00626019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 555, '2021-05-09 00:00:00', 0.000288828668937129, 0.00075500000000001, 0.000569539760211306, 0.00119346153846154, 0.000722548188438237, 0.00176673076923075, 0.00100697072373606, 0.00336596153846153, 0.0019319214130378, 0.00621711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 570, '2021-05-09 00:00:00', 0.000434314003741737, 0.000859423076923071, 0.000470971214211008, 0.00115826923076924, 0.000805777789563466, 0.00192461538461538, 0.00102679089325018, 0.00331346153846155, 0.00195902983249759, 0.00619326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 585, '2021-05-09 00:00:00', 0.000392077945547345, 0.000868653846153832, 0.000648373853456572, 0.00143942307692305, 0.000950502943790186, 0.00217038461538459, 0.00104635001130301, 0.00333788461538461, 0.00195582785934365, 0.00617615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 600, '2021-05-09 00:00:00', 0.000454087419574021, 0.00110423076923079, 0.000615161392206554, 0.00151153846153848, 0.000978923113190407, 0.00207769230769233, 0.00108191489783339, 0.0033446153846154, 0.00193498484390809, 0.00613711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 615, '2021-05-09 00:00:00', 0.000401655995176884, 0.000971538461538455, 0.000861930949402845, 0.0014701923076923, 0.000894690083858008, 0.00203288461538461, 0.00102022578571911, 0.003220576923076[...];
Date: 2021-05-09 15:27:49 Duration: 16s222ms Database: acaweb_fx User: pgperfstats
11 33s457ms 2 15s210ms 18s246ms 16s728ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 33s457ms 16s728ms [ User: pgperfstats - Total duration: 33s457ms - 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 983510, 1, 960, '2021-05-09 00:00:00', 0.00050331501070402, 0.000960000000000029, 0.00061719280742606, 0.00128980769230771, 0.0010379461228051, 0.00228192307692309, 0.00239138962658824, 0.00414711538461539, 0.00199605261415164, 0.00693096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 975, '2021-05-09 00:00:00', 0.000374322567600974, 0.000795769230769235, 0.000685355831218039, 0.00143115384615387, 0.00147360125334032, 0.00246557692307692, 0.00241123536802197, 0.00404000000000002, 0.0020353726648001, 0.00689173076923082 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 990, '2021-05-09 00:00:00', 0.000653033041925231, 0.00121692307692311, 0.00099890963632273, 0.00189769230769232, 0.00159823421793697, 0.00254384615384616, 0.00236269552711432, 0.00403692307692308, 0.00199431508389375, 0.00691942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1005, '2021-05-09 00:00:00', 0.00083758960485064, 0.00134211538461538, 0.00134158873957477, 0.0018878846153846, 0.00186859684090662, 0.00253192307692307, 0.00221965067417929, 0.00388134615384617, 0.00183858248073389, 0.0067965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1020, '2021-05-09 00:00:00', 0.00073962318888637, 0.00119730769230766, 0.000949386846662339, 0.00149423076923075, 0.00126373696447662, 0.00248134615384615, 0.00153511322559105, 0.00346884615384616, 0.00159243960155962, 0.00663826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1035, '2021-05-09 00:00:00', 0.000330605505096353, 0.000860000000000023, 0.000874110382925682, 0.0014501923076923, 0.00134944434433643, 0.00223596153846155, 0.00136013619227577, 0.00317230769230772, 0.0015487979085531, 0.00660980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1050, '2021-05-09 00:00:00', 0.000760903107144098, 0.00113153846153846, 0.000883016442916847, 0.00177596153846154, 0.00122655069825287, 0.00221115384615386, 0.00123598084687673, 0.00304057692307694, 0.0015877747006424, 0.00667250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1065, '2021-05-09 00:00:00', 0.000523849251656917, 0.00122403846153845, 0.000744395495584275, 0.00159942307692307, 0.000738481628332474, 0.00191865384615384, 0.000944796864614084, 0.00272634615384615, 0.00164298817824298, 0.00664692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1080, '2021-05-09 00:00:00', 0.000621624051608735, 0.00111230769230769, 0.000614377765272761, 0.00140903846153846, 0.000642575706404733, 0.00180846153846154, 0.000897115741610918, 0.00255557692307694, 0.00186043197010389, 0.00678365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1095, '2021-05-09 00:00:00', 0.000323568623086595, 0.000855576923076934, 0.000365707743760128, 0.00111692307692308, 0.000575820251066655, 0.00158480769230768, 0.00078026980047829, 0.00230480769230771, 0.00193693675684057, 0.00677000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1110, '2021-05-09 00:00:00', 0.000281744292140646, 0.000690384615384595, 0.000383775174568886, 0.00103423076923075, 0.000432455600210986, 0.00137038461538459, 0.000725168335894928, 0.00209365384615385, 0.00199109665376028, 0.00674326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1125, '2021-05-09 00:00:00', 0.00029241303769733, 0.00068576923076924, 0.000340132157573209, 0.000931730769230767, 0.000380387454294467, 0.00122384615384618, 0.000698000330614871, 0.0019623076923077, 0.00198492767742691, 0.00676326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1140, '2021-05-09 00:00:00', 0.000217904795725108, 0.000582499999999982, 0.000262192603897333, 0.00082980769230768, 0.00037362635593083, 0.00114057692307693, 0.000696586650416481, 0.00190480769230771, 0.00197057095396623, 0.00676673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1155, '2021-05-09 00:00:00', 0.000244249872057309, 0.000594999999999978, 0.000313570504892397, 0.000802307692307696, 0.000501862875847452, 0.00109711538461538, 0.000713446483357629, 0.00187826923076923, 0.00196121960681456, 0.00678788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1170, '2021-05-09 00:00:00', 0.000190542545218824, 0.000532307692307704, 0.000290268575898002, 0.000749615384615368, 0.000478051373164672, 0.00100634615384615, 0.000657751560533752, 0.00180134615384616, 0.00200010977583348, 0.00676365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1185, '2021-05-09 00:00:00', 0.000248515902602136, 0.000531923076923069, 0.000341661156928687, 0.000727115384615391, 0.000471548349752016, 0.000975384615384634, 0.000701971427207245, 0.00174673076923079, 0.00202095624738542, 0.00676192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1200, '2021-05-09 00:00:00', 0.000274936985787389, 0.000562884615384622, 0.000383581352318098, 0.000725576923076911, 0.000446698874652013, 0.000978269230769234, 0.000708534999949783, 0.00174961538461539, 0.00201883828932917, 0.00676596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1215, '2021-05-09 00:00:00', 0.000236225853466888, 0.000454423076923056, 0.000350283237043766, 0.000692884615384603, 0.000401250976514508, 0.000922115384615388, 0.000715823033566704, 0.00167384615384615, 0.00202326446995557, 0.00678634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1230, '2021-05-09 00:00:00', 0.00025771182474888, 0.000489230769230763, 0.00025505806277122, 0.000658846153846166, 0.000336903547027965, 0.000935000000000002, 0.000685594295820477, 0.00157653846153846, 0.00200607462089909, 0.00681923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1245, '2021-05-09 00:00:00', 0.000208944600681254, 0.000470384615384623, 0.000278678198755366, 0.000636538461538464, 0.000371626777208642, 0.000862692307692323, 0.000696082223259926, 0.0015223076923077, 0.00199146965445507, 0.00686923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1260, '2021-05-09 00:00:00', 0.000188854135817519, 0.000431730769230754, 0.000263355054281094, 0.000651730769230769, 0.000293960816331809, 0.00084480769230771, 0.000614349343113993, 0.00145634615384616, 0.00201806007381806, 0.00687269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1275, '2021-05-09 00:00:00', 0.000202469465884097, 0.000428269230769235, 0.0002385666331689, 0.00051403846153849, 0.000389163007175448, 0.000894615384615404, 0.000585832773461445, 0.00142596153846155, 0.00201631201797891, 0.00688807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1290, '2021-05-09 00:00:00', 0.000165077720623206, 0.000354423076923084, 0.00027526525668607, 0.000589807692307705, 0.000420107907383493, 0.000879423076923082, 0.000567504930510606, 0.00143038461538463, 0.00201069237979206, 0.00692461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1305, '2021-05-09 00:00:00', 0.000224585430036342, 0.000473846153846167, 0.000341672582813043, 0.000706923076923105, 0.000464669940760267, 0.000908076923076928, 0.000552584869917314, 0.00138903846153847, 0.00200932798754671, 0.00696480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1320, '2021-05-09 00:00:00', 0.000279117358829588, 0.000522499999999998, 0.000349069973148442, 0.000634615384615366, 0.000576224482164836, 0.00102057692307691, 0.000536570448453731, 0.00132961538461539, 0.0020303915973185, 0.00697596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1335, '2021-05-09 00:00:00', 0.000174197169455054, 0.000364423076923056, 0.000257558432503858, 0.000547115384615356, 0.000397477623946895, 0.000927307692307653, 0.000490414149940157, 0.00128403846153844, 0.00208687662272154, 0.00701096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1350, '2021-05-09 00:00:00', 0.000188187713160625, 0.000391153846153855, 0.000377903935697113, 0.000720769230769247, 0.000363947164381791, 0.000841538461538466, 0.000511879342754201, 0.00132230769230771, 0.00211741540563018, 0.00702499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1365, '2021-05-09 00:00:00', 0.000332274967227663, 0.000564423076923068, 0.000324351898169498, 0.000678076923076899, 0.000321956578534352, 0.000734038461538454, 0.00054786312159153, 0.0014, 0.00220515456461585, 0.00705057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1380, '2021-05-09 00:00:00', 0.000178313035029818, 0.00041153846153845, 0.000188534122600164, 0.000473653846153841, 0.000296284426756561, 0.000707692307692307, 0.000518622176095929, 0.0014498076923077, 0.00238441572427166, 0.0071228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1395, '2021-05-09 00:00:00', 0.00018342311321517, 0.000329038461538448, 0.000200563916533837, 0.000443269230769214, 0.000313619809028967, 0.000700769230769218, 0.000462086738444377, 0.00153692307692309, 0.00240147883925397, 0.00712884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1410, '2021-05-09 00:00:00', 0.000149005420655118, 0.000296153846153831, 0.000306102358445909, 0.000529423076923069, 0.000312571776372417, 0.000681346153846142, 0.000468250959997392, 0.00161019230769232, 0.00240559600802923, 0.00713307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1425, '2021-05-09 00:00:00', 0.00021309116864348, 0.000409615384615386, 0.000260430486812759, 0.000545961538461528, 0.000257936784145602, 0.000650769230769233, 0.000502898980527301, 0.00167923076923078, 0.00241173213367808, 0.00712173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 0, '2021-05-09 00:00:00', 0.000232632840462264, 0.000395961538461545, 0.000222611424131493, 0.000504615384615368, 0.000235585767494878, 0.00059442307692306, 0.000529455344234506, 0.00170019230769231, 0.00237526559648519, 0.00712557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 15, '2021-05-09 00:00:00', 0.000227213302021231, 0.000331730769230765, 0.000225113646512502, 0.000426923076923073, 0.000254490441108074, 0.000624230769230785, 0.000617802432945877, 0.00178461538461538, 0.00235903676561822, 0.00711730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 30, '2021-05-09 00:00:00', 0.000147032832544821, 0.000300576923076928, 0.000188602655173382, 0.000405192307692332, 0.000285051479830985, 0.000672115384615407, 0.000652791049146784, 0.00186307692307692, 0.00234330673654526, 0.00711269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 45, '2021-05-09 00:00:00', 0.000167519000070496, 0.000263846153846174, 0.000221359783714562, 0.000473076923076948, 0.000310297623878463, 0.000653846153846184, 0.000694573167215194, 0.00189326923076923, 0.00233471935391353, 0.00710230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 60, '2021-05-09 00:00:00', 0.000190452093713889, 0.00039000000000001, 0.000256656085362978, 0.000522115384615389, 0.000334560848783087, 0.000670192307692326, 0.000776462416743621, 0.00197673076923078, 0.00233569568783132, 0.00709711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 75, '2021-05-09 00:00:00', 0.00022155160885131, 0.00034634615384616, 0.000236313432672632, 0.000455961538461562, 0.000310760357832197, 0.000749999999999986, 0.000779281152976635, 0.00196634615384617, 0.00234475631011968, 0.00709692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 90, '2021-05-09 00:00:00', 0.000113466531832774, 0.000279423076923097, 0.000163155895246976, 0.000410384615384639, 0.000380520746427246, 0.000800961538461568, 0.000745028264822632, 0.00197634615384616, 0.00232042509368102, 0.00707115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 105, '2021-05-09 00:00:00', 0.000144521491614431, 0.000292692307692329, 0.000296436528424917, 0.000588846153846143, 0.000463662219558786, 0.000890576923076916, 0.000734440236873274, 0.00197230769230769, 0.00229419132727716, 0.0070503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 120, '2021-05-09 00:00:00', 0.000267053149420464, 0.000484230769230773, 0.000383645469351412, 0.00065461538461542, 0.000446670072700396, 0.000943076923076935, 0.000735820970073572, 0.00200249999999998, 0.00232971682003165, 0.00706230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 135, '2021-05-09 00:00:00', 0.000310817532423036, 0.000418461538461556, 0.000373955828325298, 0.000634807692307683, 0.000301347741883784, 0.00096769230769231, 0.000736402090207211, 0.00198403846153844, 0.00233353383387644, 0.00702807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 150, '2021-05-09 00:00:00', 0.000220105918558804, 0.000401153846153844, 0.000274648026502193, 0.000608461538461536, 0.0004055021578241, 0.000969999999999984, 0.000742894779794664, 0.00194057692307689, 0.00227858275790356, 0.00698923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 165, '2021-05-09 00:00:00', 0.000201206457305755, 0.000435961538461542, 0.000244669400180332, 0.000703653846153836, 0.000460569046022245, 0.00101038461538459, 0.000694741567889702, 0.00196961538461535, 0.00227984268181954, 0.00698442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 180, '2021-05-09 00:00:00', 0.000173706649268251, 0.000515, 0.000347896370511925, 0.000738269230769234, 0.000387825545633795, 0.00102557692307691, 0.000610794847844867, 0.0019278846153846, 0.00224620024451549, 0.00705653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 195, '2021-05-09 00:00:00', 0.000299061930812899, 0.000524038461538461, 0.000326484832961406, 0.000702884615384608, 0.0004135488530345, 0.00103057692307689, 0.000592558468390713, 0.00181653846153843, 0.00223482101331146, 0.0070898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 210, '2021-05-09 00:00:00', 0.000179170739369352, 0.000471923076923094, 0.000264106112124525, 0.000675961538461534, 0.000426262694374497, 0.00100826923076921, 0.000578871348800013, 0.00176403846153843, 0.00222019698537001, 0.00708942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 225, '2021-05-09 00:00:00', 0.000207598076914156, 0.000474807692307669, 0.000387391870769686, 0.000762307692307682, 0.000426099708446816, 0.00100480769230768, 0.000567935701940332, 0.00174980769230768, 0.00216913516974285, 0.00710423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 240, '2021-05-09 00:00:00', 0.000339140769502059, 0.000547307692307682, 0.000392641743147038, 0.000726538461538456, 0.000485053724225059, 0.000993653846153848, 0.000538019015963609, 0.00173269230769229, 0.00214116274127293, 0.00707826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 255, '2021-05-09 00:00:00', 0.000175829134717183, 0.000426730769230772, 0.000210894158652742, 0.000582115384615389, 0.000416396260974866, 0.000870384615384621, 0.000516952162643245, 0.00160846153846155, 0.0021721909534987, 0.00698846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 270, '2021-05-09 00:00:00', 0.000126974255416074, 0.000387692307692311, 0.000370793535749808, 0.00062538461538463, 0.000422285903879585, 0.000859230769230762, 0.000499342683319391, 0.00153865384615385, 0.00213821022388784, 0.00696480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 285, '2021-05-09 00:00:00', 0.000338928628747438, 0.00049115384615387, 0.000364221614700988, 0.000615769230769242, 0.000346243189324849, 0.00082711538461538, 0.000488045237499696, 0.00150807692307692, 0.00214034404135986, 0.00698615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 300, '2021-05-09 00:00:00', 0.000205499017403623, 0.000364615384615339, 0.00025932315746959, 0.000557499999999946, 0.000269945578560956, 0.0007711538461538, 0.0004921513603948, 0.00141480769230767, 0.00214516663329808, 0.00697326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 315, '2021-05-09 00:00:00', 0.000195810740649867, 0.000405384615384581, 0.00019182574223658, 0.000528653846153817, 0.000439001182756449, 0.00077403846153846, 0.000468404698458976, 0.0015151923076923, 0.00214616079403343, 0.00697307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 330, '2021-05-09 00:00:00', 0.000130156267026073, 0.000360576923076911, 0.000213573262515579, 0.000551538461538462, 0.00047901629970661, 0.000741153846153851, 0.000468760763978964, 0.00171942307692306, 0.0021835782647896, 0.00697596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 345, '2021-05-09 00:00:00', 0.000203171015497931, 0.00039269230769231, 0.000414549106305209, 0.000525192307692324, 0.000436323142424705, 0.000783269230769238, 0.000590657554047902, 0.0018671153846154, 0.00218758248196145, 0.00698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 360, '2021-05-09 00:00:00', 0.000321571142983947, 0.00036999999999999, 0.00034793550463356, 0.000543653846153846, 0.000356890254624787, 0.000774423076923086, 0.000707461578190197, 0.00210826923076924, 0.00220454255677123, 0.00700326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 375, '2021-05-09 00:00:00', 0.000120664187536521, 0.000315384615384606, 0.000208988037935159, 0.000494999999999989, 0.000269411609595061, 0.000663846153846156, 0.000712866828646543, 0.00238634615384617, 0.00220843359907843, 0.00700519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 390, '2021-05-09 00:00:00', 0.000166284279288431, 0.000332307692307683, 0.000205435747020459, 0.000470384615384614, 0.000221057945762243, 0.000613846153846144, 0.000668305578424888, 0.00253711538461541, 0.00220428545024321, 0.00700288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 405, '2021-05-09 00:00:00', 0.000123711823948315, 0.000306153846153828, 0.000161733874478575, 0.000409615384615378, 0.000200244946157282, 0.000609038461538463, 0.00067770245342966, 0.00280115384615385, 0.00220436124534978, 0.00700250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 420, '2021-05-09 00:00:00', 0.000109944741365137, 0.000309615384615406, 0.00013152961058842, 0.000415961538461514, 0.000253209323561485, 0.000659807692307702, 0.000712527921180302, 0.00299403846153847, 0.00220694279490884, 0.0069925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 435, '2021-05-09 00:00:00', 0.00010085118511183, 0.000285192307692255, 0.000160498741907357, 0.000449615384615375, 0.00026165986435713, 0.000726730769230782, 0.000710952800553855, 0.00310173076923078, 0.00220881921988965, 0.00698711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 450, '2021-05-09 00:00:00', 0.000159030355109164, 0.000349423076923086, 0.000241404942273037, 0.000532884615384613, 0.000249924065390942, 0.000764038461538462, 0.000704695788156941, 0.00317692307692308, 0.00221084652252342, 0.00699211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 465, '2021-05-09 00:00:00', 0.000191306138065533, 0.000400961538461518, 0.000200161569353756, 0.0006044230769231, 0.000258274153684685, 0.000766538461538462, 0.000757645467119133, 0.00322557692307693, 0.00222113080174526, 0.00698403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 480, '2021-05-09 00:00:00', 0.00015529636679091, 0.000485192307692326, 0.000190806083599187, 0.000614807692307706, 0.000252915917922262, 0.000792692307692343, 0.000899374996659013, 0.00334423076923076, 0.00222375411099201, 0.00697788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 495, '2021-05-09 00:00:00', 0.00012594198908779, 0.000375769230769241, 0.000172815263748961, 0.000548653846153837, 0.000296420244818838, 0.000934807692307702, 0.000972981164336623, 0.00343211538461538, 0.00220039518303837, 0.0069948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 510, '2021-05-09 00:00:00', 0.000176532847237693, 0.000419615384615375, 0.00019499112405834, 0.000603461538461572, 0.000397307331148825, 0.00121865384615384, 0.00101101426604862, 0.00356461538461538, 0.00218926518230697, 0.00703903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 525, '2021-05-09 00:00:00', 0.000169485647225318, 0.000435769230769267, 0.000282498740637069, 0.000776538461538459, 0.000455241102646095, 0.0014423076923077, 0.00102553175699993, 0.00365923076923076, 0.00218615522180978, 0.00706942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 540, '2021-05-09 00:00:00', 0.000245969432122058, 0.000659807692307693, 0.000365986128362583, 0.00105961538461537, 0.000675773744566996, 0.00174307692307693, 0.00109662112172591, 0.00375826923076924, 0.00218727435759317, 0.00706865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 555, '2021-05-09 00:00:00', 0.00031356412667657, 0.000742307692307705, 0.000419467978057145, 0.00113923076923079, 0.000656394610440528, 0.00196826923076924, 0.00107525839470549, 0.00372384615384617, 0.0021823632920441, 0.00706653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 570, '2021-05-09 00:00:00', 0.000401463141329476, 0.0008444230769231, 0.000613149373192308, 0.0013169230769231, 0.000659585767444533, 0.00207076923076924, 0.00111406243783038, 0.00373634615384617, 0.00232994315711448, 0.00707134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 585, '2021-05-09 00:00:00', 0.000384421043208539, 0.000911538461538455, 0.000482615629827542, 0.00149038461538462, 0.000574593367923364, 0.00218153846153847, 0.00106386870213603, 0.00368115384615389, 0.00243160134795665, 0.00713134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 600, '2021-05-09 00:00:00', 0.000432305492055681, 0.0011940384615385, 0.000500034460350955, 0.00158730769230771, 0.000654993012293892, 0.0022296153846154, 0.00102882060931625, 0.00366961538461542, 0.0024385596947, 0.00708923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 615, '2021-05-09 00:00:00', 0.000323382186370154, 0.0010309615384615, 0.000507435331234084, 0.00151615384615382, 0.000620948158371229, 0.00197615384615384, 0.00111829932693148, 0.00340423076923078, 0.00253942955435634, 0.00712269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 630, '2021-05-09 00:00:00', 0.000293741120978753, 0.000969615384615374, 0.000472170153489354, 0.00137442307692305, 0.000670294223571868, 0.0018078846153846, 0.00120907595040436, 0.00327057692307691, 0.00254830746997658, 0.00710519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 645, '2021-05-09 00:00:00', 0.000292840203208836, 0.000969230769230765, 0.000409641729019218, 0.00128288461538464, 0.000606193831656542, 0.00176480769230768, 0.00116545265224094, 0.00314826923076924, 0.00251241009789405, 0.00724250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 660, '2021-05-09 00:00:00', 0.000227117472145694, 0.000832115384615396, 0.000439957908825859, 0.0011998076923077, 0.000696859024480526, 0.00175749999999998, 0.00119034933463315, 0.00316153846153845, 0.00253894188287471, 0.00724826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 675, '2021-05-09 00:00:00', 0.000481582966731737, 0.000911923076923064, 0.000578762074138861, 0.00128346153846151, 0.000847723195025717, 0.00175884615384612, 0.00112032538199335, 0.00312980769230768, 0.00248219940468435, 0.00720673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 690, '2021-05-09 00:00:00', 0.000383252728426218, 0.000920576923076925, 0.000569422413165626, 0.00132173076923076, 0.000853600969648354, 0.00178384615384614, 0.00100323844853328, 0.00313423076923077, 0.00249738122070669, 0.0071348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 705, '2021-05-09 00:00:00', 0.000441706872867564, 0.000910192307692318, 0.000543073305719038, 0.00114615384615384, 0.000626965616772868, 0.00166173076923076, 0.000987734782216387, 0.00337500000000002, 0.00254908279884837, 0.00707865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 720, '2021-05-09 00:00:00', 0.000343429087966542, 0.00080846153846154, 0.00056021946249113, 0.00125038461538462, 0.000698530875921323, 0.00164923076923077, 0.00115849240560577, 0.00357942307692308, 0.00257375183341362, 0.0070975 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 735, '2021-05-09 00:00:00', 0.000413156563730828, 0.000807115384615394, 0.000458043540086973, 0.00110826923076922, 0.000488734944682562, 0.00142038461538465, 0.00123267353279836, 0.00354096153846157, 0.00257342478331594, 0.00702865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 750, '2021-05-09 00:00:00', 0.000256172718177525, 0.000727307692307675, 0.000316455185793169, 0.000978269230769234, 0.000375180418137478, 0.00135288461538464, 0.0012800260213701, 0.00348615384615387, 0.00257735756153468, 0.00693500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 765, '2021-05-09 00:00:00', 0.000289970024976083, 0.000723846153846148, 0.000287423033175856, 0.000940000000000009, 0.000408669369840925, 0.00136557692307694, 0.00126954340671693, 0.00352769230769232, 0.00257333623621465, 0.00693423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 780, '2021-05-09 00:00:00', 0.000172891695756466, 0.000683461538461541, 0.000285402078047522, 0.000987115384615395, 0.00049245714378162, 0.00143403846153849, 0.00133779389294465, 0.00365250000000002, 0.00256380813514704, 0.00695307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 795, '2021-05-09 00:00:00', 0.000216888486058172, 0.000698846153846155, 0.000347950482772388, 0.00102346153846156, 0.000602213385386319, 0.00142519230769231, 0.00137009191157158, 0.00370538461538463, 0.00256481137408102, 0.00695076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 810, '2021-05-09 00:00:00', 0.0003206321280509, 0.000735192307692342, 0.000430386454247785, 0.00103750000000003, 0.000655413316453514, 0.00142615384615385, 0.00148196672857908, 0.00378576923076924, 0.00256624002115037, 0.0069646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 825, '2021-05-09 00:00:00', 0.000319584646304926, 0.000742115384615379, 0.000440406673952079, 0.00101403846153844, 0.000506596524328351, 0.00139596153846154, 0.00153249922825931, 0.00384326923076923, 0.00258610006350518, 0.00701346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 840, '2021-05-09 00:00:00', 0.000403068661835492, 0.000742884615384606, 0.00045472121636822, 0.000995769230769238, 0.000720507726964383, 0.00160423076923077, 0.00187779470697369, 0.00409019230769231, 0.00258144193456651, 0.00704269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 855, '2021-05-09 00:00:00', 0.000319431706918109, 0.000751153846153856, 0.000389770593278417, 0.00101134615384618, 0.000703098964475227, 0.00162692307692309, 0.00197105520353555, 0.00420884615384616, 0.00258060959554432, 0.00707826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 870, '2021-05-09 00:00:00', 0.000274591514799716, 0.000737500000000006, 0.000722572461098866, 0.00128480769230767, 0.000750874054788079, 0.0017446153846154, 0.00196410896807216, 0.00420903846153846, 0.00252038937773207, 0.00708884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 885, '2021-05-09 00:00:00', 0.000675976359395479, 0.000984038461538435, 0.000654557190308555, 0.00125365384615384, 0.00103573855106095, 0.00214211538461541, 0.00183329515228305, 0.00420865384615384, 0.00248040951953813, 0.00702923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 900, '2021-05-09 00:00:00', 0.000288506565716526, 0.000779038461538467, 0.000398758650738112, 0.0011723076923077, 0.00104034818505818, 0.00218711538461538, 0.00174267629060766, 0.00412057692307691, 0.00239962619685136, 0.00693826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 915, '2021-05-09 00:00:00', 0.000358550768854522, 0.000904423076923075, 0.000886447620909079, 0.00161423076923078, 0.00104273230210163, 0.00216442307692307, 0.001725171039458, 0.00405634615384614, 0.00230680525836057, 0.00683249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 930, '2021-05-09 00:00:00', 0.000909227144337427, 0.00122500000000001, 0.000982777715692393, 0.00170903846153844, 0.00103315856255687, 0.00215615384615384, 0.00163245163669673, 0.0039678846153846, 0.00219939307187582, 0.00673673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 945, '2021-05-09 00:00:00', 0.000453987461704203, 0.00104615384615382, 0.000523027282712413, 0.00134846153846152, 0.000564022946887271, 0.00196673076923074, 0.00157799922004463, 0.00368346153846153, 0.0021229318261455, 0.00653346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 960, '2021-05-09 00:00:00', 0.000269531787764226, 0.000929230769230776, 0.000421682892157661, 0.00137269230769231, 0.000556036004644961, 0.00200596153846154, 0.00153782329934227, 0.00358749999999998, 0.00210435242185916, 0.00651365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 975, '2021-05-09 00:00:00', 0.000457670691150799, 0.000962307692307703, 0.000501028058480398, 0.00140365384615383, 0.000661090270805622, 0.00200211538461538, 0.00144941871637721, 0.00351615384615384, 0.00200546890737839, 0.00651653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 990, '2021-05-09 00:00:00', 0.000372204245005331, 0.001095, 0.00053266730849421, 0.00157769230769232, 0.000780758925661449, 0.00208249999999997, 0.00141077016609313, 0.00347230769230767, 0.00198012528741139, 0.00647692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1005, '2021-05-09 00:00:00', 0.00040929343432876, 0.00109634615384615, 0.000608514584870403, 0.00158499999999997, 0.000860995421233255, 0.00208365384615383, 0.00133569009821195, 0.00337903846153845, 0.00212777218271559, 0.00656269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1020, '2021-05-09 00:00:00', 0.000520137999440104, 0.00117346153846154, 0.000693292590025739, 0.00150884615384616, 0.00106615506160436, 0.00229384615384617, 0.00129178351663353, 0.00321442307692308, 0.00213570338800553, 0.00659980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1035, '2021-05-09 00:00:00', 0.000438787490180031, 0.000992692307692303, 0.000590136099035364, 0.00140615384615383, 0.00118150746278448, 0.00212326923076923, 0.0012665532422226, 0.00302634615384615, 0.00207825911799716, 0.00666519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1050, '2021-05-09 00:00:00', 0.00034167961826609, 0.000985192307692305, 0.000843374266767801, 0.00167192307692308, 0.00109907739280934, 0.00199134615384614, 0.00116346552955449, 0.00292403846153844, 0.00200763566454134, 0.00666019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1065, '2021-05-09 00:00:00', 0.000653203231420705, 0.00135230769230771, 0.000903869991502342, 0.00159519230769231, 0.000874814815568665, 0.00184980769230768, 0.00102487411985007, 0.00278980769230768, 0.00190881364686588, 0.00654346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1080, '2021-05-09 00:00:00', 0.000609859031630708, 0.00104096153846154, 0.000616676576496947, 0.00128, 0.000600944544990521, 0.00173788461538462, 0.000738984542359414, 0.00253307692307692, 0.00182770538149297, 0.00652019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1095, '2021-05-09 00:00:00', 0.000379736143211986, 0.000766538461538453, 0.000395672407233766, 0.00108557692307694, 0.000514044296205641, 0.00150846153846155, 0.000766753294994302, 0.00231115384615385, 0.00185575318526343, 0.00643326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1110, '2021-05-09 00:00:00', 0.000288600335838607, 0.000773076923076923, 0.000397802666580386, 0.00110980769230769, 0.000419821802856695, 0.00135711538461536, 0.000776791725377789, 0.0021707692307692, 0.00188691881526064, 0.00639884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1125, '2021-05-09 00:00:00', 0.000329363255154815, 0.000723076923076912, 0.000383759740542894, 0.000963461538461514, 0.000355257490583086, 0.00123673076923078, 0.000732652819448757, 0.0020930769230769, 0.00190431243396504, 0.00636461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1140, '2021-05-09 00:00:00', 0.000288946428359184, 0.000634038461538431, 0.000254950749391672, 0.000851730769230747, 0.000347023829817961, 0.00112846153846156, 0.000771764835645214, 0.00215480769230768, 0.00192650708238031, 0.00634153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1155, '2021-05-09 00:00:00', 0.000226695067979324, 0.000620576923076923, 0.000318989570603542, 0.000857884615384616, 0.000350728746820326, 0.00112942307692309, 0.000820842156662194, 0.00208538461538459, 0.00192582913212825, 0.00634538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1170, '2021-05-09 00:00:00', 0.000232395965144358, 0.00058826923076925, 0.000265448894110735, 0.000778653846153857, 0.000299042896331204, 0.00104442307692308, 0.000775601999442049, 0.00201230769230767, 0.00196588316422533, 0.00642384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1185, '2021-05-09 00:00:00', 0.000146290674817159, 0.00056519230769233, 0.000229961200740814, 0.000773076923076932, 0.000374874799612643, 0.00103865384615387, 0.000730314078904564, 0.00194442307692307, 0.00197786411604499, 0.00643230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1200, '2021-05-09 00:00:00', 0.00020332855185632, 0.000547500000000008, 0.00018893476692724, 0.000717884615384638, 0.000407750347827986, 0.00103288461538464, 0.000724200142332137, 0.00190461538461538, 0.00199507254543247, 0.00640230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1215, '2021-05-09 00:00:00', 0.000192229430228988, 0.000488076923076918, 0.000348907801354656, 0.000710576923076932, 0.000462409284242714, 0.000982884615384632, 0.000703734762097649, 0.00180884615384614, 0.00188668504566567, 0.0065473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1230, '2021-05-09 00:00:00', 0.00021894713095594, 0.000479615384615401, 0.000284066081152832, 0.000696538461538481, 0.000393574154873794, 0.000988846153846167, 0.000628109373131307, 0.00171423076923077, 0.00190785844499895, 0.00653961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1245, '2021-05-09 00:00:00', 0.000187517076145495, 0.000479423076923118, 0.000253867394216291, 0.000655576923076956, 0.000414719970397111, 0.000944423076923098, 0.00062486346200899, 0.00163211538461538, 0.00199453481177556, 0.00658365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1260, '2021-05-09 00:00:00', 0.000247544634669918, 0.000422884615384619, 0.000323846354832766, 0.000687692307692304, 0.000428478704254966, 0.00102499999999999, 0.000622273128259501, 0.00158038461538459, 0.00203123718457496, 0.00656750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1275, '2021-05-09 00:00:00', 0.000227209916495392, 0.000507115384615376, 0.000284011375720169, 0.000672307692307681, 0.000308903768933862, 0.00102846153846152, 0.000633271359990826, 0.00159615384615383, 0.00206731097173264, 0.00651557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1290, '2021-05-09 00:00:00', 0.000182836307621368, 0.000443653846153858, 0.000298889032662877, 0.000714423076923077, 0.000323857281007436, 0.000921538461538452, 0.000705337126159161, 0.00153230769230768, 0.00211368832758141, 0.00658711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1305, '2021-05-09 00:00:00', 0.000180759615128857, 0.000514038461538456, 0.000287934087008675, 0.000689038461538458, 0.000319064015761454, 0.00082038461538461, 0.000721283604736381, 0.00147096153846152, 0.00210202624773191, 0.00667711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1320, '2021-05-09 00:00:00', 0.000178262123333547, 0.00044076923076924, 0.00020456144459642, 0.000540769230769229, 0.000546044834732886, 0.000910192307692301, 0.000787888609854494, 0.00146769230769231, 0.00213264340306002, 0.00666173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1335, '2021-05-09 00:00:00', 0.00012607872998189, 0.000335384615384635, 0.000243838849684336, 0.000484230769230782, 0.000535064949328603, 0.000892499999999988, 0.00078524942142364, 0.00147557692307693, 0.00212726278619697, 0.00667019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1350, '2021-05-09 00:00:00', 0.000219778647384464, 0.000379423076923086, 0.000516116713097408, 0.000717692307692304, 0.000541890316747441, 0.000908653846153829, 0.000767245748415419, 0.00154096153846152, 0.00211792065116128, 0.00667826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1365, '2021-05-09 00:00:00', 0.000318365597774282, 0.000564423076923085, 0.000311832548752625, 0.000703461538461535, 0.0003626796106759, 0.000802500000000005, 0.000682416746119719, 0.00148115384615385, 0.00211632101861844, 0.00667442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1380, '2021-05-09 00:00:00', 0.000176806826356233, 0.000410576923076923, 0.000186203775885053, 0.00052461538461538, 0.000263238192809922, 0.00075288461538462, 0.000794491419327237, 0.00154384615384616, 0.00208907503455478, 0.00666250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1395, '2021-05-09 00:00:00', 0.000125203373019215, 0.000331730769230748, 0.000146292646642086, 0.000416538461538458, 0.000247172004887271, 0.000725000000000001, 0.000846632174241888, 0.00163096153846156, 0.00207367896781024, 0.00665769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1410, '2021-05-09 00:00:00', 0.000104288246996164, 0.000279038461538488, 0.000204350095518581, 0.000520192307692325, 0.000203128322458027, 0.000693653846153847, 0.000802225270491682, 0.00168576923076923, 0.00208169403094249, 0.00669596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1425, '2021-05-09 00:00:00', 0.000163280315832835, 0.000402307692307672, 0.000152518473029946, 0.000588269230769224, 0.000179265273997889, 0.000675961538461534, 0.000963484222057544, 0.00180538461538461, 0.00208449386035226, 0.00670057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 0, '2021-05-09 00:00:00', 0.000168840047199898, 0.000410192307692339, 0.000180913068796991, 0.000496538461538486, 0.000192872616391872, 0.000589615384615396, 0.000980698416749698, 0.00180076923076924, 0.00209244594636555, 0.00669403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 15, '2021-05-09 00:00:00', 0.000153029534605381, 0.000279038461538462, 0.000174667266098008, 0.00042442307692309, 0.000349049258150453, 0.00066076923076923, 0.000964094473506688, 0.00180307692307692, 0.0020945256852457, 0.00667038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 30, '2021-05-09 00:00:00', 0.00016232979251656, 0.000319807692307678, 0.000165465892372021, 0.00039019230769231, 0.000376186584228956, 0.000692115384615375, 0.000955790852564585, 0.00180307692307694, 0.00210576205829479, 0.00667038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 45, '2021-05-09 00:00:00', 0.000127293120244331, 0.000266538461538448, 0.000326243184426281, 0.000541153846153856, 0.000393892605433732, 0.000679230769230778, 0.00092925776832909, 0.00185000000000001, 0.00210261185561783, 0.00665884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 60, '2021-05-09 00:00:00', 0.000328935579383882, 0.000441153846153841, 0.000359342401531541, 0.000535192307692295, 0.000502803257134044, 0.000708653846153843, 0.000971920699519192, 0.00186961538461539, 0.00210786998759777, 0.00665173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 75, '2021-05-09 00:00:00', 0.000232412100836821, 0.000345769230769216, 0.000292226532255095, 0.000462884615384642, 0.000384918223083207, 0.000770961538461542, 0.000970913923143476, 0.00186961538461539, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 90, '2021-05-09 00:00:00', 0.00017110332011347, 0.00032711538461541, 0.000306966798505341, 0.000486153846153854, 0.00034159017280044, 0.000829615384615388, 0.000966195313906773, 0.00187576923076923, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 105, '2021-05-09 00:00:00', 0.000246000312695219, 0.000341923076923079, 0.000282666696903723, 0.000622692307692313, 0.000402332430479286, 0.000839230769230759, 0.000949249258017174, 0.00190692307692308, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 120, '2021-05-09 00:00:00', 0.000271813355080275, 0.000507500000000003, 0.00035599810932945, 0.000670576923076918, 0.00075402991677029, 0.00101365384615383, 0.000977058005521607, 0.00191288461538463, 0.00207640747446162, 0.00664500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 135, '2021-05-09 00:00:00', 0.000173419899488122, 0.000377307692307679, 0.000230486191810681, 0.000536730769230767, 0.000739279691009108, 0.00107730769230768, 0.000957581267890813, 0.00187826923076925, 0.00204763567222148, 0.00668538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 150, '2021-05-09 00:00:00', 0.000177736732708384, 0.000402884615384599, 0.000658094948725863, 0.000739807692307671, 0.00071714122630176, 0.00116153846153843, 0.000928200326521089, 0.00190461538461539, 0.0020500137710607, 0.00668769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 165, '2021-05-09 00:00:00', 0.00059471337634192, 0.000564999999999978, 0.000609288614192515, 0.000878846153846121, 0.000895427530031582, 0.00125269230769227, 0.00090851391759376, 0.00187346153846155, 0.00202708718646696, 0.00667730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 180, '2021-05-09 00:00:00', 0.000402381229490353, 0.000690576923076921, 0.000551629892646842, 0.000918461538461509, 0.00072275490579182, 0.00120557692307692, 0.000759829358373423, 0.00179442307692309, 0.00203755328387147, 0.00667423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 195, '2021-05-09 00:00:00', 0.000351604946582889, 0.000559038461538435, 0.000486996446046088, 0.000836538461538434, 0.000498982965641098, 0.00106000000000001, 0.000560442579231276, 0.00166673076923077, 0.00204673187902455, 0.00665576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 210, '2021-05-09 00:00:00', 0.000341497381451814, 0.00054269230769231, 0.000320343385471552, 0.000716730769230785, 0.000386839909244901, 0.000936346153846182, 0.000580781701343467, 0.0015892307692308, 0.00205361872912559, 0.00664673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 225, '2021-05-09 00:00:00', 0.00018437472294634, 0.000454038461538447, 0.000237395159045978, 0.000627692307692295, 0.000308765033891246, 0.000884615384615364, 0.000587230789383538, 0.00150499999999999, 0.00205634971584266, 0.00664307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 240, '2021-05-09 00:00:00', 0.000194826944906337, 0.000468461538461524, 0.000263076765631994, 0.000619230769230752, 0.000303180068352389, 0.000848076923076902, 0.000558275504085179, 0.00145846153846151, 0.00207100559000845, 0.00665807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 255, '2021-05-09 00:00:00', 0.000223659425156967, 0.00037653846153846, 0.000285728286744899, 0.000565576923076913, 0.000352437010193105, 0.000785384615384628, 0.000579210105362361, 0.00144788461538461, 0.00206764838552254, 0.0066646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 270, '2021-05-09 00:00:00', 0.000226685566708286, 0.000427884615384592, 0.000242211684276397, 0.000602500000000019, 0.000390904719848739, 0.000822500000000008, 0.000593382222128766, 0.00153769230769232, 0.00207203122192101, 0.00668576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 285, '2021-05-09 00:00:00', 0.000204583347694432, 0.000422115384615409, 0.000299759968077023, 0.000584038461538479, 0.000389320364422228, 0.00077788461538463, 0.000646324906386385, 0.00152826923076924, 0.00210441488304946, 0.00672500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 300, '2021-05-09 00:00:00', 0.000261884296236679, 0.000435769230769225, 0.000358861447443921, 0.000593461538461532, 0.000358142913030343, 0.000747115384615369, 0.00077175905466766, 0.00154903846153846, 0.00210747588726056, 0.00674115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 315, '2021-05-09 00:00:00', 0.000142789920997449, 0.000365192307692309, 0.000168088804367911, 0.000494615384615388, 0.000195345847153194, 0.000654999999999987, 0.000823788831231346, 0.00165403846153848, 0.00211393744904186, 0.00676153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 330, '2021-05-09 00:00:00', 0.000110370007074135, 0.000333461538461537, 0.000131548323966766, 0.000459807692307698, 0.000352497299498643, 0.000677115384615371, 0.000851671027135192, 0.00177653846153846, 0.00211765952990925, 0.00675173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 345, '2021-05-09 00:00:00', 0.000141052636110954, 0.000329615384615375, 0.000150107141223041, 0.000468076923076907, 0.000356241707055958, 0.000656923076923068, 0.00100500554916186, 0.00203307692307693, 0.00211661013451663, 0.00675269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 360, '2021-05-09 00:00:00', 0.000127891931543206, 0.000317115384615361, 0.00038727653606255, 0.000503653846153832, 0.000366674032560037, 0.000635384615384593, 0.000987421194518615, 0.00224115384615384, 0.00211011586448197, 0.00673980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 375, '2021-05-09 00:00:00', 0.000348293035333079, 0.000360961538461538, 0.000335291664077698, 0.000437500000000005, 0.000328275212869653, 0.000631153846153847, 0.00100936630920288, 0.00256288461538462, 0.00211635740219987, 0.00674557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 390, '2021-05-09 00:00:00', 0.000122801277868579, 0.000266923076923092, 0.000175266829544154, 0.000407692307692297, 0.000268170439488368, 0.000594230769230776, 0.000994250800274323, 0.00274557692307693, 0.00224065625688959, 0.00682769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 405, '2021-05-09 00:00:00', 0.000120993324672809, 0.00028923076923076, 0.000156770410277145, 0.000430192307692299, 0.000256242373244838, 0.000586923076923053, 0.00103672222004664, 0.00301519230769232, 0.0022470577343581, 0.00682230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 420, '2021-05-09 00:00:00', 0.000169931207800734, 0.000338846153846153, 0.000250504721282072, 0.000451153846153855, 0.000271363863021295, 0.00063288461538462, 0.00106371243945257, 0.00314692307692309, 0.00224959066361998, 0.0068219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 435, '2021-05-09 00:00:00', 0.000138745616701393, 0.000287884615384631, 0.000151935841722772, 0.000392500000000001, 0.000257668615443581, 0.000671346153846162, 0.000995764260022666, 0.00335269230769233, 0.00225816710051453, 0.0068394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 450, '2021-05-09 00:00:00', 0.000122916481964209, 0.000312692307692298, 0.000210338646363069, 0.000472884615384605, 0.000372141619031509, 0.00086576923076924, 0.000984948807728692, 0.00342307692307695, 0.00226324040158899, 0.00683365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 465, '2021-05-09 00:00:00', 0.000186195203606762, 0.000364423076923082, 0.000239240143274183, 0.00055961538461537, 0.00041483898637352, 0.000939230769230773, 0.000961809292627512, 0.00350365384615387, 0.00226932349289049, 0.00682365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 480, '2021-05-09 00:00:00', 0.000195168270592693, 0.000449423076923041, 0.000309725436723958, 0.00070461538461538, 0.000450042092048484, 0.00098173076923077, 0.00093558531658817, 0.00353326923076925, 0.00227667829050606, 0.00681596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 495, '2021-05-09 00:00:00', 0.0002637024109455, 0.000464807692307723, 0.000337176340533241, 0.00067173076923078, 0.000521609675759677, 0.0011494230769231, 0.000907792165302504, 0.00350115384615388, 0.00227697789759889, 0.00679288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 510, '2021-05-09 00:00:00', 0.000263329860412039, 0.000481153846153813, 0.00037922638864688, 0.000680576923076924, 0.000551857318516292, 0.00133249999999998, 0.000981984959934978, 0.00350230769230771, 0.00226000130190569, 0.00679673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 525, '2021-05-09 00:00:00', 0.00022371272787971, 0.000474230769230793, 0.000417128692556439, 0.000912115384615399, 0.000687903951256157, 0.0015496153846154, 0.00099552214749539, 0.00346211538461541, 0.00224848383104295, 0.00678153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 540, '2021-05-09 00:00:00', 0.000395254348489648, 0.000805000000000004, 0.000466435295207575, 0.00113173076923075, 0.000674396368271979, 0.00175230769230768, 0.00101430956054619, 0.00345673076923078, 0.00224142228197942, 0.00676461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 555, '2021-05-09 00:00:00', 0.000375904857029635, 0.000762307692307665, 0.000596811560261325, 0.00114596153846152, 0.000730636945516629, 0.00192288461538462, 0.0010767270384757, 0.00338634615384616, 0.00223892945743822, 0.00671634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 570, '2021-05-09 00:00:00', 0.000400257609354452, 0.000776923076923085, 0.000499484079980365, 0.00116711538461538, 0.000831790931572432, 0.00202807692307694, 0.00104842645829909, 0.00336596153846156, 0.00224111961202089, 0.00671134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 585, '2021-05-09 00:00:00', 0.000400124836289074, 0.000863269230769233, 0.000530835770634009, 0.00150615384615387, 0.000945607924117542, 0.00217788461538463, 0.00101718550233173, 0.00346288461538464, 0.00219768945975962, 0.00668019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 600, '2021-05-09 00:00:00', 0.000381880821118927, 0.00120019230769232, 0.000515005489141761, 0.00158442307692309, 0.000925932212172407, 0.00216269230769232, 0.00102369190452236, 0.00345634615384617, 0.00220206438108915, 0.00666153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 615, '2021-05-09 00:00:00', 0.000302713370394119, 0.000984230769230795, 0.000744248511018906, 0.00147961538461538, 0.000862933458527482, 0.00208307692307693, 0.000890701711271265, 0.00330346153846156, 0.0022218141236386, 0.006745 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 630, '2021-05-09 00:00:00', 0.000513576149697827, 0.00100730769230768, 0.000563340619737405, 0.00139057692307691, 0.000722456200429098, 0.00194980769230768, 0.000857550267645254, 0.00312269230769232, 0.00224672251033844, 0.00673403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 645, '2021-05-09 00:00:00', 0.000313148588471261, 0.000964038461538457, 0.000609127118222314, 0.00143038461538462, 0.000701751106436325, 0.00196884615384614, 0.00089[...];
Date: 2021-05-09 15:49:09 Duration: 18s246ms 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 981910, 1, 930, '2021-05-09 00:00:00', 0.00046297366597313, 0.000921153846153851, 0.000629008652257964, 0.00126173076923077, 0.000800093456079695, 0.00169346153846153, 0.0024402690346637, 0.0042101923076923, 0.00221665142466325, 0.00674346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 945, '2021-05-09 00:00:00', 0.00047891242976627, 0.000851346153846163, 0.000569427816726193, 0.00120903846153846, 0.000758929407885793, 0.00186961538461537, 0.00242170670904126, 0.00410423076923075, 0.00207073691825289, 0.00678576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 960, '2021-05-09 00:00:00', 0.000496015081966746, 0.000934807692307693, 0.000612070540178063, 0.00126211538461539, 0.00103899761234644, 0.00226403846153844, 0.00241064753509542, 0.00410346153846153, 0.00205059402275388, 0.00683961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 975, '2021-05-09 00:00:00', 0.000409120444932211, 0.000753461538461538, 0.000691016308390436, 0.00141653846153844, 0.00148909151446836, 0.00243346153846151, 0.00242463618999761, 0.0040155769230769, 0.00206802772076347, 0.00677942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 990, '2021-05-09 00:00:00', 0.000678663760635564, 0.00120749999999996, 0.00103210481355039, 0.00186211538461535, 0.00163743105550693, 0.00248730769230764, 0.00237354134154008, 0.00401249999999997, 0.00202718794430572, 0.00682019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1005, '2021-05-09 00:00:00', 0.000874356554624827, 0.00132076923076922, 0.00136374721321019, 0.00185730769230767, 0.00192093158489474, 0.00244692307692304, 0.0022229916519446, 0.00388326923076923, 0.00187419452442499, 0.00671134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1020, '2021-05-09 00:00:00', 0.000771293743305073, 0.00116096153846152, 0.000988205366385866, 0.0014603846153846, 0.00135053487979335, 0.00238730769230767, 0.00153293393906536, 0.00348230769230771, 0.00155755964202387, 0.00660596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1035, '2021-05-09 00:00:00', 0.000364388001153471, 0.000851153846153854, 0.000886022768417315, 0.0013678846153846, 0.00138750201663055, 0.00217961538461538, 0.00135027928734989, 0.0031969230769231, 0.00155202126274093, 0.0066 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1050, '2021-05-09 00:00:00', 0.000780718505362476, 0.00104923076923073, 0.000941479441337689, 0.00172153846153845, 0.00125358053345053, 0.00215692307692309, 0.00122270217771319, 0.00307384615384619, 0.00160006379680503, 0.00663307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1065, '2021-05-09 00:00:00', 0.000553999861149664, 0.00120961538461538, 0.000760961335316136, 0.00158192307692309, 0.000734183795894304, 0.00192038461538465, 0.000927512243336167, 0.00277480769230772, 0.00165355738892288, 0.00659903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1080, '2021-05-09 00:00:00', 0.000648487589585305, 0.00107807692307692, 0.000626038245329625, 0.00134673076923078, 0.000631227497694889, 0.00182807692307692, 0.000883069994612339, 0.00259615384615386, 0.00187471553739595, 0.00672788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1095, '2021-05-09 00:00:00', 0.000357740344169001, 0.000831923076923078, 0.000446737790931285, 0.00115942307692309, 0.000577184845741691, 0.00161788461538462, 0.000767281539943759, 0.00236480769230769, 0.00194415807366186, 0.00672884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1110, '2021-05-09 00:00:00', 0.000373618738205759, 0.000715192307692322, 0.000404815817568731, 0.00106038461538461, 0.000510044078034906, 0.00139519230769228, 0.000724279270405045, 0.00215230769230772, 0.00198918715521227, 0.00673153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1125, '2021-05-09 00:00:00', 0.000315498201872233, 0.000688653846153831, 0.000374784091690987, 0.000951346153846169, 0.000474588080501255, 0.00124538461538461, 0.000697269647653239, 0.00200980769230772, 0.00196957735606867, 0.00674480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1140, '2021-05-09 00:00:00', 0.000293070548083317, 0.000612884615384642, 0.000405095667713198, 0.000847499999999992, 0.000440760007958291, 0.00116576923076924, 0.000698778852438563, 0.00194326923076925, 0.00195552208256122, 0.00675615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1155, '2021-05-09 00:00:00', 0.000259083888998245, 0.0005776923076923, 0.000324952126651566, 0.00078826923076922, 0.000516367080223402, 0.00112480769230769, 0.000719912815234209, 0.00188769230769233, 0.00194384630604851, 0.00677769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1170, '2021-05-09 00:00:00', 0.000217848306432252, 0.000521730769230771, 0.000316709828367589, 0.000761346153846154, 0.000496474067802146, 0.00103250000000002, 0.000664162746505804, 0.0018019230769231, 0.00198303066425726, 0.00675384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1185, '2021-05-09 00:00:00', 0.000266247715772074, 0.000525384615384616, 0.000357853859299274, 0.000735769230769234, 0.000472586377940998, 0.000988269230769266, 0.000708635199629436, 0.00174038461538463, 0.00200513790049463, 0.00675500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1200, '2021-05-09 00:00:00', 0.000292727492073075, 0.000554230769230779, 0.000400586493109238, 0.000733461538461561, 0.000433512842503421, 0.0010142307692308, 0.00070984657063775, 0.00175692307692309, 0.00201460445631013, 0.00677134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1215, '2021-05-09 00:00:00', 0.000272477522008704, 0.000469999999999996, 0.000355095003539154, 0.000712307692307704, 0.000403442875567476, 0.000948076923076934, 0.000719295836217629, 0.00168750000000001, 0.00201408120873629, 0.00678865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1230, '2021-05-09 00:00:00', 0.000266797604071858, 0.000489807692307682, 0.000246345988710692, 0.000677884615384632, 0.000348311586856447, 0.000925192307692339, 0.000696163138484524, 0.00158865384615387, 0.00198990058700274, 0.00681711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1245, '2021-05-09 00:00:00', 0.000213715123110536, 0.000466923076923104, 0.000279508703593653, 0.000633653846153838, 0.000382399509172528, 0.000844230769230774, 0.000710619908140873, 0.0015344230769231, 0.00197091147402962, 0.00686403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1260, '2021-05-09 00:00:00', 0.000205613621967139, 0.000420192307692319, 0.000287893476560629, 0.000629423076923101, 0.000324709159805431, 0.000824038461538497, 0.000625923195091713, 0.00145538461538464, 0.0019881254023287, 0.00685884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1275, '2021-05-09 00:00:00', 0.000224095875772985, 0.000420192307692319, 0.000249639740426072, 0.000509999999999993, 0.000412927820103447, 0.000865769230769198, 0.000592002241419852, 0.00143557692307694, 0.00199705737369916, 0.00688307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1290, '2021-05-09 00:00:00', 0.000173210965188519, 0.000335961538461527, 0.000291310038381008, 0.000566538461538475, 0.000430767160022492, 0.000862115384615396, 0.000572559469534676, 0.00143788461538462, 0.00199698819379431, 0.00692538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1305, '2021-05-09 00:00:00', 0.000235411260432599, 0.00047769230769232, 0.00036128318319779, 0.000693461538461521, 0.000469956012671536, 0.000925576923076932, 0.000546867477970228, 0.00141403846153848, 0.0020121835154876, 0.0069775 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1320, '2021-05-09 00:00:00', 0.00030061193998497, 0.000511538461538431, 0.000350332204980019, 0.000649423076923078, 0.000569380668932317, 0.00104711538461538, 0.000535227952874717, 0.00135980769230768, 0.0020277600089375, 0.00698557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1335, '2021-05-09 00:00:00', 0.000186339330668151, 0.000362884615384627, 0.000266725730638406, 0.000556153846153869, 0.000402926601447258, 0.00093038461538463, 0.000489487840659845, 0.00129711538461538, 0.00205296330852597, 0.00699711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1350, '2021-05-09 00:00:00', 0.000187772059033916, 0.000412115384615394, 0.000363897121979004, 0.00074634615384615, 0.000376026390235888, 0.000849615384615391, 0.000505296409583975, 0.00133730769230768, 0.00207982844151962, 0.00701211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1365, '2021-05-09 00:00:00', 0.000329323315533315, 0.000569615384615359, 0.000323207958774848, 0.00066576923076922, 0.000325837205695395, 0.000723269230769229, 0.000544654053929216, 0.00140596153846154, 0.00217010192068343, 0.0070378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1380, '2021-05-09 00:00:00', 0.00015407940011068, 0.000392307692307683, 0.000175037578382904, 0.000461923076923071, 0.000284354599860016, 0.000686538461538458, 0.000522705977066995, 0.00144846153846155, 0.00235536918549942, 0.00711499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1395, '2021-05-09 00:00:00', 0.000183330407902053, 0.000339038461538445, 0.000206741477361318, 0.000450961538461529, 0.000290692872554251, 0.000737115384615354, 0.000457950492789517, 0.00154557692307692, 0.00239748704977655, 0.00714192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1410, '2021-05-09 00:00:00', 0.000147006671748158, 0.000304807692307699, 0.000283466725764062, 0.000509230769230758, 0.000274277863040096, 0.000732115384615381, 0.000457425235589219, 0.00162538461538461, 0.00240206952438936, 0.00714499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1425, '2021-05-09 00:00:00', 0.000185538716672857, 0.000378846153846142, 0.000246859037945493, 0.000600769230769212, 0.00024352381024005, 0.000700384615384609, 0.000494238691944889, 0.00169673076923077, 0.00240755954475452, 0.00713519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 0, '2021-05-09 00:00:00', 0.000237306763494001, 0.000462499999999998, 0.000218349402422926, 0.000577692307692317, 0.000236762539266654, 0.000647499999999997, 0.000533942988889855, 0.00172634615384616, 0.00236849920024023, 0.00713769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 15, '2021-05-09 00:00:00', 0.000200833647196245, 0.000373076923076959, 0.000221522355183731, 0.000451923076923108, 0.000266366216961645, 0.000630192307692311, 0.000641531460946848, 0.00178384615384616, 0.00235910684696238, 0.00712365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 30, '2021-05-09 00:00:00', 0.000184993554981281, 0.000291153846153841, 0.000194012787048831, 0.000400192307692316, 0.000291236356563914, 0.000668846153846137, 0.000689902445723597, 0.00184576923076922, 0.00235910684696238, 0.00712365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 45, '2021-05-09 00:00:00', 0.000146330106266626, 0.00026250000000002, 0.000210234758891475, 0.000470576923076923, 0.000309560979453189, 0.000655000000000004, 0.000721783794604648, 0.00188538461538462, 0.00234293088147832, 0.00711634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 60, '2021-05-09 00:00:00', 0.000199574932910327, 0.000403076923076908, 0.000263118867551452, 0.00053346153846154, 0.000332112121938485, 0.000682692307692288, 0.000791494399610885, 0.00197923076923077, 0.0023396846270056, 0.00711192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 75, '2021-05-09 00:00:00', 0.000216489118575374, 0.000358461538461521, 0.000234628675537783, 0.000466153846153851, 0.000308677077965865, 0.000726538461538447, 0.000786346591229632, 0.00196019230769232, 0.00233968886820452, 0.00711 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 90, '2021-05-09 00:00:00', 0.000115576148723891, 0.000290384615384622, 0.000165790994466377, 0.000420576923076911, 0.000373477061390159, 0.000771346153846151, 0.000765011513236657, 0.00195615384615386, 0.00231393378005112, 0.00708153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 105, '2021-05-09 00:00:00', 0.000146842144442966, 0.000293846153846132, 0.000284035479907278, 0.000558076923076907, 0.000470746583794149, 0.00085711538461538, 0.000751490851574393, 0.00195750000000001, 0.00228917593503396, 0.0070623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 120, '2021-05-09 00:00:00', 0.000262728289010079, 0.000461923076923071, 0.000369457658654527, 0.000614807692307698, 0.000460898620589779, 0.000898461538461566, 0.000753188121357359, 0.00198788461538463, 0.00229274336850994, 0.00705192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 135, '2021-05-09 00:00:00', 0.000268793601114312, 0.000370000000000016, 0.000360896799653306, 0.000587499999999997, 0.000306284935213042, 0.000952307692307697, 0.000752847849578781, 0.00196826923076925, 0.00229676133182896, 0.00701615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 150, '2021-05-09 00:00:00', 0.000223495998931677, 0.0003923076923077, 0.00028069398886444, 0.000596346153846183, 0.000406608723278497, 0.000989423076923068, 0.000733451193908734, 0.00195942307692309, 0.0022608812185994, 0.00699326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 165, '2021-05-09 00:00:00', 0.000205441082701469, 0.000429038461538497, 0.00025544049435013, 0.000729615384615399, 0.000462311458451332, 0.00103326923076923, 0.000688310221875622, 0.0019848076923077, 0.00226414644300777, 0.00698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 180, '2021-05-09 00:00:00', 0.000178363069651148, 0.000535769230769231, 0.00035847540415574, 0.000761153846153845, 0.000393593503698771, 0.00103461538461536, 0.000603150574388049, 0.00193884615384616, 0.00226398142320458, 0.00708326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 195, '2021-05-09 00:00:00', 0.000325258950092666, 0.000560769230769249, 0.000336867926641893, 0.000740000000000006, 0.000418456504494635, 0.0010453846153846, 0.000589279514452908, 0.00182788461538462, 0.00225077600293426, 0.00711615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 210, '2021-05-09 00:00:00', 0.000171720367503074, 0.000486730769230772, 0.000252911127595348, 0.000665961538461537, 0.000427667960707142, 0.000983269230769216, 0.000581959323188636, 0.00175442307692307, 0.00221632013967715, 0.0071001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 225, '2021-05-09 00:00:00', 0.000199674446575895, 0.000468269230769224, 0.000392435835029614, 0.000748269230769231, 0.000435961580876129, 0.000987500000000013, 0.000568658610578111, 0.00175115384615386, 0.00217867288468499, 0.00712653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 240, '2021-05-09 00:00:00', 0.000343295846845756, 0.000550961538461544, 0.000393989896395266, 0.000729038461538464, 0.000478909337814753, 0.00101692307692309, 0.000537372668280966, 0.00174076923076923, 0.0021555982660541, 0.00710673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 255, '2021-05-09 00:00:00', 0.000166404165073597, 0.000422115384615366, 0.000211834932108795, 0.000584038461538453, 0.000418774448195621, 0.000885961538461544, 0.000512462081148816, 0.00161576923076921, 0.00218799382118379, 0.00701519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 270, '2021-05-09 00:00:00', 0.000130406465153547, 0.000389615384615426, 0.000375150841457375, 0.00065807692307693, 0.000419337985584266, 0.000872884615384629, 0.000498451949694103, 0.00155288461538462, 0.00215429503907535, 0.00699134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 285, '2021-05-09 00:00:00', 0.000335854192264353, 0.000519038461538463, 0.000363125799350367, 0.000642884615384634, 0.000336596368644427, 0.000836346153846159, 0.000486792010553243, 0.0015176923076923, 0.0021380106137752, 0.00699923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 300, '2021-05-09 00:00:00', 0.000200825699397417, 0.000375192307692323, 0.000237909889211467, 0.000553653846153852, 0.000261864689075501, 0.000761346153846154, 0.000491911694702019, 0.00142634615384614, 0.00214057612661782, 0.00698192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 315, '2021-05-09 00:00:00', 0.000198872204810395, 0.00041192307692306, 0.000196621561537715, 0.000540961538461521, 0.000439906283725914, 0.000786538461538447, 0.000450817590606246, 0.00149749999999996, 0.00214098633811616, 0.00698249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 330, '2021-05-09 00:00:00', 0.000128576376583671, 0.000373269230769242, 0.00021498595660755, 0.00055519230769229, 0.000490495040357585, 0.000779230769230759, 0.000461646551445498, 0.00169846153846151, 0.00217863856571027, 0.00698499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 345, '2021-05-09 00:00:00', 0.00019696700231257, 0.000394999999999991, 0.00041555546700033, 0.000532115384615395, 0.000446521125350894, 0.000806346153846159, 0.00059336579067087, 0.00181019230769232, 0.00218291231015959, 0.00699692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 360, '2021-05-09 00:00:00', 0.000322189922489611, 0.000382884615384647, 0.000367939010414258, 0.000571346153846156, 0.000361456295900559, 0.000789423076923099, 0.0007022478195053, 0.00201000000000001, 0.00220300026188065, 0.0070130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 375, '2021-05-09 00:00:00', 0.000128045064182651, 0.000331538461538439, 0.000202977831301825, 0.000494999999999998, 0.000261002578826021, 0.000667115384615391, 0.000688912074327201, 0.00229038461538462, 0.00220838144698434, 0.00701615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 390, '2021-05-09 00:00:00', 0.000166706674685243, 0.000338653846153844, 0.000206521092236255, 0.000474807692307703, 0.000217785709780551, 0.000621153846153842, 0.000632598304917562, 0.00242615384615385, 0.00221097497637442, 0.00701711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 405, '2021-05-09 00:00:00', 0.00012586439589432, 0.00031538461538464, 0.000164413760419809, 0.000423269230769254, 0.000191907429607263, 0.000627692307692338, 0.000593264372252896, 0.00269615384615387, 0.00221105311664271, 0.00701673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 420, '2021-05-09 00:00:00', 0.000113251252327939, 0.000315384615384606, 0.000134941155266341, 0.000428653846153836, 0.000259833674610389, 0.000686538461538433, 0.00063947637834522, 0.00292903846153847, 0.00221357049721799, 0.00700711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 435, '2021-05-09 00:00:00', 0.000114770004121978, 0.000306923076923089, 0.000168994424122878, 0.000478653846153848, 0.00026202965187461, 0.000723461538461513, 0.000651694743312783, 0.00306596153846154, 0.00221365737220973, 0.00699980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 450, '2021-05-09 00:00:00', 0.000163300690092281, 0.000356346153846157, 0.000245743534229037, 0.000533269230769206, 0.000251774395349954, 0.000732884615384591, 0.000667577624411832, 0.00315826923076924, 0.00221045666183398, 0.00700057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 465, '2021-05-09 00:00:00', 0.000200274811197027, 0.000394999999999974, 0.000188026696140582, 0.000574038461538473, 0.000260372588064474, 0.000741730769230752, 0.000753840729964777, 0.00322961538461542, 0.00221932176923145, 0.00699365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 480, '2021-05-09 00:00:00', 0.00015077083986583, 0.00046538461538465, 0.000199916617233672, 0.000595576923076939, 0.000260334474208756, 0.000779038461538475, 0.000880629604317254, 0.00336250000000001, 0.00222171783848584, 0.00698807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 495, '2021-05-09 00:00:00', 0.000106145944521978, 0.000349807692307687, 0.000176724035194395, 0.000530769230769215, 0.00025359878973258, 0.000912115384615365, 0.000953713067638593, 0.00344884615384617, 0.00220072841088162, 0.00700346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 510, '2021-05-09 00:00:00', 0.000168097155972846, 0.00040942307692306, 0.000199847345587746, 0.000595192307692321, 0.000393744157465784, 0.00119230769230768, 0.00100705528455684, 0.00356288461538462, 0.0021775377149432, 0.00703749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 525, '2021-05-09 00:00:00', 0.000162892130423334, 0.000430384615384634, 0.000259909525678525, 0.000760192307692309, 0.000467151639027551, 0.00137557692307694, 0.00102694492774218, 0.00362173076923079, 0.00217441593395703, 0.00706942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 540, '2021-05-09 00:00:00', 0.000218866046141998, 0.000642115384615364, 0.000376185919664522, 0.00103461538461536, 0.000678556839634934, 0.00163576923076922, 0.00111786343255612, 0.00371057692307693, 0.00217554478588346, 0.00706865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 555, '2021-05-09 00:00:00', 0.000304446029068176, 0.000754230769230748, 0.000383337970986423, 0.00108500000000002, 0.000602920360859099, 0.00189019230769231, 0.001083810106132, 0.00366288461538463, 0.00216801476896759, 0.00707096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 570, '2021-05-09 00:00:00', 0.000354400957196155, 0.00078903846153849, 0.000558987443095504, 0.00123519230769231, 0.000583705932284904, 0.00197615384615385, 0.00110765339274593, 0.00367403846153847, 0.00226782946041771, 0.00704269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 585, '2021-05-09 00:00:00', 0.000388188693213052, 0.00087769230769231, 0.000497173124157573, 0.00146365384615384, 0.000550953753468968, 0.00215403846153848, 0.00109918970155292, 0.00370500000000001, 0.00243948787973721, 0.00715365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 600, '2021-05-09 00:00:00', 0.000453303472809886, 0.00119596153846155, 0.000530390748556019, 0.00155711538461539, 0.000674035978268224, 0.00225750000000001, 0.00105481205033811, 0.0037273076923077, 0.00245936833666386, 0.00712884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 615, '2021-05-09 00:00:00', 0.000317532130415414, 0.000989423076923068, 0.00048782389634601, 0.00151692307692309, 0.000661385172311774, 0.00203788461538463, 0.00117108091095365, 0.00350250000000003, 0.00254972756463239, 0.00714557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 630, '2021-05-09 00:00:00', 0.000329065167733382, 0.00103173076923079, 0.000529650973610117, 0.00144192307692309, 0.000768868424274328, 0.00191442307692309, 0.00125116659408485, 0.00342461538461539, 0.00262952134427544, 0.00719249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 645, '2021-05-09 00:00:00', 0.000290772512191496, 0.000994423076923075, 0.000407397981566718, 0.00133365384615384, 0.000621610841653774, 0.0018490384615385, 0.00116414625369839, 0.00324750000000002, 0.00252859855529624, 0.00727557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 660, '2021-05-09 00:00:00', 0.000227143888656179, 0.000862115384615379, 0.000440896289915797, 0.00124346153846154, 0.00067797858486714, 0.00182019230769229, 0.00119071673632055, 0.00322711538461536, 0.00254440716988338, 0.0072653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 675, '2021-05-09 00:00:00', 0.000492302127372356, 0.000930769230769231, 0.000615171802144592, 0.0013121153846154, 0.000855269750519613, 0.00178788461538461, 0.0011150901308863, 0.00315999999999997, 0.00250206705315058, 0.00723846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 690, '2021-05-09 00:00:00', 0.000392755208553815, 0.000909423076923099, 0.00056666096905129, 0.00133557692307692, 0.000858000560336932, 0.00178480769230769, 0.00101623626871223, 0.00310192307692306, 0.00249915958951129, 0.00714442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 705, '2021-05-09 00:00:00', 0.000434214764302722, 0.000922692307692289, 0.000541514578253961, 0.00114596153846153, 0.000638460919832877, 0.00160711538461538, 0.00101276485614686, 0.00332557692307691, 0.00255321064845513, 0.00708884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 720, '2021-05-09 00:00:00', 0.000341054924518727, 0.000792307692307699, 0.000564788319774659, 0.00123038461538461, 0.000715124088210197, 0.0015976923076923, 0.00112331913747402, 0.00347173076923077, 0.00257505483138038, 0.0071057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 735, '2021-05-09 00:00:00', 0.00043150100276205, 0.000821346153846146, 0.000463689717209865, 0.0010969230769231, 0.000492352125398712, 0.00141115384615385, 0.00119942050110108, 0.00342153846153848, 0.00258778524997728, 0.00705749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 750, '2021-05-09 00:00:00', 0.000242669766111503, 0.000718846153846157, 0.000317122398112471, 0.000978846153846136, 0.00037778712972337, 0.00135634615384614, 0.00122866619363629, 0.00339884615384616, 0.0025931429697451, 0.00696230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 765, '2021-05-09 00:00:00', 0.000286415513116599, 0.000739615384615379, 0.000278051530918544, 0.000964423076923075, 0.000419318357117096, 0.00143673076923077, 0.00121595502194145, 0.00345115384615387, 0.00258817078261849, 0.00695999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 780, '2021-05-09 00:00:00', 0.000173932458155458, 0.000717499999999995, 0.000302829731291128, 0.0010346153846154, 0.000476727345071049, 0.0015101923076923, 0.00134715386591938, 0.00364846153846157, 0.00257889979523171, 0.00697807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 795, '2021-05-09 00:00:00', 0.00021409379684185, 0.000698076923076936, 0.000352374145563422, 0.00105653846153846, 0.000585437147647958, 0.00146942307692309, 0.00135339493354819, 0.00370038461538463, 0.0025674788292139, 0.00695653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 810, '2021-05-09 00:00:00', 0.000319448804132275, 0.00078346153846153, 0.000423441077546651, 0.00106788461538461, 0.000664558847310348, 0.0014426923076923, 0.00141411920126439, 0.00375365384615387, 0.00256878807102614, 0.00697192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 825, '2021-05-09 00:00:00', 0.000328511620213648, 0.000736730769230796, 0.000446131750115971, 0.00101346153846154, 0.000491301881190703, 0.00133346153846154, 0.00145118688824542, 0.00380076923076923, 0.00258547889478617, 0.00702134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 840, '2021-05-09 00:00:00', 0.000410914177826045, 0.00073730769230768, 0.000457624678261369, 0.000972884615384601, 0.000705204607515824, 0.00150153846153843, 0.00181893388047465, 0.00404730769230768, 0.00258185837215099, 0.00705557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 855, '2021-05-09 00:00:00', 0.000303223451498158, 0.00073769230769229, 0.000332208287304556, 0.000952115384615371, 0.000694449892970073, 0.00152942307692306, 0.00193270070109163, 0.00417999999999997, 0.00258170004365043, 0.00709365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 870, '2021-05-09 00:00:00', 0.000235539723907574, 0.000680192307692314, 0.000718027961743937, 0.00120307692307692, 0.00071858517508096, 0.00165942307692309, 0.00197389883615768, 0.00422615384615384, 0.00251497762644889, 0.00712230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 885, '2021-05-09 00:00:00', 0.000677370367955824, 0.000946153846153836, 0.000674182382308662, 0.00119326923076921, 0.00104137992771424, 0.00211307692307693, 0.00188719846292369, 0.00424903846153844, 0.00246194120563428, 0.00709249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 900, '2021-05-09 00:00:00', 0.000281023951894601, 0.0007626923076923, 0.000376219862069185, 0.00115076923076923, 0.00104651849555488, 0.00216519230769232, 0.00181627433542908, 0.0042026923076923, 0.00235544096802405, 0.00703692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 915, '2021-05-09 00:00:00', 0.000357902436211495, 0.000901923076923084, 0.000884798369034506, 0.00163807692307693, 0.00105160068467077, 0.00212500000000003, 0.00178433223881134, 0.00416346153846154, 0.00227246481736326, 0.00695788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 930, '2021-05-09 00:00:00', 0.000905078938333764, 0.00124673076923076, 0.000985734731831264, 0.00169980769230768, 0.00104330917683187, 0.00217096153846155, 0.00166496292405013, 0.00408653846153844, 0.00215200072383459, 0.00687365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 945, '2021-05-09 00:00:00', 0.000432678820302615, 0.0010251923076923, 0.000498690631708539, 0.00131211538461539, 0.000576566128037354, 0.00198750000000003, 0.0015982852951258, 0.00379673076923076, 0.00207564367217646, 0.00666057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 960, '2021-05-09 00:00:00', 0.000278750577784862, 0.000901730769230775, 0.000438240933031836, 0.00137865384615387, 0.00056580239143521, 0.00209788461538464, 0.00152338112055439, 0.00369096153846152, 0.00207340151590421, 0.00661538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 975, '2021-05-09 00:00:00', 0.000457930293654132, 0.000986923076923086, 0.000482319874708106, 0.00143269230769233, 0.000655072984776964, 0.00209384615384617, 0.001445881791104, 0.00358692307692306, 0.00195870864052353, 0.00659153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 990, '2021-05-09 00:00:00', 0.000372564707854151, 0.00110230769230772, 0.0005400464367498, 0.00164807692307696, 0.000749875682004367, 0.00212653846153849, 0.00141817717510895, 0.0035125, 0.00195319085088989, 0.0065225 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1005, '2021-05-09 00:00:00', 0.000437767237063441, 0.00115692307692308, 0.000603664960566189, 0.00164076923076924, 0.000844489559073742, 0.00208615384615384, 0.00134198756156107, 0.00339615384615383, 0.00214831193122556, 0.00659807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1020, '2021-05-09 00:00:00', 0.000503562691842207, 0.00117576923076923, 0.000651473241672583, 0.00149923076923078, 0.00107644671882147, 0.00224346153846152, 0.00131010228608303, 0.00319999999999997, 0.00213972651020206, 0.00660346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1035, '2021-05-09 00:00:00', 0.000429048903434637, 0.000999807692307726, 0.000599268400121834, 0.00138615384615386, 0.00119165794330677, 0.00211942307692307, 0.0012779593709685, 0.00301307692307691, 0.00207951097246813, 0.00666826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1050, '2021-05-09 00:00:00', 0.000339101074108462, 0.000996538461538474, 0.000860684991065925, 0.00165442307692309, 0.00110910171552684, 0.00202615384615385, 0.00116627434429207, 0.00292961538461537, 0.00201122458869064, 0.00667788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1065, '2021-05-09 00:00:00', 0.000677016219553461, 0.0013151923076923, 0.000909224881212205, 0.00159326923076922, 0.000889148533927037, 0.00187865384615381, 0.00101559342258603, 0.00279999999999998, 0.00191316057470756, 0.00656076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1080, '2021-05-09 00:00:00', 0.000616568450251996, 0.00107942307692305, 0.000652648804134702, 0.00133269230769231, 0.000613371295508546, 0.00181211538461536, 0.000731753137230144, 0.0025755769230769, 0.00179553944111941, 0.00655673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1095, '2021-05-09 00:00:00', 0.000383908642978844, 0.000775384615384622, 0.000393447728910257, 0.00110865384615383, 0.000513150600176557, 0.00151846153846155, 0.00076807554215817, 0.00234596153846153, 0.00182474807534123, 0.00648846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1110, '2021-05-09 00:00:00', 0.000283480836416495, 0.000785769230769212, 0.000387751903233969, 0.00115653846153844, 0.000419117938239151, 0.00137461538461538, 0.000776984333076385, 0.00220942307692307, 0.00185332819128598, 0.00645076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1125, '2021-05-09 00:00:00', 0.000356809634657776, 0.00078134615384614, 0.000384746070105387, 0.000988461538461541, 0.000355131449119694, 0.00125288461538462, 0.000737870141795864, 0.00213288461538463, 0.00187242809248803, 0.0064151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1140, '2021-05-09 00:00:00', 0.000260782550147732, 0.000618461538461568, 0.000234478472031361, 0.000841923076923093, 0.000339126990056244, 0.00111634615384617, 0.000768368301112063, 0.00217038461538462, 0.00191961815113156, 0.00637461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1155, '2021-05-09 00:00:00', 0.000232287288966411, 0.000624230769230802, 0.00031442945888608, 0.000853269230769244, 0.000363588313258874, 0.00115230769230771, 0.000805647470146728, 0.00212961538461539, 0.00192189855051234, 0.00636096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1170, '2021-05-09 00:00:00', 0.000230376030403804, 0.000583653846153861, 0.000265097369629725, 0.000776153846153841, 0.000309658620965813, 0.00105269230769232, 0.000765026696366766, 0.00204961538461539, 0.00195923914784833, 0.00644096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1185, '2021-05-09 00:00:00', 0.000142100722674506, 0.000563846153846133, 0.000266474129210431, 0.000787692307692284, 0.000386147689960133, 0.00105596153846156, 0.000719035785992945, 0.00198230769230769, 0.00197178463678113, 0.00644942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1200, '2021-05-09 00:00:00', 0.000254992081324999, 0.000584807692307698, 0.000226759784794388, 0.000750000000000011, 0.000422222553418692, 0.00107173076923077, 0.000711329740696964, 0.00196500000000001, 0.00197042572518262, 0.00644153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1215, '2021-05-09 00:00:00', 0.000195490408971903, 0.000507500000000011, 0.000354081965738901, 0.00073596153846156, 0.000452002893115316, 0.00100884615384615, 0.000713109010978319, 0.0018426923076923, 0.00197213789695734, 0.00641673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1230, '2021-05-09 00:00:00', 0.00022793833511585, 0.000496730769230778, 0.000279940378267618, 0.000713846153846142, 0.000387177756830892, 0.00100615384615387, 0.000632893386331025, 0.00174596153846153, 0.0019807358092774, 0.00638788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1245, '2021-05-09 00:00:00', 0.000185551568614751, 0.000495769230769216, 0.000244731249772859, 0.000680769230769233, 0.000414257120081781, 0.000970192307692344, 0.00063216015497537, 0.0016626923076923, 0.00199136095711913, 0.00636769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1260, '2021-05-09 00:00:00', 0.000245493615771607, 0.000431346153846127, 0.000324210757663286, 0.000688846153846175, 0.000427675829787716, 0.00102884615384616, 0.000620363076072272, 0.00159711538461537, 0.00201997658021457, 0.00631576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1275, '2021-05-09 00:00:00', 0.000229763758272239, 0.000505769230769239, 0.000283083298423174, 0.000681923076923078, 0.000316599054860346, 0.00101480769230768, 0.000627797033590172, 0.00162134615384615, 0.00194585401460484, 0.00644038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1290, '2021-05-09 00:00:00', 0.00018049504574491, 0.000452692307692301, 0.000299664748574919, 0.000720192307692295, 0.000325431843271941, 0.000908269230769203, 0.000691228226809686, 0.00156230769230767, 0.00201134681246172, 0.006525 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1305, '2021-05-09 00:00:00', 0.000176632277736711, 0.000519807692307673, 0.000270724739570238, 0.000676730769230745, 0.000312509753693915, 0.000812115384615376, 0.000700521261962497, 0.00150903846153844, 0.00207062417196805, 0.00667769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1320, '2021-05-09 00:00:00', 0.000182164866155753, 0.000440961538461532, 0.000197987276203433, 0.000545192307692318, 0.000547140433386327, 0.000920576923076925, 0.000772325459495284, 0.00149115384615383, 0.0021209023116081, 0.00667615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1335, '2021-05-09 00:00:00', 0.000128272546376255, 0.000360384615384628, 0.000237996848718627, 0.000512500000000018, 0.000536512957761667, 0.000918076923076925, 0.000768078521626937, 0.00148615384615384, 0.00212451033272284, 0.00667692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1350, '2021-05-09 00:00:00', 0.00021317129262637, 0.000399999999999973, 0.000507674638387182, 0.000731538461538446, 0.000537643147306986, 0.000931923076923067, 0.000749081411822824, 0.00155019230769229, 0.00212812655060375, 0.00667384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1365, '2021-05-09 00:00:00', 0.000317102507085681, 0.000575000000000018, 0.000331070292327106, 0.000716538461538459, 0.000367151404527011, 0.000823076923076918, 0.000676953583228702, 0.00148307692307692, 0.00212786864292382, 0.0066698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1380, '2021-05-09 00:00:00', 0.000183179294261554, 0.000414423076923076, 0.000194741742196798, 0.000537884615384638, 0.00024643020544127, 0.000749615384615411, 0.000792593115131528, 0.00156538461538462, 0.00210162267893534, 0.00665326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1395, '2021-05-09 00:00:00', 0.000123931277482552, 0.000324807692307685, 0.000139237622015792, 0.000413653846153815, 0.00024818541455932, 0.000739999999999988, 0.000849149551927395, 0.00165019230769232, 0.00208651859472996, 0.00664961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1410, '2021-05-09 00:00:00', 0.000102247813593323, 0.000276153846153828, 0.000176361952987436, 0.00049846153846155, 0.000196446214991822, 0.000728653846153854, 0.000817516901730739, 0.00168826923076926, 0.00208484267069207, 0.00669480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1425, '2021-05-09 00:00:00', 0.000121261478441639, 0.0003621153846154, 0.000150361743293132, 0.000615576923076916, 0.000162194209324681, 0.000715192307692313, 0.000983024238687014, 0.00180057692307695, 0.00208555121841095, 0.00670173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 0, '2021-05-09 00:00:00', 0.000192152583601183, 0.00047884615384614, 0.000181079774175332, 0.000563269230769232, 0.000210343400547389, 0.000647884615384615, 0.000995487742844616, 0.00181038461538465, 0.0020861673821038, 0.00670211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 15, '2021-05-09 00:00:00', 0.000172765292098401, 0.000314615384615405, 0.000196940443945698, 0.000453461538461571, 0.000381317957373349, 0.000699230769230807, 0.000992680907752051, 0.00181576923076925, 0.00208848411165021, 0.00668326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 30, '2021-05-09 00:00:00', 0.000169282194983584, 0.000317692307692314, 0.000169177307989178, 0.000410192307692296, 0.000396655828337153, 0.000700384615384635, 0.000972501690724271, 0.00182153846153848, 0.00209158865826544, 0.00667134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 45, '2021-05-09 00:00:00', 0.000144837442035492, 0.000281730769230762, 0.00033075577790174, 0.000550769230769235, 0.000406112716448942, 0.000681538461538477, 0.000932205263794506, 0.0018694230769231, 0.0020873429558615, 0.00665884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 60, '2021-05-09 00:00:00', 0.000327833740695613, 0.000449807692307701, 0.000363524626189434, 0.000536923076923093, 0.000500152592100301, 0.000683846153846167, 0.000967820231241323, 0.00188000000000003, 0.00209375676347933, 0.00664923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 75, '2021-05-09 00:00:00', 0.000238826618797311, 0.00035192307692306, 0.000295214133495345, 0.000470769230769223, 0.000390453434631313, 0.000756730769230756, 0.000966880471492647, 0.00187461538461538, 0.0020804235238195, 0.00662596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 90, '2021-05-09 00:00:00', 0.00016940086731227, 0.000339423076923097, 0.000297149858592497, 0.000465961538461542, 0.000347076415882031, 0.000819038461538464, 0.000960180271535588, 0.00188192307692307, 0.00207812279381028, 0.00662788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 105, '2021-05-09 00:00:00', 0.000228044192748132, 0.00032307692307693, 0.000285710787066476, 0.000614423076923054, 0.000408512122030859, 0.000823076923076901, 0.000945579512989059, 0.00190884615384615, 0.00208508001137754, 0.00662942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 120, '2021-05-09 00:00:00', 0.000277895387068279, 0.000504615384615368, 0.000358504371821839, 0.000659230769230767, 0.000751829870280609, 0.00102692307692306, 0.000965343223139594, 0.00192653846153845, 0.00206743055878176, 0.00664365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 135, '2021-05-09 00:00:00', 0.00017517738262862, 0.000366346153846146, 0.000244757729507851, 0.000517884615384592, 0.000737922343214652, 0.00107923076923073, 0.000948281056195075, 0.00189019230769231, 0.00203978026720074, 0.00668346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 150, '2021-05-09 00:00:00', 0.000175163220586257, 0.000388076923076903, 0.000656309729882499, 0.000747692307692304, 0.000715540785269888, 0.00115115384615385, 0.00091732898217512, 0.00191730769230767, 0.00203947085897676, 0.00668423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 165, '2021-05-09 00:00:00', 0.000592089130504494, 0.000583461538461535, 0.000602899277211013, 0.000886538461538436, 0.000900722466433763, 0.00124019230769231, 0.0008945191230703, 0.00189269230769229, 0.00201836073050919, 0.00667403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 180, '2021-05-09 00:00:00', 0.000399321780792634, 0.000688269230769213, 0.000553188832692246, 0.000913269230769236, 0.000732865004884684, 0.00118365384615386, 0.000756801467716894, 0.00180230769230768, 0.00202854082646009, 0.00667173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 195, '2021-05-09 00:00:00', 0.000344856324598215, 0.000566730769230776, 0.000490674143790588, 0.00083365384615385, 0.000497259605623284, 0.00106365384615385, 0.000552396735911924, 0.00168192307692309, 0.00203700875153892, 0.00665442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 210, '2021-05-09 00:00:00', 0.000344028844944513, 0.000554615384615388, 0.000317645242369523, 0.000722500000000019, 0.000384567339306803, 0.000955961538461541, 0.00057673003949989, 0.00160153846153844, 0.00204318962559863, 0.00664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 225, '2021-05-09 00:00:00', 0.000179007949973872, 0.000464615384615414, 0.000226411215405824, 0.000645961538461543, 0.00030153912872769, 0.000920384615384641, 0.000581580075841153, 0.00151923076923077, 0.00206646603761479, 0.00662173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 240, '2021-05-09 00:00:00', 0.00019000404853985, 0.000486538461538429, 0.000260589937228252, 0.000641346153846154, 0.000301420738401429, 0.000882692307692326, 0.000551555039446177, 0.00147519230769229, 0.00207568316835316, 0.00664115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 255, '2021-05-09 00:00:00', 0.000221674050387937, 0.000394230769230781, 0.000280849877774896, 0.000589423076923087, 0.000358483772833016, 0.000796153846153844, 0.000573848546087021, 0.00146307692307691, 0.00207048258960228, 0.00664807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 270, '2021-05-09 00:00:00', 0.000212589166812805, 0.000438076923076881, 0.00024080705650279, 0.000609038461538472, 0.000387765839333304, 0.000837115384615386, 0.000602779108667634, 0.0015255769230769, 0.00207737674817213, 0.0066719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 285, '2021-05-09 00:00:00', 0.000208212539340132, 0.000417692307692311, 0.000308133649823948, 0.000582115384615381, 0.000395574946706118, 0.00078846153846152, 0.000661526003907726, 0.00151057692307689, 0.00208801543613511, 0.00672769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 300, '2021-05-09 00:00:00', 0.000261642812892792, 0.000449807692307684, 0.000354515324611823, 0.000618653846153851, 0.000354928378473956, 0.000763076923076926, 0.000789716794417206, 0.00152615384615382, 0.00209507103789971, 0.00674057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 315, '2021-05-09 00:00:00', 0.00013926013290019, 0.000384230769230801, 0.000178840818778966, 0.000505961538461548, 0.000189261723547036, 0.000680000000000005, 0.00084592825664155, 0.00162615384615382, 0.0021019394340978, 0.00675923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 330, '2021-05-09 00:00:00', 0.000132441133512765, 0.000339423076923063, 0.000135979212212169, 0.000472884615384596, 0.000349211914943438, 0.000699807692307674, 0.000835770211334353, 0.0017253846153846, 0.0021066001135625, 0.00675096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 345, '2021-05-09 00:00:00', 0.00014090545111475, 0.000357115384615367, 0.000145277453383295, 0.000501538461538468, 0.000354168582196941, 0.000674230769230754, 0.000999393989452524, 0.00198288461538462, 0.00210506115387142, 0.00675230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 360, '2021-05-09 00:00:00', 0.000117772433760378, 0.000332115384615391, 0.000387764797862753, 0.000511538461538448, 0.000368763265732707, 0.000637884615384601, 0.000995291685116249, 0.00215653846153847, 0.00209530376905483, 0.00674173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 375, '2021-05-09 00:00:00', 0.000350582427485379, 0.000359038461538457, 0.000335277439650304, 0.000434807692307671, 0.000329181035064546, 0.000623076923076906, 0.00103793189342298, 0.00244615384615384, 0.00210171893019463, 0.00674769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 390, '2021-05-09 00:00:00', 0.000120308577608393, 0.000271923076923048, 0.000173213629771058, 0.000415192307692269, 0.00026483870272591, 0.000591538461538443, 0.00101788817959234, 0.00267788461538461, 0.0022221741692454, 0.00683403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 405, '2021-05-09 00:00:00', 0.000123050958799749, 0.000286538461538434, 0.000158994073426078, 0.000426346153846137, 0.000259811248054017, 0.000581730769230754, 0.00107864295083433, 0.00295384615384615, 0.00222420603811786, 0.00683250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 420, '2021-05-09 00:00:00', 0.000166616210311161, 0.000334807692307708, 0.000248592112629368, 0.000445961538461539, 0.000272859854137631, 0.000627500000000003, 0.00108234789302627, 0.00311519230769232, 0.00222843329752955, 0.00683019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 435, '2021-05-09 00:00:00', 0.000135579667184447, 0.000289615384615386, 0.000154015109148942, 0.000400576923076917, 0.00026083541819436, 0.00068134615384616, 0.000997209664706797, 0.00335865384615385, 0.00223687870617828, 0.00684711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 450, '2021-05-09 00:00:00', 0.000125174339960784, 0.000318846153846142, 0.000215722132525959, 0.000479038461538457, 0.00038370185741614, 0.000838653846153849, 0.001012429009857, 0.0033975, 0.00224649292488057, 0.00683769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 465, '2021-05-09 00:00:00', 0.000188751057052563, 0.000370192307692307, 0.000242211922465883, 0.000563846153846141, 0.000420575064186379, 0.000899230769230733, 0.000990780578052558, 0.00347692307692307, 0.00225758679874022, 0.00682307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 480, '2021-05-09 00:00:00', 0.000198948099146088, 0.000452115384615392, 0.000309461070000921, 0.000671923076923089, 0.000447969478699313, 0.000950576923076916, 0.00096640857739444, 0.00350346153846153, 0.00226505466057324, 0.00681615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 495, '2021-05-09 00:00:00', 0.000249783906607261, 0.000430000000000016, 0.000319532410779371, 0.000629807692307668, 0.000542875109592786, 0.00111576923076922, 0.000937458347792673, 0.00347307692307691, 0.0022653312204756, 0.00679346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 510, '2021-05-09 00:00:00', 0.000269429882415583, 0.00048269230769231, 0.000378945703437644, 0.000690384615384646, 0.000499799498260632, 0.00126653846153848, 0.000979264028983777, 0.00350596153846154, 0.00224893489319858, 0.0067969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 525, '2021-05-09 00:00:00', 0.000226415886912029, 0.000473076923076931, 0.000431335181108088, 0.000885961538461535, 0.000654666826596667, 0.00149557692307693, 0.000992731604443798, 0.00346403846153845, 0.00223721524187135, 0.00678096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 540, '2021-05-09 00:00:00', 0.000401242924691989, 0.000778269230769231, 0.000365585305208815, 0.00106115384615386, 0.000639684176882495, 0.00166538461538464, 0.00101428800340248, 0.00345692307692307, 0.00222976705406294, 0.00676365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 555, '2021-05-09 00:00:00', 0.000288085724421392, 0.000720769230769256, 0.000568976814452586, 0.00112115384615386, 0.000745316066150148, 0.00183096153846157, 0.00107927874776845, 0.00339884615384616, 0.00220791610765932, 0.0067215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 570, '2021-05-09 00:00:00', 0.00040790671067708, 0.000763269230769227, 0.000538931849552013, 0.00111346153846155, 0.000842861814570754, 0.00204903846153848, 0.00104955091128761, 0.00337865384615384, 0.00221068883278144, 0.00671365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 585, '2021-05-09 00:00:00', 0.000418172259316106, 0.000830961538461576, 0.000562832260843457, 0.00147307692307694, 0.000940293243948595, 0.00220923076923079, 0.00102081407935794, 0.00347576923076923, 0.0021682432094635, 0.00668115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 600, '2021-05-09 00:00:00', 0.000387045018252185, 0.00120461538461539, 0.000525360242705276, 0.00165576923076925, 0.00092930288181724, 0.00221538461538465, 0.00102500681048394, 0.00347019230769231, 0.00217412434185492, 0.00666557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 615, '2021-05-09 00:00:00', 0.000349210373006543, 0.00102326923076924, 0.000736151217743089, 0.00148884615384615, 0.000875870226601044, 0.00210942307692309, 0.000[...];
Date: 2021-05-09 15:18:35 Duration: 15s210ms Database: acaweb_fx User: pgperfstats
12 33s241ms 2 16s312ms 16s928ms 16s620ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where sy[...];Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration May 09 15 2 33s241ms 16s620ms [ User: pgperfstats - Total duration: 33s241ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 945, '2021-05-09 00:00:00', 0.020240220810594, 0.060057692307691, 0.0270217291481109, 0.0905769230769227, 0.0352751874006917, 0.128673076923078, 0.107150858785461, 0.281442307692307, 0.32135471654568, 0.642423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 960, '2021-05-09 00:00:00', 0.0248420316894883, 0.0690576923076925, 0.0273388213689996, 0.0861346153846162, 0.0540416968645507, 0.15525, 0.107140396748309, 0.280230769230769, 0.320389510536064, 0.649961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 975, '2021-05-09 00:00:00', 0.017951226656178, 0.0539423076923084, 0.0329774748298572, 0.0950769230769234, 0.0478883477074935, 0.155923076923077, 0.0955136981718424, 0.272442307692307, 0.321257320778604, 0.654115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 990, '2021-05-09 00:00:00', 0.0372057326021362, 0.0830576923076932, 0.0498617048984954, 0.128519230769231, 0.054210089892509, 0.159923076923077, 0.0988244928376348, 0.269596153846152, 0.321089448356924, 0.658423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1005, '2021-05-09 00:00:00', 0.030408380676792, 0.0865192307692301, 0.0370489073855289, 0.118692307692307, 0.0415352908334027, 0.152403846153846, 0.0912314828419384, 0.25728846153846, 0.319330024606808, 0.66526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1020, '2021-05-09 00:00:00', 0.0378547680159107, 0.0847115384615358, 0.040870663731413, 0.109634615384613, 0.0605729598215102, 0.169711538461537, 0.0946039456812549, 0.252442307692306, 0.317342753913712, 0.671211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1035, '2021-05-09 00:00:00', 0.0250866575018564, 0.0769038461538455, 0.0321654377339282, 0.107846153846154, 0.0703304972693486, 0.173173076923076, 0.0998911349727998, 0.246326923076922, 0.319369410533657, 0.669596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1050, '2021-05-09 00:00:00', 0.0346219805681518, 0.0806923076923093, 0.0516800214336703, 0.127769230769231, 0.0614042719636399, 0.158730769230769, 0.0946237082017307, 0.235884615384614, 0.320430943598437, 0.671980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1065, '2021-05-09 00:00:00', 0.0476707981892479, 0.0932499999999993, 0.0608585623834865, 0.122730769230768, 0.0673198450567252, 0.153807692307693, 0.0980107078137586, 0.227326923076922, 0.319430784605752, 0.667115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1080, '2021-05-09 00:00:00', 0.0353896171214117, 0.0762500000000001, 0.0327060627172026, 0.0974423076923078, 0.0631615663322133, 0.139711538461538, 0.0944417871169645, 0.216865384615384, 0.318426905028695, 0.663076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1095, '2021-05-09 00:00:00', 0.0263251853671607, 0.0606538461538455, 0.0458502621416891, 0.0880576923076903, 0.0657916758821721, 0.122730769230768, 0.0870765821208329, 0.215634615384615, 0.318862029483213, 0.662423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1110, '2021-05-09 00:00:00', 0.0289744449737793, 0.0629615384615385, 0.0484271737131788, 0.0938653846153841, 0.0644968693336851, 0.116384615384615, 0.082970961092514, 0.213903846153847, 0.318862029483213, 0.662423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1125, '2021-05-09 00:00:00', 0.0432915696181146, 0.0634999999999982, 0.0550839394435052, 0.084096153846152, 0.0619757893175929, 0.104961538461537, 0.0794995500712959, 0.210538461538462, 0.31857806675191, 0.66326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1140, '2021-05-09 00:00:00', 0.0307484396101919, 0.0519423076923076, 0.0395598329700146, 0.0699038461538465, 0.035938542627017, 0.0901730769230762, 0.0771134528820007, 0.207769230769232, 0.318918150217985, 0.666442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1155, '2021-05-09 00:00:00', 0.0270187185826095, 0.048634615384617, 0.0313501134828041, 0.0640192307692304, 0.0637827834257686, 0.101211538461539, 0.0770014710149197, 0.207557692307693, 0.317734919148264, 0.670826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1170, '2021-05-09 00:00:00', 0.0180892658353372, 0.0438076923076916, 0.0239116000172426, 0.0607307692307684, 0.0635092119302391, 0.0999999999999992, 0.0772640029628676, 0.208615384615385, 0.317541314089751, 0.670615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1185, '2021-05-09 00:00:00', 0.0231431332231534, 0.047730769230767, 0.064181464494162, 0.0829038461538474, 0.0632840726103645, 0.104923076923077, 0.0753750035080996, 0.206634615384615, 0.316489463307414, 0.670403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1200, '2021-05-09 00:00:00', 0.065972572972527, 0.0625961538461554, 0.0651793177437331, 0.076788461538462, 0.0662963393814818, 0.104769230769232, 0.0737467626408091, 0.20225, 0.318464260161167, 0.665249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1215, '2021-05-09 00:00:00', 0.0191821631891551, 0.0378461538461531, 0.0245497689163487, 0.0588653846153837, 0.0735338775928893, 0.100634615384614, 0.0761363149984181, 0.194038461538462, 0.319300112023878, 0.666807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1230, '2021-05-09 00:00:00', 0.0241906927429641, 0.0445192307692302, 0.0417358543516417, 0.070692307692308, 0.0707674441664103, 0.100634615384613, 0.0784773191144072, 0.197519230769231, 0.317393163733271, 0.666903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1245, '2021-05-09 00:00:00', 0.028095558094038, 0.0480961538461534, 0.062185581435422, 0.0720576923076909, 0.0616013267839133, 0.094711538461537, 0.0751662900098588, 0.193634615384617, 0.316529068418441, 0.666634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1260, '2021-05-09 00:00:00', 0.0620474384272588, 0.0537692307692295, 0.060638322485422, 0.069115384615384, 0.0670827875435653, 0.104903846153847, 0.0793964347194101, 0.193076923076926, 0.316766706195342, 0.666884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1275, '2021-05-09 00:00:00', 0.017103980643295, 0.0383846153846156, 0.0264866294281017, 0.0568076923076919, 0.0489143089022483, 0.105480769230771, 0.0732618617332043, 0.185596153846156, 0.316539134170703, 0.661211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1290, '2021-05-09 00:00:00', 0.0231344232359827, 0.0416923076923062, 0.035934818127355, 0.0696346153846167, 0.0491341648330998, 0.108384615384615, 0.0802932222448534, 0.187692307692308, 0.315008005392781, 0.662211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1305, '2021-05-09 00:00:00', 0.0245653915405095, 0.0515384615384639, 0.0418730866382629, 0.0801538461538468, 0.0407952863038794, 0.107153846153847, 0.0861981817584422, 0.189942307692307, 0.317575185525473, 0.66403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1320, '2021-05-09 00:00:00', 0.0400913811953882, 0.0618269230769253, 0.041418098050899, 0.0798269230769249, 0.0486602981431951, 0.107269230769232, 0.0850314263172053, 0.189788461538461, 0.318710438268874, 0.66528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1335, '2021-05-09 00:00:00', 0.0250728860601356, 0.0424807692307698, 0.0259308028888712, 0.0640576923076948, 0.0401610651483025, 0.0918653846153855, 0.0877419139381986, 0.18928846153846, 0.314340731348349, 0.662653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1350, '2021-05-09 00:00:00', 0.0175441859753713, 0.0459615384615426, 0.0350301463577607, 0.0656346153846189, 0.0320468947253634, 0.0847884615384619, 0.0970803077552075, 0.198615384615386, 0.314785004163405, 0.663326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1365, '2021-05-09 00:00:00', 0.0266570527541674, 0.0445384615384621, 0.024200031786375, 0.0603076923076917, 0.0246609938036702, 0.0712307692307677, 0.0904844823075283, 0.202692307692307, 0.319112620583056, 0.664730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1380, '2021-05-09 00:00:00', 0.0143980767946483, 0.0422692307692287, 0.0182510379051546, 0.0524038461538439, 0.0187457584946162, 0.0682115384615373, 0.0851991264852305, 0.209365384615384, 0.334190860368512, 0.669134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1395, '2021-05-09 00:00:00', 0.0118008474271989, 0.0315000000000001, 0.0126854247071209, 0.0424999999999985, 0.0358505283728891, 0.0989038461538456, 0.133474159123952, 0.229365384615384, 0.330042479783343, 0.66753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1410, '2021-05-09 00:00:00', 0.0110153913300367, 0.0301730769230762, 0.0171666940502672, 0.0458461538461547, 0.0466040110522033, 0.108923076923078, 0.137607643179942, 0.23878846153846, 0.32994379241599, 0.667384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1425, '2021-05-09 00:00:00', 0.0171568779659502, 0.0389615384615392, 0.0364639389829689, 0.092826923076923, 0.0500518846183256, 0.112634615384616, 0.14263309708695, 0.246403846153845, 0.329135866848561, 0.668173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 0, '2021-05-09 00:00:00', 0.0360746235120801, 0.0729615384615392, 0.0453149703570644, 0.0935576923076925, 0.0510228003332433, 0.110884615384617, 0.147845168491073, 0.254423076923077, 0.323048613274321, 0.670557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 15, '2021-05-09 00:00:00', 0.04238211251859, 0.0692884615384617, 0.0475342143982788, 0.0843076923076931, 0.0482843540513268, 0.110173076923078, 0.145989741473106, 0.262269230769231, 0.316181136619257, 0.668634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 30, '2021-05-09 00:00:00', 0.0344288396551521, 0.0497500000000014, 0.0378945297452734, 0.0741538461538493, 0.0498623065590106, 0.114480769230769, 0.152174187895118, 0.275211538461539, 0.314954973582916, 0.667653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 45, '2021-05-09 00:00:00', 0.0307536114201987, 0.0547307692307709, 0.0407957058449114, 0.0845192307692321, 0.0593735534236721, 0.118826923076924, 0.155153080734925, 0.28553846153846, 0.31336105987527, 0.664076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 60, '2021-05-09 00:00:00', 0.0365615024518763, 0.0662115384615376, 0.0468266360755703, 0.0865769230769222, 0.0570805672172778, 0.114634615384615, 0.166786454901053, 0.291192307692307, 0.314311741991681, 0.659365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 75, '2021-05-09 00:00:00', 0.0278979183121946, 0.0484230769230758, 0.0367984531447478, 0.0691153846153845, 0.0491520130270914, 0.106403846153846, 0.151585914963709, 0.278019230769231, 0.302958451708379, 0.647711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 90, '2021-05-09 00:00:00', 0.0202341675999179, 0.0478076923076927, 0.0314092159429982, 0.0683269230769225, 0.0546800659782388, 0.110019230769232, 0.138222742479165, 0.287057692307693, 0.286440019228082, 0.641269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 105, '2021-05-09 00:00:00', 0.0197697612918947, 0.0462115384615372, 0.0346624658450833, 0.0805576923076922, 0.0532345174313974, 0.109923076923077, 0.142613970617836, 0.290269230769231, 0.28006110322296, 0.635692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 120, '2021-05-09 00:00:00', 0.0325911974902138, 0.0668846153846156, 0.0514952462331735, 0.0864038461538488, 0.0522206266350159, 0.115923076923078, 0.15142573706657, 0.295923076923078, 0.280975477303899, 0.631826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 135, '2021-05-09 00:00:00', 0.0418841304626863, 0.0519038461538491, 0.0390646407105726, 0.0743846153846158, 0.102468683771415, 0.129634615384616, 0.14505200658862, 0.286230769230771, 0.270178135680886, 0.624249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 150, '2021-05-09 00:00:00', 0.0245708473289284, 0.0585576923076921, 0.0332251584472683, 0.0833653846153848, 0.0957249364666184, 0.134711538461538, 0.142764356680725, 0.282307692307692, 0.27437002597559, 0.621134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 165, '2021-05-09 00:00:00', 0.0235019475461398, 0.059807692307692, 0.0948477971034876, 0.10226923076923, 0.0958916375595171, 0.144384615384614, 0.137075448062511, 0.275961538461538, 0.283145659714897, 0.623769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 180, '2021-05-09 00:00:00', 0.0962552795754798, 0.083673076923078, 0.0948475537983895, 0.110961538461539, 0.0966823844427632, 0.147711538461539, 0.133483712633644, 0.270692307692308, 0.291491232220693, 0.623961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 195, '2021-05-09 00:00:00', 0.0325768499681305, 0.0663653846153839, 0.0408710777934706, 0.0967499999999985, 0.0491599782499793, 0.128211538461538, 0.109958838452604, 0.247384615384614, 0.297007358753694, 0.616634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 210, '2021-05-09 00:00:00', 0.0269168234495715, 0.0656538461538448, 0.0318926142884823, 0.0906730769230759, 0.0532425256581769, 0.136442307692308, 0.0991901689452359, 0.242480769230769, 0.29519374341921, 0.623884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 225, '2021-05-09 00:00:00', 0.021649951145797, 0.0665961538461543, 0.0380728855668253, 0.0957692307692311, 0.0567217669519723, 0.140326923076922, 0.0996352598230152, 0.24225, 0.291299370856749, 0.623288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 240, '2021-05-09 00:00:00', 0.0309159966061875, 0.0721730769230766, 0.0422473849896244, 0.101307692307693, 0.0609672042987047, 0.138, 0.10044414636235, 0.234442307692308, 0.293008362311752, 0.625596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 255, '2021-05-09 00:00:00', 0.0242904618824257, 0.0635576923076935, 0.0327264654135077, 0.0903076923076912, 0.0516196034616568, 0.12028846153846, 0.0883884520824876, 0.221038461538462, 0.283907628531643, 0.620807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 270, '2021-05-09 00:00:00', 0.0233706341048224, 0.0609423076923057, 0.0350519394832649, 0.0805384615384602, 0.050542609594434, 0.121653846153846, 0.0846407975823989, 0.208230769230771, 0.282847474526739, 0.624076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 285, '2021-05-09 00:00:00', 0.0289925189289614, 0.0581153846153839, 0.0367977633099558, 0.0758461538461525, 0.0505229270118639, 0.121115384615384, 0.0841012759438546, 0.204269230769231, 0.284615738929092, 0.623673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 300, '2021-05-09 00:00:00', 0.0244652029185556, 0.0516153846153829, 0.0385045302030012, 0.0868269230769223, 0.0609210112800559, 0.12601923076923, 0.0830130318777622, 0.209788461538463, 0.289949807990701, 0.624365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 315, '2021-05-09 00:00:00', 0.0301829358311043, 0.0635192307692307, 0.0378813329308165, 0.0913461538461528, 0.0606198368142362, 0.12676923076923, 0.0878877190160595, 0.211365384615386, 0.296660510451824, 0.630538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 330, '2021-05-09 00:00:00', 0.0354282210413385, 0.0623269230769223, 0.0556947622174806, 0.0894423076923079, 0.0617887125614392, 0.117249999999999, 0.0898274092999383, 0.20571153846154, 0.301470412504087, 0.63148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 345, '2021-05-09 00:00:00', 0.0368778858062448, 0.059038461538463, 0.0418035745619196, 0.0808269230769231, 0.0409365550390056, 0.105192307692308, 0.0926064979444659, 0.209788461538464, 0.295181814245964, 0.628788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 360, '2021-05-09 00:00:00', 0.0202075766445704, 0.0526153846153833, 0.0265447662522126, 0.0712692307692295, 0.0275138077223867, 0.095519230769231, 0.0854978362299301, 0.208500000000002, 0.283650134578063, 0.626673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 375, '2021-05-09 00:00:00', 0.0146451488423766, 0.0474038461538446, 0.020780288366992, 0.0680961538461532, 0.0280613407761254, 0.0891730769230764, 0.0918202340697026, 0.223846153846155, 0.278897914188079, 0.629942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 390, '2021-05-09 00:00:00', 0.0180345075213733, 0.0477884615384618, 0.0252037008881938, 0.0634423076923089, 0.0299524559157436, 0.0875192307692294, 0.0923258547836844, 0.225288461538461, 0.277746080080349, 0.633250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 405, '2021-05-09 00:00:00', 0.0167755889498831, 0.0430961538461536, 0.0206644715542257, 0.0589038461538443, 0.0554685635153963, 0.0931923076923061, 0.087503740579386, 0.23976923076923, 0.277691959940119, 0.63323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 420, '2021-05-09 00:00:00', 0.0177664441704446, 0.0439423076923071, 0.0209745358434028, 0.0611346153846132, 0.0527902562396352, 0.0948653846153845, 0.0824878569151929, 0.250557692307692, 0.27612462139125, 0.631942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 435, '2021-05-09 00:00:00', 0.0140043399866467, 0.0421923076923064, 0.0464841908609807, 0.0709999999999996, 0.0460735240174284, 0.0989807692307712, 0.0833632482203403, 0.259865384615385, 0.27250998358564, 0.634365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 450, '2021-05-09 00:00:00', 0.0407819011515947, 0.0522115384615402, 0.0421934236581951, 0.068750000000002, 0.0401336996320263, 0.0995769230769263, 0.0780105342985057, 0.263288461538461, 0.265727527452752, 0.636826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 465, '2021-05-09 00:00:00', 0.0205115727184594, 0.0457307692307695, 0.0243230264437772, 0.0694807692307703, 0.031537992960871, 0.0962499999999999, 0.0715836600392522, 0.266596153846153, 0.262757815517225, 0.63398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 480, '2021-05-09 00:00:00', 0.0205587058108074, 0.054903846153846, 0.0253735855990783, 0.076326923076923, 0.0316146570195118, 0.102442307692308, 0.0756268699705213, 0.272211538461539, 0.261761864766724, 0.632923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 495, '2021-05-09 00:00:00', 0.0180153033237319, 0.0471346153846164, 0.0212485655624447, 0.0656923076923087, 0.0437988759954132, 0.102692307692308, 0.0774519503652712, 0.277230769230769, 0.258622734588732, 0.633826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 510, '2021-05-09 00:00:00', 0.0171245325595945, 0.0460192307692313, 0.0263225919345686, 0.0668269230769241, 0.0446684882904493, 0.112076923076924, 0.0853012241773451, 0.283173076923078, 0.258913389884606, 0.631711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 525, '2021-05-09 00:00:00', 0.0179516980126785, 0.0452115384615412, 0.0276056850332302, 0.0780769230769248, 0.0566653638613442, 0.129288461538465, 0.0921337322340979, 0.289730769230769, 0.259950052154994, 0.633519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 540, '2021-05-09 00:00:00', 0.0195892533332395, 0.0641730769230784, 0.0318911610614325, 0.0933846153846169, 0.0551159197998605, 0.143269230769232, 0.0978504137014144, 0.295711538461538, 0.257132534667659, 0.631596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 555, '2021-05-09 00:00:00', 0.0215911751915879, 0.0598269230769234, 0.0445607321097164, 0.0968269230769236, 0.0657604393584412, 0.151346153846153, 0.127199993952587, 0.310538461538461, 0.270491897361936, 0.639442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 570, '2021-05-09 00:00:00', 0.0473631185628657, 0.0812500000000026, 0.0535918334766107, 0.114269230769233, 0.0612688307003215, 0.164980769230769, 0.154058721322047, 0.31951923076923, 0.272674715337918, 0.640596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 585, '2021-05-09 00:00:00', 0.0258549504261484, 0.0690384615384605, 0.0373898176184182, 0.121461538461539, 0.0438987865611183, 0.169788461538463, 0.153919789300989, 0.320692307692307, 0.275011479480681, 0.643076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 600, '2021-05-09 00:00:00', 0.0300518078299152, 0.103865384615384, 0.0374792096214177, 0.125634615384615, 0.0435065556510209, 0.172903846153846, 0.155551274010062, 0.328173076923077, 0.279561775889446, 0.645442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 615, '2021-05-09 00:00:00', 0.0218415975747038, 0.0676538461538451, 0.0300552568037358, 0.110961538461538, 0.0439018179052376, 0.155519230769231, 0.156512221198905, 0.322846153846154, 0.28692219261567, 0.639730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 630, '2021-05-09 00:00:00', 0.0295543306731626, 0.0879615384615392, 0.0342653053954889, 0.112634615384617, 0.0451324588977134, 0.151826923076924, 0.150942206209477, 0.32101923076923, 0.283614432881088, 0.637442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 645, '2021-05-09 00:00:00', 0.0256745683807619, 0.0667115384615394, 0.0447766637366456, 0.10098076923077, 0.0543036477029513, 0.146615384615385, 0.149413741516119, 0.312615384615382, 0.286830888262644, 0.63803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 660, '2021-05-09 00:00:00', 0.029929898866415, 0.0738269230769225, 0.0399229690972319, 0.10478846153846, 0.0636853201295258, 0.147499999999999, 0.143909834217872, 0.309596153846153, 0.292292458914802, 0.640192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 675, '2021-05-09 00:00:00', 0.0234292798405355, 0.0613653846153836, 0.0376794220517514, 0.093673076923076, 0.0481432198277666, 0.14351923076923, 0.136782455015254, 0.302999999999998, 0.295972373970689, 0.637384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 690, '2021-05-09 00:00:00', 0.0242216130441701, 0.0685576923076912, 0.0356724845482655, 0.0976153846153834, 0.0588999183752867, 0.145596153846153, 0.129651076117639, 0.300192307692304, 0.29614738794157, 0.636346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 705, '2021-05-09 00:00:00', 0.0173136784519769, 0.0617884615384603, 0.0262609757273759, 0.092173076923076, 0.0517210900295649, 0.138365384615383, 0.123316091656923, 0.297961538461536, 0.298965560146726, 0.638384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 720, '2021-05-09 00:00:00', 0.0227528273813655, 0.0668653846153852, 0.0475408205165286, 0.10051923076923, 0.0713054453633222, 0.139557692307691, 0.117895997191788, 0.305615384615383, 0.303592721231282, 0.640903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 735, '2021-05-09 00:00:00', 0.036652426722052, 0.0680961538461538, 0.0426069875092729, 0.0961538461538456, 0.0797557135643198, 0.136923076923078, 0.0978539020879906, 0.305384615384615, 0.302436442146876, 0.635807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 750, '2021-05-09 00:00:00', 0.0215904982662414, 0.0629807692307682, 0.0322965406578101, 0.0854423076923063, 0.0943467193999777, 0.140288461538461, 0.0948816286829991, 0.291711538461539, 0.298499128332703, 0.630980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 765, '2021-05-09 00:00:00', 0.0235168761007591, 0.0627115384615367, 0.0567041749921342, 0.097211538461538, 0.0866039526545092, 0.143769230769229, 0.0922115293976093, 0.291115384615384, 0.295372677893797, 0.632326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 780, '2021-05-09 00:00:00', 0.0357147943919838, 0.0675576923076935, 0.0678357320183219, 0.0995576923076927, 0.062016176549721, 0.139884615384616, 0.0714504373674516, 0.301249999999999, 0.290225292461933, 0.623096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 795, '2021-05-09 00:00:00', 0.0391548798412739, 0.0612307692307681, 0.0363250549261058, 0.0885192307692282, 0.053383550477074, 0.136711538461538, 0.0701830491259514, 0.292403846153845, 0.290453332674179, 0.616461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 810, '2021-05-09 00:00:00', 0.0184982847437692, 0.0604423076923055, 0.0342042957266169, 0.0874230769230762, 0.059131157997739, 0.132076923076921, 0.0783223123725598, 0.289730769230768, 0.292336313831543, 0.616403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 825, '2021-05-09 00:00:00', 0.0276475064948841, 0.0617307692307705, 0.0459697559438647, 0.096961538461539, 0.0677912519883948, 0.134576923076923, 0.0762568433246903, 0.283615384615384, 0.295737958334738, 0.6185 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 840, '2021-05-09 00:00:00', 0.0340910376221357, 0.0693269230769229, 0.0355276706894126, 0.0913461538461522, 0.065318500736482, 0.131942307692307, 0.0760587627076288, 0.283653846153846, 0.302425650112806, 0.617923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 855, '2021-05-09 00:00:00', 0.0182490990293926, 0.0594807692307674, 0.0491206051077734, 0.0935769230769223, 0.0691098150660351, 0.13155769230769, 0.0788375642600753, 0.280692307692308, 0.301935879591371, 0.619346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 870, '2021-05-09 00:00:00', 0.0471760695529154, 0.0731923076923074, 0.0567307981746999, 0.0952884615384612, 0.0655460055697817, 0.129826923076921, 0.0866589801818233, 0.281826923076923, 0.301140828925858, 0.617673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 885, '2021-05-09 00:00:00', 0.0259362606284064, 0.0615192307692294, 0.0375456901142312, 0.0901730769230762, 0.0409185165909039, 0.127249999999998, 0.101782226043947, 0.283692307692308, 0.298061738571055, 0.619500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 900, '2021-05-09 00:00:00', 0.0295190420941105, 0.0685769230769226, 0.0308083405290499, 0.0895769230769206, 0.0449230624341404, 0.13580769230769, 0.105183868315659, 0.284615384615385, 0.298368881781234, 0.621019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 915, '2021-05-09 00:00:00', 0.0168337572934674, 0.0671538461538432, 0.032678150780936, 0.0991923076923058, 0.0474785174092935, 0.149480769230769, 0.108937942814316, 0.286346153846155, 0.296162385291478, 0.62696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 930, '2021-05-09 00:00:00', 0.025155340463731, 0.0733653846153835, 0.031854217206615, 0.0998653846153843, 0.0553014814101188, 0.148576923076924, 0.107600843576904, 0.283307692307693, 0.297168826012833, 0.627365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 945, '2021-05-09 00:00:00', 0.0239773049746232, 0.0703653846153839, 0.0432304246495991, 0.111480769230769, 0.0722329910774849, 0.17025, 0.106821455998025, 0.280711538461539, 0.298020807224028, 0.628307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 960, '2021-05-09 00:00:00', 0.0291225593232876, 0.0817884615384629, 0.037666103921369, 0.103153846153847, 0.0715044726949624, 0.18098076923077, 0.0976279141198061, 0.278519230769232, 0.296510646455635, 0.627711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 975, '2021-05-09 00:00:00', 0.0208470990418693, 0.0696923076923087, 0.0493467168263345, 0.122461538461539, 0.0592904584358915, 0.170538461538462, 0.120422027118732, 0.281769230769232, 0.289850040803596, 0.627884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 990, '2021-05-09 00:00:00', 0.0382865310721462, 0.101538461538462, 0.0545179892681857, 0.147365384615385, 0.0550321863863451, 0.171192307692307, 0.118723972046344, 0.274192307692308, 0.285344714606467, 0.628615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1005, '2021-05-09 00:00:00', 0.029786264258237, 0.0908076923076914, 0.033215960019242, 0.104999999999999, 0.0348344491294728, 0.145826923076922, 0.120067404146428, 0.252307692307692, 0.285373919351706, 0.640423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1020, '2021-05-09 00:00:00', 0.0261481283342525, 0.0787692307692297, 0.0333919900574977, 0.10975, 0.0468608086210142, 0.149153846153846, 0.123036573674409, 0.243961538461538, 0.281051830013338, 0.641865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1035, '2021-05-09 00:00:00', 0.029236726113679, 0.0826153846153834, 0.0270828429935885, 0.111096153846154, 0.0565321181684826, 0.152903846153847, 0.124312065445734, 0.23701923076923, 0.271274853522853, 0.647615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1050, '2021-05-09 00:00:00', 0.0188102672454738, 0.0758846153846153, 0.0491949848913627, 0.113442307692308, 0.0709987350916564, 0.152096153846153, 0.125461222939753, 0.228538461538461, 0.261935790722723, 0.648538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1065, '2021-05-09 00:00:00', 0.0370943340064827, 0.0890192307692311, 0.0480062335695924, 0.116038461538463, 0.0758003957773292, 0.149499999999999, 0.12481083686924, 0.223749999999998, 0.264267665154391, 0.653673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1080, '2021-05-09 00:00:00', 0.0357802964686502, 0.0815192307692319, 0.0414669887241163, 0.106365384615384, 0.0593404292069197, 0.133557692307692, 0.116535621823742, 0.215365384615384, 0.265435215911819, 0.667076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1095, '2021-05-09 00:00:00', 0.0317712073328144, 0.0690192307692291, 0.0470778773784622, 0.0939423076923081, 0.0486080121600751, 0.120826923076922, 0.116380093460379, 0.206115384615384, 0.262757065337196, 0.666153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1110, '2021-05-09 00:00:00', 0.0287634918175537, 0.06546153846154, 0.0297666824590089, 0.0828461538461537, 0.034985645408017, 0.106153846153846, 0.11746745703189, 0.195211538461537, 0.261983684900123, 0.669365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1125, '2021-05-09 00:00:00', 0.0245890923284773, 0.059288461538461, 0.0297741304852712, 0.0856730769230761, 0.0317174060439027, 0.102076923076923, 0.121137296549762, 0.19476923076923, 0.26134356403313, 0.671038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1140, '2021-05-09 00:00:00', 0.0268645033168601, 0.0606923076923067, 0.0255339894138102, 0.072269230769231, 0.0328734870959282, 0.0953846153846144, 0.131328290935351, 0.192499999999998, 0.258297715079681, 0.670519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1155, '2021-05-09 00:00:00', 0.0184766380558295, 0.0461153846153856, 0.028285223105959, 0.0659230769230785, 0.113291041128591, 0.111000000000001, 0.130830143844841, 0.186942307692306, 0.255540802101076, 0.670192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1170, '2021-05-09 00:00:00', 0.0196408620365407, 0.0462115384615405, 0.0223596821224133, 0.0626538461538463, 0.113461991263765, 0.10828846153846, 0.128934938870496, 0.18303846153846, 0.256857694812935, 0.673346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1185, '2021-05-09 00:00:00', 0.013437676653579, 0.0443653846153849, 0.115907111350162, 0.0844615384615389, 0.113095842608757, 0.108019230769232, 0.129568296513995, 0.183288461538462, 0.256391153243512, 0.674211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1200, '2021-05-09 00:00:00', 0.118112846953178, 0.0717307692307701, 0.115716505371467, 0.0909807692307691, 0.120630267920044, 0.105307692307693, 0.13851127696384, 0.194576923076924, 0.256127417209002, 0.674076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1215, '2021-05-09 00:00:00', 0.023226352738612, 0.0447884615384595, 0.0266487985008427, 0.0584615384615378, 0.0366567026088527, 0.0804230769230767, 0.0920180939564845, 0.198019230769231, 0.25333936497543, 0.666576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1230, '2021-05-09 00:00:00', 0.015423720493, 0.0378653846153845, 0.0234772311956806, 0.0579038461538461, 0.0335937723166297, 0.0806923076923076, 0.0842265077952563, 0.19423076923077, 0.250007922951377, 0.666192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1245, '2021-05-09 00:00:00', 0.0139768077130015, 0.0428653846153849, 0.023068835121136, 0.0608653846153856, 0.0334821019926483, 0.0873653846153847, 0.0780349847578231, 0.190826923076924, 0.254187414201533, 0.669692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1260, '2021-05-09 00:00:00', 0.0168935240209413, 0.0426346153846167, 0.0212589166812787, 0.0568076923076919, 0.02610217350219, 0.0912115384615378, 0.0780373283460195, 0.185769230769231, 0.2531984179377, 0.670326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1275, '2021-05-09 00:00:00', 0.0127938837550799, 0.0382884615384613, 0.0206321724125599, 0.0595576923076919, 0.0338058483788776, 0.0938461538461538, 0.0876806442985877, 0.188346153846155, 0.245232122378277, 0.677923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1290, '2021-05-09 00:00:00', 0.0161731139668475, 0.0464807692307687, 0.0205703389897664, 0.070673076923076, 0.036395186706276, 0.0945192307692306, 0.101217786898426, 0.196596153846155, 0.245330763381885, 0.678288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1305, '2021-05-09 00:00:00', 0.0144360659460948, 0.0519999999999996, 0.0311062694645331, 0.0735000000000001, 0.0374991538366092, 0.0895576923076914, 0.102612131911312, 0.19598076923077, 0.244314983482074, 0.681634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1320, '2021-05-09 00:00:00', 0.0314787168636966, 0.056019230769231, 0.0305320512551365, 0.067615384615385, 0.0427624790603246, 0.0910192307692303, 0.112330311341835, 0.204673076923077, 0.244071115897364, 0.682519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1335, '2021-05-09 00:00:00', 0.0138569615939215, 0.0363461538461525, 0.0224977007372207, 0.0525576923076913, 0.0367274211120031, 0.0802884615384596, 0.111920646682575, 0.203365384615385, 0.248430222365587, 0.685346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1350, '2021-05-09 00:00:00', 0.0138014631331403, 0.0384038461538459, 0.0251860156558233, 0.0608461538461525, 0.0302208791808172, 0.0776923076923065, 0.106173676659446, 0.20698076923077, 0.25286593361822, 0.689596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1365, '2021-05-09 00:00:00', 0.0195151321956945, 0.0450961538461511, 0.0223078806358099, 0.0591923076923061, 0.0253363299509725, 0.0735192307692298, 0.107984543053446, 0.214692307692309, 0.304066144119992, 0.707500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1380, '2021-05-09 00:00:00', 0.0168782062481137, 0.0394230769230766, 0.0222692699614375, 0.0509038461538443, 0.0643873136094836, 0.0818846153846167, 0.107649345276514, 0.227192307692309, 0.304257487740488, 0.707173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1395, '2021-05-09 00:00:00', 0.0184981184074334, 0.0344038461538454, 0.0178829635300027, 0.0490961538461527, 0.0680204267962087, 0.135538461538462, 0.111637223251856, 0.24398076923077, 0.304673174830896, 0.704788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1410, '2021-05-09 00:00:00', 0.0101688249075294, 0.0337499999999999, 0.0583665110777103, 0.0604807692307711, 0.0674904095751049, 0.137153846153847, 0.141512000034791, 0.258884615384616, 0.304643357689962, 0.705346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1425, '2021-05-09 00:00:00', 0.0554409179633169, 0.0501538461538473, 0.0648790501922309, 0.125865384615386, 0.0624305306228134, 0.135134615384616, 0.140635218261234, 0.262230769230769, 0.304875286608499, 0.704403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 0, '2021-05-09 00:00:00', 0.0492220596262103, 0.0956346153846173, 0.0551833308164701, 0.112500000000002, 0.0524353521380968, 0.124384615384616, 0.148424092228475, 0.264865384615384, 0.309410603468047, 0.696692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 15, '2021-05-09 00:00:00', 0.0436969150468925, 0.060596153846154, 0.0397509941820512, 0.0751923076923071, 0.0398326933753973, 0.104211538461537, 0.14846702819663, 0.252961538461537, 0.312110151290311, 0.690057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 30, '2021-05-09 00:00:00', 0.026393909553881, 0.0515384615384611, 0.0319695768841861, 0.0664230769230749, 0.0506117537276139, 0.10401923076923, 0.166194558135477, 0.253365384615383, 0.313185477730909, 0.687711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 45, '2021-05-09 00:00:00', 0.0274390513404086, 0.0401923076923061, 0.0365507708010904, 0.0736730769230762, 0.0455502976432057, 0.104480769230769, 0.164547360495859, 0.255923076923076, 0.313894065912983, 0.68673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 60, '2021-05-09 00:00:00', 0.0341383159424222, 0.0622692307692308, 0.0486194049579138, 0.0820576923076922, 0.063712587815548, 0.118423076923076, 0.163816375860291, 0.260249999999999, 0.313894065912983, 0.68673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 75, '2021-05-09 00:00:00', 0.0207876442591781, 0.0453846153846156, 0.0267555889201045, 0.0663076923076925, 0.0565787810184915, 0.11203846153846, 0.17998426426945, 0.261846153846152, 0.312559857651913, 0.684730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 90, '2021-05-09 00:00:00', 0.0195401854175923, 0.0496730769230763, 0.0521094152130502, 0.0788653846153835, 0.0528270327068944, 0.121346153846152, 0.191740739421351, 0.265365384615383, 0.310131719534681, 0.691711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 105, '2021-05-09 00:00:00', 0.0498820763246823, 0.0576923076923066, 0.0488567175130881, 0.0953269230769224, 0.0544152870206388, 0.132211538461538, 0.191121855007581, 0.267711538461538, 0.309892693586766, 0.695307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 120, '2021-05-09 00:00:00', 0.0258503087319773, 0.068038461538459, 0.0343190012406239, 0.0895769230769217, 0.0512796855864616, 0.133384615384613, 0.19281242080163, 0.26201923076923, 0.31296483275036, 0.692942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 135, '2021-05-09 00:00:00', 0.0224526938592785, 0.05171153846154, 0.0396857657101386, 0.0820000000000013, 0.0910995313675351, 0.14026923076923, 0.19386080355205, 0.254865384615385, 0.315142136430287, 0.690115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 150, '2021-05-09 00:00:00', 0.0282326870025608, 0.059769230769233, 0.0356183455323464, 0.0894423076923079, 0.134122687807155, 0.149153846153845, 0.193286898159188, 0.256750000000001, 0.314924409123107, 0.690211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 165, '2021-05-09 00:00:00', 0.0231794006692298, 0.0632692307692306, 0.0948560042298928, 0.114807692307692, 0.13708902357452, 0.151096153846153, 0.194419819344238, 0.256615384615387, 0.311850089725076, 0.694038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 180, '2021-05-09 00:00:00', 0.099706818299374, 0.0925192307692315, 0.139832225019293, 0.122865384615385, 0.154508855857721, 0.162057692307691, 0.194209795364149, 0.257230769230771, 0.311679355082455, 0.695096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 195, '2021-05-09 00:00:00', 0.0558467442753289, 0.0743269230769222, 0.0551647044348522, 0.101730769230766, 0.0754433664311293, 0.137192307692305, 0.136644160279397, 0.231442307692308, 0.243456084335553, 0.669250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 210, '2021-05-09 00:00:00', 0.0362431372814209, 0.0707499999999968, 0.0668245924330716, 0.103384615384613, 0.0925781852523336, 0.140403846153845, 0.138310525768871, 0.228307692307693, 0.230629313801639, 0.674403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 225, '2021-05-09 00:00:00', 0.0426082557908503, 0.0732884615384606, 0.0440195935395219, 0.10026923076923, 0.0629313820454768, 0.141173076923077, 0.118979655662381, 0.217961538461539, 0.220582878197392, 0.667115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 240, '2021-05-09 00:00:00', 0.0202500237416763, 0.06228846153846, 0.0443473917366749, 0.0921346153846137, 0.0474239026068221, 0.123557692307691, 0.109688986895467, 0.207576923076923, 0.215553171202337, 0.661980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 255, '2021-05-09 00:00:00', 0.0380452412873852, 0.065096153846152, 0.0406103293036835, 0.0873269230769225, 0.0654554340460252, 0.118923076923076, 0.110815093737269, 0.20175, 0.217953672741567, 0.662788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 270, '2021-05-09 00:00:00', 0.0304488726581752, 0.0630769230769215, 0.0338438097964523, 0.0822115384615369, 0.0663059487991389, 0.115826923076923, 0.105518582031062, 0.198865384615385, 0.217959477532301, 0.664576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 285, '2021-05-09 00:00:00', 0.0252570782158184, 0.0580000000000009, 0.0476165291275395, 0.0835769230769231, 0.0660243544808684, 0.117653846153847, 0.105035819897492, 0.195288461538462, 0.220902435825968, 0.662615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 300, '2021-05-09 00:00:00', 0.0391303393997358, 0.0587115384615368, 0.0428064876463323, 0.0793461538461534, 0.0706671314087288, 0.111288461538461, 0.104564547602832, 0.191730769230769, 0.22288661570749, 0.666288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 315, '2021-05-09 00:00:00', 0.0259135322533656, 0.0561346153846156, 0.0447555454234869, 0.0871730769230772, 0.0618608643526876, 0.114057692307693, 0.0987654739580276, 0.202326923076922, 0.213310399508466, 0.661557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 330, '2021-05-09 00:00:00', 0.0333751634971475, 0.0596923076923085, 0.0438815056539917, 0.0774423076923085, 0.0575795503228738, 0.105230769230772, 0.0909086439149842, 0.200692307692306, 0.206779154766996, 0.659826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 345, '2021-05-09 00:00:00', 0.0257398299558065, 0.0513269230769244, 0.0337820218459467, 0.0762500000000017, 0.0435561750457405, 0.100903846153848, 0.0841501245485616, 0.204288461538461, 0.199054643637986, 0.655865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 360, '2021-05-09 00:00:00', 0.0259395154453285, 0.0550384615384614, 0.0350616380327327, 0.0714615384615397, 0.0363724325025654, 0.0900769230769247, 0.0923575576850012, 0.20803846153846, 0.193079098976399, 0.653461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 375, '2021-05-09 00:00:00', 0.0244729363866414, 0.0417307692307701, 0.0281906967742082, 0.063153846153846, 0.0340323149600253, 0.0825384615384621, 0.087521032636995, 0.217634615384616, 0.191027750702513, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 390, '2021-05-09 00:00:00', 0.0175727061091902, 0.044999999999999, 0.0194553631126763, 0.0566346153846169, 0.0326125978490149, 0.0821923076923077, 0.0787057152650594, 0.217480769230771, 0.191397613721962, 0.644557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 405, '2021-05-09 00:00:00', 0.0163399934092818, 0.0391538461538489, 0.0254904205234344, 0.0583076923076936, 0.0308742362098014, 0.0794615384615391, 0.0830167661471966, 0.223788461538463, 0.192355765145251, 0.643096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 420, '2021-05-09 00:00:00', 0.0145164098125574, 0.044615384615385, 0.0220618797581155, 0.0609423076923068, 0.0368337272284316, 0.0822115384615397, 0.0892831644910635, 0.234788461538462, 0.187632645388227, 0.64248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 435, '2021-05-09 00:00:00', 0.0181165988487394, 0.0431346153846142, 0.0200824933327918, 0.0555576923076936, 0.0293704521847806, 0.0907884615384616, 0.0922247609834888, 0.242057692307693, 0.186031705320936, 0.641346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 450, '2021-05-09 00:00:00', 0.0187812099225243, 0.045423076923079, 0.030071274307245, 0.0636923076923096, 0.0302166599488039, 0.0935576923076941, 0.0969277070017411, 0.249596153846154, 0.186017642877063, 0.641788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 465, '2021-05-09 00:00:00', 0.0198267108098752, 0.0424615384615406, 0.0249575331621226, 0.0719615384615394, 0.0262670896751054, 0.0955000000000013, 0.101299952540045, 0.260096153846153, 0.183214385772095, 0.638365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 480, '2021-05-09 00:00:00', 0.018947254723005, 0.0600384615384602, 0.0253635489508985, 0.0729807692307684, 0.0291434977574496, 0.093288461538461, 0.108498296689926, 0.261403846153845, 0.184054715944848, 0.642461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 495, '2021-05-09 00:00:00', 0.0257484054771462, 0.0524038461538466, 0.0289949332443839, 0.0703846153846164, 0.046987068597483, 0.109730769230769, 0.108782648503265, 0.263730769230769, 0.18214246748504, 0.643961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 510, '2021-05-09 00:00:00', 0.0191393272126752, 0.0465769230769241, 0.0190290466231149, 0.0632307692307705, 0.0422196818848917, 0.109692307692307, 0.10252875769191, 0.264115384615384, 0.174028703423845, 0.63748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 525, '2021-05-09 00:00:00', 0.0138607914081989, 0.0456923076923072, 0.0340440721147434, 0.0851730769230764, 0.0372930236825139, 0.115480769230768, 0.101102811343396, 0.264538461538461, 0.175347892663524, 0.637711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 540, '2021-05-09 00:00:00', 0.0333226880437547, 0.0733076923076925, 0.0323079175816303, 0.0906923076923062, 0.0513514886309583, 0.124153846153845, 0.099343769887118, 0.26376923076923, 0.177036432582501, 0.639461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 555, '2021-05-09 00:00:00', 0.0234307818576663, 0.0588076923076911, 0.0269588290090378, 0.0825384615384605, 0.0494724165571083, 0.133, 0.0944567544516464, 0.259961538461537, 0.179904612546162, 0.634480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 570, '2021-05-09 00:00:00', 0.0224680628037643, 0.0590769230769215, 0.0411982262500942, 0.0900769230769214, 0.0536371570404757, 0.134269230769232, 0.084748090516271, 0.256326923076923, 0.179308264857351, 0.630423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 585, '2021-05-09 00:00:00', 0.0315629773383548, 0.0643076923076938, 0.0390500517088193, 0.0995576923076949, 0.0502856341314301, 0.135250000000001, 0.0770927114184366, 0.249384615384616, 0.180773074918211, 0.625730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 600, '2021-05-09 00:00:00', 0.0252244158276501, 0.0751346153846161, 0.0350687237380463, 0.0998461538461551, 0.0560006593367791, 0.139076923076924, 0.0773391158868142, 0.243673076923076, 0.18491417967845, 0.623923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 615, '2021-05-09 00:00:00', 0.0230568945136887, 0.0680961538461543, 0.037809726058455, 0.0976538461538457, 0.0583362138482931, 0.145076923076923, 0.0732977725550961, 0.241211538461537, 0.192789303086595, 0.632153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 630, '2021-05-09 00:00:00', 0.026121991913682, 0.0745384615384627, 0.0423712347998214, 0.107192307692308, 0.0500384813457076, 0.145980769230769, 0.0708359019142135, 0.243249999999999, 0.193024139582433, 0.633461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 645, '2021-05-09 00:00:00', 0.0363054191759097, 0.0747884615384601, 0.0430583905876666, 0.103249999999999, 0.0621789724535931, 0.152730769230768, 0.073161328582797, 0.242499999999998, 0.189766602597871, 0.633288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 660, '2021-05-09 00:00:00', 0.0219207400913786, 0.070673076923076, 0.0301798200534982, 0.0921923076923052, 0.0623267969286459, 0.144480769230768, 0.0802620419913129, 0.239153846153844, 0.199828911437142, 0.641076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 675, '2021-05-09 00:00:00', 0.0180238837273039, 0.0609038461538445, 0.0509415992923441, 0.101442307692307, 0.0560842086646377, 0.143538461538461, 0.0923169561056645, 0.249596153846152, 0.201892622831657, 0.640365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 690, '2021-05-09 00:00:00', 0.0428175602006756, 0.0777884615384613, 0.0485998575496483, 0.105115384615385, 0.0593742271204758, 0.143826923076922, 0.0920597966207069, 0.247615384615383, 0.199672540579664, 0.636788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 705, '2021-05-09 00:00:00', 0.0258956485801088, 0.0642692307692305, 0.0263651357784355, 0.095903846153845, 0.041179662642919, 0.126269230769229, 0.0933712956221235, 0.241826923076922, 0.2016370778251, 0.633634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 720, '2021-05-09 00:00:00', 0.0187345012867056, 0.0643076923076922, 0.0326550090397257, 0.0884807692307681, 0.0335243252671149, 0.114403846153845, 0.0942209351226386, 0.234769230769227, 0.203796037743621, 0.628249999999999 where not exists (select 1 from powerstats_trumpet where sy[...];
Date: 2021-05-09 15:32:09 Duration: 16s928ms 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 982505, 1, 930, '2021-05-09 00:00:00', 0.057296251052013, 0.0925961538461516, 0.0590205994026304, 0.121134615384616, 0.0760331430769083, 0.167673076923076, 0.144482461006385, 0.370807692307693, 0.221811962117604, 0.680442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 945, '2021-05-09 00:00:00', 0.0402743667285363, 0.0812692307692313, 0.0506573291834473, 0.11225, 0.0825955297728741, 0.186692307692309, 0.140044648100308, 0.356288461538463, 0.230446754237201, 0.669942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 960, '2021-05-09 00:00:00', 0.0429721242381441, 0.0837115384615397, 0.0622742847286247, 0.112057692307692, 0.0921892535035307, 0.208038461538463, 0.138502224364253, 0.353384615384617, 0.228490579674523, 0.67175 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 975, '2021-05-09 00:00:00', 0.0312071059462192, 0.0712115384615347, 0.0629736330660581, 0.137038461538459, 0.0923987533215935, 0.214980769230768, 0.139169560387541, 0.343442307692307, 0.230427993091117, 0.671999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 990, '2021-05-09 00:00:00', 0.0619891429699897, 0.112576923076923, 0.0713231648635535, 0.153923076923076, 0.0994711941294511, 0.214538461538462, 0.142654700103217, 0.337288461538462, 0.229645887936522, 0.675923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1005, '2021-05-09 00:00:00', 0.0495500717999947, 0.104480769230768, 0.0910374563657117, 0.154538461538462, 0.125352059600767, 0.202326923076924, 0.138771534711388, 0.326673076923079, 0.23033250213216, 0.679807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1020, '2021-05-09 00:00:00', 0.0671712278148471, 0.105423076923079, 0.0692549359529447, 0.135384615384619, 0.113758531379138, 0.218711538461539, 0.122851542678395, 0.31319230769231, 0.230170890527351, 0.694173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1035, '2021-05-09 00:00:00', 0.0374728055240904, 0.0891346153846179, 0.0768211233971497, 0.129249999999999, 0.109465878069555, 0.214461538461539, 0.119509555459612, 0.300923076923079, 0.229123023723065, 0.695499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1050, '2021-05-09 00:00:00', 0.0706219185849222, 0.0936538461538451, 0.0909237656162887, 0.163134615384614, 0.0952777579178158, 0.198865384615386, 0.104339978693912, 0.284634615384617, 0.247310990766376, 0.694115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1065, '2021-05-09 00:00:00', 0.0601623604538935, 0.12001923076923, 0.0720326742100141, 0.149384615384617, 0.0734567193344805, 0.17951923076923, 0.100656638361084, 0.262826923076925, 0.247383909836825, 0.687326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1080, '2021-05-09 00:00:00', 0.0330182292308142, 0.0842115384615394, 0.0420309226824543, 0.105961538461539, 0.0602717308401044, 0.146192307692307, 0.0746896991147107, 0.228865384615385, 0.26334178434995, 0.672846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1095, '2021-05-09 00:00:00', 0.0287523109439119, 0.0648461538461519, 0.0488784363340459, 0.0938076923076909, 0.0584980242927394, 0.136673076923076, 0.0653104097015501, 0.21598076923077, 0.258235524577556, 0.668884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1110, '2021-05-09 00:00:00', 0.0376327803098038, 0.0673846153846147, 0.0448330621476874, 0.0987115384615392, 0.0529663209393122, 0.136365384615384, 0.0576840232513413, 0.208442307692309, 0.256661827793215, 0.665576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1125, '2021-05-09 00:00:00', 0.0314249288598429, 0.0693846153846166, 0.0390505244720018, 0.0972115384615391, 0.0467605561919912, 0.125480769230769, 0.0573371942647479, 0.199923076923078, 0.257066472247638, 0.665134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1140, '2021-05-09 00:00:00', 0.0316066509553833, 0.0610961538461543, 0.037474709420539, 0.0864230769230775, 0.0356561840574441, 0.111788461538462, 0.064813142660562, 0.193288461538463, 0.257973987955255, 0.666961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1155, '2021-05-09 00:00:00', 0.0231292023208757, 0.0550000000000003, 0.0299910755956589, 0.07126923076923, 0.0342459711274385, 0.0990576923076936, 0.0707676833024781, 0.184750000000001, 0.25576267244339, 0.667230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1170, '2021-05-09 00:00:00', 0.0239236043721218, 0.0518269230769224, 0.0308587663644936, 0.0752884615384625, 0.0360595501059844, 0.0953653846153863, 0.0750574754130771, 0.18226923076923, 0.254678337093314, 0.667846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1185, '2021-05-09 00:00:00', 0.0251105632078494, 0.0534038461538486, 0.0285782327062989, 0.0706538461538501, 0.039003929782285, 0.0909423076923129, 0.0703431916775503, 0.173230769230772, 0.252275838807751, 0.665673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1200, '2021-05-09 00:00:00', 0.0229490824351506, 0.0500961538461564, 0.0243001820189433, 0.0623269230769283, 0.0383990184169406, 0.0912307692307731, 0.0711222809403196, 0.17117307692308, 0.251299771954962, 0.665153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1215, '2021-05-09 00:00:00', 0.0207599466428814, 0.0418461538461536, 0.0362888200626364, 0.0674615384615381, 0.0408625886826335, 0.0891346153846147, 0.0699509388511235, 0.189076923076923, 0.251782128803089, 0.668403846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1230, '2021-05-09 00:00:00', 0.0294595224254972, 0.0492884615384619, 0.027397529366433, 0.06576923076923, 0.0306351984588895, 0.0848461538461534, 0.0678672233114026, 0.185999999999999, 0.251248171061082, 0.667711538461534 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1245, '2021-05-09 00:00:00', 0.017861647783409, 0.0420384615384617, 0.0170154680760243, 0.0586153846153836, 0.0216646823548967, 0.0799615384615382, 0.0711252876160186, 0.180057692307691, 0.250270004963871, 0.668653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1260, '2021-05-09 00:00:00', 0.0164999883449848, 0.0420192307692281, 0.0183823598552049, 0.0596346153846143, 0.0307293895906745, 0.0828461538461537, 0.071664324350511, 0.177846153846152, 0.250534920028819, 0.672884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1275, '2021-05-09 00:00:00', 0.0181402760559103, 0.0399807692307705, 0.02404701324809, 0.055826923076924, 0.034791643559026, 0.084538461538464, 0.071451274413998, 0.17326923076923, 0.250957434331312, 0.673923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1290, '2021-05-09 00:00:00', 0.0174329043434025, 0.0381153846153846, 0.0269420460647252, 0.0565769230769249, 0.029724226068721, 0.0814807692307713, 0.0721044114728494, 0.171615384615384, 0.25300251214928, 0.677134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1305, '2021-05-09 00:00:00', 0.0226769367759072, 0.0432884615384622, 0.0263090288684303, 0.0637500000000016, 0.0354515107630769, 0.0859807692307687, 0.0774231256448323, 0.171096153846152, 0.257033978597862, 0.678884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1320, '2021-05-09 00:00:00', 0.0237678596816393, 0.0486346153846159, 0.0257246065978733, 0.061846153846154, 0.058382192358762, 0.100096153846154, 0.0875155107131557, 0.171269230769229, 0.259255022204897, 0.679057692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1335, '2021-05-09 00:00:00', 0.0164324842449791, 0.036942307692307, 0.0262923285096912, 0.0585576923076921, 0.0536991190301622, 0.0938461538461516, 0.0792875875434577, 0.176692307692305, 0.261888191057528, 0.679730769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1350, '2021-05-09 00:00:00', 0.0195748268486321, 0.043423076923076, 0.044891630194709, 0.0720384615384606, 0.0462677367237537, 0.0882884615384595, 0.0963562141223893, 0.184999999999998, 0.266639448290412, 0.680846153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1365, '2021-05-09 00:00:00', 0.0337974339035014, 0.055942307692307, 0.0333912931995541, 0.0719615384615361, 0.034317342554458, 0.0794999999999981, 0.0889079493720238, 0.190211538461537, 0.273637360387795, 0.681749999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1380, '2021-05-09 00:00:00', 0.0196749743426695, 0.0492692307692288, 0.0193324756662119, 0.0572307692307681, 0.0285270991272374, 0.0761538461538468, 0.0786303352109368, 0.192980769230768, 0.288874314564978, 0.686980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1395, '2021-05-09 00:00:00', 0.0157067966669987, 0.0392115384615393, 0.0175053947728644, 0.0496730769230769, 0.0549040982076919, 0.123499999999998, 0.078704581530215, 0.201865384615383, 0.292745403300968, 0.689134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1410, '2021-05-09 00:00:00', 0.0143721953785753, 0.0344999999999986, 0.0250095058850693, 0.0548461538461528, 0.0479155667655249, 0.122807692307691, 0.0876746454885252, 0.211711538461537, 0.292708429354853, 0.690269230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1425, '2021-05-09 00:00:00', 0.0178201700760243, 0.0405384615384622, 0.0503237977043108, 0.111730769230768, 0.0471661058225234, 0.11980769230769, 0.0943859120028823, 0.224096153846154, 0.292708429354853, 0.690269230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 0, '2021-05-09 00:00:00', 0.0514190626130025, 0.0979999999999979, 0.0462880654164763, 0.109749999999998, 0.0517376406645935, 0.118711538461537, 0.0965751700052279, 0.233288461538463, 0.292553532905321, 0.692480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 15, '2021-05-09 00:00:00', 0.0221908505054178, 0.0554230769230754, 0.0282397701014836, 0.0637692307692281, 0.0295449396942792, 0.0852884615384594, 0.103951053570715, 0.232192307692306, 0.2976407979686, 0.689230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 30, '2021-05-09 00:00:00', 0.0244200422100059, 0.0425384615384597, 0.0261973941745843, 0.0597115384615366, 0.0324702230453627, 0.0871538461538442, 0.114766699807113, 0.244346153846153, 0.297826302630344, 0.688942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 45, '2021-05-09 00:00:00', 0.0207972723803275, 0.0434423076923041, 0.0262808573212232, 0.0682115384615362, 0.0349636954568571, 0.0889999999999959, 0.12087384555172, 0.251442307692306, 0.295895946497829, 0.687634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 60, '2021-05-09 00:00:00', 0.0215264059667675, 0.0551153846153849, 0.0221978949105882, 0.0660576923076902, 0.0438941734349596, 0.0869615384615367, 0.141611034174601, 0.26975, 0.292783982459108, 0.687596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 75, '2021-05-09 00:00:00', 0.0186826122370494, 0.0424999999999969, 0.0264724312329759, 0.062519230769227, 0.0460349365657798, 0.103653846153845, 0.140609792852966, 0.273576923076922, 0.291198729392833, 0.687499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 90, '2021-05-09 00:00:00', 0.0193163143482381, 0.0460000000000005, 0.0240059688090576, 0.0584423076923096, 0.0670536065685211, 0.116115384615386, 0.142705899829523, 0.276923076923079, 0.291124137545376, 0.686788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 105, '2021-05-09 00:00:00', 0.0202035792716193, 0.041230769230771, 0.0478735674619954, 0.0854615384615399, 0.0745658124385109, 0.119596153846154, 0.14513843259242, 0.27723076923077, 0.289935035826995, 0.684749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 120, '2021-05-09 00:00:00', 0.0413011640737407, 0.0708846153846161, 0.068367142355418, 0.0941153846153853, 0.0743770539470731, 0.124884615384616, 0.142201898721499, 0.2715, 0.288468596477756, 0.681865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 135, '2021-05-09 00:00:00', 0.0437548810463976, 0.060019230769232, 0.0473823238706632, 0.0807307692307683, 0.0489015376508272, 0.124903846153844, 0.133612051794049, 0.257403846153844, 0.288962628006835, 0.680403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 150, '2021-05-09 00:00:00', 0.03333916615634, 0.0594999999999993, 0.0457664850501543, 0.0868653846153851, 0.0510154727659992, 0.129461538461538, 0.130140379827087, 0.255538461538461, 0.290798322923955, 0.684230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 165, '2021-05-09 00:00:00', 0.0341707702351195, 0.0686923076923072, 0.0310736841419516, 0.101423076923075, 0.0479361434217832, 0.139423076923079, 0.124163279595861, 0.249499999999999, 0.293680198253398, 0.686326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 180, '2021-05-09 00:00:00', 0.0264656308329249, 0.0750192307692271, 0.0450884302062236, 0.103557692307692, 0.0487649306524519, 0.14096153846154, 0.116488863779398, 0.240846153846153, 0.293941535264833, 0.692615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 195, '2021-05-09 00:00:00', 0.042133651816387, 0.0692692307692319, 0.0479816671721122, 0.0979038461538501, 0.0555067875267365, 0.130788461538463, 0.109079563410594, 0.226865384615385, 0.286561766734236, 0.694115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 210, '2021-05-09 00:00:00', 0.028782874181602, 0.0675769230769227, 0.0295996686571906, 0.0900961538461533, 0.0535671577052153, 0.125903846153846, 0.0934787861578112, 0.220788461538461, 0.286772105311196, 0.703903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 225, '2021-05-09 00:00:00', 0.023492126340541, 0.0650000000000005, 0.0387504243152904, 0.0868461538461548, 0.0600962433230097, 0.124961538461538, 0.0890793099520747, 0.222288461538462, 0.281729731371153, 0.708807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 240, '2021-05-09 00:00:00', 0.0213391388334618, 0.0603269230769236, 0.0322996070469046, 0.0892307692307717, 0.0752406702624201, 0.136538461538461, 0.0774526877916671, 0.208826923076923, 0.281725035068975, 0.709846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 255, '2021-05-09 00:00:00', 0.0256671969642173, 0.0642500000000013, 0.0338436677408624, 0.0825769230769238, 0.0707965041509828, 0.131249999999999, 0.0692808442833607, 0.206846153846155, 0.284548317513916, 0.710249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 270, '2021-05-09 00:00:00', 0.025414683823458, 0.0563846153846157, 0.0633352982151362, 0.0954999999999996, 0.0723762285666976, 0.118461538461539, 0.0699489924049054, 0.198307692307695, 0.285713563529308, 0.708596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 285, '2021-05-09 00:00:00', 0.0505784539107326, 0.0684999999999975, 0.0525866939882645, 0.0860961538461512, 0.0571478245093722, 0.105423076923077, 0.0681436068450018, 0.185365384615386, 0.283415914134362, 0.706096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 300, '2021-05-09 00:00:00', 0.0233746740001941, 0.0513461538461525, 0.0290518435797927, 0.0625192307692303, 0.0426877436922882, 0.0927884615384613, 0.0669915178327701, 0.179288461538463, 0.271267671526456, 0.700480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 315, '2021-05-09 00:00:00', 0.0215341946322942, 0.0486923076923084, 0.0267704199559041, 0.0673461538461557, 0.0508092549110451, 0.103903846153848, 0.0761964868966046, 0.188769230769234, 0.269703464653597, 0.699673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 330, '2021-05-09 00:00:00', 0.0220671701855947, 0.0505000000000001, 0.0376346863330158, 0.0729807692307695, 0.0538325216260154, 0.105903846153846, 0.0746171252770792, 0.193153846153847, 0.269703464653597, 0.699673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 345, '2021-05-09 00:00:00', 0.0314923250723334, 0.0529423076923069, 0.0437766534195519, 0.0766538461538454, 0.0434199883074082, 0.103153846153845, 0.0825776674037604, 0.214134615384616, 0.273979070649285, 0.696634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 360, '2021-05-09 00:00:00', 0.026118163441148, 0.0500384615384605, 0.0291781596403896, 0.0692499999999972, 0.02769284828532, 0.0885769230769213, 0.0882501340160237, 0.219615384615385, 0.27537982790209, 0.696519230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 375, '2021-05-09 00:00:00', 0.0184423842943774, 0.0466923076923044, 0.021620832190629, 0.0665961538461521, 0.024946812652892, 0.0857115384615383, 0.0881544296194949, 0.233788461538463, 0.273556609244847, 0.701538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 390, '2021-05-09 00:00:00', 0.0175954211701163, 0.0421730769230766, 0.0234014874609404, 0.0569807692307691, 0.0303411690358393, 0.0825576923076941, 0.0883428570095812, 0.240096153846156, 0.271950770431821, 0.702192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 405, '2021-05-09 00:00:00', 0.0153640439388151, 0.0420769230769261, 0.0202143132838721, 0.0604615384615408, 0.0499275359511534, 0.0908269230769272, 0.0831908278967938, 0.255076923076924, 0.272737174132617, 0.702884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 420, '2021-05-09 00:00:00', 0.0188611933711709, 0.0452307692307671, 0.0269515591100308, 0.0619423076923067, 0.0517482812795205, 0.092230769230768, 0.085718252701241, 0.266173076923077, 0.273254420753879, 0.705038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 435, '2021-05-09 00:00:00', 0.0139149615107662, 0.0401153846153865, 0.0417241121950081, 0.0641923076923114, 0.0400827077620581, 0.0912884615384635, 0.0884343563589155, 0.271846153846155, 0.273403646365872, 0.705423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 450, '2021-05-09 00:00:00', 0.0376185510701203, 0.0493461538461566, 0.0365056844888575, 0.0677499999999994, 0.0353191384161844, 0.0901923076923082, 0.0872397338020117, 0.280634615384616, 0.273067931812974, 0.705346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 465, '2021-05-09 00:00:00', 0.0175902945267685, 0.0490384615384618, 0.0212039274301134, 0.0724423076923098, 0.0303550084576099, 0.0909423076923074, 0.0870086291034459, 0.287307692307693, 0.272955911486424, 0.704519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 480, '2021-05-09 00:00:00', 0.0175108867235846, 0.0563653846153881, 0.0243392370779881, 0.0705384615384644, 0.0250978776301581, 0.0912115384615422, 0.0874701289671962, 0.293711538461538, 0.27245384930296, 0.702999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 495, '2021-05-09 00:00:00', 0.0205940245254256, 0.0469230769230785, 0.0223547620120486, 0.0601538461538481, 0.0379517963495004, 0.101826923076926, 0.0966765284536307, 0.299865384615384, 0.269130477363961, 0.705923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 510, '2021-05-09 00:00:00', 0.0188578488046349, 0.0420384615384628, 0.023614410528647, 0.0649038461538483, 0.0391668226947264, 0.115500000000003, 0.0981862280801891, 0.311153846153846, 0.268201631957405, 0.707653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 525, '2021-05-09 00:00:00', 0.011868721012038, 0.0495576923076966, 0.0279216486178496, 0.0844615384615422, 0.0598506603009687, 0.149807692307695, 0.0990572639358727, 0.314192307692306, 0.267675595853234, 0.707769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 540, '2021-05-09 00:00:00', 0.0238664231473064, 0.0713846153846179, 0.0277497955640451, 0.0993653846153852, 0.0837602898386027, 0.166384615384617, 0.105997636040401, 0.318673076923075, 0.264074051385941, 0.710769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 555, '2021-05-09 00:00:00', 0.0272092532337513, 0.0717115384615393, 0.0628496894307278, 0.121711538461539, 0.0886660654018561, 0.179634615384614, 0.124055789248844, 0.325673076923075, 0.265224886435295, 0.718596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 570, '2021-05-09 00:00:00', 0.0606859507248962, 0.0932307692307717, 0.0746856308906765, 0.12971153846154, 0.0782249222533199, 0.189961538461538, 0.145268875378883, 0.333115384615382, 0.27079096110355, 0.720230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 585, '2021-05-09 00:00:00', 0.0313965946218076, 0.0818846153846172, 0.0457637453079976, 0.135596153846154, 0.0580938498002614, 0.191653846153846, 0.140722509270492, 0.328230769230769, 0.28314134890817, 0.726288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 600, '2021-05-09 00:00:00', 0.0348592389254504, 0.112442307692307, 0.0418553415394581, 0.145519230769228, 0.0608102502746138, 0.196442307692306, 0.142294100910212, 0.334634615384615, 0.288198740188353, 0.729576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 615, '2021-05-09 00:00:00', 0.0418076364021993, 0.0954615384615373, 0.0616407457649685, 0.141192307692306, 0.0723108248093982, 0.184846153846153, 0.153671938282121, 0.331769230769231, 0.290285650431009, 0.729326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 630, '2021-05-09 00:00:00', 0.0409523362722292, 0.101576923076922, 0.0537006374407065, 0.137961538461539, 0.066080417208591, 0.179307692307692, 0.15171651702587, 0.329192307692306, 0.290696918562166, 0.72453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 645, '2021-05-09 00:00:00', 0.026899935659058, 0.0894423076923084, 0.0314620956317045, 0.112211538461539, 0.0580775906737001, 0.161057692307692, 0.125858096221955, 0.318596153846151, 0.285872661269907, 0.721461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 660, '2021-05-09 00:00:00', 0.0220164623721579, 0.0847307692307666, 0.0418224084212505, 0.126076923076922, 0.0450028204244364, 0.178923076923074, 0.128676200656469, 0.328730769230769, 0.288616242413027, 0.733153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 675, '2021-05-09 00:00:00', 0.0375245406880084, 0.0896346153846187, 0.0428012221248972, 0.119230769230771, 0.0441319176316428, 0.168115384615384, 0.126974031263815, 0.325269230769232, 0.280434240886413, 0.739788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 690, '2021-05-09 00:00:00', 0.030856448023313, 0.0899038461538447, 0.0345745793678176, 0.133307692307688, 0.0589968186886751, 0.175730769230767, 0.122656681589144, 0.32530769230769, 0.276287211903733, 0.742788461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 705, '2021-05-09 00:00:00', 0.0316878282868747, 0.0844615384615356, 0.036223727880198, 0.108461538461537, 0.0502446629389243, 0.154884615384614, 0.124836933637443, 0.318499999999999, 0.281097270325798, 0.741346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 720, '2021-05-09 00:00:00', 0.0245437129659297, 0.0754230769230758, 0.0508328028555783, 0.116076923076924, 0.057676781757013, 0.152865384615385, 0.136556363398471, 0.331596153846153, 0.276889831604835, 0.751326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 735, '2021-05-09 00:00:00', 0.0406089465322813, 0.0845576923076927, 0.0394497781996313, 0.105749999999999, 0.0658473321695433, 0.149865384615385, 0.140710446006628, 0.335480769230767, 0.275118444422649, 0.746961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 750, '2021-05-09 00:00:00', 0.0199725677252203, 0.0772115384615377, 0.0366993816757767, 0.10976923076923, 0.0905743065112824, 0.159749999999999, 0.156349963715524, 0.345865384615382, 0.270365343278596, 0.74132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 765, '2021-05-09 00:00:00', 0.0289759316568861, 0.084230769230773, 0.0510106813852252, 0.110980769230772, 0.0801138156720734, 0.156788461538464, 0.162430216969058, 0.348153846153846, 0.267089622670859, 0.735442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 780, '2021-05-09 00:00:00', 0.0292551639097214, 0.0812692307692324, 0.0588166675748915, 0.121903846153846, 0.0662327045638805, 0.155634615384615, 0.174406836492682, 0.374230769230767, 0.260228373815118, 0.727942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 795, '2021-05-09 00:00:00', 0.0341507742901306, 0.0781538461538493, 0.0342878819140803, 0.102673076923079, 0.0655178190676758, 0.141730769230771, 0.176732052728245, 0.37203846153846, 0.253793062280154, 0.72153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 810, '2021-05-09 00:00:00', 0.0224346572551006, 0.0754230769230774, 0.034240108060579, 0.098750000000002, 0.0675176672035943, 0.140153846153846, 0.192426670348836, 0.374211538461537, 0.255443388278859, 0.717730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 825, '2021-05-09 00:00:00', 0.0241906291456361, 0.069057692307693, 0.0595942208091208, 0.104634615384617, 0.0676690845216627, 0.148749999999999, 0.190641525261017, 0.375865384615385, 0.254218122576172, 0.716076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 840, '2021-05-09 00:00:00', 0.0524189520923629, 0.0810576923076902, 0.054892359703751, 0.106134615384613, 0.0864687137728914, 0.162038461538462, 0.20203107529441, 0.396846153846153, 0.255900407310223, 0.72003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 855, '2021-05-09 00:00:00', 0.0215888949373363, 0.0674038461538461, 0.0529202738524225, 0.111653846153849, 0.0836410278419716, 0.16819230769231, 0.194913057541049, 0.3925, 0.254253453951275, 0.716673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 870, '2021-05-09 00:00:00', 0.048201903090425, 0.0787115384615404, 0.0746047224737467, 0.124269230769233, 0.08378117100748, 0.173769230769231, 0.193246475736596, 0.399596153846154, 0.251453999463427, 0.717076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 885, '2021-05-09 00:00:00', 0.063903942336556, 0.0965769230769229, 0.0640726030494974, 0.129538461538463, 0.0767065762901353, 0.177326923076924, 0.192231139917151, 0.395134615384615, 0.253178906795477, 0.713326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 900, '2021-05-09 00:00:00', 0.0333085805530846, 0.0868076923076914, 0.0395097456331984, 0.117999999999998, 0.07270255524025, 0.180192307692306, 0.182920201180733, 0.384999999999999, 0.251502571480963, 0.711288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 915, '2021-05-09 00:00:00', 0.0283549751434322, 0.0812692307692302, 0.0358457861486595, 0.119596153846154, 0.0690030907891935, 0.175057692307691, 0.163536414434688, 0.375326923076922, 0.243639734033672, 0.703499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 930, '2021-05-09 00:00:00', 0.0363942514480154, 0.101307692307693, 0.0575786452134398, 0.135596153846153, 0.0875338440042105, 0.192923076923076, 0.160113782859373, 0.37178846153846, 0.241634278643126, 0.700769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 945, '2021-05-09 00:00:00', 0.0377968303514393, 0.0900961538461528, 0.0464819278363606, 0.127980769230767, 0.0767820592025537, 0.18876923076923, 0.151009755161202, 0.364115384615385, 0.237355206064988, 0.701576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 960, '2021-05-09 00:00:00', 0.0278341309574038, 0.0926730769230767, 0.0572393624648698, 0.13173076923077, 0.0819554780634921, 0.213903846153847, 0.133561291029769, 0.35496153846154, 0.232548109993474, 0.703788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 975, '2021-05-09 00:00:00', 0.0418349734074214, 0.0942500000000013, 0.042092284145853, 0.142403846153848, 0.0798126965993594, 0.213557692307694, 0.136754142111363, 0.348346153846153, 0.233944589922154, 0.700365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 990, '2021-05-09 00:00:00', 0.0289880081306845, 0.103730769230772, 0.0684275163950884, 0.174750000000001, 0.0900010256351852, 0.218769230769231, 0.131330200405165, 0.338692307692305, 0.229130501108997, 0.705942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1005, '2021-05-09 00:00:00', 0.0473325063127463, 0.120384615384615, 0.0466095442520584, 0.144519230769232, 0.0714256364232185, 0.193692307692307, 0.120316046950712, 0.321134615384615, 0.218804218775246, 0.707115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1020, '2021-05-09 00:00:00', 0.0292703578070687, 0.0940769230769235, 0.0692218645982734, 0.136942307692307, 0.0893366084837817, 0.207980769230768, 0.114041456699542, 0.304576923076922, 0.216274561966602, 0.695384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1035, '2021-05-09 00:00:00', 0.0434838608433793, 0.0908846153846143, 0.0433879148363492, 0.131134615384616, 0.074782762308313, 0.199807692307692, 0.113866076869006, 0.289788461538461, 0.21344067902239, 0.697288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1050, '2021-05-09 00:00:00', 0.0304185166279739, 0.0973846153846174, 0.0624240338331333, 0.158999999999999, 0.0765763093511715, 0.194865384615385, 0.11277681328795, 0.280980769230768, 0.214539983721882, 0.69976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1065, '2021-05-09 00:00:00', 0.0421821690364007, 0.121846153846153, 0.0510153370603865, 0.14373076923077, 0.076070463286453, 0.177153846153845, 0.104873368695483, 0.264788461538459, 0.205362104211449, 0.690423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1080, '2021-05-09 00:00:00', 0.0305608157865329, 0.0892115384615403, 0.0400393508362028, 0.117019230769232, 0.0569154163244447, 0.163769230769234, 0.091781404183237, 0.235884615384614, 0.206853297141869, 0.683442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1095, '2021-05-09 00:00:00', 0.032986943804154, 0.0769615384615392, 0.0471400409581766, 0.101711538461538, 0.0427925272052907, 0.141596153846154, 0.0754185653536313, 0.212999999999998, 0.213214817640658, 0.673961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1110, '2021-05-09 00:00:00', 0.0275899159393135, 0.0697884615384597, 0.0319995492756731, 0.105865384615386, 0.0337766419062267, 0.122807692307691, 0.0714248529251858, 0.20251923076923, 0.216550684243099, 0.665673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1125, '2021-05-09 00:00:00', 0.0295639073091608, 0.0717307692307718, 0.0302043297965962, 0.0866923076923073, 0.0329812592473121, 0.105788461538461, 0.0623144754142563, 0.190923076923075, 0.218090856155094, 0.659307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1140, '2021-05-09 00:00:00', 0.0190340585429261, 0.0573461538461516, 0.0190123947425433, 0.0763653846153825, 0.0264882920435515, 0.102019230769228, 0.0692745513268683, 0.197711538461537, 0.218376185655714, 0.659038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1155, '2021-05-09 00:00:00', 0.0161624089027138, 0.0527884615384605, 0.0206688263966634, 0.068903846153845, 0.0261875190471708, 0.100884615384613, 0.0768120107795645, 0.193249999999999, 0.219179511956613, 0.657538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1170, '2021-05-09 00:00:00', 0.0128438102422341, 0.045711538461537, 0.0243139165594855, 0.0685576923076901, 0.0283266930378683, 0.0981923076923065, 0.080958301232559, 0.18755769230769, 0.21528015378893, 0.65873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1185, '2021-05-09 00:00:00', 0.0217130233872525, 0.055346153846153, 0.0247405615258702, 0.0768461538461529, 0.0273067757159302, 0.0980000000000017, 0.0782422593861299, 0.182634615384616, 0.215199375356545, 0.657865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1200, '2021-05-09 00:00:00', 0.0185801382788556, 0.0543076923076909, 0.0248246775484503, 0.0702692307692307, 0.031112278061141, 0.0994230769230772, 0.0755413692061419, 0.184461538461539, 0.215815381393808, 0.656826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1215, '2021-05-09 00:00:00', 0.0157697007434668, 0.0447115384615382, 0.0209500963831119, 0.0620576923076935, 0.0315756295996677, 0.0930961538461551, 0.0736435698796273, 0.183846153846154, 0.217564292884798, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1230, '2021-05-09 00:00:00', 0.019343732835211, 0.0485000000000009, 0.0270304457972843, 0.0742500000000015, 0.040718626431421, 0.103057692307694, 0.0725684186448586, 0.182346153846155, 0.218327700064342, 0.64973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1245, '2021-05-09 00:00:00', 0.0160650121501511, 0.0472692307692313, 0.0216672475267298, 0.0619807692307695, 0.0341403888941816, 0.0923846153846154, 0.066296617850848, 0.169807692307692, 0.219946924541775, 0.647019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1260, '2021-05-09 00:00:00', 0.0131327687630838, 0.0415192307692312, 0.0234905300067943, 0.0667500000000012, 0.0332721875075637, 0.0954615384615384, 0.0608291839118749, 0.166019230769232, 0.222272096764305, 0.643250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1275, '2021-05-09 00:00:00', 0.0206979839226314, 0.0500576923076925, 0.0224540899135576, 0.0633846153846158, 0.0290248235931841, 0.0950961538461543, 0.0593779323162587, 0.169173076923077, 0.219383191278151, 0.64923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1290, '2021-05-09 00:00:00', 0.0186461379791757, 0.0424615384615373, 0.0273371331004922, 0.0693269230769223, 0.0321888239085453, 0.0919038461538461, 0.063417581279836, 0.17048076923077, 0.219515235146765, 0.648538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1305, '2021-05-09 00:00:00', 0.0213038458066577, 0.0490769230769213, 0.0248501741210426, 0.067134615384614, 0.0354522701887802, 0.0837115384615386, 0.0621890696554897, 0.166903846153846, 0.218264440882722, 0.651384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1320, '2021-05-09 00:00:00', 0.0191859423697466, 0.0479038461538459, 0.0282849783454004, 0.0600000000000017, 0.049371858225261, 0.0855961538461548, 0.0607402952045711, 0.160211538461539, 0.217380280048231, 0.653115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1335, '2021-05-09 00:00:00', 0.0134229424723276, 0.0381538461538491, 0.0204132404241806, 0.0505961538461582, 0.0442172303693761, 0.0792884615384635, 0.0527652712127402, 0.166923076923079, 0.217932841631406, 0.651211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1350, '2021-05-09 00:00:00', 0.0137027790555845, 0.0383846153846145, 0.0325764426447189, 0.0637692307692308, 0.0376625757932822, 0.0779807692307677, 0.054718921632425, 0.174096153846156, 0.217750041066854, 0.650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1365, '2021-05-09 00:00:00', 0.0230013126715695, 0.0504038461538474, 0.0252797349669639, 0.0617499999999997, 0.0251567164911327, 0.072903846153845, 0.0614113620156365, 0.180653846153848, 0.217750041066854, 0.650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1380, '2021-05-09 00:00:00', 0.0151426168859234, 0.0431730769230792, 0.018238726760555, 0.0521346153846151, 0.0176957622045472, 0.0735000000000011, 0.0772760411671148, 0.199942307692308, 0.219188286639593, 0.65175 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1395, '2021-05-09 00:00:00', 0.0153292079177172, 0.0377307692307696, 0.016018162767978, 0.0491923076923097, 0.0327579056811539, 0.104903846153845, 0.0783837429180725, 0.221134615384616, 0.220034228106589, 0.652307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1410, '2021-05-09 00:00:00', 0.0101832441558871, 0.0345384615384636, 0.0133339935733962, 0.0526538461538472, 0.0305473403097532, 0.103500000000002, 0.080805381104138, 0.24098076923077, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1425, '2021-05-09 00:00:00', 0.0121147081618251, 0.0408846153846171, 0.0331988936330959, 0.0934423076923062, 0.0298483925607642, 0.102442307692305, 0.088342959320699, 0.25396153846154, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 0, '2021-05-09 00:00:00', 0.0366323154941299, 0.0784423076923067, 0.0342485766127562, 0.0882500000000016, 0.0312375759918403, 0.0981153846153869, 0.097178266009514, 0.263346153846155, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 15, '2021-05-09 00:00:00', 0.0276429988354252, 0.048846153846157, 0.0247504545412781, 0.0642499999999985, 0.0302277826866927, 0.0908269230769222, 0.0906458472043007, 0.26548076923077, 0.223274491291638, 0.65196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 30, '2021-05-09 00:00:00', 0.015802385409023, 0.0441538461538427, 0.0178790057372842, 0.058826923076923, 0.0430266643623916, 0.0945769230769221, 0.0898194877775206, 0.265096153846154, 0.223082376126988, 0.651057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 45, '2021-05-09 00:00:00', 0.0178163818307321, 0.0437884615384635, 0.0242973249556444, 0.0689999999999982, 0.0418541101740524, 0.0949423076923085, 0.0909505698379447, 0.269115384615386, 0.223121454507494, 0.651288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 60, '2021-05-09 00:00:00', 0.0247630074599503, 0.0564423076923056, 0.0375131822984105, 0.0748269230769235, 0.0458208090114263, 0.0939423076923081, 0.090722096790992, 0.267173076923077, 0.223284190249525, 0.64998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 75, '2021-05-09 00:00:00', 0.0240873171223753, 0.0463269230769246, 0.0357547414822359, 0.0643076923076916, 0.04826676273188, 0.108903846153847, 0.0916553578105775, 0.259269230769231, 0.219132502943207, 0.646923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 90, '2021-05-09 00:00:00', 0.0223112941389298, 0.048076923076922, 0.0267709443527592, 0.0637115384615393, 0.0430710861430094, 0.114038461538462, 0.0847063456890945, 0.25325, 0.209916508127913, 0.642403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 105, '2021-05-09 00:00:00', 0.0157993792477851, 0.0429038461538471, 0.0358859089551639, 0.0874615384615396, 0.0453988859571875, 0.117826923076924, 0.0804721762713441, 0.251134615384615, 0.207505855339073, 0.640999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 120, '2021-05-09 00:00:00', 0.0356357210588568, 0.0742692307692318, 0.0392933151488202, 0.0917307692307705, 0.0647782638045995, 0.140211538461538, 0.0832810625809694, 0.250846153846152, 0.209077166468415, 0.641692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 135, '2021-05-09 00:00:00', 0.0251471744857215, 0.055903846153848, 0.0330643254185624, 0.0800192307692341, 0.0617404617360812, 0.14973076923077, 0.100142590647231, 0.242961538461539, 0.207085661391237, 0.640134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 150, '2021-05-09 00:00:00', 0.0193690176868589, 0.0578269230769232, 0.0587022473688497, 0.101923076923076, 0.0651946670777935, 0.160269230769231, 0.0987074796480077, 0.238057692307692, 0.2049743511159, 0.637730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 165, '2021-05-09 00:00:00', 0.0498214967505133, 0.080192307692308, 0.0514907646685668, 0.120326923076925, 0.0723989189252052, 0.162788461538462, 0.0987497536511074, 0.232923076923077, 0.196817038232114, 0.633557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 180, '2021-05-09 00:00:00', 0.0388321882740828, 0.0853269230769266, 0.0548449317481713, 0.118442307692309, 0.0873671915185929, 0.153884615384616, 0.0998014355531114, 0.219557692307692, 0.188841122680908, 0.632519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 195, '2021-05-09 00:00:00', 0.0372723087559656, 0.0702499999999987, 0.0459798450828872, 0.0948846153846142, 0.0674932931140935, 0.13723076923077, 0.0748386366689167, 0.198692307692306, 0.182600749851019, 0.625576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 210, '2021-05-09 00:00:00', 0.029391416852806, 0.0658461538461518, 0.0495589198677887, 0.0979423076923047, 0.059828514554904, 0.130634615384612, 0.0694861164882281, 0.195403846153843, 0.182843005377249, 0.62526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 225, '2021-05-09 00:00:00', 0.0393719003663999, 0.070557692307692, 0.0552495736147846, 0.101153846153845, 0.0603804604156023, 0.1285, 0.0656767726181692, 0.188538461538464, 0.184149542074246, 0.623923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 240, '2021-05-09 00:00:00', 0.0384995904074123, 0.0679615384615361, 0.0482479652819306, 0.0898846153846144, 0.0470172676953747, 0.113788461538462, 0.0646580502454161, 0.18378846153846, 0.183394379580016, 0.62246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 255, '2021-05-09 00:00:00', 0.0279613744572501, 0.0540384615384621, 0.0305205920398264, 0.072442307692306, 0.0378936213426698, 0.0954423076923065, 0.0661838000164374, 0.180153846153845, 0.183324508412311, 0.620846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 270, '2021-05-09 00:00:00', 0.0215096847596959, 0.0550576923076896, 0.0210478301457943, 0.0701346153846125, 0.0256629334614392, 0.0938846153846095, 0.0690869825209246, 0.179865384615382, 0.181991344891412, 0.623019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 285, '2021-05-09 00:00:00', 0.0194866522364592, 0.0530192307692287, 0.0270129598526348, 0.0734999999999968, 0.0350227837930627, 0.093846153846151, 0.0684453178709964, 0.181192307692305, 0.182374476326555, 0.623519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 300, '2021-05-09 00:00:00', 0.0230426777957774, 0.0527499999999988, 0.0221531383433942, 0.0661923076923029, 0.045951533832273, 0.0962115384615365, 0.0728936554166416, 0.180249999999999, 0.183244108940885, 0.622788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 315, '2021-05-09 00:00:00', 0.0173453274577164, 0.0469038461538427, 0.0264609218398674, 0.0689038461538467, 0.0566575577143426, 0.0981730769230773, 0.0869174962469958, 0.192134615384615, 0.182660787969228, 0.622711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 330, '2021-05-09 00:00:00', 0.0209054740714952, 0.0503269230769229, 0.0367580080233699, 0.0733653846153829, 0.0511115070590393, 0.096115384615385, 0.0832630978377487, 0.195211538461539, 0.182148899361107, 0.620807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 345, '2021-05-09 00:00:00', 0.0330639473654378, 0.0522692307692317, 0.0475403027400482, 0.0730961538461553, 0.048119178968633, 0.102346153846156, 0.094814864138164, 0.207461538461538, 0.182212251551277, 0.61973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 360, '2021-05-09 00:00:00', 0.024263838240347, 0.0519230769230783, 0.0292548549553991, 0.0695576923076916, 0.0318393805506017, 0.0916153846153843, 0.0995242857876341, 0.206711538461538, 0.185229574810873, 0.616846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 375, '2021-05-09 00:00:00', 0.0193118237994641, 0.0434423076923069, 0.0233646429132035, 0.0615576923076922, 0.0283588000180107, 0.0818076923076905, 0.0934382148802072, 0.224999999999998, 0.181455453316958, 0.614807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 390, '2021-05-09 00:00:00', 0.0146902898332417, 0.0427692307692311, 0.0222779038511259, 0.0562499999999997, 0.0291601413946158, 0.0809230769230758, 0.0867330652945254, 0.23226923076923, 0.178151449183427, 0.615326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 405, '2021-05-09 00:00:00', 0.017265093730948, 0.038788461538462, 0.0247550771793144, 0.0569230769230776, 0.0285100252273046, 0.0776923076923075, 0.0975106069181131, 0.250461538461537, 0.176019216608261, 0.613730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 420, '2021-05-09 00:00:00', 0.0211632119126916, 0.0438076923076911, 0.0265019883143742, 0.0583461538461537, 0.0342159488228221, 0.0863653846153822, 0.105855120511297, 0.269057692307691, 0.177988768012093, 0.615807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 435, '2021-05-09 00:00:00', 0.0165998609818071, 0.0391538461538456, 0.0219479191233719, 0.0546346153846155, 0.0336220223159684, 0.0940961538461522, 0.0976444334543198, 0.295153846153844, 0.178675365268543, 0.620615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 450, '2021-05-09 00:00:00', 0.0200324736365747, 0.0399999999999991, 0.0280448816117214, 0.0673461538461502, 0.0399478891326453, 0.103576923076922, 0.111001346145682, 0.309326923076921, 0.179094063166648, 0.621211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 465, '2021-05-09 00:00:00', 0.022124794653542, 0.0540576923076881, 0.0298369479259961, 0.0802115384615361, 0.0369043514215651, 0.106865384615382, 0.106753470489432, 0.322711538461537, 0.175047707782767, 0.62 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 480, '2021-05-09 00:00:00', 0.0238992758178033, 0.0591538461538449, 0.032106176017422, 0.0799423076923068, 0.0370837098799669, 0.100807692307693, 0.108397764666138, 0.340346153846152, 0.174359814750994, 0.620750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 495, '2021-05-09 00:00:00', 0.02235383291863, 0.051923076923074, 0.0287038257970046, 0.0710192307692283, 0.057913250775488, 0.11823076923077, 0.109152455132894, 0.343461538461538, 0.17746886617528, 0.623038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 510, '2021-05-09 00:00:00', 0.0224312625249166, 0.0501923076923074, 0.0306772779857575, 0.0698461538461556, 0.0565518448315022, 0.124634615384617, 0.10292912423306, 0.34526923076923, 0.178358456054527, 0.622673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 525, '2021-05-09 00:00:00', 0.0171030361677054, 0.0484230769230764, 0.0424914878353486, 0.0945576923076934, 0.0561732895737692, 0.129461538461539, 0.0977186857180415, 0.342307692307691, 0.176388090475347, 0.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 540, '2021-05-09 00:00:00', 0.040358437302979, 0.0882115384615399, 0.041168551290817, 0.107480769230771, 0.0627905676404926, 0.145346153846154, 0.0956420349331485, 0.347673076923077, 0.177449992955765, 0.623500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 555, '2021-05-09 00:00:00', 0.0244163643107232, 0.0698269230769209, 0.0396069923896521, 0.0989230769230743, 0.0664568367727951, 0.164634615384613, 0.0903014864857618, 0.342038461538459, 0.174154733366186, 0.619865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 570, '2021-05-09 00:00:00', 0.0334883045026417, 0.076057692307692, 0.0436048735808279, 0.107749999999999, 0.0688747162495908, 0.175942307692308, 0.0924973845784091, 0.337884615384614, 0.169200163666045, 0.615346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 585, '2021-05-09 00:00:00', 0.0302957283102119, 0.0731346153846131, 0.0482317801390778, 0.126730769230769, 0.0752021915597206, 0.181019230769232, 0.0844373049163589, 0.325961538461536, 0.159148421292831, 0.604500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 600, '2021-05-09 00:00:00', 0.0340914381310912, 0.102384615384617, 0.0458896879651481, 0.134711538461539, 0.0857784736309833, 0.18994230769231, 0.0901335675539369, 0.327499999999999, 0.164763280076416, 0.605961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 615, '2021-05-09 00:00:00', 0.0320082741706671, 0.08898076923077, 0.0638896283866534, 0.12676923076923, 0.0743770151633892, 0.196596153846154, 0.0840635496788896, 0.323096153846154, 0.176268728410304, 0.608230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 630, '2021-05-09 00:00:00', 0.0520419098863173, 0.0949038461538462, 0.0692305207260484, 0.13525, 0.0708255522121351, 0.194326923076923, 0.0806952505513086, 0.315288461538461, 0.172177521314934, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 645, '2021-05-09 00:00:00', 0.0312972842272297, 0.0865000000000004, 0.0500282535558291, 0.133384615384616, 0.0700904690107984, 0.192423076923076, 0.0839589757880875, 0.301980769230769, 0.173103952761163, 0.601961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 660, '2021-05-09 00:00:00', 0.0432162407150191, 0.0967115384615384, 0.0469667476478353, 0.129653846153847, 0.0826994558627777, 0.196499999999999, 0.0948806943157873, 0.299115384615385, 0.182895553421997, 0.605211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 675, '2021-05-09 00:00:00', 0.0312024222432557, 0.0858653846153841, 0.0713905536737623, 0.137134615384615, 0.07570209071394, 0.182057692307692, 0.118976637978284, 0.298596153846154, 0.189103618319531, 0.604538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 690, '2021-05-09 00:00:00', 0.0623329891667426, 0.101307692307692, 0.0816778121646241, 0.136749999999999, 0.0784819062930094, 0.178480769230768, 0.118583784077562, 0.286576923076923, 0.192973829433304, 0.604173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 705, '2021-05-09 00:00:00', 0.0349206187715002, 0.0889807692307683, 0.0357485018513425, 0.122153846153843, 0.0514304908066721, 0.153846153846153, 0.105341072419366, 0.282692307692308, 0.195325488706572, 0.608442307692308 where not exists (select 1 from powerstats_trumpet where sy[...];
Date: 2021-05-09 15:26:24 Duration: 16s312ms Database: acaweb_fx User: pgperfstats
13 32s797ms 2 16s101ms 16s696ms 16s398ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 32s797ms 16s398ms [ User: pgperfstats - Total duration: 32s797ms - 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 982640, 1, 945, '2021-05-09 00:00:00', 0.00513902713031909, 0.0121003846153844, 0.00891185072724042, 0.018169230769231, 0.0128668634230003, 0.0282078846153849, 0.0249241904860442, 0.0590592307692308, 0.0233571270822946, 0.0910965384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982640, 1, 960, '2021-05-09 00:00:00', 0.0083582761748692, 0.0140811538461542, 0.0105860802163102, 0.0199871153846159, 0.0127819726553274, 0.0332051923076927, 0.0249467703821557, 0.0582725000000002, 0.0230311755770638, 0.0913723076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982640, 1, 975, '2021-05-09 00:00:00', 0.00762185007825394, 0.0134688461538463, 0.0102797889551067, 0.0217951923076924, 0.0137338054407586, 0.0342467307692307, 0.0241152104601735, 0.0561365384615385, 0.0230614746918219, 0.0918298076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 990, '2021-05-09 00:00:00', 0.0100773998554267, 0.0180146153846155, 0.0111264926345258, 0.0270021153846156, 0.015622061536617, 0.035729423076923, 0.0232526302895957, 0.0546907692307692, 0.023173129960233, 0.0915119230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1005, '2021-05-09 00:00:00', 0.00946463153210229, 0.0187290384615385, 0.0118110475028843, 0.025171346153846, 0.0175214351405536, 0.0343042307692308, 0.0243036255446672, 0.0515138461538461, 0.0246731025683062, 0.0911528846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1020, '2021-05-09 00:00:00', 0.00749314866805233, 0.0158301923076921, 0.011393551099365, 0.0232655769230767, 0.0164997927597706, 0.034731346153846, 0.0220720260929113, 0.0468946153846153, 0.0247044782961433, 0.0902182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1035, '2021-05-09 00:00:00', 0.00823687063429757, 0.0158246153846155, 0.0115998175250898, 0.0221938461538464, 0.0169350419692423, 0.0334825000000001, 0.0210914441858814, 0.0436053846153847, 0.0260397523118317, 0.0908173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1050, '2021-05-09 00:00:00', 0.0093224138835059, 0.0157788461538463, 0.0131225622747177, 0.0253994230769232, 0.0151632033871982, 0.0307101923076923, 0.0183614572919641, 0.0410717307692308, 0.0253739626760311, 0.0898917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1065, '2021-05-09 00:00:00', 0.00975980178904957, 0.0173498076923077, 0.0110790430300427, 0.0231426923076921, 0.0114833560710206, 0.0288394230769229, 0.0168860775390216, 0.0382005769230769, 0.0263614590380613, 0.0900411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1080, '2021-05-09 00:00:00', 0.00967869100335686, 0.0158265384615384, 0.00962324499084622, 0.0200880769230769, 0.0121780015854567, 0.0278888461538462, 0.0161290566572832, 0.0361755769230769, 0.0277824903519077, 0.090808076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1095, '2021-05-09 00:00:00', 0.00730227940177184, 0.0145926923076922, 0.0104147344236609, 0.0204513461538461, 0.0119451633533605, 0.0251065384615387, 0.0147873742104021, 0.0347340384615386, 0.027081927689598, 0.091659230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1110, '2021-05-09 00:00:00', 0.00952092537519319, 0.0133649999999999, 0.0100344269642067, 0.0178325000000001, 0.011318067849512, 0.0212703846153846, 0.0139199692528397, 0.031125, 0.0267624864064205, 0.0920405769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1125, '2021-05-09 00:00:00', 0.00817408105632605, 0.011633653846154, 0.00859112839593198, 0.014283653846154, 0.0103731910452635, 0.0190326923076924, 0.0135424506147835, 0.0304105769230769, 0.027603986869932, 0.0922686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1140, '2021-05-09 00:00:00', 0.00479674450899935, 0.00906326923076943, 0.00681941972491885, 0.0124342307692308, 0.00789405384061061, 0.0160359615384616, 0.0121441064671149, 0.0296382692307692, 0.0290419987630646, 0.0918219230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1155, '2021-05-09 00:00:00', 0.00537485440232124, 0.00854461538461534, 0.00621661468597216, 0.0119580769230769, 0.00856460109089473, 0.0154203846153847, 0.0124689302930866, 0.0295405769230768, 0.0300002515380479, 0.0921371153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1170, '2021-05-09 00:00:00', 0.00380566421979739, 0.00756692307692322, 0.00460598762899586, 0.00992903846153848, 0.00917679693784614, 0.0151640384615385, 0.0120917137122909, 0.0287975, 0.0301739246778, 0.0923673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1185, '2021-05-09 00:00:00', 0.00436282913239384, 0.00741403846153858, 0.00655464719757038, 0.0105682692307694, 0.00874183145086815, 0.014783653846154, 0.01214095168618, 0.0288996153846155, 0.0305393008439694, 0.0926209615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1200, '2021-05-09 00:00:00', 0.0040468335960164, 0.00693692307692322, 0.00596608837191836, 0.0109376923076923, 0.00759961279378012, 0.0146238461538461, 0.0145502587566208, 0.0306682692307692, 0.0306559166889276, 0.0927809615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1215, '2021-05-09 00:00:00', 0.00530497322910659, 0.00773519230769223, 0.0057582298829255, 0.00970576923076916, 0.00735092229953811, 0.0133755769230767, 0.0139071224156768, 0.0326417307692308, 0.0306720326105321, 0.0928076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1230, '2021-05-09 00:00:00', 0.00344403680852288, 0.00590153846153832, 0.00462407910166587, 0.00924653846153821, 0.00538792855871742, 0.012321923076923, 0.0131549269038699, 0.0311853846153847, 0.0309075359493692, 0.0932073076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1245, '2021-05-09 00:00:00', 0.00375034571226963, 0.00713980769230747, 0.00418102817682261, 0.00918115384615348, 0.00592459419252934, 0.0123128846153845, 0.0130854674543941, 0.0307375000000001, 0.0319919946236556, 0.0939950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1260, '2021-05-09 00:00:00', 0.0033227846523894, 0.00587538461538423, 0.00433635681898263, 0.0085973076923075, 0.00554515964950149, 0.0125584615384614, 0.0129598499946806, 0.0303967307692309, 0.0321713886575301, 0.0938869230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1275, '2021-05-09 00:00:00', 0.00262415264711944, 0.0055886538461538, 0.0040198878667865, 0.00777769230769212, 0.00657796982066191, 0.0135301923076922, 0.0127147060524419, 0.0306300000000002, 0.0320422250811932, 0.0940269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1290, '2021-05-09 00:00:00', 0.00311204098870558, 0.00530634615384593, 0.0048714357108159, 0.00926173076923077, 0.0074648984845485, 0.0135692307692306, 0.0127651932041183, 0.0306534615384616, 0.0318601343163184, 0.0945844230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1305, '2021-05-09 00:00:00', 0.00424052262744176, 0.00718692307692305, 0.00606329183567953, 0.0102882692307693, 0.0108796533952145, 0.016935, 0.0134872976537187, 0.0309100000000002, 0.0318026894484389, 0.0953519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1320, '2021-05-09 00:00:00', 0.00455832118219006, 0.00717500000000002, 0.00523521989840116, 0.00914076923076923, 0.0117553959459542, 0.0172503846153846, 0.0129284885561368, 0.0304928846153847, 0.0326315803154645, 0.0953867307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1335, '2021-05-09 00:00:00', 0.00278257401587896, 0.00509307692307705, 0.00969340458567255, 0.0110123076923077, 0.0102243392639628, 0.0161757692307692, 0.0148372048736124, 0.0323023076923076, 0.0326751368009613, 0.0953698076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1350, '2021-05-09 00:00:00', 0.00883539299548234, 0.00910423076923065, 0.00980467630187842, 0.0130607692307692, 0.00976171472366171, 0.0154978846153846, 0.0147205436249954, 0.0325788461538462, 0.0328888493027886, 0.0954723076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1365, '2021-05-09 00:00:00', 0.00629413903197603, 0.00840807692307692, 0.00636479821723758, 0.0104271153846153, 0.00665788728617293, 0.0123663461538462, 0.0139295014613426, 0.0310301923076924, 0.0315065320632698, 0.0941794230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1380, '2021-05-09 00:00:00', 0.00348925006269246, 0.00649999999999995, 0.00336215149180482, 0.00765057692307711, 0.00911202691290713, 0.0149873076923076, 0.0128207227745373, 0.0313676923076926, 0.0329339014764657, 0.095222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1395, '2021-05-09 00:00:00', 0.0029618181071768, 0.00492750000000025, 0.00395997146939999, 0.00732403846153864, 0.00901809383960968, 0.0197274999999999, 0.0124889634416213, 0.0316646153846155, 0.034343461920049, 0.0957794230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1410, '2021-05-09 00:00:00', 0.00379369386157929, 0.00566134615384615, 0.00990133193837332, 0.012516923076923, 0.00976133845054866, 0.0209778846153847, 0.0127616459226014, 0.033095576923077, 0.0343316643617253, 0.0958596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1425, '2021-05-09 00:00:00', 0.0100748905873045, 0.0111728846153848, 0.00932866857513017, 0.0183907692307693, 0.0102792598730875, 0.0204634615384616, 0.0124879919861505, 0.0339896153846155, 0.0344281773775271, 0.0958265384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 0, '2021-05-09 00:00:00', 0.00754050538757185, 0.0122694, 0.00873859791385332, 0.0145968000000001, 0.00888739532521587, 0.0168246000000001, 0.0122941491843342, 0.03336, 0.0336121115609142, 0.0939496000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 15, '2021-05-09 00:00:00', 0.00546185219652348, 0.00769759999999998, 0.00634781105316373, 0.0104302, 0.00725292819027827, 0.0151106000000001, 0.0124190661149166, 0.0325114000000001, 0.0339004166001933, 0.0944546000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 30, '2021-05-09 00:00:00', 0.00517475419706084, 0.00743819999999985, 0.00529507004989841, 0.0094677999999999, 0.00629414346171625, 0.0148274000000001, 0.0124757550272521, 0.0328098, 0.0341373364294873, 0.0942798000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 45, '2021-05-09 00:00:00', 0.00480320708965932, 0.00582788461538473, 0.00549193313310184, 0.0117584615384617, 0.00713816854339028, 0.0148369230769231, 0.0133386132539507, 0.0329784615384616, 0.0340712676922042, 0.0955580769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 60, '2021-05-09 00:00:00', 0.00503209977582396, 0.0100569230769232, 0.00529142830797696, 0.0120615384615386, 0.00562871571634114, 0.0148138461538461, 0.0137463994068939, 0.033705576923077, 0.0340839179176248, 0.095501153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 75, '2021-05-09 00:00:00', 0.00337564127810711, 0.00768596153846155, 0.00452225839172638, 0.00948019230769223, 0.013587052371793, 0.017773076923077, 0.0145576759292665, 0.0328923076923078, 0.0342186543479521, 0.0957307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 90, '2021-05-09 00:00:00', 0.00286083949486605, 0.00576384615384596, 0.00478710979128816, 0.00906807692307681, 0.0149497663372531, 0.0182815384615385, 0.0139154748350396, 0.0334617307692307, 0.0341612535354808, 0.0953663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 105, '2021-05-09 00:00:00', 0.00449481819603214, 0.00750115384615395, 0.0145321280629666, 0.0151340384615387, 0.0149558035763842, 0.0187088461538463, 0.0142259715363784, 0.0342869230769232, 0.0342060972904855, 0.0950953846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 120, '2021-05-09 00:00:00', 0.0149987567189881, 0.0135563461538461, 0.0157803864922934, 0.0161346153846154, 0.0146173835196844, 0.0198051923076924, 0.0137614422558661, 0.0354098076923077, 0.034236843072025, 0.0951384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 135, '2021-05-09 00:00:00', 0.00833912977382001, 0.00792423076923078, 0.00862672745688547, 0.0105588461538462, 0.00800728380192759, 0.0163482692307693, 0.0120644186907681, 0.0327378846153847, 0.0328220076074669, 0.0936207692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 150, '2021-05-09 00:00:00', 0.00361756713828536, 0.00652999999999984, 0.00675915437360018, 0.0110753846153847, 0.00759919003021927, 0.0173413461538461, 0.0115045674474899, 0.0318780769230769, 0.0335045705745442, 0.0937742307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 165, '2021-05-09 00:00:00', 0.00637008856658648, 0.00865288461538477, 0.00647653541343957, 0.0133651923076922, 0.0077984046692009, 0.0183007692307691, 0.0108257211253854, 0.0319367307692307, 0.0340021957005946, 0.0935376923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 180, '2021-05-09 00:00:00', 0.00534268546706591, 0.00994499999999982, 0.00567396255851086, 0.0133436538461536, 0.0081572050360402, 0.0184699999999998, 0.0109852687880707, 0.0303571153846151, 0.0356740594706487, 0.0943613461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 195, '2021-05-09 00:00:00', 0.00421956210360187, 0.00922211538461538, 0.00518952142450388, 0.0132038461538461, 0.00783260097531212, 0.0175040384615385, 0.0102285187080798, 0.0287251923076921, 0.0361244522939582, 0.0945565384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 210, '2021-05-09 00:00:00', 0.00442589862235742, 0.00853384615384604, 0.00511808108947698, 0.0121159615384615, 0.00625392964770626, 0.0154340384615384, 0.00995045197465926, 0.0271474999999996, 0.0356283781772125, 0.0947034615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 225, '2021-05-09 00:00:00', 0.00428649911394456, 0.00914942307692336, 0.00596009290066992, 0.0123157692307695, 0.00605308125287007, 0.014720576923077, 0.0100697525063162, 0.0275815384615384, 0.0353249562256794, 0.0943928846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 240, '2021-05-09 00:00:00', 0.00530600396140656, 0.00889096153846157, 0.00582694417868738, 0.0110576923076922, 0.00668180172903654, 0.0147078846153846, 0.0097066662343263, 0.0276692307692306, 0.0353718060700024, 0.0943655769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 255, '2021-05-09 00:00:00', 0.00312374784759998, 0.00660384615384586, 0.00420370505076726, 0.00901692307692285, 0.00658236786072049, 0.0129505769230768, 0.0100442155569184, 0.026066923076923, 0.0355865789027268, 0.0942950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 270, '2021-05-09 00:00:00', 0.00339878236114962, 0.0064615384615385, 0.00532304780033146, 0.00953673076923088, 0.00654101208647262, 0.0138563461538461, 0.0103555288632911, 0.0257990384615382, 0.0359830954568093, 0.094735576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 285, '2021-05-09 00:00:00', 0.00415327972811854, 0.00705250000000015, 0.00431661054710573, 0.00896884615384617, 0.00527130855524662, 0.0136382692307693, 0.0108342861271342, 0.0252432692307692, 0.035690438308514, 0.0953855769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 300, '2021-05-09 00:00:00', 0.0029198696230114, 0.00593115384615408, 0.00441935289380682, 0.00922500000000009, 0.00545898143852403, 0.0133578846153848, 0.0119873090134783, 0.0261142307692306, 0.0357522480008654, 0.0953486538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 315, '2021-05-09 00:00:00', 0.00391260551098825, 0.00712173076923062, 0.00425821434225836, 0.00980076923076932, 0.00725770073783688, 0.0142, 0.0119004182861199, 0.0277542307692305, 0.0357176487731852, 0.0953082692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 330, '2021-05-09 00:00:00', 0.0031950909039674, 0.00679826923076937, 0.00466177343276769, 0.00935153846153848, 0.00710782671534568, 0.0129561538461538, 0.0134918179592727, 0.0302396153846152, 0.0358429869360799, 0.0956775000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 345, '2021-05-09 00:00:00', 0.00452156874155565, 0.00635826923076901, 0.00656025701009186, 0.00981903846153847, 0.00718092713105621, 0.0127526923076923, 0.0149225182242756, 0.0320319230769228, 0.0363086076576678, 0.0962809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 360, '2021-05-09 00:00:00', 0.00515338142910521, 0.00690307692307699, 0.00601116424151451, 0.00880346153846146, 0.0071946067300445, 0.012255, 0.0153397312445114, 0.0350144230769229, 0.0364451600062972, 0.0961767307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 375, '2021-05-09 00:00:00', 0.00271664131575369, 0.00516903846153824, 0.00512441612433907, 0.00803384615384618, 0.00686470709779103, 0.0117415384615383, 0.0145952591736548, 0.037257115384615, 0.0364527438900747, 0.096168653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 390, '2021-05-09 00:00:00', 0.00487778766450542, 0.00620250000000008, 0.00607947572701667, 0.00822134615384605, 0.00643246953713385, 0.011467115384615, 0.0138095620718177, 0.039673846153846, 0.0363487743254368, 0.0962251923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 405, '2021-05-09 00:00:00', 0.00357763691346882, 0.00530673076923087, 0.00488527566736562, 0.00805711538461542, 0.00622600739145584, 0.0115140384615385, 0.0138236292977474, 0.0419151923076923, 0.0362523959420403, 0.0961615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 420, '2021-05-09 00:00:00', 0.00447537151014804, 0.00631807692307713, 0.00517537359483862, 0.00813461538461535, 0.00709269538924477, 0.0121232692307694, 0.0146074114289235, 0.0438105769230769, 0.0361946703535203, 0.0961000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 435, '2021-05-09 00:00:00', 0.00351845150052384, 0.0057001923076922, 0.00490439768120241, 0.00891884615384629, 0.00569909774572988, 0.012043653846154, 0.0149111554329686, 0.0453778846153846, 0.0359276747438517, 0.0964975 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 450, '2021-05-09 00:00:00', 0.00462022460326505, 0.00721576923076914, 0.00521392329765666, 0.00934692307692299, 0.00529527779833491, 0.0122351923076923, 0.0149152036539384, 0.0459390384615386, 0.0359606080877181, 0.0965609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 465, '2021-05-09 00:00:00', 0.00330609375012527, 0.00611673076923061, 0.00324865562727364, 0.00858423076923086, 0.00500916877796659, 0.0117653846153847, 0.0152331646454499, 0.0459836538461541, 0.0366302340429114, 0.0970490384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 480, '2021-05-09 00:00:00', 0.00255059562425349, 0.00647596153846172, 0.00374829108240835, 0.00878596153846151, 0.00604530368264353, 0.0145661538461539, 0.01626715489757, 0.0467976923076924, 0.0367691259477506, 0.0971401923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 495, '2021-05-09 00:00:00', 0.00360764251277762, 0.00591250000000006, 0.00492715636510095, 0.0088246153846154, 0.00780035288402928, 0.0185513461538463, 0.0160609110923192, 0.0472786538461539, 0.0365826158446667, 0.0979909615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 510, '2021-05-09 00:00:00', 0.00493188380298589, 0.0065603846153846, 0.00684433197279656, 0.0121130769230769, 0.00971591291882313, 0.0221053846153846, 0.0177756482257654, 0.0491903846153848, 0.0365830742073645, 0.0979926923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 525, '2021-05-09 00:00:00', 0.00597223280305154, 0.00914557692307715, 0.0073680695650479, 0.0151786538461539, 0.00949602751964448, 0.024234423076923, 0.017951469406323, 0.0503753846153848, 0.0361711124331813, 0.0984355769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 540, '2021-05-09 00:00:00', 0.00629367174536941, 0.0120290384615386, 0.00785431381716206, 0.0181084615384617, 0.0110098299871593, 0.0277071153846153, 0.0184547874380772, 0.0510757692307693, 0.0363587643719344, 0.0988594230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 555, '2021-05-09 00:00:00', 0.00553509865453042, 0.0134313461538463, 0.00834982109665546, 0.0199221153846153, 0.010838998080294, 0.0298942307692306, 0.0201567831043394, 0.0524463461538462, 0.0369183031362702, 0.0998776923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 570, '2021-05-09 00:00:00', 0.00775173986673564, 0.0144748076923076, 0.0102682480417135, 0.0209096153846155, 0.0107948162506185, 0.0310482692307693, 0.0210477052759822, 0.0534407692307694, 0.0377121543863718, 0.100247692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 585, '2021-05-09 00:00:00', 0.00675286398785434, 0.0144559615384616, 0.00990005860316759, 0.0243571153846154, 0.0130533844712339, 0.0333769230769232, 0.0219595332066472, 0.0547605769230771, 0.0380578600296766, 0.101125961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 600, '2021-05-09 00:00:00', 0.00988595671413985, 0.0212519230769229, 0.0115713256537276, 0.0268542307692308, 0.0140340894212847, 0.0356282692307693, 0.021905649274875, 0.0550030769230771, 0.0379740151302885, 0.101046346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 615, '2021-05-09 00:00:00', 0.00614669031956343, 0.0149482692307692, 0.00738104097307101, 0.0222803846153847, 0.00869656141595832, 0.0310676923076925, 0.0190888851600567, 0.0514994230769232, 0.036485248068964, 0.100970576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 630, '2021-05-09 00:00:00', 0.00609560189809016, 0.0152375, 0.00900422444445674, 0.0223496153846155, 0.00914694411349402, 0.028251153846154, 0.0179799287807692, 0.051074807692308, 0.035206596624562, 0.101011730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 645, '2021-05-09 00:00:00', 0.00737050919856664, 0.0147346153846154, 0.00700262278611488, 0.0202182692307693, 0.00828824484760469, 0.0261405769230772, 0.0155180465959424, 0.0496569230769233, 0.0332633052684879, 0.100730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 660, '2021-05-09 00:00:00', 0.00394647784544867, 0.0144207692307691, 0.00539180068394446, 0.0190038461538462, 0.00870288802860626, 0.0253840384615385, 0.0148335584052356, 0.0488598076923077, 0.0324931994287325, 0.100311346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 675, '2021-05-09 00:00:00', 0.00488095662124342, 0.0124015384615385, 0.00765581874484023, 0.0182705769230771, 0.00968720037551523, 0.0243836538461538, 0.0146389445618396, 0.0478532692307693, 0.0321577123235565, 0.0999932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 690, '2021-05-09 00:00:00', 0.00660583610558481, 0.0138244230769233, 0.00687846941829794, 0.0190584615384618, 0.00961635888233413, 0.0245669230769233, 0.0125810441782621, 0.047236153846154, 0.0311426303394806, 0.0988273076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 705, '2021-05-09 00:00:00', 0.00537593097840886, 0.0130382692307695, 0.00654511477245547, 0.0167792307692309, 0.00771901464666223, 0.0230763461538462, 0.0133963285512803, 0.0459944230769231, 0.0316298771277315, 0.098018653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 720, '2021-05-09 00:00:00', 0.00498889897287366, 0.0124448076923076, 0.00704839599865465, 0.018031923076923, 0.00718650289672348, 0.0225917307692305, 0.0134005570263101, 0.0465311538461538, 0.0324213497565797, 0.0984109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 735, '2021-05-09 00:00:00', 0.00579395110305713, 0.0130092307692308, 0.00567475428136287, 0.015961923076923, 0.0081033799121106, 0.0222799999999998, 0.0137054524972307, 0.0445419230769231, 0.033819255150898, 0.0979898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 750, '2021-05-09 00:00:00', 0.00313595119295804, 0.0106917307692308, 0.00472655810695917, 0.0146584615384614, 0.00838202997259847, 0.0222923076923078, 0.0135345907272385, 0.0430369230769232, 0.0332385816252971, 0.0972023076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 765, '2021-05-09 00:00:00', 0.00362042303626777, 0.0115101923076924, 0.00552089622392825, 0.0171436538461538, 0.00905007372048162, 0.0251171153846153, 0.0136222343756308, 0.0448392307692308, 0.0329325889145598, 0.0970311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 780, '2021-05-09 00:00:00', 0.00464690621646429, 0.0117557692307692, 0.00666295104404837, 0.0169111538461539, 0.00799762105013338, 0.0240473076923077, 0.0168548783899045, 0.0483484615384615, 0.0324978323206097, 0.0969834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 795, '2021-05-09 00:00:00', 0.00415083865483359, 0.0115184615384618, 0.00683590688654686, 0.0176448076923077, 0.00933456423934538, 0.0234915384615385, 0.0172356461885961, 0.0496334615384615, 0.0321080024706279, 0.097719423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 810, '2021-05-09 00:00:00', 0.0056203317038711, 0.0134173076923075, 0.00554858071942724, 0.0168549999999999, 0.00852535608324693, 0.0229571153846153, 0.0167747798804773, 0.0513090384615385, 0.0318214193514127, 0.0982484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 825, '2021-05-09 00:00:00', 0.00393012951929827, 0.0107190384615386, 0.00633557640204522, 0.0147521153846155, 0.00878686721980364, 0.0216365384615388, 0.0176305610626726, 0.0518442307692308, 0.0319410534873948, 0.0990682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 840, '2021-05-09 00:00:00', 0.00496251978488604, 0.0113461538461539, 0.00665228425776863, 0.0163396153846155, 0.00815787555301417, 0.0221784615384617, 0.0206748500106179, 0.0539648076923077, 0.0321827525165028, 0.100493461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 855, '2021-05-09 00:00:00', 0.00417214399780985, 0.0111334615384617, 0.00506874771364845, 0.015044230769231, 0.00659103769406747, 0.0226532692307693, 0.0205583433072431, 0.0552165384615387, 0.0323399191640682, 0.101258461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 870, '2021-05-09 00:00:00', 0.00294941493546395, 0.0105976923076926, 0.00461385472079661, 0.0161507692307694, 0.00641645996337069, 0.0233626923076925, 0.02047977351888, 0.055554230769231, 0.0320366945530374, 0.101368269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 885, '2021-05-09 00:00:00', 0.00425224547015608, 0.0131734615384616, 0.00660031757103152, 0.0184759615384616, 0.00764828127500156, 0.0264526923076924, 0.0210406790920313, 0.0561255769230771, 0.0321851087616618, 0.10202 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 900, '2021-05-09 00:00:00', 0.00574785403767908, 0.0142359615384614, 0.00570996850658154, 0.0184028846153846, 0.00883673747009502, 0.0269263461538463, 0.0213237985214785, 0.056644230769231, 0.0323665511292136, 0.10144 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 915, '2021-05-09 00:00:00', 0.00422803129764269, 0.0122194230769229, 0.00695828997560556, 0.0201607692307693, 0.00901326710380938, 0.0281882692307693, 0.0206848344334311, 0.0563334615384617, 0.032560414982708, 0.101085384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 930, '2021-05-09 00:00:00', 0.00723885415922011, 0.0157534615384617, 0.00858185174566736, 0.021239230769231, 0.00982246437235336, 0.0295671153846155, 0.0214184605970212, 0.0560128846153849, 0.0328906137370528, 0.100405 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 945, '2021-05-09 00:00:00', 0.00442858869688242, 0.0139396153846154, 0.00669421546216169, 0.020175576923077, 0.0115694589811012, 0.0313336538461538, 0.0214952108771661, 0.0543544230769233, 0.0324218001635652, 0.0997303846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 960, '2021-05-09 00:00:00', 0.00603256663070084, 0.014758076923077, 0.00883573744255918, 0.0212280769230769, 0.0169842531922956, 0.0354325000000001, 0.0222677167252021, 0.0536519230769233, 0.0324270822598121, 0.0995667307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 975, '2021-05-09 00:00:00', 0.00643313594123914, 0.0142490384615386, 0.0102305218999891, 0.0228071153846156, 0.0141686690393333, 0.0348728846153847, 0.0203588950253654, 0.0523544230769233, 0.0305045246788836, 0.0995532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 990, '2021-05-09 00:00:00', 0.00961420659753052, 0.0190475000000001, 0.0143264579550724, 0.0280584615384616, 0.0143778258493364, 0.0356330769230769, 0.0211647952660507, 0.052340576923077, 0.0310123215568612, 0.0995078846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1005, '2021-05-09 00:00:00', 0.00615708082991893, 0.0180578846153849, 0.00796067359925342, 0.0239519230769232, 0.0140636652351428, 0.0325596153846154, 0.021545365652859, 0.050708653846154, 0.0339875572305513, 0.1010425 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1020, '2021-05-09 00:00:00', 0.0061945730591071, 0.0174692307692309, 0.0108979133711986, 0.0234096153846154, 0.0143489285153444, 0.0321284615384613, 0.0206611911237918, 0.047654423076923, 0.0341451948798745, 0.100579230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1035, '2021-05-09 00:00:00', 0.00728304291857784, 0.0158519230769233, 0.00983012584041867, 0.0225790384615385, 0.0122550688037491, 0.0317107692307693, 0.0198710598348842, 0.0452398076923078, 0.033474861020565, 0.100237115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1050, '2021-05-09 00:00:00', 0.007178658927683, 0.015345, 0.0106808445809095, 0.0225151923076922, 0.0182458179834347, 0.0304017307692308, 0.0197579053711129, 0.0429644230769233, 0.0324713299009826, 0.0992015384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1065, '2021-05-09 00:00:00', 0.00823966810384645, 0.0173526923076923, 0.00880609647434023, 0.0225486538461539, 0.0171741888499531, 0.0282305769230769, 0.0195127439116477, 0.0413298076923078, 0.0324151996374919, 0.0999684615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1080, '2021-05-09 00:00:00', 0.00707360647053531, 0.0167074999999999, 0.0162499353430666, 0.0222844230769231, 0.0161362557662502, 0.0274269230769231, 0.0185479245863665, 0.0393326923076923, 0.0330183447775044, 0.100380384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1095, '2021-05-09 00:00:00', 0.0144020546290614, 0.0152015384615387, 0.015337405406893, 0.0193838461538463, 0.0154364819327962, 0.0255976923076923, 0.0193110866483082, 0.0373765384615385, 0.0335302900243254, 0.100638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1110, '2021-05-09 00:00:00', 0.0105439793703107, 0.0136551923076923, 0.0106212475093015, 0.0184005769230771, 0.010978370239493, 0.0222763461538463, 0.0164527723967257, 0.0347765384615385, 0.0335317769063913, 0.0998974999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1125, '2021-05-09 00:00:00', 0.00545148806784412, 0.011798076923077, 0.00686029727153616, 0.0159694230769232, 0.00887881556549944, 0.0197196153846157, 0.0142718596491894, 0.0319546153846155, 0.0332693433982974, 0.0988269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1140, '2021-05-09 00:00:00', 0.00515394315436845, 0.0102559615384614, 0.00562211463432943, 0.0129198076923076, 0.0074541811318318, 0.0173828846153847, 0.0145810290393426, 0.0314703846153847, 0.0333220676712087, 0.0986417307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1155, '2021-05-09 00:00:00', 0.00436907425505158, 0.00871038461538444, 0.00725187755263846, 0.0126409615384617, 0.00714168078686934, 0.0157323076923077, 0.0160509511256643, 0.0297309615384617, 0.0338630728284455, 0.0990907692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1170, '2021-05-09 00:00:00', 0.00572347869273157, 0.00840711538461542, 0.00579956958615173, 0.0108442307692306, 0.00577957955950212, 0.0146517307692305, 0.0140460216828605, 0.0284686538461539, 0.034296856804288, 0.0990605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1185, '2021-05-09 00:00:00', 0.00255050821481645, 0.00664307692307692, 0.00376415656606431, 0.00986057692307686, 0.00564390260846561, 0.0144405769230769, 0.0127993357700252, 0.0271130769230769, 0.0350082973219864, 0.099640769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1200, '2021-05-09 00:00:00', 0.00310378945186953, 0.00810519230769243, 0.00402141597718215, 0.0112926923076924, 0.00512541438850013, 0.0148244230769232, 0.0128868556348647, 0.0274219230769232, 0.0350412569782445, 0.0997061538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1215, '2021-05-09 00:00:00', 0.00386380132173553, 0.00722557692307721, 0.00597874159965002, 0.00992634615384634, 0.00522590738900542, 0.0142559615384614, 0.0124169817232444, 0.028788653846154, 0.03505371819848, 0.0992884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1230, '2021-05-09 00:00:00', 0.00442343492096376, 0.00680750000000006, 0.00417014386857525, 0.00933173076923071, 0.00497620235567412, 0.0145267307692307, 0.011328261148731, 0.028330576923077, 0.0351242625419434, 0.0991213461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1245, '2021-05-09 00:00:00', 0.0021457126124867, 0.0066361538461539, 0.00350304867222829, 0.0103299999999999, 0.00586437156774849, 0.0148282692307693, 0.0112659345083378, 0.0285078846153846, 0.035372273048468, 0.0992038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1260, '2021-05-09 00:00:00', 0.00354615039379101, 0.00730884615384602, 0.00424252786129279, 0.010505576923077, 0.00534823142586566, 0.0146842307692309, 0.0110454259746531, 0.0277751923076925, 0.0361134903261712, 0.0990615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1275, '2021-05-09 00:00:00', 0.00345327040644092, 0.00680749999999992, 0.00418398358211219, 0.00988615384615391, 0.00431745365214983, 0.0130890384615385, 0.019338609978088, 0.0302482692307694, 0.0349314800805145, 0.100176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1290, '2021-05-09 00:00:00', 0.00320291070146172, 0.00719480769230771, 0.00338315376307609, 0.00936576923076925, 0.00436960302720799, 0.0122911538461539, 0.0192906322592478, 0.0300148076923078, 0.034690435567259, 0.100779615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1305, '2021-05-09 00:00:00', 0.00243667119242635, 0.00709750000000001, 0.00335985826166243, 0.00956346153846152, 0.00473808380612329, 0.0120569230769232, 0.0192674677670377, 0.0296819230769232, 0.0350486269351377, 0.102875961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1320, '2021-05-09 00:00:00', 0.00287704824696846, 0.00626615384615377, 0.00402923741591972, 0.0077030769230769, 0.00511582132664509, 0.0131553846153848, 0.0194813909124736, 0.0293217307692309, 0.0352213447805992, 0.102948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1335, '2021-05-09 00:00:00', 0.00253587705962634, 0.00461769230769233, 0.00380740317822266, 0.00759519230769261, 0.00581203308794641, 0.0131838461538464, 0.0195556768513745, 0.0301286538461541, 0.0351012696548801, 0.103399230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1350, '2021-05-09 00:00:00', 0.0037825070847462, 0.00608038461538481, 0.00471963997975104, 0.0104784615384618, 0.011984885455632, 0.0154407692307695, 0.0213501419775498, 0.0306173076923079, 0.0351584040730169, 0.103614807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1365, '2021-05-09 00:00:00', 0.00416772277333628, 0.00875634615384636, 0.00542973688624479, 0.0108205769230771, 0.0120343347072515, 0.0151353846153848, 0.0219273321020907, 0.0309263461538463, 0.0348712267989174, 0.104062692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1380, '2021-05-09 00:00:00', 0.00353246669645125, 0.00601480769230777, 0.0125194689123046, 0.0102103846153846, 0.0120536855519223, 0.0138742307692309, 0.023251010496651, 0.0319863461538463, 0.0347966708271616, 0.104239423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1395, '2021-05-09 00:00:00', 0.0116928680037811, 0.0077480769230769, 0.0116993817407326, 0.00972134615384624, 0.011673458404234, 0.0189513461538462, 0.0229742537779541, 0.033650576923077, 0.0347743364876145, 0.104061923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1410, '2021-05-09 00:00:00', 0.00339689675122177, 0.00599846153846155, 0.0037068068624335, 0.00898365384615385, 0.00616426572144773, 0.0172382692307692, 0.0209518842745429, 0.0323355769230771, 0.0347979720546382, 0.104131346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1425, '2021-05-09 00:00:00', 0.00284117156225247, 0.00672538461538457, 0.00579170515943655, 0.0154305769230768, 0.00612282734150214, 0.0170205769230767, 0.0207980445086698, 0.0334592307692309, 0.0348049470820544, 0.104159230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 0, '2021-05-09 00:00:00', 0.00656661636613574, 0.0120824999999999, 0.00723830643441289, 0.0136559615384614, 0.00704397335698017, 0.014714423076923, 0.0211201170606091, 0.0337794230769232, 0.0348087286113477, 0.104178461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 15, '2021-05-09 00:00:00', 0.00312122140889318, 0.00572280000000006, 0.0045134742715564, 0.00739600000000003, 0.0190164249794746, 0.0172176000000002, 0.0212925181343116, 0.0334458, 0.0355219849330429, 0.1047814 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 30, '2021-05-09 00:00:00', 0.00226804151611929, 0.00429333333333326, 0.00271109895861529, 0.00655520833333327, 0.0192120311602999, 0.0171925000000002, 0.0215491976674002, 0.03429875, 0.0355051671989597, 0.1062 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 45, '2021-05-09 00:00:00', 0.00284999195905265, 0.00479541666666668, 0.0194922730092007, 0.0154137500000002, 0.0192987285275686, 0.0182285416666669, 0.0213517407639367, 0.0353897916666667, 0.0355538999955181, 0.10623375 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 60, '2021-05-09 00:00:00', 0.0191734310008966, 0.0155978846153848, 0.018936160776713, 0.0167998076923079, 0.0190290414407517, 0.0188769230769233, 0.0211434880764374, 0.0356990384615386, 0.0347097068201168, 0.105221538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 75, '2021-05-09 00:00:00', 0.00355680223710106, 0.0058169230769234, 0.00401057328052534, 0.00806903846153866, 0.00652161731061807, 0.0130271153846158, 0.0110889319888728, 0.0297844230769232, 0.0308879226260661, 0.102048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 90, '2021-05-09 00:00:00', 0.00269472373352097, 0.00577500000000021, 0.00388684346917224, 0.007933076923077, 0.0063214043260851, 0.0131194230769231, 0.0107978885257899, 0.0301511538461539, 0.0306302252189164, 0.102255192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 105, '2021-05-09 00:00:00', 0.00375121266546421, 0.0059176923076923, 0.00590543331634915, 0.0106305769230771, 0.00674105436001057, 0.0143882692307692, 0.0105712279779381, 0.0306851923076922, 0.0303327423067245, 0.102539615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 120, '2021-05-09 00:00:00', 0.00597621689249594, 0.00906211538461549, 0.00627382986025161, 0.011356346153846, 0.00814168249480145, 0.0167303846153842, 0.0103815843925674, 0.0304774999999999, 0.0303327423067245, 0.102539615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 135, '2021-05-09 00:00:00', 0.00459394866603351, 0.00779211538461534, 0.00497699498848275, 0.0105386538461537, 0.00885775406722165, 0.0173286538461534, 0.0105424122549748, 0.0293380769230767, 0.0305432109666591, 0.102376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 150, '2021-05-09 00:00:00', 0.00408506431547156, 0.00804730769230755, 0.00692159769517428, 0.0119744230769229, 0.00782327041833913, 0.0178109615384613, 0.0106947651698604, 0.0294990384615384, 0.0304982472510243, 0.102555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 165, '2021-05-09 00:00:00', 0.00561811734480474, 0.00930250000000009, 0.00611230783872857, 0.0142213461538459, 0.0083805552230238, 0.0182353846153845, 0.00979646748146417, 0.0287786538461539, 0.0297742854651718, 0.102319807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 180, '2021-05-09 00:00:00', 0.00483023998846376, 0.0112228846153844, 0.00595396444525708, 0.013843846153846, 0.00799668368762968, 0.0171399999999999, 0.00919060362335025, 0.0279051923076923, 0.0298682742110447, 0.102062884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 195, '2021-05-09 00:00:00', 0.00421197965971413, 0.00867057692307689, 0.00610426669507598, 0.0124582692307691, 0.00710738854995275, 0.0167049999999997, 0.0102886310145641, 0.0279419230769229, 0.029993411015524, 0.102877884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 210, '2021-05-09 00:00:00', 0.00550043002514697, 0.00914769230769232, 0.00546759272018752, 0.0113230769230769, 0.00692887079267181, 0.0163573076923076, 0.0105881546151278, 0.0268430769230769, 0.0300516725715251, 0.102917884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 225, '2021-05-09 00:00:00', 0.00335924554258601, 0.00761884615384597, 0.00505788969372072, 0.0113319230769228, 0.00543816697412511, 0.0157890384615384, 0.0110180989076367, 0.0252634615384616, 0.02983415360597, 0.102759230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 240, '2021-05-09 00:00:00', 0.00390240488476194, 0.00900826923076892, 0.0047173471847574, 0.0116323076923075, 0.00499609226141948, 0.0149582692307691, 0.0108980391973122, 0.0253178846153847, 0.0300540208214884, 0.102901538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 255, '2021-05-09 00:00:00', 0.00327532138176489, 0.006931923076923, 0.00441595268926748, 0.0105469230769231, 0.0047783480409029, 0.013565, 0.0113731725767941, 0.0248326923076925, 0.0297205805435587, 0.102680384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 270, '2021-05-09 00:00:00', 0.00435776119301934, 0.00805384615384617, 0.00481916761085757, 0.0105273076923078, 0.00652491479755738, 0.0141286538461538, 0.0117388449127081, 0.0248117307692311, 0.030011273923311, 0.1028525 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 285, '2021-05-09 00:00:00', 0.00393254830279878, 0.0066780769230769, 0.00435384933133881, 0.00964999999999985, 0.00573574897865613, 0.0131478846153845, 0.0116756327402251, 0.0245667307692309, 0.0303367401530782, 0.103046346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 300, '2021-05-09 00:00:00', 0.00391128591878186, 0.00758846153846148, 0.00568287323049241, 0.010236923076923, 0.00538962231087182, 0.0121105769230768, 0.0119478864706435, 0.025208653846154, 0.0302324376711251, 0.103136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 315, '2021-05-09 00:00:00', 0.00358434255316965, 0.0063184615384616, 0.00384228478202153, 0.00898711538461533, 0.0043658953967527, 0.0110161538461535, 0.0129842606969422, 0.0278646153846154, 0.0296049238582681, 0.102434423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 330, '2021-05-09 00:00:00', 0.00371276515758591, 0.00683134615384593, 0.00361475032119979, 0.008163269230769, 0.00613952282034528, 0.0117676923076921, 0.0133960138847346, 0.0300200000000002, 0.0297381276148729, 0.102395961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 345, '2021-05-09 00:00:00', 0.00304709913120403, 0.00616634615384616, 0.00385828854047207, 0.00830769230769214, 0.0063801333721289, 0.0116553846153847, 0.0130432552921189, 0.0318938461538463, 0.0296756604417467, 0.102270576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 360, '2021-05-09 00:00:00', 0.00383388342987199, 0.00616192307692291, 0.00643318353120406, 0.00867711538461524, 0.00723904348760143, 0.0117138461538462, 0.0137841624295647, 0.0349732692307692, 0.0296341494076578, 0.102231346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 375, '2021-05-09 00:00:00', 0.00560449075776249, 0.0057994230769229, 0.00617958574974563, 0.00804403846153858, 0.00677631448786583, 0.0111409615384615, 0.0134820999805156, 0.0379282692307693, 0.0300323791854469, 0.101651538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 390, '2021-05-09 00:00:00', 0.00412437523940099, 0.00540365384615383, 0.00510703475986423, 0.00763096153846144, 0.00573859799616062, 0.0107548076923077, 0.0120578947534228, 0.0387217307692308, 0.0303446932104852, 0.102019038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 405, '2021-05-09 00:00:00', 0.00411995655783684, 0.00522403846153869, 0.0049328342804579, 0.00782596153846171, 0.00673253299000743, 0.0107173076923079, 0.013593977473075, 0.0406234615384615, 0.0309401577814087, 0.102198461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 420, '2021-05-09 00:00:00', 0.00370820925058868, 0.00603038461538451, 0.00429298219817468, 0.00784807692307674, 0.00595951679765555, 0.0116076923076922, 0.0128074828263074, 0.0426321153846154, 0.0312121203485737, 0.102429423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 435, '2021-05-09 00:00:00', 0.00360916090823594, 0.00559730769230766, 0.00461318181535689, 0.00778769230769236, 0.00628190266681886, 0.0121413461538463, 0.0122534403285209, 0.0433882692307692, 0.0317192946018423, 0.102189038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 450, '2021-05-09 00:00:00', 0.00391316808992394, 0.00583750000000023, 0.00454603437074555, 0.00851750000000016, 0.00647912633296071, 0.0126240384615389, 0.0122128325070869, 0.0438496153846154, 0.0317512142281447, 0.102189807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 465, '2021-05-09 00:00:00', 0.00374504881861986, 0.00649942307692298, 0.0051508241200203, 0.00931134615384632, 0.00660267278339722, 0.0130632692307695, 0.0114569126882488, 0.0447721153846155, 0.0318240734906527, 0.102093461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 480, '2021-05-09 00:00:00', 0.0048928131950381, 0.00706519230769245, 0.00503542595020527, 0.00952250000000024, 0.00648035199958019, 0.0137959615384616, 0.0115182726552875, 0.0455698076923076, 0.031545696212613, 0.102283461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 495, '2021-05-09 00:00:00', 0.00324037279431776, 0.00612461538461547, 0.00420742033609851, 0.00894826923076921, 0.00933322945180311, 0.01809, 0.0131692524654972, 0.0473425, 0.0313149113860377, 0.103051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 510, '2021-05-09 00:00:00', 0.00319516580164502, 0.00619250000000011, 0.0051737547888728, 0.010321153846154, 0.00847505710668301, 0.020284807692308, 0.0148746406343146, 0.0478300000000001, 0.0318227134582544, 0.103145384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 525, '2021-05-09 00:00:00', 0.00421365967374596, 0.00758461538461547, 0.00803823600290921, 0.0147759615384614, 0.00843672958875927, 0.022538076923077, 0.0153366973578458, 0.0476203846153845, 0.0321438130289246, 0.102980961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 540, '2021-05-09 00:00:00', 0.00674669359475752, 0.0128126923076923, 0.00692705106809544, 0.0168025000000002, 0.0110741723149652, 0.0251473076923076, 0.0158105361900027, 0.0475738461538461, 0.0322148362816552, 0.102769423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 555, '2021-05-09 00:00:00', 0.00376466942056711, 0.0108353846153848, 0.00522705600696998, 0.0155425000000001, 0.0108649635367012, 0.026445576923077, 0.0157830787542083, 0.0474251923076923, 0.0323705678379891, 0.103483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 570, '2021-05-09 00:00:00', 0.0042221791129154, 0.0107176923076923, 0.00850171188417603, 0.0172248076923077, 0.0107507134360757, 0.0283042307692309, 0.0147939910306648, 0.0476361538461537, 0.032767178198853, 0.103751346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 585, '2021-05-09 00:00:00', 0.00649653112171287, 0.0122488461538461, 0.00914161267753964, 0.0210671153846155, 0.0124194636094382, 0.0298671153846155, 0.0154122366519395, 0.0488638461538462, 0.0317140990394591, 0.103203269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 600, '2021-05-09 00:00:00', 0.00651062131030177, 0.0174846153846154, 0.00761418308411762, 0.0224090384615386, 0.0104337023095647, 0.0307682692307694, 0.0159346388400096, 0.0494601923076923, 0.0316453698989041, 0.102970961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 615, '2021-05-09 00:00:00', 0.00480710360980356, 0.0143763461538461, 0.00686944077894154, 0.0203388461538462, 0.00665806609713723, 0.0277730769230768, 0.0162618254924272, 0.0481371153846153, 0.0321306996476291, 0.103590384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 630, '2021-05-09 00:00:00', 0.00595082501390815, 0.0150278846153847, 0.00667875483558481, 0.021186923076923, 0.00588333186605652, 0.0278903846153845, 0.0171824303913574, 0.049436923076923, 0.0321946926042882, 0.104188269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 645, '2021-05-09 00:00:00', 0.00492090373188326, 0.0151434615384616, 0.00644030371058833, 0.0210882692307691, 0.00851814450723613, 0.0278096153846153, 0.0195634531962415, 0.0495001923076921, 0.0317925663112281, 0.104109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 660, '2021-05-09 00:00:00', 0.00623714336732894, 0.0146542307692308, 0.00745186071755545, 0.0199430769230769, 0.0111374193893311, 0.026504423076923, 0.0208105282942219, 0.0478067307692307, 0.0321949780460341, 0.104184230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 675, '2021-05-09 00:00:00', 0.00744216760452542, 0.0135705769230769, 0.00875723523502383, 0.0192051923076922, 0.0105848890932019, 0.0243463461538463, 0.0220660514443828, 0.0481028846153847, 0.0329269398359692, 0.103879807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 690, '2021-05-09 00:00:00', 0.00627472637773029, 0.0135813461538462, 0.00732553704253388, 0.0174201923076925, 0.0105838693084553, 0.0236234615384619, 0.0214426110323491, 0.0467882692307693, 0.0339[...];
Date: 2021-05-09 15:34:05 Duration: 16s696ms 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 983630, 1, 960, '2021-05-09 00:00:00', 0.00850035097012981, 0.0147561538461537, 0.0107933800722766, 0.0203207692307692, 0.0127846248884533, 0.0332534615384617, 0.0246982312322158, 0.05831, 0.0293829040776855, 0.101710961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 1, 975, '2021-05-09 00:00:00', 0.00745824781701438, 0.0138425, 0.010191717732853, 0.0218878846153848, 0.0135973523723725, 0.0342984615384617, 0.02386711504673, 0.0561855769230772, 0.0295084686938147, 0.101065576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 990, '2021-05-09 00:00:00', 0.00953638645682127, 0.018325576923077, 0.010940616077436, 0.0270469230769232, 0.0149953582112805, 0.0362082692307693, 0.0229989491473983, 0.0550032692307694, 0.0297221296912689, 0.100699230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1005, '2021-05-09 00:00:00', 0.00941129557826838, 0.0182776923076923, 0.0117241773682222, 0.0248951923076923, 0.0164812548404357, 0.0354986538461538, 0.0242623452707783, 0.0514909615384617, 0.0315034095199967, 0.099584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1020, '2021-05-09 00:00:00', 0.00698668794648361, 0.0159423076923077, 0.010712157141089, 0.0236938461538464, 0.0149975600130875, 0.0359428846153847, 0.0222829766448258, 0.0468569230769231, 0.0323242998591558, 0.098809230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1035, '2021-05-09 00:00:00', 0.00773172141495414, 0.0161690384615388, 0.0111989515529185, 0.0235882692307695, 0.016193603980727, 0.0343267307692308, 0.0213645106165485, 0.0435082692307693, 0.0328047994753114, 0.0987111538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1050, '2021-05-09 00:00:00', 0.00914695942124187, 0.0165394230769231, 0.0124728068351176, 0.0261728846153846, 0.0153358249320392, 0.0316971153846155, 0.0187821104951984, 0.0403055769230768, 0.0328406954882787, 0.0978380769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1065, '2021-05-09 00:00:00', 0.0091419082189999, 0.0180367307692308, 0.0108498681257496, 0.0234271153846154, 0.0112873445879069, 0.0285196153846154, 0.0168571558829341, 0.0374323076923076, 0.0331686854502858, 0.0977125000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1080, '2021-05-09 00:00:00', 0.00930169622248446, 0.0160211538461537, 0.00945169719598605, 0.0207417307692307, 0.0120380386547744, 0.0277244230769229, 0.0155837528806814, 0.0353546153846154, 0.0334479433730181, 0.0976732692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1095, '2021-05-09 00:00:00', 0.00704244209446159, 0.014974423076923, 0.00908195885342914, 0.0196611538461538, 0.0117109449398677, 0.0245407692307691, 0.0139737399831032, 0.0337286538461539, 0.0334758306549438, 0.0974440384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1110, '2021-05-09 00:00:00', 0.00781666324886484, 0.0130521153846152, 0.00983890843109062, 0.0176586538461537, 0.00993118917660614, 0.0203023076923075, 0.0124429768884359, 0.0303303846153846, 0.0338022022131924, 0.0975223076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1125, '2021-05-09 00:00:00', 0.00796105250337798, 0.0112451923076924, 0.00824798927711396, 0.0138686538461541, 0.00931776268953377, 0.0180184615384617, 0.0115944697311328, 0.0287921153846155, 0.0337521111026352, 0.0970217307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1140, '2021-05-09 00:00:00', 0.00453147546017357, 0.00873538461538473, 0.00531044319822179, 0.0117551923076923, 0.00729146778512673, 0.0152673076923076, 0.0105328392494068, 0.028330576923077, 0.0347783514825841, 0.0966953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1155, '2021-05-09 00:00:00', 0.00478551014883648, 0.00826576923076949, 0.00589388382138652, 0.0116125000000002, 0.00843483810432376, 0.0150546153846155, 0.0112664605867967, 0.0287369230769233, 0.0344871163240154, 0.0970021153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1170, '2021-05-09 00:00:00', 0.00353899166430225, 0.00756499999999994, 0.00475202242370409, 0.00991134615384609, 0.00902022056058145, 0.0153598076923077, 0.0105391553741274, 0.0282300000000001, 0.0339366374677191, 0.0968788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1185, '2021-05-09 00:00:00', 0.0041873250870474, 0.00738076923076918, 0.00623146237929895, 0.010470769230769, 0.00853599984680291, 0.0147492307692307, 0.0108721984260492, 0.0279688461538463, 0.0337869516922414, 0.096810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1200, '2021-05-09 00:00:00', 0.0036460519058292, 0.00701749999999983, 0.00578972344231213, 0.0110434615384615, 0.00741240785128863, 0.0144680769230769, 0.0129006070772477, 0.0294951923076923, 0.0335749146519335, 0.0971817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1215, '2021-05-09 00:00:00', 0.00497902038943998, 0.00777596153846156, 0.00547693366274916, 0.00954211538461549, 0.0071623711479886, 0.0129123076923076, 0.0143156595068262, 0.0351936538461539, 0.0350915718064345, 0.0991446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1230, '2021-05-09 00:00:00', 0.00313040191570455, 0.00595692307692336, 0.00442878358451408, 0.00913403846153858, 0.0050929068471598, 0.012196923076923, 0.0138033684239085, 0.0359853846153846, 0.0351655018382855, 0.100353461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1245, '2021-05-09 00:00:00', 0.00339653389501698, 0.00733249999999993, 0.00387499159304288, 0.00925961538461519, 0.00609339627415158, 0.0125730769230767, 0.0140199791904267, 0.0374324999999999, 0.036730289393926, 0.101524807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1260, '2021-05-09 00:00:00', 0.0032464319644805, 0.00576250000000006, 0.00439510339862623, 0.00840673076923096, 0.00569435234380372, 0.0128761538461539, 0.0150335458187552, 0.0386417307692308, 0.0375929531433547, 0.101574038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1275, '2021-05-09 00:00:00', 0.00258770527985428, 0.00572384615384625, 0.00424025421951949, 0.00785961538461551, 0.00661425011738918, 0.0139111538461537, 0.0151253602233008, 0.0382682692307692, 0.0382249502047269, 0.101746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1290, '2021-05-09 00:00:00', 0.00291555362865075, 0.00537519230769241, 0.00476919741675663, 0.00948500000000002, 0.00740997125500461, 0.01379, 0.0158156404184639, 0.0389603846153845, 0.0385155194239933, 0.1014825 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1305, '2021-05-09 00:00:00', 0.00408352214581775, 0.00732365384615391, 0.00603106086152218, 0.0103363461538461, 0.00792447844437607, 0.0153661538461539, 0.0161322613608687, 0.0390261538461541, 0.0384129487788248, 0.101753269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1320, '2021-05-09 00:00:00', 0.00420571020710562, 0.00738288461538462, 0.00496251575854857, 0.00933942307692321, 0.00960188358925134, 0.0162673076923078, 0.015340715112205, 0.0391719230769232, 0.0384635085288141, 0.101362115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1335, '2021-05-09 00:00:00', 0.00269766531538752, 0.005296923076923, 0.00639917892870136, 0.00957019230769211, 0.00804377619892916, 0.0151634615384612, 0.0154418922378252, 0.0398482692307693, 0.0382463998873901, 0.101132884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1350, '2021-05-09 00:00:00', 0.00541508927762186, 0.0076617307692306, 0.00765243728142568, 0.0120971153846151, 0.0074090993353807, 0.0147048076923074, 0.0160973533276074, 0.0396419230769231, 0.0381805449537004, 0.101065192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1365, '2021-05-09 00:00:00', 0.00689927441000951, 0.00869576923076906, 0.0067445847822243, 0.0106482692307689, 0.00667200298607187, 0.0124703846153844, 0.0153016416728602, 0.0391617307692308, 0.0377585344443427, 0.100460769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1380, '2021-05-09 00:00:00', 0.00370091365538484, 0.00671673076923065, 0.00383010076690091, 0.00812673076923076, 0.00596240706749041, 0.0144390384615385, 0.0149276612999026, 0.0393517307692308, 0.0375113251437278, 0.100099038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1395, '2021-05-09 00:00:00', 0.00302225807710321, 0.00484173076923092, 0.00343411778504168, 0.0073098076923078, 0.0149737776334292, 0.0255488461538461, 0.0147597540838384, 0.0392288461538461, 0.0379233955580701, 0.100109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1410, '2021-05-09 00:00:00', 0.00301334846334433, 0.00568980769230771, 0.00656646149002639, 0.0117925, 0.0148136550481174, 0.0275032692307692, 0.0150278646673949, 0.0391673076923078, 0.0380543266983078, 0.100192692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1425, '2021-05-09 00:00:00', 0.00664538861802785, 0.0105032692307692, 0.0152473899203967, 0.0243357692307692, 0.0142774276354186, 0.0289682692307691, 0.0152272211680266, 0.0396675, 0.0382361390491329, 0.100209230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 240, '2021-05-09 00:00:00', 0.00518188311850488, 0.0088144230769232, 0.00575003675239079, 0.0109555769230769, 0.00648368307012667, 0.014658076923077, 0.0100678946485272, 0.0277505769230769, 0.0367078768978287, 0.0957371153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 255, '2021-05-09 00:00:00', 0.00300306144433671, 0.00652596153846153, 0.00411287945174866, 0.00956076923076911, 0.006436685590008, 0.0131592307692307, 0.0103763239229434, 0.0261130769230767, 0.0368179610020184, 0.0955278846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 270, '2021-05-09 00:00:00', 0.00357857004101653, 0.00702653846153829, 0.00494248574956141, 0.00972923076923069, 0.00689974441276929, 0.0138498076923076, 0.0101724000874158, 0.0254884615384614, 0.0366921191873886, 0.0963926923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 285, '2021-05-09 00:00:00', 0.00402586616098379, 0.00705711538461542, 0.00477425757418011, 0.00910923076923087, 0.0056943233034853, 0.0132117307692309, 0.0108968796521685, 0.0251769230769232, 0.0365279530749554, 0.0970746153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 300, '2021-05-09 00:00:00', 0.00417459897659481, 0.00647615384615381, 0.00568840169859834, 0.00979326923076926, 0.00619710932612949, 0.0133650000000002, 0.0120906583710795, 0.0258046153846155, 0.0365553942331149, 0.0970315384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 315, '2021-05-09 00:00:00', 0.00413327453070248, 0.00721711538461524, 0.00416813298916732, 0.00936115384615377, 0.0072045959903811, 0.0141192307692307, 0.0123177377855614, 0.0278019230769231, 0.0366324534348143, 0.0976744230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 330, '2021-05-09 00:00:00', 0.00279984175377006, 0.00679038461538457, 0.00493991861113275, 0.00956173076923096, 0.00699159909352732, 0.0133217307692309, 0.0138931601558245, 0.0303213461538463, 0.0372175486275782, 0.0995303846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 345, '2021-05-09 00:00:00', 0.00461043193371131, 0.006841153846154, 0.00619635820151949, 0.0101298076923077, 0.00726404274227071, 0.0132051923076922, 0.0152391398757885, 0.0325080769230769, 0.0381161944105933, 0.100912884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 360, '2021-05-09 00:00:00', 0.00493940914015473, 0.0073094230769232, 0.00624674602369997, 0.00936173076923081, 0.00758291700773193, 0.0129371153846154, 0.0153025396534744, 0.0356953846153846, 0.0390488859961262, 0.101718461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 375, '2021-05-09 00:00:00', 0.00306180494781445, 0.00547346153846154, 0.00529253132689388, 0.00850461538461515, 0.00629056830011878, 0.0116415384615385, 0.0148202042820449, 0.0378198076923075, 0.038865711629424, 0.103442692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 390, '2021-05-09 00:00:00', 0.00481529214706, 0.00621769230769222, 0.00564360510803003, 0.0082911538461539, 0.00578125773180349, 0.0110851923076925, 0.014155281612828, 0.0400165384615382, 0.0382591174478009, 0.103986730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 405, '2021-05-09 00:00:00', 0.00318985953392208, 0.00556961538461551, 0.00352378860799646, 0.00763807692307731, 0.0050400633390405, 0.0108676923076924, 0.0141718444975078, 0.041857692307692, 0.0374340229675956, 0.105316538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 420, '2021-05-09 00:00:00', 0.0028958921569381, 0.00573423076923081, 0.00371492859440638, 0.00756730769230775, 0.00596029751451535, 0.0111876923076924, 0.0148835424663004, 0.0435678846153843, 0.0369795805193166, 0.106030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 435, '2021-05-09 00:00:00', 0.00354949223345882, 0.0057536538461539, 0.00452998310830609, 0.00845980769230764, 0.00580083371991943, 0.0118503846153845, 0.0149826542888258, 0.0451115384615381, 0.0368156110705773, 0.1060275 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 450, '2021-05-09 00:00:00', 0.00398806292385354, 0.00682673076923092, 0.00515215470981266, 0.00884192307692318, 0.00521320554346953, 0.0120359615384615, 0.0150780936830687, 0.0456963461538458, 0.0366918680342956, 0.106265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 465, '2021-05-09 00:00:00', 0.00322400436628831, 0.00581307692307705, 0.00364314692792696, 0.00863153846153847, 0.00473188573972872, 0.011754423076923, 0.0155366734745201, 0.0459094230769227, 0.0366918680342956, 0.106265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 480, '2021-05-09 00:00:00', 0.0025574445478611, 0.00657384615384611, 0.00407993650497357, 0.00890673076923061, 0.00552931610738483, 0.0142411538461539, 0.0168810333351234, 0.0471873076923073, 0.0368599101985635, 0.106684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 495, '2021-05-09 00:00:00', 0.00423838124033944, 0.00622846153846145, 0.0049962858551283, 0.00896211538461531, 0.00896876262154031, 0.0190651923076923, 0.0168423150473401, 0.0478630769230766, 0.037374941504971, 0.1071775 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 510, '2021-05-09 00:00:00', 0.0047707118965624, 0.00673499999999987, 0.00602613745726455, 0.011834423076923, 0.00971919115224369, 0.022369423076923, 0.0191613994881941, 0.0502378846153843, 0.0383399545267778, 0.107936346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 525, '2021-05-09 00:00:00', 0.00456787405524879, 0.00883576923076923, 0.00779931205299549, 0.0155724999999999, 0.0092247114109542, 0.0246761538461537, 0.0191032365964919, 0.0512526923076919, 0.0382063728796045, 0.108068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 540, '2021-05-09 00:00:00', 0.00682071492981823, 0.012416923076923, 0.00780267089626298, 0.0179636538461537, 0.0106487984587647, 0.028053846153846, 0.0193171131901227, 0.0517449999999996, 0.0382063728796045, 0.108068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 555, '2021-05-09 00:00:00', 0.00558645037981693, 0.0126996153846152, 0.00818130783460785, 0.0199132692307692, 0.0109290855078758, 0.0297190384615386, 0.0207671458957137, 0.0532094230769229, 0.0384271375402651, 0.107808461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 570, '2021-05-09 00:00:00', 0.00776248575621132, 0.0150413461538462, 0.0101406541209136, 0.0217800000000001, 0.0114955163048635, 0.0310013461538459, 0.020945823685991, 0.0537532692307691, 0.0383531942065604, 0.107239615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 585, '2021-05-09 00:00:00', 0.00665850973162594, 0.0147446153846153, 0.00984476319987125, 0.0240176923076924, 0.0135295856963688, 0.0327413461538459, 0.0213717956302587, 0.0542076923076922, 0.0363814042947978, 0.107302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 600, '2021-05-09 00:00:00', 0.00971483136557391, 0.0206976923076923, 0.0117030132214546, 0.0263026923076919, 0.0145846704611913, 0.0349573076923074, 0.0212677392274344, 0.0540653846153845, 0.0355240954586297, 0.107696923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 615, '2021-05-09 00:00:00', 0.00576800225714791, 0.0153340384615383, 0.00734153389181138, 0.0221017307692306, 0.00859529370331006, 0.0301403846153845, 0.0182760561149115, 0.0503736538461537, 0.0332598121837752, 0.1085725 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 630, '2021-05-09 00:00:00', 0.00620120922451027, 0.0147953846153847, 0.00917444105193282, 0.0218611538461539, 0.00899218092823759, 0.0273096153846152, 0.0168467421924835, 0.0496375, 0.0320585672894758, 0.108810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 645, '2021-05-09 00:00:00', 0.00756940009816874, 0.0145596153846155, 0.00705834641781276, 0.019626923076923, 0.0081423449561301, 0.0258457692307691, 0.0152611666216527, 0.0487544230769231, 0.0316143140128012, 0.1089875 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 660, '2021-05-09 00:00:00', 0.00391320231347105, 0.0139921153846154, 0.00543626140269769, 0.0187540384615384, 0.00883262051236137, 0.0256336538461539, 0.0147614193136651, 0.0482680769230771, 0.0313519098596266, 0.109005384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 675, '2021-05-09 00:00:00', 0.00482541533086887, 0.0119386538461538, 0.00766957982000218, 0.0180138461538462, 0.00984645744183402, 0.0246530769230768, 0.0146260379473888, 0.0469440384615386, 0.0314168578320375, 0.108894038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 690, '2021-05-09 00:00:00', 0.00671548673131451, 0.0140359615384616, 0.00700609818987387, 0.0193403846153844, 0.0101815102948735, 0.0256532692307692, 0.0128059306227772, 0.0464986538461538, 0.0311611811813252, 0.108123846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 705, '2021-05-09 00:00:00', 0.00537424333135518, 0.0130757692307691, 0.00638744769359874, 0.0170490384615385, 0.0079298698820442, 0.0234521153846152, 0.0136115009586068, 0.0451271153846153, 0.0312326717895762, 0.108226346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 720, '2021-05-09 00:00:00', 0.00495055193504084, 0.0124323076923078, 0.00709589153340463, 0.0183455769230769, 0.00691064059148044, 0.0224492307692306, 0.0134844330019699, 0.0462442307692307, 0.0322623283728633, 0.108729038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 735, '2021-05-09 00:00:00', 0.00581455234403641, 0.0129498076923078, 0.00581180641850295, 0.0157503846153845, 0.0080711533276518, 0.0217890384615384, 0.0137897463369876, 0.0446440384615385, 0.0338823782864508, 0.108777115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 750, '2021-05-09 00:00:00', 0.00307249204793342, 0.0105507692307691, 0.00397884737851803, 0.0142073076923075, 0.00728064237444865, 0.0210592307692308, 0.0134847565221452, 0.0433576923076925, 0.0340530163404744, 0.108733269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 765, '2021-05-09 00:00:00', 0.00377461936950162, 0.0113942307692308, 0.00578687994850947, 0.0167115384615384, 0.00935940052320892, 0.023808076923077, 0.0134592473400832, 0.0451748076923078, 0.0365661952018316, 0.110076538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 780, '2021-05-09 00:00:00', 0.00494650124991251, 0.0115861538461538, 0.00656303806292383, 0.0160288461538463, 0.00821741484007269, 0.0233744230769233, 0.0168732500676709, 0.0481796153846153, 0.0372338417923183, 0.110376153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 795, '2021-05-09 00:00:00', 0.00414380551592935, 0.0110269230769232, 0.00705488252096468, 0.017039230769231, 0.00947094379384386, 0.0232678846153848, 0.0173937654745776, 0.0495542307692307, 0.036978686599383, 0.110556153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 810, '2021-05-09 00:00:00', 0.00585223529943888, 0.01297, 0.00563788558633603, 0.0168632692307692, 0.00854947343407754, 0.0230500000000001, 0.0168210754892598, 0.0512861538461538, 0.036250234728683, 0.111346730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 825, '2021-05-09 00:00:00', 0.00365068101655247, 0.0107417307692307, 0.00644854715002937, 0.0147928846153846, 0.00860735659412668, 0.0221165384615385, 0.0177385144768706, 0.0518396153846154, 0.0363119034287022, 0.112611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 840, '2021-05-09 00:00:00', 0.00506741293804002, 0.0111917307692307, 0.00656940952738259, 0.0165415384615386, 0.00813101252092177, 0.022581153846154, 0.0208314220359163, 0.0539459615384616, 0.0371327804367185, 0.113755192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 855, '2021-05-09 00:00:00', 0.00418115293264361, 0.0115803846153847, 0.00512460496413721, 0.0156759615384616, 0.00673170768424756, 0.0232028846153848, 0.0206717255327174, 0.0552175000000001, 0.0379164645305967, 0.1156275 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 870, '2021-05-09 00:00:00', 0.00329366635202525, 0.0110009615384615, 0.00473634486221703, 0.0164305769230769, 0.00632280381147973, 0.0235340384615385, 0.0207405300837237, 0.0553069230769231, 0.0379551555274825, 0.116031346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 885, '2021-05-09 00:00:00', 0.00421730151144829, 0.0130309615384616, 0.00654092722490764, 0.0184148076923078, 0.00767304607049904, 0.0265199999999999, 0.0213204592821074, 0.0559199999999999, 0.0381021405561624, 0.115689807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 900, '2021-05-09 00:00:00', 0.00574442581987122, 0.014185, 0.00587743163425895, 0.0183411538461538, 0.00899094287859448, 0.0272096153846154, 0.0218591713827048, 0.0563084615384615, 0.0383395000027587, 0.115157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 915, '2021-05-09 00:00:00', 0.00414336923938094, 0.0120205769230768, 0.00726513784346957, 0.0198367307692306, 0.00913122794842792, 0.0282646153846153, 0.0212600633619433, 0.0560069230769232, 0.0382953081440291, 0.114954615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 930, '2021-05-09 00:00:00', 0.00741932931864179, 0.0156715384615385, 0.00885012273708873, 0.0215326923076924, 0.00984151514484186, 0.0301328846153849, 0.0218966678884113, 0.0557438461538462, 0.0381151176125087, 0.114871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 945, '2021-05-09 00:00:00', 0.00464175737608716, 0.0142384615384615, 0.00685523501532833, 0.0204463461538461, 0.0115484277917617, 0.0313373076923079, 0.0219923177190092, 0.0545255769230771, 0.0369201924681416, 0.113661730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 960, '2021-05-09 00:00:00', 0.00623705406298632, 0.0148792307692306, 0.00920687992126623, 0.021461730769231, 0.0172805702151734, 0.0349448076923077, 0.0225889835956516, 0.0540032692307694, 0.037306228723076, 0.113288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 975, '2021-05-09 00:00:00', 0.00662928190797356, 0.0143411538461541, 0.0100672440598971, 0.0228601923076924, 0.0147936693269058, 0.034208076923077, 0.0198921337177828, 0.0524353846153847, 0.0355961999079201, 0.112093269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 990, '2021-05-09 00:00:00', 0.00944329380484434, 0.0190417307692309, 0.0146724503865629, 0.0273478846153847, 0.015023253094402, 0.0349165384615384, 0.0207364103117048, 0.0525288461538462, 0.0336545298385499, 0.112875576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1005, '2021-05-09 00:00:00', 0.00627870371543003, 0.0175478846153844, 0.00806417658536806, 0.0235799999999998, 0.0142763577516762, 0.0319994230769229, 0.0212049299783002, 0.0506142307692308, 0.0327311197415924, 0.112206538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1020, '2021-05-09 00:00:00', 0.00644947547360354, 0.0172367307692308, 0.0110569302945465, 0.0228665384615385, 0.0147652999135966, 0.0316784615384616, 0.0204304472041493, 0.0478451923076926, 0.0319696238254137, 0.111263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1035, '2021-05-09 00:00:00', 0.00752069543633787, 0.0152496153846155, 0.0101433176506279, 0.0220301923076924, 0.0120976567549894, 0.0318101923076924, 0.0199821372884729, 0.0453788461538466, 0.0327883592077807, 0.109881538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1050, '2021-05-09 00:00:00', 0.00734902831096625, 0.014811346153846, 0.0108671929147388, 0.0224003846153845, 0.0169489553762512, 0.0301621153846153, 0.0199043955572631, 0.0431425000000001, 0.0319185943829708, 0.107674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1065, '2021-05-09 00:00:00', 0.00835346334439521, 0.0173103846153846, 0.00885447432310161, 0.0227684615384615, 0.0159119510383281, 0.0287803846153846, 0.0194594980496967, 0.0412971153846156, 0.0309569031775814, 0.106247115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1080, '2021-05-09 00:00:00', 0.00701553062854163, 0.0167199999999998, 0.0147159525228186, 0.0221744230769231, 0.014612644067856, 0.027914423076923, 0.0179048682077937, 0.0387984615384618, 0.0312102921639886, 0.106074807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1095, '2021-05-09 00:00:00', 0.0123871845329697, 0.0151794230769235, 0.0136554460606521, 0.0197813461538464, 0.013879865505888, 0.0253426923076925, 0.0190189208987745, 0.0369369230769231, 0.030971103671251, 0.105138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1110, '2021-05-09 00:00:00', 0.0103289214270492, 0.0143253846153845, 0.010219851782758, 0.0187723076923076, 0.0105624691023673, 0.0221834615384615, 0.0167207172290499, 0.034455576923077, 0.0310258351161389, 0.104300576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1125, '2021-05-09 00:00:00', 0.00484686064931187, 0.011056923076923, 0.00617515307814017, 0.0148884615384616, 0.00808422945283938, 0.0189646153846154, 0.0132475221659924, 0.0309034615384615, 0.0310622253202527, 0.103395384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1140, '2021-05-09 00:00:00', 0.00466243043256017, 0.00989153846153853, 0.00513178917667586, 0.0122569230769232, 0.00687301538627694, 0.0168675000000002, 0.0137254215403949, 0.0305673076923076, 0.031379543233426, 0.103603461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1155, '2021-05-09 00:00:00', 0.00407175071494028, 0.00834326923076936, 0.00726204906451242, 0.0122838461538461, 0.00723882132351988, 0.0151780769230769, 0.014330158842858, 0.0286523076923077, 0.0316011405733788, 0.103538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1170, '2021-05-09 00:00:00', 0.00511826259959984, 0.00791403846153831, 0.00534096750094505, 0.0105103846153845, 0.00547013136180344, 0.014106346153846, 0.0115823991420003, 0.027443269230769, 0.0322086300952924, 0.103786153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1185, '2021-05-09 00:00:00', 0.0023545309593338, 0.00657096153846133, 0.00360307426427014, 0.00949807692307679, 0.00465346456541126, 0.0138423076923077, 0.0107021988412878, 0.0261809615384615, 0.0323648776940967, 0.103781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1200, '2021-05-09 00:00:00', 0.00291844178655965, 0.00754269230769227, 0.0038815765284424, 0.0108571153846153, 0.00406952879525194, 0.0142238461538463, 0.0117474519855943, 0.027226923076923, 0.0323178044356119, 0.103816538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1215, '2021-05-09 00:00:00', 0.00358838035030588, 0.00678346153846169, 0.00432838629105765, 0.00911173076923098, 0.003952568770384, 0.0135782692307694, 0.0146158214064285, 0.030825769230769, 0.033096641052553, 0.105434807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1230, '2021-05-09 00:00:00', 0.00307308445026505, 0.00616903846153864, 0.00277370327291041, 0.00866961538461553, 0.00451009162451686, 0.0142576923076923, 0.0142989833541251, 0.035430192307692, 0.0329439893764927, 0.105550961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1245, '2021-05-09 00:00:00', 0.0020342904262819, 0.0063515384615385, 0.00337189729745939, 0.0100157692307692, 0.00563192736854909, 0.0143882692307691, 0.0143215803436096, 0.0365784615384613, 0.0333487492517162, 0.106584423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1260, '2021-05-09 00:00:00', 0.00348164338407086, 0.00714557692307696, 0.00418745525808449, 0.0104434615384615, 0.0049534081041394, 0.0139703846153846, 0.0143068261330039, 0.0365299999999999, 0.0334007152024992, 0.106980961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1275, '2021-05-09 00:00:00', 0.00339623658798045, 0.00680019230769223, 0.0040305699348848, 0.00936499999999998, 0.00527410100250405, 0.0131242307692308, 0.0145626636352643, 0.0358269230769229, 0.0337771363208674, 0.107555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1290, '2021-05-09 00:00:00', 0.00299822014509628, 0.00675596153846157, 0.00336809896163777, 0.00922115384615394, 0.00900684684858379, 0.013188076923077, 0.0147692295616989, 0.0356296153846153, 0.0337674502197923, 0.107657884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1305, '2021-05-09 00:00:00', 0.00302372369133485, 0.00708519230769217, 0.00540649285225999, 0.00988519230769207, 0.00943086191713146, 0.0130274999999997, 0.014556186489441, 0.0358186538461536, 0.0335787301038114, 0.107600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1320, '2021-05-09 00:00:00', 0.00342227745244839, 0.00611980769230755, 0.00973669555579076, 0.00884711538461516, 0.0094905155266476, 0.0140851923076921, 0.0142549622884859, 0.0355303846153844, 0.0334896488789963, 0.107030961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1335, '2021-05-09 00:00:00', 0.0085424974910515, 0.00581076923076911, 0.00880176238689657, 0.00866134615384586, 0.00877408266517871, 0.0138361538461537, 0.0140361553688488, 0.0348865384615382, 0.03348162479802, 0.106971346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1350, '2021-05-09 00:00:00', 0.00383573254461861, 0.00607692307692285, 0.00483984907981502, 0.0101813461538461, 0.00443347764176164, 0.0133950000000001, 0.0118343710843265, 0.0332898076923076, 0.0334908134413236, 0.106944807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1365, '2021-05-09 00:00:00', 0.00397675136067304, 0.0084442307692307, 0.00371468665724838, 0.0103998076923077, 0.00422748780192009, 0.0129036538461538, 0.012511188217567, 0.0333188461538459, 0.0331627810075369, 0.107596923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1380, '2021-05-09 00:00:00', 0.00280626132343131, 0.00587884615384598, 0.00273017773442287, 0.0080173076923078, 0.00445765124425212, 0.0126511538461538, 0.0125040312453473, 0.0323607692307691, 0.0331560312514353, 0.107277884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1395, '2021-05-09 00:00:00', 0.00249528237958061, 0.00514307692307714, 0.00323413636670783, 0.00689596153846139, 0.0101633855825704, 0.0173824999999999, 0.0122517059236039, 0.0317959615384614, 0.0330483833358817, 0.106943653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1410, '2021-05-09 00:00:00', 0.00294700144866979, 0.00526653846153803, 0.00454500544130999, 0.0100426923076921, 0.0108734448242568, 0.0232978846153842, 0.012493756214452, 0.0317478846153842, 0.0328584132979902, 0.106777692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1425, '2021-05-09 00:00:00', 0.00447018227127931, 0.00819153846153846, 0.0100422299393033, 0.014801923076923, 0.0103309671842251, 0.0236101923076921, 0.0122028088317657, 0.0309542307692305, 0.0326388779012674, 0.106539423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 0, '2021-05-09 00:00:00', 0.00329841872287765, 0.00128892857142888, 0.00987624178449058, 0.0173703571428573, 0.0100184180113704, 0.0207542857142858, 0.0127176567792987, 0.0324864285714283, 0.0354683490094482, 0.113893928571429 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 240, '2021-05-09 00:00:00', 0.00348089506614861, 0.00857730769230771, 0.00453742839740071, 0.0113523076923075, 0.00464848366095361, 0.0143021153846153, 0.0108824671428581, 0.024551346153846, 0.0329800531889527, 0.105757884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 255, '2021-05-09 00:00:00', 0.0031151503791336, 0.00689673076923087, 0.00370650136195208, 0.00970288461538472, 0.00405769246664224, 0.0128969230769232, 0.0115565971185959, 0.0241801923076922, 0.0327469024418869, 0.105411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 270, '2021-05-09 00:00:00', 0.0039566638044617, 0.00724269230769243, 0.00409638078533495, 0.00977153846153843, 0.0057682683176681, 0.0131557692307692, 0.0120838341740589, 0.0242421153846152, 0.0323009944667105, 0.106103461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 285, '2021-05-09 00:00:00', 0.00391430697766328, 0.00674134615384599, 0.00448121932239267, 0.00949384615384611, 0.00543661130668729, 0.0126224999999998, 0.0119726758721039, 0.0242734615384615, 0.0324358962742728, 0.105933653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 300, '2021-05-09 00:00:00', 0.00388460179624455, 0.00740134615384614, 0.00546143938480012, 0.00977692307692304, 0.00579803381792897, 0.0122930769230767, 0.0121419472221779, 0.0251978846153846, 0.0324108500659887, 0.10587 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 315, '2021-05-09 00:00:00', 0.0035032143317024, 0.00577557692307697, 0.00355591251947428, 0.00837038461538461, 0.00501743276372116, 0.0107915384615385, 0.012985494618997, 0.0280224999999999, 0.0319561435582484, 0.105026346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 330, '2021-05-09 00:00:00', 0.00333308372462891, 0.00633865384615376, 0.00438119961180296, 0.00810096153846121, 0.0066625476069884, 0.0115061538461537, 0.0132922028214348, 0.0302003846153845, 0.0324317111013516, 0.105825192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 345, '2021-05-09 00:00:00', 0.00389494625715861, 0.00614288461538435, 0.00457261839229321, 0.00797980769230764, 0.00784835871131938, 0.0115773076923075, 0.0128703910600442, 0.0319059615384616, 0.0335505534844864, 0.106708653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 360, '2021-05-09 00:00:00', 0.00380262045780976, 0.00565711538461541, 0.00656104869959536, 0.00813403846153845, 0.00706395373329658, 0.0108878846153847, 0.0136167410212012, 0.0346790384615385, 0.0334518936614724, 0.107161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 375, '2021-05-09 00:00:00', 0.00553982829503421, 0.00579153846153845, 0.00618523863416275, 0.0080848076923077, 0.00645896094584889, 0.0107625000000002, 0.0132773369375731, 0.037651923076923, 0.0336519858992234, 0.107704807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 390, '2021-05-09 00:00:00', 0.00395283618236533, 0.00540826923076911, 0.00425634457197538, 0.00706865384615399, 0.00498032110873928, 0.0103028846153846, 0.0117531701320896, 0.0384419230769231, 0.0340018777490528, 0.108022692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 405, '2021-05-09 00:00:00', 0.00271456039789972, 0.00457307692307726, 0.00364151937858582, 0.00713923076923091, 0.00430702169539636, 0.00942673076923074, 0.0132309690673638, 0.0411523076923076, 0.0339723957081898, 0.108738076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 420, '2021-05-09 00:00:00', 0.00358187257107029, 0.00593365384615392, 0.00407074724287628, 0.00778634615384619, 0.00542377802260203, 0.0108190384615385, 0.0126212717282557, 0.0435509615384615, 0.0342224311217746, 0.109596730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 435, '2021-05-09 00:00:00', 0.00329895985938681, 0.00545307692307681, 0.00378031710106621, 0.0070392307692306, 0.00582152901207751, 0.0115909615384614, 0.0127601426279105, 0.0448082692307691, 0.0351748204478495, 0.109661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 450, '2021-05-09 00:00:00', 0.00319965363510083, 0.0053607692307692, 0.00402841099136901, 0.00790365384615381, 0.00589349256840495, 0.012839423076923, 0.0147794711834201, 0.0461226923076922, 0.0356926666223662, 0.110551153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 465, '2021-05-09 00:00:00', 0.00359346672662829, 0.0064263461538463, 0.00497263960240258, 0.00941884615384635, 0.00635673525603999, 0.0137463461538464, 0.0145864219435536, 0.0464513461538462, 0.0359853945628797, 0.111535384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 480, '2021-05-09 00:00:00', 0.00482018300003704, 0.007256923076923, 0.00481067124694187, 0.0101296153846153, 0.00663091054195321, 0.0151538461538462, 0.0144851791484101, 0.0469701923076923, 0.0360347091699311, 0.112385192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 495, '2021-05-09 00:00:00', 0.00317793636475975, 0.00670653846153831, 0.00424974965778532, 0.00952807692307695, 0.00897099016917239, 0.0193511538461538, 0.0151783279876276, 0.0480924999999999, 0.0354942684885665, 0.112963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 510, '2021-05-09 00:00:00', 0.00311658540960859, 0.00623115384615393, 0.00504262056413592, 0.0109169230769231, 0.00833461834528375, 0.0212451923076923, 0.0147062605729145, 0.0476740384615384, 0.0354204248470587, 0.113407884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 525, '2021-05-09 00:00:00', 0.00404856801369789, 0.00802519230769232, 0.00759090284485325, 0.0151349999999998, 0.00827489332489917, 0.0230134615384616, 0.0154742236203903, 0.047439423076923, 0.0351273336109555, 0.114266153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 540, '2021-05-09 00:00:00', 0.00661604178958542, 0.0129401923076921, 0.00750942017632619, 0.0176057692307691, 0.0111079518658412, 0.0254155769230768, 0.0160764854320262, 0.0474353846153844, 0.0351014094654549, 0.114407307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 555, '2021-05-09 00:00:00', 0.00468777776202672, 0.0114871153846152, 0.00574502611964333, 0.0156036538461538, 0.0108636572553419, 0.0262201923076922, 0.0163824207612915, 0.047055, 0.0349808311705797, 0.114675769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 570, '2021-05-09 00:00:00', 0.00399454859777678, 0.0109324999999999, 0.00828985673069129, 0.017448846153846, 0.0109265946486261, 0.027998846153846, 0.0155944572056374, 0.0479165384615382, 0.0345845333489051, 0.114139807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 585, '2021-05-09 00:00:00', 0.00634841448709836, 0.0127675000000001, 0.00890559057774732, 0.0213265384615385, 0.0128624780481236, 0.0300984615384614, 0.015864466627801, 0.0490742307692307, 0.0339889167235211, 0.113505961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 600, '2021-05-09 00:00:00', 0.00634211310635873, 0.0176455769230769, 0.00803930855235701, 0.0218149999999999, 0.0115885149327321, 0.0308328846153846, 0.0161931280629018, 0.0497823076923075, 0.0338925616918883, 0.112885961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 615, '2021-05-09 00:00:00', 0.0047460916430905, 0.0135282692307694, 0.00735112835137985, 0.0202009615384615, 0.00810232460470458, 0.02834, 0.0143647557008867, 0.0484971153846153, 0.0338516341339448, 0.112201538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 630, '2021-05-09 00:00:00', 0.00555804400084991, 0.014713653846154, 0.00644603179065651, 0.0208296153846155, 0.00849846573709729, 0.0288032692307694, 0.0149115624110441, 0.0486984615384615, 0.034289243705346, 0.111523269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 645, '2021-05-09 00:00:00', 0.00532377545689009, 0.0152063461538462, 0.00699695466723803, 0.0218411538461537, 0.010113319847911, 0.0285371153846151, 0.0172841988666395, 0.0486423076923077, 0.0340802313739211, 0.1108775 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 660, '2021-05-09 00:00:00', 0.00662427976926836, 0.0152123076923075, 0.00895636910463509, 0.0209984615384615, 0.0108821817046879, 0.026755576923077, 0.0181518744613757, 0.0465026923076923, 0.0341975885165336, 0.109572884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 675, '2021-05-09 00:00:00', 0.00826025693630949, 0.0142694230769231, 0.00903354580907261, 0.0193417307692307, 0.00946042697849215, 0.0236238461538462, 0.0205677216568548, 0.046426923076923, 0.0348970281322283, 0.108282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 690, '2021-05-09 00:00:00', 0.00654001054162849, 0.0134967307692307, 0.00725364241923692, 0.0172671153846153, 0.00768486570875103, 0.0219901923076924, 0.020499377462405, 0.0451528846153847, 0.0350822304900051, 0.107753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 705, '2021-05-09 00:00:00', 0.0035953517855056, 0.0112626923076924, 0.00537763913026743, 0.015106153846154, 0.00616635936725647, 0.0207596153846153, 0.0183186157952463, 0.0470244230769233, 0.0342338355207467, 0.106732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 720, '2021-05-09 00:00:00', 0.00400376791765718, 0.0111915384615386, 0.00529544923640913, 0.0155911538461541, 0.00789912780238803, 0.0203809615384617, 0.0173153506606132, 0.0481675000000003, 0.0334111477671059, 0.106371346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 735, '2021-05-09 00:00:00', 0.00358891189852649, 0.0108138461538462, 0.00492831433188318, 0.014831923076923, 0.00689500989010284, 0.0196292307692309, 0.0171045933877876, 0.0500098076923078, 0.0328027115717823, 0.106442692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 750, '2021-05-09 00:00:00', 0.0036207848756015, 0.0110363461538462, 0.00561895547711901, 0.0147155769230771, 0.006528623945012, 0.0211538461538462, 0.0184773192902503, 0.0515569230769233, 0.0325443839158392, 0.106207307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 765, '2021-05-09 00:00:00', 0.00413433678524695, 0.00997557692307688, 0.00512552094538105, 0.0141098076923077, 0.00801056606085887, 0.0221211538461537, 0.0218369016266924, 0.0542794230769231, 0.0316627874034148, 0.105673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 780, '2021-05-09 00:00:00', 0.00456973505375737, 0.0105576923076924, 0.00523544739106567, 0.0157092307692308, 0.00979275265183408, 0.0232024999999999, 0.0215093201766476, 0.0548176923076924, 0.0307631280344107, 0.105277692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 795, '2021-05-09 00:00:00', 0.00416636041592472, 0.0107986538461537, 0.00625415399185598, 0.0151830769230767, 0.00945020796881489, 0.0229055769230766, 0.0222200248883403, 0.0562059615384616, 0.0306504210436635, 0.106016923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 810, '2021-05-09 00:00:00', 0.00453516825656817, 0.0106713461538459, 0.0069096262533902, 0.0158698076923073, 0.00852809287905851, 0.0227919230769228, 0.020470094281283, 0.0559117307692307, 0.0307062597852621, 0.10576 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 825, '2021-05-09 00:00:00', 0.00457522764881275, 0.0109390384615383, 0.0063422430999182, 0.0156434615384614, 0.00859125220567639, 0.0217276923076921, 0.0197043044116291, 0.0570171153846155, 0.0307651888497624, 0.105115192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 840, '2021-05-09 00:00:00', 0.00505430515653549, 0.0111411538461538, 0.00601964561952067, 0.015130769230769, 0.00724826242308106, 0.0207680769230768, 0.0197500139328089, 0.0588821153846154, 0.0321166743302987, 0.105560961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 855, '2021-05-09 00:00:00', 0.00413140482719293, 0.0104196153846153, 0.00597834129619978, 0.0146944230769228, 0.00845037993911429, 0.0233436538461538, 0.0200579852705944, 0.0595663461538461, 0.0325292849770079, 0.104923653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 870, '2021-05-09 00:00:00', 0.0037487015239125, 0.0105836538461539, 0.00617419196830966, 0.0159726923076924, 0.00775765716269058, 0.0246805769230769, 0.0207276603711451, 0.0595326923076923, 0.0327608892501646, 0.104867692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 885, '2021-05-09 00:00:00', 0.00445914124191927, 0.0119738461538463, 0.00737299205520755, 0.0185603846153847, 0.00970179432452489, 0.027938653846154, 0.0203756840715744, 0.0586757692307693, 0.0331751073043306, 0.104489423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 900, '2021-05-09 00:00:00', 0.00779676805823089, 0.0137669230769232, 0.00812274812581233, 0.0183463461538462, 0.0127117493697155, 0.0279990384615387, 0.0209215825157072, 0.0587201923076924, 0.0331430598257824, 0.104296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 915, '2021-05-09 00:00:00', 0.00414725410547565, 0.011911153846154, 0.00855934489989644, 0.019813653846154, 0.0122097878832454, 0.0294080769230769, 0.0212954319523803, 0.0582059615384616, 0.0328934414061294, 0.103788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 930, '2021-05-09 00:00:00', 0.0073454377703755, 0.0157209615384617, 0.0094215300264054, 0.0214809615384618, 0.0140668184910998, 0.0303176923076923, 0.0219536413240405, 0.0574442307692308, 0.0322015874357868, 0.103844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 945, '2021-05-09 00:00:00', 0.00638467153543433, 0.0144311538461538, 0.00907190220066646, 0.0215484615384616, 0.0150111995023713, 0.0307075, 0.020998439682876, 0.0567213461538462, 0.0318227783441118, 0.103276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 960, '2021-05-09 00:00:00', 0.00687079590339808, 0.0163221153846153, 0.00909963317308009, 0.0212482692307693, 0.0145143954218403, 0.0319173076923075, 0.0201412357576728, 0.0555503846153847, 0.0309290843406955, 0.104161923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 975, '2021-05-09 00:00:00', 0.00736357534657027, 0.0149867307692311, 0.0114992086617364, 0.0229396153846153, 0.0134513099748113, 0.0341040384615386, 0.020053314941771, 0.0564180769230772, 0.0306880088408387, 0.103676153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 990, '2021-05-09 00:00:00', 0.00878816641635424, 0.0163601923076922, 0.0111787349910445, 0.0237949999999999, 0.0116250715531297, 0.0339761538461539, 0.0195437575357297, 0.054556153846154, 0.0314494050335066, 0.102795192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1005, '2021-05-09 00:00:00', 0.00763860969276879, 0.0166390384615385, 0.0109762213005417, 0.0243640384615384, 0.013297345034312, 0.0355448076923077, 0.0211048413558086, 0.0523094230769233, 0.0344908634211798, 0.102748461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1020, '2021-05-09 00:00:00', 0.00653224574411717, 0.0172023076923075, 0.00886385475486709, 0.0237386538461537, 0.0115130978003984, 0.0338301923076922, 0.0200932458887597, 0.0484828846153847, 0.0347392531517084, 0.101668461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1035, '2021-05-09 00:00:00', 0.00527856104007925, 0.0163305769230769, 0.00813035355698233, 0.0238098076923077, 0.0114524476272037, 0.0322044230769232, 0.0191796513403779, 0.0466284615384617, 0.0357272616687338, 0.102387884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1050, '2021-05-09 00:00:00', 0.00713654195779591, 0.0171113461538461, 0.00944186718007363, 0.0236896153846153, 0.011662402412816, 0.0286190384615383, 0.0182697563875805, 0.0454823076923078, 0.0362179774209103, 0.101987692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1065, '2021-05-09 00:00:00', 0.00541350820775091, 0.0169713461538459, 0.00641599759315602, 0.0213186538461537, 0.00842541259432521, 0.0246657692307691, 0.0186511742628881, 0.0433342307692309, 0.0375107384645233, 0.101838076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1080, '2021-05-09 00:00:00', 0.00417876137794998, 0.0131294230769232, 0.00545292806311739, 0.0165723076923077, 0.00929807522885967, 0.0222301923076924, 0.0189928758192281, 0.0420167307692309, 0.0377245369023931, 0.1020525 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1095, '2021-05-09 00:00:00', 0.0050436575899453, 0.0125617307692308, 0.00771230190120831, 0.0161811538461541, 0.00908429761266026, 0.0216236538461539, 0.0197859586546778, 0.0409667307692309, 0.0383624644135988, 0.102701730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1110, '2021-05-09 00:00:00', 0.00756812050898098, 0.0109390384615387, 0.00891690904750833, 0.0149551923076925, 0.00864527962799098, 0.0200703846153846, 0.0206555612254537, 0.0398734615384617, 0.0391119234839633, 0.101793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1125, '2021-05-09 00:00:00', 0.00604147365173546, 0.0109867307692308, 0.00651729345959343, 0.0142059615384616, 0.00712853817143038, 0.0193326923076923, 0.0204117698974428, 0.0394871153846154, 0.0397372442368425, 0.100998461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1140, '2021-05-09 00:00:00', 0.00348709905883887, 0.0082346153846156, 0.0049968929307663, 0.0117648076923078, 0.00719634592104824, 0.016401153846154, 0.0202596144469349, 0.0387634615384617, 0.0399194028652158, 0.100218653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1155, '2021-05-09 00:00:00', 0.00401436233560706, 0.00738480769230762, 0.00628433260944671, 0.0110578846153846, 0.0143956972270831, 0.0178144230769232, 0.0219638058317627, 0.0388811538461539, 0.0398125432012809, 0.100313076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1170, '2021-05-09 00:00:00', 0.00486288412759975, 0.00776403846153859, 0.0055282934492969, 0.0112626923076925, 0.0137648995134503, 0.0167811538461539, 0.022084165831236, 0.0386626923076923, 0.0396[...];
Date: 2021-05-09 15:56:51 Duration: 16s101ms Database: acaweb_fx User: pgperfstats
14 31s767ms 5 6s332ms 6s381ms 6s353ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 09 15 5 31s767ms 6s353ms [ User: pgperfstats - Total duration: 31s767ms - Times executed: 5 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 945, '2021-05-09 00:00:00', 0.0708996918494567, 0.154375000000001, 0.127696282560262, 0.202916666666667, 0.152067276301442, 0.32375, 0.388105534355156, 0.950416666666667, 0.760279524063448, 2.34979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 960, '2021-05-09 00:00:00', 0.108422273969667, 0.151458333333334, 0.117974297126995, 0.22875, 0.165935943420467, 0.357291666666667, 0.368594016382582, 0.965625, 0.762855999099645, 2.35333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 975, '2021-05-09 00:00:00', 0.0708169205196332, 0.155416666666667, 0.126016878326628, 0.259583333333333, 0.187396348161717, 0.3925, 0.368004250822172, 0.958541666666667, 0.765219017620142, 2.34583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 990, '2021-05-09 00:00:00', 0.101716250678906, 0.183749999999999, 0.162250923938326, 0.270833333333334, 0.223781321182411, 0.377916666666666, 0.361993274018707, 0.9475, 0.766634342812601, 2.33395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1005, '2021-05-09 00:00:00', 0.129736180186081, 0.198541666666668, 0.138333769861367, 0.278333333333334, 0.209190988250491, 0.3725, 0.336825547242726, 0.919166666666668, 0.770720976927034, 2.31604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1020, '2021-05-09 00:00:00', 0.103387374835433, 0.195416666666666, 0.169459926432967, 0.260833333333333, 0.218321059783355, 0.370208333333333, 0.324897907599169, 0.911041666666667, 0.772483173682888, 2.30458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1035, '2021-05-09 00:00:00', 0.109660213016575, 0.160833333333333, 0.158033516670688, 0.235624999999999, 0.170699753359815, 0.353333333333333, 0.307166810178708, 0.889166666666668, 0.779436082616181, 2.29645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1050, '2021-05-09 00:00:00', 0.101091641234754, 0.162291666666667, 0.125813116237502, 0.230625, 0.134713699366848, 0.316041666666667, 0.288612372308041, 0.878333333333334, 0.778983335015508, 2.28791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1065, '2021-05-09 00:00:00', 0.075065526930365, 0.1566, 0.114381671025855, 0.2396, 0.240203559507347, 0.6146, 0.293917930722166, 0.902400000000001, 0.840028620544165, 2.3522 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1080, '2021-05-09 00:00:00', 0.0979051411656533, 0.168, 0.103709530259599, 0.1966, 0.242405823637413, 0.6378, 0.294028343304972, 0.8838, 0.844963411436653, 2.3444 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1095, '2021-05-09 00:00:00', 0.0598957427535557, 0.111, 0.20757528754647, 0.53, 0.281129122172238, 0.6674, 0.290488094994155, 0.864, 0.861951516424599, 2.338 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 600, '2021-05-09 00:00:00', 0.122440461721879, 0.396000000000001, 0.175823538431766, 0.4958, 0.252504620419772, 0.607400000000001, 0.270774660311238, 0.782200000000001, 0.857427110604744, 2.236 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 615, '2021-05-09 00:00:00', 0.110631897148456, 0.280399999999999, 0.165489677422289, 0.4008, 0.231134340445839, 0.4928, 0.244054638691148, 0.6878, 0.993094825952353, 2.2504 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 630, '2021-05-09 00:00:00', 0.110491326959782, 0.266000000000001, 0.136856981310174, 0.320600000000001, 0.244602909494824, 0.470800000000001, 0.226582030767373, 0.640400000000001, 1.00031245118713, 2.237 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 645, '2021-05-09 00:00:00', 0.0956220860122468, 0.189600000000001, 0.177376013034458, 0.2868, 0.209451068271327, 0.394800000000001, 0.207997796462687, 0.578800000000001, 1.01555863116481, 2.1998 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 660, '2021-05-09 00:00:00', 0.0949890344548603, 0.185999999999999, 0.130702269809416, 0.2782, 0.131984216228052, 0.3236, 0.203343510674261, 0.5506, 1.0224239172998, 2.1856 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 675, '2021-05-09 00:00:00', 0.0572727392977382, 0.175200000000002, 0.0883058133231707, 0.227000000000001, 0.0917619202065862, 0.283400000000001, 0.226430084868009, 0.5368, 1.02189623576304, 2.1836 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 690, '2021-05-09 00:00:00', 0.0803492377064023, 0.161800000000001, 0.0808769641698639, 0.208400000000001, 0.137302889020346, 0.273000000000001, 0.244695729427386, 0.519800000000001, 1.02652277130125, 2.1714 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 705, '2021-05-09 00:00:00', 0.0745167766345264, 0.150600000000001, 0.0914526289033468, 0.196400000000001, 0.147274403750278, 0.272200000000001, 0.280135681411705, 0.539800000000001, 1.03396687567833, 2.225 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 720, '2021-05-09 00:00:00', 0.0698659430624104, 0.143, 0.121589473228565, 0.2044, 0.129832584507896, 0.2776, 0.328685133017401, 0.5538, 1.04146759431103, 2.2388 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 735, '2021-05-09 00:00:00', 0.0799749960925279, 0.135, 0.0803188358021659, 0.196346153846154, 0.130230564768797, 0.29, 0.35041277856924, 0.586346153846154, 1.07884846016482, 2.32 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 750, '2021-05-09 00:00:00', 0.056034215737647, 0.1374, 0.108916252230786, 0.2074, 0.126595484384975, 0.300799999999999, 0.334486795952645, 0.5428, 1.08053659509215, 2.2752 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 765, '2021-05-09 00:00:00', 0.0740450313435462, 0.1458, 0.095492146273922, 0.206999999999999, 0.096028207661429, 0.283799999999999, 0.324589484323404, 0.536, 1.08614390544409, 2.2724 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 780, '2021-05-09 00:00:00', 0.0547151715705981, 0.14, 0.0707943029722961, 0.2008, 0.088871161426716, 0.2572, 0.317289562807645, 0.536800000000001, 1.09332158276206, 2.261 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 795, '2021-05-09 00:00:00', 0.0741069047615222, 0.152799999999999, 0.0706417015650104, 0.1944, 0.0971326412695548, 0.255799999999999, 0.335134674422089, 0.5506, 1.1243504421072, 2.2742 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 810, '2021-05-09 00:00:00', 0.0419106191793921, 0.1326, 0.0669191053935023, 0.1736, 0.142667153425961, 0.2468, 0.345048305796932, 0.568, 1.15738995157207, 2.2916 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 825, '2021-05-09 00:00:00', 0.0766692028566012, 0.1214, 0.0979532201274337, 0.178599999999999, 0.190859241327215, 0.267199999999999, 0.353254157795772, 0.574799999999999, 1.19421197867045, 2.3038 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 840, '2021-05-09 00:00:00', 0.062832449153815, 0.123999999999999, 0.0899360884183885, 0.170199999999999, 0.16393596310755, 0.279, 0.320905879243951, 0.569199999999999, 1.28042717481316, 2.332 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 855, '2021-05-09 00:00:00', 0.0636409197503207, 0.122799999999999, 0.124293671064405, 0.2102, 0.167985118388506, 0.2776, 0.306372322509721, 0.578399999999999, 1.30160087328387, 2.3326 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 870, '2021-05-09 00:00:00', 0.0909775613361153, 0.145400000000001, 0.109902229276752, 0.194200000000001, 0.146429163761868, 0.255400000000001, 0.266061239817704, 0.5664, 1.30906843467661, 2.3218 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 885, '2021-05-09 00:00:00', 0.0807480649922955, 0.128400000000001, 0.107367360030878, 0.1756, 0.137555140458898, 0.2462, 0.308554155160267, 0.8216, 1.30407773924717, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 900, '2021-05-09 00:00:00', 0.0783379431267721, 0.119199999999999, 0.0917210444772632, 0.1624, 0.151683057722345, 0.241599999999999, 0.305605682756936, 0.9136, 1.3033767682447, 2.3308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 915, '2021-05-09 00:00:00', 0.0595643909283625, 0.121, 0.0927352863441607, 0.1754, 0.125158233182374, 0.252, 0.318744542436938, 0.9478, 1.30483418486795, 2.3338 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 930, '2021-05-09 00:00:00', 0.0602231959740881, 0.1318, 0.0853302408293813, 0.180999999999999, 0.0996631827707713, 0.2534, 0.346956769641406, 0.995399999999999, 1.30545340144079, 2.3324 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 945, '2021-05-09 00:00:00', 0.0610397096474593, 0.125384615384616, 0.0709552947013384, 0.185576923076923, 0.128967050055431, 0.327500000000001, 0.353974792670544, 1.04192307692308, 1.32243615521332, 2.39923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 960, '2021-05-09 00:00:00', 0.0661106298912316, 0.146153846153846, 0.0857440287223453, 0.195961538461539, 0.111012993002552, 0.34673076923077, 0.372854684005197, 1.06384615384615, 1.32295857252424, 2.39923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 975, '2021-05-09 00:00:00', 0.0549282749102445, 0.126346153846154, 0.10254079863457, 0.258846153846155, 0.126376878362362, 0.353653846153846, 0.380119212069865, 1.06384615384615, 1.32437272524944, 2.39634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 990, '2021-05-09 00:00:00', 0.0822285744831955, 0.198461538461539, 0.0985221568207647, 0.263846153846155, 0.152582890461344, 0.346538461538462, 0.407275044089938, 1.06980769230769, 1.32799092038138, 2.38673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1005, '2021-05-09 00:00:00', 0.0608946126201155, 0.176923076923078, 0.098473932513205, 0.258653846153846, 0.141082081945773, 0.328076923076924, 0.417844330600984, 1.07326923076923, 1.32465258144861, 2.38230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1020, '2021-05-09 00:00:00', 0.0607279557978414, 0.18326923076923, 0.0910705559104922, 0.240384615384615, 0.131624904120062, 0.303653846153845, 0.429199971324108, 1.08384615384615, 1.32416401784441, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1035, '2021-05-09 00:00:00', 0.0713711857393877, 0.169615384615384, 0.122108400769405, 0.222307692307692, 0.134099274362748, 0.291153846153846, 0.438794896892, 1.07519230769231, 1.3263792386099, 2.37326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1050, '2021-05-09 00:00:00', 0.089719220134476, 0.151538461538462, 0.0929863513557847, 0.192307692307693, 0.0996818014406928, 0.262307692307692, 0.447615219374169, 1.06576923076923, 1.33098571049372, 2.36519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1065, '2021-05-09 00:00:00', 0.0523317817833044, 0.118846153846154, 0.0606084533327216, 0.179230769230769, 0.315552750679721, 0.643461538461538, 0.445506453376379, 1.065, 1.33413723201407, 2.35807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1080, '2021-05-09 00:00:00', 0.058366547320824, 0.139423076923077, 0.0637386490648762, 0.171153846153846, 0.305462826644321, 0.758461538461538, 0.444336540854409, 1.06019230769231, 1.33584690797204, 2.34980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1095, '2021-05-09 00:00:00', 0.0460505575010088, 0.104423076923077, 0.313292993857187, 0.5975, 0.307390818640725, 0.806346153846153, 0.462146996261845, 1.04961538461538, 1.33232053200422, 2.34 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 600, '2021-05-09 00:00:00', 0.178288983222356, 0.449807692307692, 0.20571788000523, 0.599615384615384, 0.255750554552373, 0.722115384615384, 0.408335457869931, 0.939615384615385, 1.34829985537343, 2.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 615, '2021-05-09 00:00:00', 0.141190133671422, 0.315576923076923, 0.209980676766661, 0.438269230769231, 0.205883555587957, 0.565961538461538, 0.363667642011431, 0.796923076923077, 1.351758470119, 2.17980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 630, '2021-05-09 00:00:00', 0.143131461896452, 0.256153846153846, 0.151424517880641, 0.345769230769229, 0.177772650834192, 0.448653846153845, 0.389244831001695, 0.721538461538461, 1.35042154387208, 2.14211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 645, '2021-05-09 00:00:00', 0.10243966329203, 0.221730769230768, 0.130260685373009, 0.304615384615384, 0.146196390568935, 0.364230769230768, 0.381853173554766, 0.684615384615384, 1.35767812261058, 2.11173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 660, '2021-05-09 00:00:00', 0.0986485603622183, 0.208461538461539, 0.116352250317069, 0.270384615384615, 0.160727672214166, 0.349230769230769, 0.377853655024514, 0.685769230769231, 1.35221430936873, 2.10153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 675, '2021-05-09 00:00:00', 0.068632802204642, 0.182692307692308, 0.0890358614008114, 0.239230769230769, 0.143333929635016, 0.338846153846154, 0.353674774551206, 0.665384615384615, 1.34760625383849, 2.08115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 690, '2021-05-09 00:00:00', 0.0740799983385933, 0.154615384615384, 0.122945266120897, 0.223461538461539, 0.159338053786957, 0.333846153846154, 0.376901333752768, 0.668846153846153, 1.34998850422456, 2.07519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 705, '2021-05-09 00:00:00', 0.0690532124802751, 0.137884615384617, 0.0958050905986493, 0.216153846153847, 0.110962225034538, 0.288846153846155, 0.523707346344678, 0.694230769230769, 1.42218738622534, 2.10519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 720, '2021-05-09 00:00:00', 0.0618372553873977, 0.155384615384616, 0.0796156633216979, 0.225576923076924, 0.0902475228724617, 0.278846153846154, 0.511252346242501, 0.700192307692308, 1.41842502038759, 2.11346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 735, '2021-05-09 00:00:00', 0.0672541105406605, 0.156346153846155, 0.0701780702104404, 0.189807692307693, 0.0913665483305905, 0.274615384615385, 0.499401526444788, 0.696730769230769, 1.41545312125183, 2.12846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 750, '2021-05-09 00:00:00', 0.0531286537205099, 0.129423076923077, 0.0730331852916611, 0.190384615384615, 0.0932275957824962, 0.255769230769231, 0.498844510999014, 0.690384615384615, 1.41714425735486, 2.12961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 765, '2021-05-09 00:00:00', 0.0607327056738092, 0.132692307692308, 0.0753800626568717, 0.183076923076923, 0.0998246539611411, 0.244807692307693, 0.490562981136508, 0.679038461538462, 1.41400146882744, 2.13807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 780, '2021-05-09 00:00:00', 0.0552824913164543, 0.126923076923077, 0.0505964425626936, 0.165, 0.128802771112091, 0.268076923076923, 0.496107308491279, 0.677692307692308, 1.41252616041125, 2.14192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 795, '2021-05-09 00:00:00', 0.0469357170869, 0.120192307692308, 0.0666748712900028, 0.181538461538461, 0.179121359805193, 0.317692307692308, 0.500651613860914, 0.710961538461538, 1.40914607257238, 2.14942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 810, '2021-05-09 00:00:00', 0.0612626752975689, 0.128653846153846, 0.115958878653002, 0.197692307692307, 0.256056559256859, 0.344807692307692, 0.502160294665419, 0.754807692307692, 1.41073930427113, 2.15076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 825, '2021-05-09 00:00:00', 0.0858139759103285, 0.139038461538461, 0.159757990049373, 0.241153846153846, 0.245670511050879, 0.325, 0.514995743074266, 0.771153846153847, 1.41490669711415, 2.16980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 840, '2021-05-09 00:00:00', 0.138623452339284, 0.177307692307694, 0.225299458840553, 0.244615384615385, 0.224760727475653, 0.310769230769231, 0.514569125206113, 0.765769230769232, 1.41621012402278, 2.16865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 855, '2021-05-09 00:00:00', 0.121723520260529, 0.138846153846153, 0.121125491187382, 0.189230769230769, 0.134864176688422, 0.277884615384615, 0.511964692292199, 0.759615384615385, 1.41706039174276, 2.16807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 870, '2021-05-09 00:00:00', 0.0704723077091004, 0.137115384615385, 0.0655321412626015, 0.187692307692307, 0.22333073094542, 0.308846153846153, 0.505650418919876, 0.747115384615385, 1.42058028500815, 2.17211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 885, '2021-05-09 00:00:00', 0.0569966260809825, 0.138846153846153, 0.098721052232267, 0.205384615384614, 0.480610189078586, 0.363076923076922, 0.707299196836921, 1.14692307692308, 1.39264060193355, 2.19038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 900, '2021-05-09 00:00:00', 0.0789724879065729, 0.135576923076923, 0.237496234787968, 0.242307692307692, 0.481989786039241, 0.381923076923078, 0.760919585360119, 1.20615384615385, 1.38917651312401, 2.19576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 915, '2021-05-09 00:00:00', 0.0786749642516598, 0.1378, 0.0886110414489452, 0.1954, 0.125983795254257, 0.2986, 0.723993957157102, 1.1512, 1.26791751834784, 2.0724 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 930, '2021-05-09 00:00:00', 0.0654586383400494, 0.1434, 0.0958527516558601, 0.212400000000001, 0.120663789100127, 0.3142, 0.723380547614232, 1.1574, 1.2731399831388, 2.094 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 945, '2021-05-09 00:00:00', 0.0620436674179303, 0.1584, 0.101129042976453, 0.229000000000001, 0.147967620331838, 0.320600000000001, 0.722726319801163, 1.158, 1.27648400564467, 2.0998 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 960, '2021-05-09 00:00:00', 0.0577804753643764, 0.1564, 0.0946625585963109, 0.2112, 0.164295972764602, 0.321600000000001, 0.734441227510185, 1.1532, 1.28305787086943, 2.098 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 975, '2021-05-09 00:00:00', 0.0718023908608444, 0.1442, 0.113414064383568, 0.2376, 0.187047899391217, 0.3716, 0.716254901088525, 1.1576, 1.28833962913511, 2.1026 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 990, '2021-05-09 00:00:00', 0.111679228149195, 0.200800000000001, 0.138383525030981, 0.272000000000001, 0.214436665086298, 0.4218, 0.709452723348544, 1.1474, 1.30346327144266, 2.1104 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1005, '2021-05-09 00:00:00', 0.0749961110102829, 0.166600000000001, 0.11287640733711, 0.256600000000001, 0.263335495771713, 0.403200000000001, 0.722378421143193, 1.1458, 1.29743570810529, 2.0946 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1020, '2021-05-09 00:00:00', 0.0831554768691348, 0.1724, 0.171168289508697, 0.2844, 0.255312390350854, 0.388600000000001, 0.720031828000216, 1.13, 1.29820703279562, 2.0896 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1035, '2021-05-09 00:00:00', 0.128727748886296, 0.203, 0.220406253692282, 0.278200000000001, 0.222359131436812, 0.3546, 0.751738928529491, 1.1252, 1.30099410708376, 2.1426 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1050, '2021-05-09 00:00:00', 0.121629560551701, 0.177, 0.134470566791894, 0.2286, 0.178327414231987, 0.2994, 0.75068868380974, 1.1072, 1.29913535348195, 2.1388 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1065, '2021-05-09 00:00:00', 0.133738550911844, 0.1738, 0.15600427344574, 0.250399999999999, 0.633447906303272, 0.876000000000001, 0.731074950557966, 1.1018, 1.27457993080073, 2.1304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1080, '2021-05-09 00:00:00', 0.0742462120245867, 0.171, 0.0917051434399038, 0.1966, 0.689788735773497, 0.927800000000001, 0.728941870110367, 1.085, 1.26677747322356, 2.1322 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1095, '2021-05-09 00:00:00', 0.0437340447096611, 0.102799999999999, 0.641894137170089, 0.825200000000001, 0.700783609016839, 0.938200000000001, 0.724988333239462, 1.0782, 1.25498814735439, 2.1366 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 4, 600, '2021-05-09 00:00:00', 0.399327729903103, 0.626875000000001, 0.498067824669507, 0.737083333333334, 0.503388472961137, 0.808958333333334, 0.563079653026261, 0.937500000000001, 1.10563936516257, 2.05083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 615, '2021-05-09 00:00:00', 0.203544230139763, 0.337916666666667, 0.229361017719393, 0.413958333333333, 0.263079587891606, 0.525, 0.317954783837604, 0.721875, 0.968569443201853, 1.934375 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 630, '2021-05-09 00:00:00', 0.133896455776713, 0.26, 0.167006763509659, 0.362291666666668, 0.216428415551126, 0.458958333333333, 0.26593959418188, 0.672708333333334, 0.909204715990689, 1.91479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 645, '2021-05-09 00:00:00', 0.103699677860667, 0.234166666666667, 0.165796277995321, 0.319166666666667, 0.174348554563154, 0.386875000000001, 0.218345122206347, 0.605625, 0.899874286711237, 1.91041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 660, '2021-05-09 00:00:00', 0.105942756966312, 0.213958333333333, 0.114211022273227, 0.275625, 0.135363172265566, 0.326666666666667, 0.202105650194595, 0.588541666666667, 0.890303822713982, 1.901875 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 675, '2021-05-09 00:00:00', 0.0721835296762472, 0.178125, 0.0870009057923854, 0.223125, 0.131851193846854, 0.321041666666666, 0.250867967901127, 0.582708333333333, 0.894833575936435, 1.89520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 690, '2021-05-09 00:00:00', 0.0666998332353491, 0.146458333333333, 0.115886626255698, 0.211666666666666, 0.178824665159942, 0.3275, 0.253045221369564, 0.570833333333333, 0.898033176979849, 1.89375 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 705, '2021-05-09 00:00:00', 0.0786664210263919, 0.146666666666666, 0.129966376644004, 0.237708333333334, 0.194652700759695, 0.32625, 0.253431521780311, 0.548333333333334, 0.879808526600113, 1.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 720, '2021-05-09 00:00:00', 0.117403791941822, 0.166458333333333, 0.141190589660556, 0.234999999999999, 0.167565150643399, 0.307916666666666, 0.253504423538571, 0.559166666666668, 0.879319127861545, 1.95395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 735, '2021-05-09 00:00:00', 0.0730978597597033, 0.149583333333333, 0.0947190257581845, 0.211041666666667, 0.122641333730234, 0.286875, 0.258158192149529, 0.552500000000001, 0.881519192619492, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 750, '2021-05-09 00:00:00', 0.073254754507616, 0.153541666666667, 0.113817168415345, 0.205, 0.12418703023368, 0.285625, 0.258725625471005, 0.557083333333334, 0.883602203064744, 1.965625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 765, '2021-05-09 00:00:00', 0.114246111150636, 0.155, 0.130383353387539, 0.217083333333334, 0.1453355375614, 0.300625000000001, 0.276646258196118, 0.593750000000001, 0.888924199177892, 1.96166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 780, '2021-05-09 00:00:00', 0.0719673713305692, 0.145208333333333, 0.0829939647709747, 0.201458333333334, 0.117662738058979, 0.279791666666667, 0.369226509855008, 0.646041666666668, 0.88750862416712, 1.96291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 795, '2021-05-09 00:00:00', 0.0432253741570216, 0.133541666666667, 0.0848525468689357, 0.197291666666666, 0.120357069901865, 0.274791666666667, 0.591348250714577, 0.714166666666667, 0.878158481619679, 1.97583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 810, '2021-05-09 00:00:00', 0.0681586889842959, 0.138958333333333, 0.0771993349637179, 0.193541666666667, 0.0917808906257614, 0.269583333333334, 0.588726479575724, 0.723541666666667, 0.879252992190167, 1.97854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 825, '2021-05-09 00:00:00', 0.0568460768151616, 0.144791666666666, 0.0849285718638931, 0.207083333333334, 0.0820963445142882, 0.280625, 0.587791863981053, 0.734166666666667, 0.876741641418441, 1.98041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 840, '2021-05-09 00:00:00', 0.0631505992719461, 0.145208333333333, 0.0541267969210043, 0.189166666666667, 0.107662709690826, 0.293958333333333, 0.589073171250362, 0.729375, 0.877218512595682, 1.98333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 855, '2021-05-09 00:00:00', 0.0421694305103262, 0.1225, 0.075613133875622, 0.197291666666667, 0.165606045538323, 0.319166666666667, 0.600955760507342, 0.75, 0.87730852302096, 1.985625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 870, '2021-05-09 00:00:00', 0.0661026869150665, 0.142500000000001, 0.107506108690609, 0.221458333333334, 0.158416072965824, 0.310000000000001, 0.608432255705275, 0.754375, 0.879669733809064, 1.98583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 885, '2021-05-09 00:00:00', 0.0745116954150363, 0.152916666666667, 0.14696691927886, 0.235833333333333, 0.134861039592612, 0.306250000000001, 0.606289461587355, 0.937291666666667, 0.858489151468092, 1.99583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 900, '2021-05-09 00:00:00', 0.0962701136522066, 0.161249999999999, 0.0962501176359159, 0.204791666666668, 0.174352710772225, 0.326458333333334, 0.602521272701614, 0.968333333333334, 0.855069282725598, 1.9825 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 915, '2021-05-09 00:00:00', 0.0691770334469597, 0.135625000000001, 0.0967506506737661, 0.204583333333334, 0.189860742254094, 0.308333333333334, 0.586772059044535, 0.991666666666667, 0.850087804501581, 1.97916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 930, '2021-05-09 00:00:00', 0.0664784480713186, 0.157083333333333, 0.126107952087527, 0.238541666666667, 0.14330325982113, 0.308541666666666, 0.553189000841642, 1.005625, 0.833442284544446, 1.97229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 945, '2021-05-09 00:00:00', 0.0702157647767811, 0.157083333333333, 0.0889705618143721, 0.19625, 0.14774145062197, 0.308333333333332, 0.551089664973477, 1.01541666666667, 0.824111181291963, 1.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 960, '2021-05-09 00:00:00', 0.0474451437627355, 0.130208333333333, 0.0664222194140191, 0.190208333333333, 0.28544135352879, 0.374375, 0.528774046974341, 1.02291666666667, 0.823177719554541, 1.96458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 975, '2021-05-09 00:00:00', 0.0486092822292267, 0.127916666666668, 0.111002513354493, 0.227916666666667, 0.501421168685366, 0.449166666666667, 0.519967207369014, 1.040625, 0.808202486421547, 1.96395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 990, '2021-05-09 00:00:00', 0.0984517832402662, 0.179166666666667, 0.261461108449965, 0.315208333333334, 0.495899444502585, 0.460208333333334, 0.52542736229043, 1.07, 0.801611573101608, 1.970625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1005, '2021-05-09 00:00:00', 0.242854309370269, 0.232291666666667, 0.49116524419125, 0.365416666666668, 0.477471260232307, 0.431250000000001, 0.5378533553712, 1.06083333333333, 0.78508918998537, 1.95958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1020, '2021-05-09 00:00:00', 0.332772648920498, 0.254375, 0.324407416840998, 0.309791666666667, 0.318549062837709, 0.363125, 0.507957288444666, 1.03854166666667, 0.772806591052323, 1.948125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1035, '2021-05-09 00:00:00', 0.173708354408486, 0.190625, 0.164296783203489, 0.227291666666666, 0.260530308537541, 0.322708333333333, 0.496327819437744, 1.03, 0.773052690284771, 1.953125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1050, '2021-05-09 00:00:00', 0.0837631127523991, 0.156458333333333, 0.11286755576749, 0.207291666666667, 0.223859326784492, 0.311041666666667, 0.491962021333743, 1.03125, 0.773524981328419, 1.953125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1065, '2021-05-09 00:00:00', 0.0733190244604094, 0.141875, 0.157845405702698, 0.242708333333333, 0.316855874061909, 0.687916666666667, 0.486568880388294, 1.03833333333333, 0.771579290448671, 1.95541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1080, '2021-05-09 00:00:00', 0.128128777780997, 0.193125, 0.14671956391287, 0.23125, 0.344060367133274, 0.761666666666666, 0.487404394192605, 1.0275, 0.771296639066178, 1.950625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1095, '2021-05-09 00:00:00', 0.0948967306747376, 0.124791666666667, 0.314002258715222, 0.646875, 0.336984442508483, 0.774583333333332, 0.486485799351856, 1.00645833333333, 0.772444331046074, 1.935625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 600, '2021-05-09 00:00:00', 0.237478311886792, 0.496304347826087, 0.306978453235708, 0.588043478260869, 0.285960519953946, 0.690652173913043, 0.457206459967019, 0.941739130434782, 0.768015061302415, 1.94695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 615, '2021-05-09 00:00:00', 0.108270175163982, 0.277608695652173, 0.119133896836685, 0.367391304347826, 0.169739104617537, 0.49, 0.372612823458256, 0.77804347826087, 0.730263028578807, 1.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 630, '2021-05-09 00:00:00', 0.0751888268547557, 0.245217391304348, 0.0996659440092587, 0.33913043478261, 0.144377497069587, 0.438043478260871, 0.347690147595784, 0.714565217391306, 0.735930483054838, 1.83630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 645, '2021-05-09 00:00:00', 0.0852327666213458, 0.228478260869565, 0.110620331347858, 0.308695652173913, 0.169086127689633, 0.42913043478261, 0.317668134187647, 0.678043478260871, 0.731475713450275, 1.82108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 660, '2021-05-09 00:00:00', 0.0816674060895233, 0.206739130434782, 0.126430158507521, 0.281304347826088, 0.201700037526868, 0.420217391304349, 0.291734285404773, 0.644565217391305, 0.73455419245967, 1.80695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 675, '2021-05-09 00:00:00', 0.0750092220944164, 0.163260869565218, 0.0985211800827686, 0.252826086956522, 0.246921160066402, 0.387173913043479, 0.285022535687624, 0.61913043478261, 0.738155885075732, 1.80673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 690, '2021-05-09 00:00:00', 0.0718653219983657, 0.181521739130435, 0.159290360575685, 0.279347826086957, 0.24225961966485, 0.360217391304348, 0.257596445731992, 0.621739130434783, 0.736896064772149, 1.80108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 705, '2021-05-09 00:00:00', 0.103257228976805, 0.180652173913044, 0.163427952481128, 0.247173913043478, 0.192925777777946, 0.33108695652174, 0.196702560311761, 0.608478260869565, 0.720574128802037, 1.9204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 720, '2021-05-09 00:00:00', 0.0884065125567722, 0.155434782608695, 0.114176463520878, 0.216086956521739, 0.157194713224118, 0.305217391304348, 0.185223932412472, 0.605217391304348, 0.699024164538463, 1.94934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 735, '2021-05-09 00:00:00', 0.0688212440774185, 0.150000000000001, 0.0984077787021471, 0.210000000000001, 0.146682012013135, 0.317391304347827, 0.180085069928263, 0.600217391304348, 0.695774300668224, 1.97217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 750, '2021-05-09 00:00:00', 0.101692689816207, 0.158695652173914, 0.131639479523317, 0.241956521739131, 0.162238844571042, 0.331521739130436, 0.184771785314267, 0.597608695652174, 0.699559855977215, 1.98891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 765, '2021-05-09 00:00:00', 0.0647425732460021, 0.160652173913044, 0.0810851550626956, 0.229565217391305, 0.129174943421335, 0.314565217391305, 0.18359389795848, 0.59108695652174, 0.703189655569254, 2.01565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 780, '2021-05-09 00:00:00', 0.0577150558172135, 0.154130434782609, 0.077497928061044, 0.216739130434784, 0.109049975851448, 0.268478260869566, 0.212580605498225, 0.627173913043479, 0.707788335636609, 2.02565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 795, '2021-05-09 00:00:00', 0.0514743114872161, 0.137826086956522, 0.0843792726922847, 0.18804347826087, 0.0897928005776245, 0.273260869565218, 0.236045734832905, 0.65804347826087, 0.700721889202775, 2.02956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 810, '2021-05-09 00:00:00', 0.0584356339929504, 0.130217391304349, 0.0721726629731269, 0.185434782608695, 0.0786515555706044, 0.287391304347827, 0.249439688307147, 0.682608695652175, 0.692102042443274, 2.03934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 825, '2021-05-09 00:00:00', 0.0660002096056083, 0.125869565217391, 0.080789704075365, 0.212391304347827, 0.0903506563712699, 0.287826086956523, 0.242472442507378, 0.697391304347826, 0.695015070783794, 2.04869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 840, '2021-05-09 00:00:00', 0.072944832692939, 0.156304347826087, 0.0774979280610458, 0.211739130434783, 0.10737526083934, 0.30608695652174, 0.232915869728838, 0.694565217391304, 0.696028399993016, 2.06152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 855, '2021-05-09 00:00:00', 0.0575822148102229, 0.124565217391305, 0.0724868803721545, 0.190434782608696, 0.127509590432147, 0.282173913043479, 0.216338100927792, 0.686086956521739, 0.69042806221279, 2.055 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 870, '2021-05-09 00:00:00', 0.0564522604287003, 0.143695652173913, 0.0977347179809414, 0.205434782608696, 0.145484742418851, 0.293913043478261, 0.216343125211057, 0.700434782608695, 0.690479583576493, 2.04934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 885, '2021-05-09 00:00:00', 0.0773383817806054, 0.12804347826087, 0.0916493575704865, 0.177173913043478, 0.125247186425523, 0.293695652173913, 0.473551567367823, 0.950217391304349, 0.723218610174522, 2.03739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 900, '2021-05-09 00:00:00', 0.0722916797184963, 0.124782608695653, 0.096940856424259, 0.204565217391305, 0.133188326946405, 0.321304347826087, 0.445356365723135, 0.988260869565218, 0.71491216741263, 2.03804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 915, '2021-05-09 00:00:00', 0.0720555067113595, 0.155217391304348, 0.105829585588202, 0.23891304347826, 0.115552034717147, 0.33, 0.435156598045043, 1.01608695652174, 0.718279950267667, 2.04021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 930, '2021-05-09 00:00:00', 0.0983093246856985, 0.179782608695652, 0.120219660615138, 0.246304347826086, 0.116467692173229, 0.305217391304347, 0.442931752699451, 1.02108695652174, 0.730650327575216, 2.04608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 945, '2021-05-09 00:00:00', 0.0788297560238688, 0.163695652173912, 0.0775864938737445, 0.220869565217391, 0.111347300568418, 0.316304347826087, 0.453741908321889, 1.04108695652174, 0.739102516329277, 2.0754347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 960, '2021-05-09 00:00:00', 0.051230896372044, 0.142826086956522, 0.0496877602411961, 0.180652173913043, 0.134896022027683, 0.349130434782608, 0.439495870917304, 1.0404347826087, 0.785687307683244, 2.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 975, '2021-05-09 00:00:00', 0.0452179613828464, 0.130869565217391, 0.106585989335042, 0.249130434782609, 0.151544094732263, 0.382608695652174, 0.442489699752832, 1.04695652173913, 0.781968985363963, 2.09630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 990, '2021-05-09 00:00:00', 0.1040152390781, 0.206521739130436, 0.115962631980351, 0.287173913043479, 0.14736553460872, 0.390652173913044, 0.441844297687783, 1.04673913043478, 0.77444306139055, 2.10065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1005, '2021-05-09 00:00:00', 0.0813746763106563, 0.171739130434782, 0.128851724080118, 0.258695652173912, 0.156548114817664, 0.368695652173913, 0.485591098986606, 1.05347826086957, 0.814948045095841, 2.08195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1020, '2021-05-09 00:00:00', 0.0982912305747821, 0.194565217391304, 0.124980235591623, 0.267826086956521, 0.145358015152828, 0.34195652173913, 0.495575283544367, 1.04804347826087, 0.816298887367725, 2.07934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1035, '2021-05-09 00:00:00', 0.0666379219980735, 0.172391304347827, 0.111708347676937, 0.240869565217392, 0.130354487801988, 0.326739130434782, 0.482465055360768, 1.0304347826087, 0.817020277831188, 2.07195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1050, '2021-05-09 00:00:00', 0.0575169677662825, 0.158260869565217, 0.0713319080546662, 0.207173913043478, 0.13145093315031, 0.324565217391304, 0.500215566179444, 1.00239130434783, 0.803988451925797, 2.06760869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1065, '2021-05-09 00:00:00', 0.0736129982936884, 0.139347826086956, 0.0940970191443804, 0.202391304347826, 0.394435605188371, 0.713913043478261, 0.497463626095957, 0.972173913043478, 0.812878309616549, 2.06065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1080, '2021-05-09 00:00:00', 0.0530539661114798, 0.139782608695651, 0.0886721322376602, 0.221739130434783, 0.379460819893164, 0.737173913043479, 0.489726773061229, 0.971304347826087, 0.800569708212539, 2.06130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1095, '2021-05-09 00:00:00', 0.0600460956002798, 0.136521739130435, 0.379337497169596, 0.65413043478261, 0.35867055248151, 0.743260869565218, 0.473489485089287, 0.941739130434783, 0.811023300815952, 2.04239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 600, '2021-05-09 00:00:00', 0.295009378828603, 0.518478260869566, 0.286502695391167, 0.567608695652174, 0.293038970010244, 0.653260869565217, 0.360751849937325, 0.878478260869565, 0.700583255033404, 2.12847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 615, '2021-05-09 00:00:00', 0.108106018481323, 0.267291666666667, 0.233060820419248, 0.423958333333333, 0.223256124443316, 0.515416666666666, 0.259069894323767, 0.762083333333333, 0.770621808031988, 2.13166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 630, '2021-05-09 00:00:00', 0.0981815894449097, 0.256521739130434, 0.114469475711061, 0.341521739130434, 0.150533963969267, 0.438260869565216, 0.264784385398741, 0.686956521739129, 0.671048454038889, 2.07086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 645, '2021-05-09 00:00:00', 0.0605075698396911, 0.204565217391305, 0.105979340219496, 0.295434782608695, 0.137743316875534, 0.376304347826086, 0.263954421745296, 0.665869565217392, 0.702393494099539, 2.0854347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 660, '2021-05-09 00:00:00', 0.081574186027732, 0.204565217391303, 0.0945830249918071, 0.276304347826086, 0.10484649045755, 0.332826086956521, 0.267981954734347, 0.629347826086957, 0.689577690550055, 2.07413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 675, '2021-05-09 00:00:00', 0.0618154207707046, 0.160652173913043, 0.0866219353500854, 0.220217391304347, 0.115623844936011, 0.304347826086957, 0.227235056166491, 0.58304347826087, 0.684164979641306, 2.06608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 690, '2021-05-09 00:00:00', 0.0679891877011976, 0.155434782608695, 0.0716470543376128, 0.209130434782608, 0.115977117137842, 0.295652173913043, 0.245915045261907, 0.564130434782609, 0.67001467448976, 2.05586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 705, '2021-05-09 00:00:00', 0.0635222720892712, 0.148478260869566, 0.102401017472712, 0.217826086956522, 0.110892445131992, 0.308043478260869, 0.261020155810103, 0.592608695652175, 0.832266418464873, 2.30086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 720, '2021-05-09 00:00:00', 0.0500641880479568, 0.142826086956523, 0.0663816370627476, 0.202391304347827, 0.091090776944039, 0.290434782608697, 0.245818789904994, 0.607173913043479, 0.824430214066425, 2.32478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 735, '2021-05-09 00:00:00', 0.0688729138404173, 0.140000000000001, 0.0875695893048176, 0.211458333333333, 0.12194361223622, 0.274375, 0.293769772692539, 0.625625, 0.871772307728192, 2.3925 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 750, '2021-05-09 00:00:00', 0.0703755454067983, 0.143750000000001, 0.0986392931084141, 0.184166666666668, 0.137554830964744, 0.251875, 0.28899179756175, 0.620208333333334, 0.85673480139862, 2.39020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 765, '2021-05-09 00:00:00', 0.0845565040167906, 0.134565217391306, 0.106996361358103, 0.191304347826088, 0.145044289269873, 0.270869565217392, 0.235487258703858, 0.602391304347826, 0.796352294078809, 2.32239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 780, '2021-05-09 00:00:00', 0.090894761716559, 0.143695652173913, 0.114075593825846, 0.182173913043478, 0.135937311173829, 0.283043478260869, 0.264805842811958, 0.628043478260869, 0.797608394011513, 2.32717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 795, '2021-05-09 00:00:00', 0.0693287562940176, 0.112708333333333, 0.0870022072017208, 0.169583333333333, 0.152605392424717, 0.266666666666666, 0.30611513593626, 0.692708333333333, 0.853045588091466, 2.40958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 810, '2021-05-09 00:00:00', 0.0573233667839448, 0.122826086956522, 0.117987907198405, 0.204347826086957, 0.151370550234387, 0.283043478260868, 0.314717233018615, 0.679130434782608, 0.799600011171592, 2.34021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 825, '2021-05-09 00:00:00', 0.10666661520091, 0.146304347826086, 0.131375739694349, 0.211304347826086, 0.160109893091004, 0.304782608695651, 0.310753260534472, 0.69695652173913, 0.802984120654769, 2.35195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 840, '2021-05-09 00:00:00', 0.0728126351802849, 0.143043478260869, 0.0904643270378055, 0.187608695652172, 0.174598919265544, 0.299347826086955, 0.309560602787918, 0.713695652173912, 0.800604823245495, 2.34891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 855, '2021-05-09 00:00:00', 0.0676896155844533, 0.124166666666666, 0.102193337654026, 0.199999999999999, 0.156772243180622, 0.269166666666667, 0.33609975227343, 0.7525, 0.840541982458556, 2.41729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 870, '2021-05-09 00:00:00', 0.0636097135048884, 0.13375, 0.119726250254487, 0.193125, 0.120767285797275, 0.263958333333333, 0.332045633213617, 0.748958333333333, 0.836270810057138, 2.41479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 885, '2021-05-09 00:00:00', 0.0688962541839511, 0.126458333333333, 0.0861778999209331, 0.171250000000001, 0.0898788939613195, 0.287708333333333, 0.391102063757484, 0.898958333333333, 0.837062642669962, 2.41729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 900, '2021-05-09 00:00:00', 0.0653040925664604, 0.111521739130435, 0.0774264919783853, 0.18195652173913, 0.112910209525178, 0.308478260869566, 0.37678245681407, 0.908260869565217, 0.787371170213765, 2.34478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 915, '2021-05-09 00:00:00', 0.0673070364386235, 0.135652173913043, 0.0943183365873295, 0.226304347826087, 0.120606586124476, 0.298695652173913, 0.407305447143452, 0.945, 0.787963427854594, 2.34 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 930, '2021-05-09 00:00:00', 0.0686465714996471, 0.158478260869566, 0.108306219369667, 0.230652173913043, 0.141383620208428, 0.304347826086956, 0.394089735171558, 0.94608695652174, 0.774889001358825, 2.34065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 0.579999999999998, 0, 0.579999999999998, 0, 0.640000000000001, 0, 1.23 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:42:55 Duration: 6s381ms 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 983240, 1, 945, '2021-05-09 00:00:00', 1.14283368894153, 1.02083333333333, 1.097821871853, 1.33958333333333, 1.1169559434956, 1.65416666666666, 3.5574318767857, 6.11458333333333, 9.07462195283949, 14.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 960, '2021-05-09 00:00:00', 0.60742686086832, 0.887500000000008, 0.636620236944246, 1.09375000000001, 0.789098618953789, 1.54375, 3.49160418988759, 6.27291666666666, 9.10829670358732, 14.8541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 975, '2021-05-09 00:00:00', 0.473022198210611, 0.762500000000003, 0.585880824553685, 1.11041666666667, 0.76431981696715, 1.7375, 4.78319020262552, 6.61041666666667, 9.10767314657962, 14.8583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 990, '2021-05-09 00:00:00', 0.583650276216447, 0.960416666666669, 0.648577037762696, 1.3, 0.940915276723155, 1.95208333333333, 4.79104643118778, 6.61041666666667, 9.10472882388716, 14.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1005, '2021-05-09 00:00:00', 0.459442005613043, 1.00000000000001, 0.640142647146445, 1.47500000000001, 0.845951569518621, 2.02083333333334, 4.80061090239898, 6.52291666666667, 9.08513677084322, 14.9166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1020, '2021-05-09 00:00:00', 0.613609982109914, 1.06041666666667, 0.749972825594664, 1.40625, 1.193124551609, 2.00625, 4.84363469942246, 6.41666666666666, 9.11990973766673, 14.8333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1035, '2021-05-09 00:00:00', 0.546028978102396, 0.935416666666659, 0.779027636204912, 1.35833333333333, 1.58008438593218, 2.10833333333333, 4.88317690306902, 6.37083333333333, 9.0998477053668, 14.8625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1050, '2021-05-09 00:00:00', 0.562972828649038, 0.970833333333334, 1.0245691034899, 1.48125, 1.38357340329989, 1.98333333333334, 4.67458244279559, 6.25416666666667, 8.95334500482151, 14.7729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1065, '2021-05-09 00:00:00', 0.793793633971287, 1.01400000000001, 1.07406160593019, 1.544, 2.53824578531447, 3.85399999999999, 4.31318424523384, 6.322, 8.71322414494198, 14.444 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1080, '2021-05-09 00:00:00', 0.510736183636289, 0.904166666666673, 0.566773221013457, 1.10833333333334, 1.98521710563901, 4.2, 3.8398788241373, 6.09791666666667, 8.48485836994177, 14.5770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1095, '2021-05-09 00:00:00', 0.334267260510621, 0.677083333333336, 1.76175014884532, 3.34374999999999, 2.3215817555766, 4.38124999999999, 3.64886757795474, 6.00208333333333, 8.43678512806279, 14.4895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 600, '2021-05-09 00:00:00', 1.35978552230367, 2.68799999999999, 1.50573348682074, 3.434, 1.93307182139379, 4.052, 3.08537815078369, 5.61800000000001, 8.19099963374434, 13.968 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 615, '2021-05-09 00:00:00', 1.20115569348857, 1.906, 1.81085385016756, 2.624, 1.78483192486016, 3.11, 3.94414122465208, 5.15, 8.24919794081016, 13.852 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 630, '2021-05-09 00:00:00', 1.73243085480104, 1.84400000000001, 1.7867055344031, 2.226, 1.70891778620272, 2.704, 4.03380197001951, 4.798, 8.22699469227169, 13.814 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 645, '2021-05-09 00:00:00', 0.621309101816479, 1.196, 0.759045453184468, 1.61399999999999, 1.91583315209511, 2.5, 3.36585179907455, 4.45, 7.83149783459928, 13.506 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 660, '2021-05-09 00:00:00', 0.69282032302756, 1.15, 0.715821206726938, 1.564, 1.89989034771309, 2.34, 3.3787325039626, 4.35000000000001, 7.84022055387049, 13.498 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 675, '2021-05-09 00:00:00', 0.492671290009887, 0.978000000000002, 1.80352663782195, 1.70000000000001, 1.72143351115672, 2.16, 3.33311290937866, 4.262, 7.797100422593, 13.446 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 690, '2021-05-09 00:00:00', 1.42722925044764, 1.18600000000001, 1.4116391181885, 1.578, 1.44226962342922, 1.908, 3.25045125072402, 4.07200000000001, 7.74769481846051, 13.336 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 705, '2021-05-09 00:00:00', 1.26104123643916, 1.078, 1.24054087666093, 1.304, 1.38190086475116, 1.70600000000001, 3.23747844265667, 4.078, 8.26262922238839, 14.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 720, '2021-05-09 00:00:00', 0.430116263352131, 0.790000000000002, 0.587920062593547, 1.124, 0.784548702546034, 1.55200000000001, 3.14685689749841, 4.07, 8.22225790157423, 14.886 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 735, '2021-05-09 00:00:00', 0.433824672135929, 0.790384615384618, 0.503025461964514, 1.07884615384616, 0.909361568100638, 1.65769230769231, 3.13637284380933, 4.12115384615385, 8.15379760508043, 14.7307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 750, '2021-05-09 00:00:00', 0.334807637078598, 0.701923076923079, 0.514590950322529, 1.05961538461539, 0.80121062245733, 1.64230769230769, 3.11691415444087, 4.03461538461538, 8.18721352992673, 14.7057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 765, '2021-05-09 00:00:00', 0.43498894769336, 0.86923076923077, 0.754985990700383, 1.29038461538461, 0.943218711891115, 1.88846153846154, 3.09454109932064, 4.10384615384615, 8.18740496128046, 14.7 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 780, '2021-05-09 00:00:00', 0.61691540375048, 0.896153846153842, 0.595318272988363, 1.15961538461538, 0.85369783881652, 1.8, 3.08149564085614, 4.08076923076923, 8.21633200025787, 14.6634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 795, '2021-05-09 00:00:00', 0.312834436428262, 0.705769230769218, 0.608061231734487, 1.2076923076923, 3.13684371009116, 2.41730769230768, 3.1188934181607, 4.10192307692308, 8.22185572352504, 14.6365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 810, '2021-05-09 00:00:00', 0.537619396399172, 0.871153846153843, 0.59106162635874, 1.18461538461538, 3.16036572859243, 2.28653846153845, 3.20665893703424, 4.13846153846154, 8.21702103048206, 14.6211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 825, '2021-05-09 00:00:00', 0.351261462993902, 0.75384615384615, 3.11252062087701, 1.79615384615385, 3.08881605398972, 2.24615384615384, 3.11103742281475, 4.06538461538462, 8.22054742702698, 14.6 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 840, '2021-05-09 00:00:00', 3.23423999315656, 1.452, 3.19258515939669, 1.752, 3.1680041035327, 2.21, 3.11370358255246, 4.184, 8.26557973365046, 14.872 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 855, '2021-05-09 00:00:00', 0.424069116282492, 0.778846153846154, 0.773078262532328, 1.27499999999999, 0.852428657064403, 1.57115384615384, 1.52683811040484, 3.72115384615384, 7.24981272967685, 14.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 870, '2021-05-09 00:00:00', 0.661353507239856, 0.917307692307684, 0.715272944137676, 1.13076923076923, 0.721941825911197, 1.49999999999999, 1.43221721601374, 3.62692307692307, 7.2394644935828, 14.1269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 885, '2021-05-09 00:00:00', 0.353553390593282, 0.650000000000005, 0.609668888697923, 1.00192307692308, 0.821370805422255, 1.475, 2.4984826164325, 5.08076923076923, 7.16065881154692, 14.1211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 900, '2021-05-09 00:00:00', 0.44005681451376, 0.774999999999998, 0.45151028610823, 1.03846153846153, 0.896499603157491, 1.68653846153846, 2.68118228800999, 5.55769230769231, 7.12078026191382, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 915, '2021-05-09 00:00:00', 0.29289667382621, 0.68269230769231, 0.497578752947323, 1.04615384615385, 0.736470271999122, 1.61730769230769, 3.36295028440573, 6.07115384615385, 7.08912628879338, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 930, '2021-05-09 00:00:00', 0.461802488583092, 0.788461538461532, 0.70922492905988, 1.24999999999999, 0.722783082684826, 1.66923076923077, 3.49558842851078, 6.24230769230769, 7.0149118641319, 14.1173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 945, '2021-05-09 00:00:00', 0.543011545421947, 0.91153846153846, 0.606874084012621, 1.19807692307693, 0.851324759509466, 1.86538461538462, 3.50053402519365, 6.3423076923077, 7.00465806555785, 14.1711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 960, '2021-05-09 00:00:00', 0.453821381331746, 0.865384615384622, 0.525225226413909, 1.13846153846155, 0.724316654084816, 1.92884615384616, 3.51410181105521, 6.28653846153847, 6.99944970364429, 14.1980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 975, '2021-05-09 00:00:00', 0.34425504856362, 0.786538461538461, 0.506298786823019, 1.3423076923077, 0.804862625641072, 2.05961538461539, 3.51146692993113, 6.30000000000001, 7.01358599159791, 14.1673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 990, '2021-05-09 00:00:00', 0.431121078834451, 1.04423076923077, 0.663626400921485, 1.5, 0.911324057874879, 2.11346153846154, 3.5477690714892, 6.35576923076924, 7.04252686295087, 14.1538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1005, '2021-05-09 00:00:00', 0.438936652166784, 0.944230769230766, 0.615795295657448, 1.44038461538462, 0.697103899109619, 1.93461538461538, 3.64579262248333, 6.29038461538461, 6.98732396227956, 14.0980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1020, '2021-05-09 00:00:00', 0.374581818113927, 1.03653846153846, 0.555476233653466, 1.38461538461538, 0.590504999001828, 1.85192307692307, 3.69896659165149, 6.23461538461538, 6.87019006567224, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1035, '2021-05-09 00:00:00', 0.511126207506517, 0.974999999999995, 0.549730703302844, 1.29038461538461, 0.821920827180963, 1.96538461538462, 5.1490432270322, 6.67307692307693, 6.8621671840271, 14.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1050, '2021-05-09 00:00:00', 0.372955967704165, 0.851923076923069, 0.458547036426342, 1.19423076923077, 1.24728165963488, 1.88653846153846, 5.11670755015822, 6.69807692307692, 6.8695089960021, 14.0653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1065, '2021-05-09 00:00:00', 0.313368792319844, 0.850000000000001, 0.709268312038214, 1.43846153846154, 2.64814957165303, 4.09807692307692, 5.14316574165696, 6.73461538461539, 6.88331427327093, 14.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1080, '2021-05-09 00:00:00', 0.677271108084604, 1.05192307692308, 1.1884637789374, 1.32692307692308, 2.66003470191361, 4.54615384615384, 5.14082640767475, 6.75192307692308, 6.83910841017701, 13.9903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1095, '2021-05-09 00:00:00', 0.618748737372449, 0.674999999999997, 2.37906575070002, 3.73461538461539, 3.34465819801343, 5.00769230769231, 5.09122321708191, 6.71538461538462, 6.80467938542747, 13.9115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 600, '2021-05-09 00:00:00', 2.09101374016013, 3.1423076923077, 2.16777447024504, 3.87692307692308, 3.26309727807092, 4.95961538461539, 5.05095878179426, 6.70384615384615, 6.76425901337316, 13.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 615, '2021-05-09 00:00:00', 0.862402725841282, 1.94230769230769, 1.86894458081395, 2.86538461538461, 2.4426601199386, 3.5673076923077, 4.03730917624788, 5.50576923076923, 6.46474700557987, 13.0653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 630, '2021-05-09 00:00:00', 1.28571590353988, 1.69423076923077, 2.32897798648644, 2.50769230769231, 2.28512329241519, 2.96730769230769, 3.87107269967303, 4.94038461538462, 6.49031704808135, 12.7692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 645, '2021-05-09 00:00:00', 1.32280151426956, 1.49038461538462, 1.38488127788852, 1.90192307692308, 1.43352846018271, 2.39038461538462, 3.06717923531352, 4.53269230769231, 6.46563132737543, 12.6673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 660, '2021-05-09 00:00:00', 0.673783804632178, 1.14615384615385, 0.792930300555139, 1.55769230769231, 0.850610640386343, 2.09230769230769, 3.1297824942859, 4.34230769230769, 6.48274662825518, 12.6403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 675, '2021-05-09 00:00:00', 0.517672305019903, 1.00384615384615, 0.668905535471653, 1.37115384615385, 0.679119905579158, 1.89038461538462, 3.1139339452507, 4.15384615384616, 6.46489098010287, 12.6192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 690, '2021-05-09 00:00:00', 0.447321085850141, 0.898076923076928, 0.437932204096266, 1.24615384615385, 0.560357029044871, 1.75, 3.14245861609126, 3.97692307692308, 6.5393130667231, 12.5192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 705, '2021-05-09 00:00:00', 0.317780766228252, 0.896153846153851, 0.567789235002404, 1.24615384615385, 2.90190189623713, 2.22884615384616, 3.06128241101667, 4.075, 5.99802178927482, 12.3557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 720, '2021-05-09 00:00:00', 0.436352891767482, 0.890384615384616, 0.5135547308111, 1.19230769230769, 2.87143022524692, 2.26346153846154, 3.04533438861179, 4.06153846153846, 6.03458876299467, 12.3884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 735, '2021-05-09 00:00:00', 0.295738970143505, 0.811538461538466, 2.96767521030287, 1.69807692307693, 2.89029210661111, 2.31730769230769, 3.04920733709851, 4.04423076923077, 6.04042662782637, 12.3653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 750, '2021-05-09 00:00:00', 3.02476254630648, 1.36730769230769, 2.9685090792932, 1.77692307692307, 2.96031443236383, 2.38846153846153, 3.02828524720865, 4.01346153846154, 6.02434196853451, 12.4019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 765, '2021-05-09 00:00:00', 0.447144788115066, 0.842307692307687, 0.598527038139986, 1.22115384615384, 1.49912795163875, 1.94615384615383, 5.77687298964254, 4.68846153846154, 5.85686349507994, 12.125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 780, '2021-05-09 00:00:00', 0.587619055040045, 0.798076923076921, 0.843299381094185, 1.26538461538461, 1.54831049360758, 1.89423076923076, 5.70999023305105, 4.61730769230769, 5.78974059469387, 12.1019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 795, '2021-05-09 00:00:00', 0.732301430160686, 0.894230769230769, 1.4418057588156, 1.34038461538461, 1.39320328187073, 1.78076923076922, 5.67692258182195, 4.625, 5.75612717024216, 12.1 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 810, '2021-05-09 00:00:00', 1.13484156806815, 0.905769230769222, 1.10945759443348, 1.24807692307691, 1.07317107389555, 1.74807692307692, 5.61718003436435, 4.73653846153846, 5.73766804681001, 12.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 825, '2021-05-09 00:00:00', 0.610913565584673, 0.880769230769217, 0.700472368092799, 1.28846153846153, 0.73793891763061, 1.73461538461538, 5.53718374682959, 4.75961538461539, 5.78453641517292, 12.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 840, '2021-05-09 00:00:00', 0.449345678138259, 0.913461538461536, 0.614328902136306, 1.3, 1.37549431674021, 1.80384615384616, 5.5400319354814, 4.73461538461539, 5.91861860182308, 12.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 855, '2021-05-09 00:00:00', 0.494834859788131, 0.838461538461539, 0.510327948857022, 1.17115384615385, 1.18505436421873, 1.63461538461539, 5.49987307545854, 4.74038461538462, 5.9251199273809, 12.3730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 870, '2021-05-09 00:00:00', 0.337940595599053, 0.790384615384616, 1.01668390065258, 1.17307692307693, 0.949955464543144, 1.56923076923077, 5.53313515245964, 4.64615384615385, 5.90710556481312, 12.3480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 885, '2021-05-09 00:00:00', 0.795054424842437, 0.763461538461535, 0.744549424923452, 1.16538461538461, 1.21074833820308, 1.81346153846153, 5.54344970351356, 5.97884615384616, 5.81555341635356, 12.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 900, '2021-05-09 00:00:00', 0.268707733706802, 0.809615384615392, 0.909887989725191, 1.24807692307692, 1.29632023583919, 1.97307692307692, 5.52740480208876, 6.29038461538462, 5.78296337396455, 12.3442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 915, '2021-05-09 00:00:00', 0.716606586628956, 0.845999999999997, 0.959809008779004, 1.29599999999999, 1.15120227009274, 1.838, 2.46731466713646, 5.34200000000001, 4.43740070311438, 11.564 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 930, '2021-05-09 00:00:00', 0.584465567848093, 0.857999999999995, 0.822911497874066, 1.248, 0.899268221018251, 1.808, 2.47282227424456, 5.41200000000001, 4.39917890065863, 11.556 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 945, '2021-05-09 00:00:00', 0.577509018688602, 0.868, 0.682214531263205, 1.26, 0.876935953571674, 1.81200000000001, 2.83325784213156, 5.53800000000001, 4.32213296108916, 11.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 960, '2021-05-09 00:00:00', 0.384512678594607, 0.807999999999995, 0.489625707386089, 1.116, 0.712524853367703, 1.646, 2.88834872086688, 5.56200000000001, 4.30132925190962, 11.468 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 975, '2021-05-09 00:00:00', 0.317043635272283, 0.748000000000002, 0.647591692349426, 1.28000000000001, 0.710709739157506, 1.81400000000001, 3.03591282263945, 5.59800000000001, 4.30796549042198, 11.474 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 990, '2021-05-09 00:00:00', 0.610075131985125, 0.986000000000001, 0.571853710896995, 1.242, 1.064260306504, 2.084, 3.10728042935726, 5.65400000000001, 4.39909839247393, 11.546 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1005, '2021-05-09 00:00:00', 0.422571492964997, 0.876000000000004, 0.696497188316885, 1.46400000000001, 1.18984242654227, 2.202, 3.09101250941068, 5.70400000000001, 4.39557732271883, 11.538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1020, '2021-05-09 00:00:00', 0.519318463629651, 1.06400000000001, 0.981919888110363, 1.69, 1.11862266500669, 2.094, 3.08896962324547, 5.706, 4.39583135860935, 11.53 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1035, '2021-05-09 00:00:00', 0.80753224909804, 1.17599999999999, 1.04310434121744, 1.616, 0.910572164447541, 2.018, 3.1851543656993, 5.75, 4.41040436543711, 11.54 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1050, '2021-05-09 00:00:00', 0.628470365252015, 0.981999999999998, 0.617535424085133, 1.15199999999999, 0.709418776182311, 1.734, 3.15416391457388, 5.67, 4.42340178294188, 11.574 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1065, '2021-05-09 00:00:00', 0.39897786070575, 0.721999999999994, 0.500691188924539, 1.25599999999999, 2.23965213072626, 4.04, 3.08430435160561, 5.672, 4.45253860174171, 11.602 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1080, '2021-05-09 00:00:00', 0.470744091837599, 0.957999999999995, 0.566958258310671, 1.246, 2.32817525113553, 4.404, 3.16154893472593, 5.682, 4.41961725341309, 11.552 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1095, '2021-05-09 00:00:00', 0.380241151551664, 0.730000000000007, 2.19060493928047, 3.84999999999999, 2.36686853599153, 4.554, 3.14817672100323, 5.66799999999999, 6.27140800246112, 12.508 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 4, 600, '2021-05-09 00:00:00', 2.15079927003893, 3.14374999999999, 2.0808031737351, 3.68125, 2.03571262849084, 4.13958333333333, 3.06483975986074, 5.19583333333333, 4.40945131162203, 11.5 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 615, '2021-05-09 00:00:00', 0.782551452214062, 1.77291666666667, 0.870271904869858, 2.15416666666667, 1.25073166992162, 2.67083333333333, 1.75362461073125, 4.00416666666666, 3.99169427541812, 10.7833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 630, '2021-05-09 00:00:00', 0.50171806275313, 1.34583333333332, 0.675660573176299, 1.72708333333333, 0.976758911407771, 2.19166666666667, 1.73962634460408, 3.71041666666666, 3.90089872587911, 10.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 645, '2021-05-09 00:00:00', 0.537691657774761, 1.22083333333333, 0.886674192242228, 1.64791666666666, 1.04569510894407, 2.025, 1.64970353067768, 3.57499999999999, 3.7557196718636, 10.6770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 660, '2021-05-09 00:00:00', 0.497561990894217, 1.08125, 0.512082279394209, 1.36250000000001, 0.784669689575889, 1.9125, 1.54511707496949, 3.32291666666667, 3.73218230832964, 10.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 675, '2021-05-09 00:00:00', 0.426515838943371, 0.931250000000001, 0.588476293342462, 1.225, 0.765678514101392, 1.81875, 1.61600772840381, 3.36874999999999, 3.79834000260145, 10.6395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 690, '2021-05-09 00:00:00', 0.49044770289539, 0.864583333333333, 0.850892008509254, 1.40208333333333, 1.04618007705326, 2.00833333333333, 1.60410337725706, 3.35208333333333, 3.80808398321104, 10.5958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 705, '2021-05-09 00:00:00', 0.45250910792339, 0.970833333333334, 0.436367582052864, 1.30416666666667, 0.771617795115647, 1.98124999999999, 1.55411445496476, 3.38749999999999, 4.08874382750455, 10.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 720, '2021-05-09 00:00:00', 0.304554795050755, 0.816666666666661, 0.518563896248819, 1.31041666666666, 0.602857777589383, 1.68124999999999, 1.51223123136029, 3.45208333333333, 4.08988457014395, 11.3208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 735, '2021-05-09 00:00:00', 0.460780685988141, 0.833333333333336, 0.614642437590308, 1.18125, 0.912831238272009, 1.625, 1.53544917423751, 3.38958333333333, 4.05283046556462, 11.35 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 750, '2021-05-09 00:00:00', 0.319050902303804, 0.787499999999997, 0.355692578141472, 1.06041666666666, 0.843936171087338, 1.6625, 1.37680053389912, 3.35833333333333, 4.06534265094165, 11.2875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 765, '2021-05-09 00:00:00', 0.355080874641582, 0.727083333333331, 0.643526150049171, 1.17708333333332, 0.849080384887084, 1.59375, 1.43130122210728, 3.51666666666666, 3.93214179938044, 11.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 780, '2021-05-09 00:00:00', 0.496655480858374, 0.883333333333328, 0.675392398020839, 1.24375000000001, 0.850607200002237, 1.63750000000001, 1.36580257236054, 3.57916666666667, 3.82349477818927, 11.3208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 795, '2021-05-09 00:00:00', 0.327699214772208, 0.772916666666669, 0.461090193635334, 1.02291666666667, 0.622698661624067, 1.46666666666667, 1.20226047661195, 3.66041666666667, 3.82116531281049, 11.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 810, '2021-05-09 00:00:00', 0.31432438473746, 0.652083333333332, 0.393418453698031, 1.02291666666666, 0.674049921816959, 1.46041666666666, 1.15544551919426, 3.7375, 3.77362065691809, 11.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 825, '2021-05-09 00:00:00', 0.352006412573345, 0.739583333333336, 0.46594146550329, 1.05833333333333, 0.672597037878033, 1.52291666666667, 1.16683487400249, 3.65416666666666, 3.82803351339956, 11.2916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 840, '2021-05-09 00:00:00', 0.337268439080796, 0.762499999999989, 0.462037077375356, 1.07499999999999, 0.607288908873348, 1.50208333333333, 1.14897559919096, 3.56666666666667, 3.85004176054898, 11.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 855, '2021-05-09 00:00:00', 0.289982195855269, 0.631249999999994, 0.409643712284821, 0.920833333333332, 0.793896554426604, 1.4625, 1.11996862016082, 3.45416666666667, 3.8818225353115, 11.30625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 870, '2021-05-09 00:00:00', 0.274249635038656, 0.639583333333332, 0.507747940433526, 0.954166666666663, 0.746000811088651, 1.51041666666666, 1.06865544331264, 3.40625, 3.94163717548793, 11.2708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 885, '2021-05-09 00:00:00', 0.400401745714243, 0.702083333333334, 0.572082231597996, 1.09791666666667, 0.652905990081303, 1.60416666666667, 4.97568681079611, 5.99375, 4.83004213907264, 12.23125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 900, '2021-05-09 00:00:00', 0.384175194032802, 0.745833333333332, 0.437197100113693, 1.0625, 0.596544244990996, 1.72708333333334, 4.94763841704273, 6.42291666666666, 4.83602124160713, 12.2166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 915, '2021-05-09 00:00:00', 0.312858490028011, 0.737500000000002, 0.42638839714208, 1.19375, 0.559486695390384, 1.67916666666666, 4.95990262585577, 6.65416666666667, 4.83651569396514, 12.2833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 930, '2021-05-09 00:00:00', 0.454027867369195, 0.912500000000009, 0.571036275149166, 1.31041666666667, 0.650529327392013, 1.71666666666667, 4.96207309338123, 6.76041666666667, 4.81521544884968, 12.2604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 945, '2021-05-09 00:00:00', 0.384458022434826, 0.829166666666673, 0.472806721242609, 1.20625, 0.710324354366233, 1.78958333333334, 4.96719628656603, 6.73958333333334, 4.84576938971109, 12.21875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 960, '2021-05-09 00:00:00', 0.419449043389067, 0.793749999999998, 0.471334061045294, 1.15416666666667, 0.799702730095217, 1.86875, 4.96472155764324, 6.72083333333333, 4.85525078084826, 12.2208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 975, '2021-05-09 00:00:00', 0.263717844389177, 0.720833333333341, 0.439485659524331, 1.26458333333333, 0.895479792050623, 2.01666666666666, 4.89321800327108, 6.69791666666667, 4.76867040078305, 12.325 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 990, '2021-05-09 00:00:00', 0.457896695836482, 1.03541666666666, 0.618495134891179, 1.43333333333333, 1.01944855795614, 2.13333333333333, 4.90096439415281, 6.70208333333333, 4.78974599187334, 12.2916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1005, '2021-05-09 00:00:00', 0.453204172243741, 1.01875, 0.779632020222698, 1.6, 0.86614044782721, 2.02916666666666, 4.84614743146927, 6.78333333333334, 4.81825484072241, 12.2833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1020, '2021-05-09 00:00:00', 0.672974012677403, 1.20625000000001, 0.727684311031736, 1.58125, 0.708996918494562, 1.95625, 4.81827316998317, 6.80208333333334, 4.78282517626002, 12.2958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1035, '2021-05-09 00:00:00', 0.547089631794828, 1.18125, 0.710757786052874, 1.46875, 0.716409626975512, 1.80416666666667, 4.69615167767291, 6.78333333333334, 4.71685230340891, 12.275 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1050, '2021-05-09 00:00:00', 0.284176601041868, 0.747916666666666, 0.444282314933104, 1.11041666666667, 0.609169070555739, 1.525, 4.54013453082295, 6.62291666666667, 4.61227833213083, 12.24375 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1065, '2021-05-09 00:00:00', 0.449879210842006, 0.824999999999996, 0.640255836546522, 1.16666666666666, 4.7684723763851, 5.14375, 4.47814135551793, 6.7625, 4.530858366384, 12.2958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1080, '2021-05-09 00:00:00', 0.406001177980733, 0.812499999999998, 0.422445434260495, 1.02916666666667, 4.56604860014001, 5.49791666666667, 4.32380449674669, 6.75625, 4.47830468618638, 12.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1095, '2021-05-09 00:00:00', 0.329298496807988, 0.618750000000006, 4.51706857535866, 4.86041666666667, 4.35615454587371, 5.68958333333333, 4.13407543595238, 6.75833333333333, 4.35080993625891, 12.2208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 600, '2021-05-09 00:00:00', 1.41026376026535, 2.79565217391304, 1.42655157884831, 3.58695652173913, 1.63873263958207, 4.23913043478261, 1.46382262581294, 5.38695652173913, 3.6502937236303, 11.4847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 615, '2021-05-09 00:00:00', 0.875015527812533, 1.77608695652174, 0.988376118579685, 2.29347826086956, 1.04165704870395, 2.71304347826086, 1.00876102929745, 4.18478260869565, 3.57397958017749, 11.0086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 630, '2021-05-09 00:00:00', 0.602424285502208, 1.52173913043479, 0.647532562094252, 1.94565217391304, 0.562558736502971, 2.19782608695652, 0.919937272307318, 3.94130434782609, 3.52721351464093, 10.9652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 645, '2021-05-09 00:00:00', 0.44152090716347, 1.2195652173913, 0.532881272510946, 1.63478260869565, 0.81085764384205, 2.08913043478261, 0.982977649434887, 3.84782608695652, 3.55030756336214, 10.9826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 660, '2021-05-09 00:00:00', 0.592167252839911, 1.19565217391303, 0.593259236539245, 1.41739130434782, 0.868054022835717, 2.05217391304347, 1.04377033955709, 3.71739130434782, 3.6259672281918, 10.9673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 675, '2021-05-09 00:00:00', 0.383013844061919, 0.897826086956521, 0.74344965620031, 1.46086956521739, 0.959748196554972, 1.94565217391305, 0.944235684386045, 3.5108695652174, 3.62858654522743, 10.8630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 690, '2021-05-09 00:00:00', 0.656888100276297, 1.03260869565216, 0.684526898740168, 1.3195652173913, 0.751776552035066, 1.88043478260869, 1.04576597870338, 3.36086956521739, 3.72088300753077, 10.7739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 705, '2021-05-09 00:00:00', 0.36253662756212, 0.806521739130433, 0.485470718150772, 1.25, 0.535231101502719, 1.69782608695652, 1.06075333063747, 3.22608695652174, 4.83032458258475, 11.4891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 720, '2021-05-09 00:00:00', 0.356406638125054, 0.895652173913044, 0.437620677879269, 1.25869565217391, 0.45426176918238, 1.51086956521739, 1.14861576770397, 3.3, 4.96708434370409, 11.6478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 735, '2021-05-09 00:00:00', 0.301871632011758, 0.839130434782617, 0.323289050660059, 1.22391304347826, 0.463670269239981, 1.73913043478261, 1.32424562759838, 3.26086956521739, 5.15260976125484, 11.8065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 750, '2021-05-09 00:00:00', 0.2456941445135, 0.817391304347822, 0.261513533231532, 1.09565217391304, 0.701508819977277, 1.89347826086956, 1.43742330951984, 3.33695652173913, 5.34572342094881, 11.9195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 765, '2021-05-09 00:00:00', 0.233909039447346, 0.819565217391295, 0.508086777935665, 1.32608695652173, 0.726835960746299, 1.94782608695652, 1.41046694255747, 3.38478260869566, 5.26620030122746, 11.9673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 780, '2021-05-09 00:00:00', 0.314787085330562, 0.850000000000001, 0.508563038016286, 1.3, 0.529626238558072, 1.76304347826087, 1.3930835646801, 3.25000000000001, 5.27438717568699, 11.9434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 795, '2021-05-09 00:00:00', 0.411650970773942, 0.917391304347827, 0.523697329839142, 1.2695652173913, 0.62176435173699, 1.7, 1.42637147094385, 3.26086956521739, 5.28401646851386, 11.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 810, '2021-05-09 00:00:00', 0.317646359157747, 0.810869565217385, 0.359745738053194, 1.08478260869565, 0.57632816189879, 1.70217391304348, 1.39320414389323, 3.34782608695653, 5.25216029334935, 11.9782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 825, '2021-05-09 00:00:00', 0.268376026685711, 0.754347826086953, 0.57060747048694, 1.26739130434782, 0.667934400698424, 1.70000000000001, 1.35675735259994, 3.34782608695652, 5.28507762048444, 11.95 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 840, '2021-05-09 00:00:00', 0.587106187916068, 0.958695652173909, 0.632072630539151, 1.27608695652174, 0.763663419434126, 1.65, 1.35267631071924, 3.32826086956522, 5.2678362554496, 11.9347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 855, '2021-05-09 00:00:00', 0.362223043989251, 0.756521739130424, 0.502405281813077, 1.06739130434782, 0.690312697661981, 1.5195652173913, 1.27492927805098, 3.23913043478261, 6.93999407683906, 12.4978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 870, '2021-05-09 00:00:00', 0.363299003587819, 0.769565217391309, 0.52088781006272, 1.07826086956522, 0.670754103374464, 1.51739130434782, 1.35089635006413, 3.29130434782609, 6.93126045835113, 12.5652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 885, '2021-05-09 00:00:00', 0.32235546137495, 0.713043478260871, 0.51232825137225, 1.05434782608695, 0.643099584122716, 1.43043478260869, 2.13936149094369, 5.28695652173913, 7.0853373899098, 12.5217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 900, '2021-05-09 00:00:00', 0.470461467173312, 0.776086956521738, 0.572224354132583, 1.0695652173913, 1.00698155777924, 1.54130434782609, 2.17161212224608, 5.53913043478262, 7.0963805281841, 12.645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 915, '2021-05-09 00:00:00', 0.34219126473374, 0.66304347826087, 0.500108683839993, 1.00217391304347, 1.19639610345555, 1.6, 2.21217883044423, 5.78478260869565, 7.10017535829764, 12.7108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 930, '2021-05-09 00:00:00', 0.411374827878248, 0.782608695652169, 0.930398996393548, 1.12826086956522, 1.37425509826189, 1.76956521739131, 2.16792782794853, 5.78260869565218, 7.1130398542662, 12.7478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 945, '2021-05-09 00:00:00', 0.61840193128467, 0.841304347826088, 0.805870260941771, 1.25217391304347, 0.993690569853916, 1.89130434782608, 2.09774252838975, 5.84347826086956, 7.02076184170526, 12.8282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 960, '2021-05-09 00:00:00', 0.302117036191789, 0.782608695652174, 0.630044856926186, 1.21739130434783, 0.90557670572982, 1.89347826086956, 2.20921310190852, 5.8804347826087, 7.06355465384292, 12.8195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 975, '2021-05-09 00:00:00', 0.590186545172598, 0.867391304347821, 0.748311670182434, 1.47608695652173, 1.03725561434304, 2.0891304347826, 2.14257842154963, 5.87826086956522, 7.02642598020757, 12.804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 990, '2021-05-09 00:00:00', 0.477435507719751, 1.11086956521738, 0.655826726851056, 1.40217391304347, 0.950935674021374, 2.07826086956522, 1.98063500417488, 5.87826086956522, 6.98607876012629, 12.8565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1005, '2021-05-09 00:00:00', 0.507093944722971, 0.915217391304341, 0.616745891004663, 1.39130434782608, 0.83160756745298, 1.95434782608696, 2.02079847639823, 5.78913043478261, 7.0226489883967, 12.7847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1020, '2021-05-09 00:00:00', 0.522762500961052, 1.03478260869566, 0.601496815429909, 1.45434782608697, 0.772162662827985, 1.81521739130436, 2.20206290275005, 5.91086956521739, 7.02686122362798, 12.7717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1035, '2021-05-09 00:00:00', 0.360390653215229, 0.897826086956528, 0.500888538562468, 1.20434782608696, 0.666394048343755, 1.63913043478262, 2.41300822535941, 5.85217391304348, 7.05827171513984, 12.6978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1050, '2021-05-09 00:00:00', 0.364209035230973, 0.858695652173908, 0.493124666548824, 1.08913043478261, 0.674419674411412, 1.65652173913043, 2.44496134292128, 5.80217391304348, 7.05656703645058, 12.6673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1065, '2021-05-09 00:00:00', 0.313276702756709, 0.678260869565221, 0.436840977388447, 1.14130434782609, 1.84584513672591, 4.36521739130435, 2.49963436061334, 5.88913043478261, 7.05433317903191, 12.695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1080, '2021-05-09 00:00:00', 0.403517145802414, 0.915217391304353, 0.438026927177779, 1.23695652173913, 1.98573718651614, 4.57608695652175, 2.50584494597743, 5.8804347826087, 7.08666495314282, 12.6826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1095, '2021-05-09 00:00:00', 0.375036230133894, 0.723913043478257, 1.84406965307047, 4.06739130434783, 2.01293985937741, 4.59782608695653, 2.48013052697434, 5.73260869565218, 7.10938671382, 12.6260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 600, '2021-05-09 00:00:00', 1.87871371352617, 2.95, 1.80931566853487, 3.40833333333335, 1.7666598304489, 3.97500000000001, 5.62583327161408, 6.5, 8.43581478071281, 14.6416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 615, '2021-05-09 00:00:00', 0.499927530980128, 1.46666666666668, 0.811321609242093, 2.02916666666667, 0.77571846080571, 2.425, 5.21743870751413, 5.46666666666667, 8.23532923719067, 14.2229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 630, '2021-05-09 00:00:00', 0.527435688778357, 1.41666666666666, 0.605709549182618, 1.76666666666667, 5.31166169856478, 3.4375, 5.233593671407, 5.29375, 8.20868663257918, 14.2083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 645, '2021-05-09 00:00:00', 0.321335246401181, 1.01041666666667, 0.545468818434251, 1.46666666666666, 5.2242323997566, 3.17291666666667, 5.07816038170505, 5.15208333333334, 8.21000599083613, 14.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 660, '2021-05-09 00:00:00', 0.536426717444615, 1.00833333333332, 5.19711284118961, 2.54583333333333, 5.10630293951945, 3.05416666666667, 4.92999865875867, 5.01458333333333, 8.17074330741409, 13.96875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 675, '2021-05-09 00:00:00', 0.481546832383574, 0.956521739130435, 0.544737671209533, 1.44130434782608, 0.95725335836176, 1.97391304347825, 1.53272278329605, 3.94130434782609, 7.88048134101007, 13.3195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 690, '2021-05-09 00:00:00', 0.412442354338364, 1.04782608695652, 0.566654072556323, 1.37173913043478, 1.1848391762251, 2.00434782608695, 1.44420608823548, 3.88695652173913, 7.87973836366677, 13.2869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 705, '2021-05-09 00:00:00', 0.336515606804781, 0.770833333333331, 0.579480026790633, 1.18333333333333, 1.14567357252518, 1.78125, 4.77179021794316, 4.70416666666667, 7.95075878249311, 14.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 720, '2021-05-09 00:00:00', 0.410323087617404, 0.814583333333324, 0.779117742399518, 1.19374999999999, 1.00736194076913, 1.73958333333333, 4.75810473701513, 4.82291666666667, 7.83749234333814, 14.5041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 735, '2021-05-09 00:00:00', 0.622043733026141, 0.770833333333338, 0.815005890438396, 1.16458333333334, 0.846601796270996, 1.61041666666667, 4.77517309421451, 4.89791666666667, 7.83217276709491, 14.5354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 750, '2021-05-09 00:00:00', 0.567348268677197, 0.883333333333333, 0.664293784318399, 1.17916666666666, 0.814308188640495, 1.6625, 4.79760989331207, 4.85208333333333, 7.81245492740621, 14.5520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 765, '2021-05-09 00:00:00', 0.479993772604533, 0.768749999999999, 0.736542918650698, 1.09791666666667, 0.766225455904041, 1.61666666666666, 4.8288417723424, 4.84791666666667, 7.82619625527542, 14.675 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 780, '2021-05-09 00:00:00', 0.532562849254241, 0.733333333333334, 0.51071401424655, 1.11875, 1.04120714501994, 1.94583333333333, 4.81090812181253, 4.8125, 7.81422864933308, 14.6270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 795, '2021-05-09 00:00:00', 0.344042201236839, 0.785416666666663, 0.529201613589838, 1.11249999999999, 4.94447246640271, 3.00416666666667, 4.83493429882073, 4.79375, 7.84144940711523, 14.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 810, '2021-05-09 00:00:00', 0.295129546598379, 0.716666666666661, 1.08020521064354, 1.39791666666667, 4.99376740170373, 2.81458333333334, 4.87060838981708, 4.75, 7.84168736232233, 14.5854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 825, '2021-05-09 00:00:00', 1.10088074095113, 0.995833333333332, 5.06074513331266, 2.48750000000001, 4.96714568257103, 2.90833333333334, 4.87363832711028, 4.76875, 7.82343625853143, 14.60625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 840, '2021-05-09 00:00:00', 0.387808273399358, 0.830434782608697, 0.357016070098109, 1.02826086956522, 0.848627117283984, 1.8304347826087, 1.82563000117377, 3.67391304347827, 7.60139367292281, 14.0869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 855, '2021-05-09 00:00:00', 0.358011084687179, 0.660869565217391, 0.640921705367409, 1.23478260869565, 0.916719964913576, 1.80869565217391, 1.77467082067045, 3.71739130434783, 7.57266250345969, 14.0391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 870, '2021-05-09 00:00:00', 0.439232172302734, 0.923913043478263, 0.672732614015766, 1.29347826086957, 0.900943730064803, 1.69782608695652, 1.66275463145555, 3.59565217391305, 7.54306149251362, 13.9869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 885, '2021-05-09 00:00:00', 0.456745663132684, 0.804347826086949, 0.617522462826143, 1.17391304347825, 0.962975666560353, 1.63695652173913, 2.15158274309757, 4.78913043478261, 7.5216873527428, 13.8847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 900, '2021-05-09 00:00:00', 0.529112912626693, 0.828260869565211, 0.819036115261566, 1.13260869565217, 1.38068265179954, 1.85869565217391, 2.12718615748989, 5.30869565217391, 7.55486650478606, 13.8847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 915, '2021-05-09 00:00:00', 0.388101184801424, 0.780434782608695, 0.62457890952966, 1.21521739130434, 1.26580521639382, 1.86086956521739, 1.99487237944604, 5.42391304347826, 7.55393714583078, 13.8413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 930, '2021-05-09 00:00:00', 0.391220346714984, 0.834782608695649, 1.09002846537875, 1.30434782608696, 1.1123587088854, 1.64347826086956, 1.750697207247, 5.43043478260869, 7.5857417739381, 13.8065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 2.19999999999999, 0, 2.40000000000003, 0, 5.69999999999999, 0, 9.80000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:43:15 Duration: 6s369ms 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 983235, 1, 945, '2021-05-09 00:00:00', 0.553567972339438, 0.671249999999999, 0.537158216241135, 0.812083333333335, 0.685734558016416, 1.30666666666667, 2.55351161304801, 4.23291666666667, 11.5513633598383, 13.0995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 960, '2021-05-09 00:00:00', 0.282576140822819, 0.56166666666667, 0.47557269061414, 0.829583333333334, 0.769539552712141, 1.48541666666667, 2.64885359397586, 4.32583333333333, 11.5483479902689, 13.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 975, '2021-05-09 00:00:00', 0.341199663166496, 0.595416666666663, 0.532989245887649, 1.01083333333333, 0.731968633009736, 1.58958333333333, 3.00699281627034, 4.50333333333333, 11.3977932567313, 13.3495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 990, '2021-05-09 00:00:00', 0.474762335661031, 0.834166666666668, 0.64323683289159, 1.24333333333334, 0.674913708923409, 1.58291666666666, 3.11298251600094, 4.57916666666666, 11.39439996417, 13.35125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1005, '2021-05-09 00:00:00', 0.507487238363141, 0.907083333333335, 0.539575618265027, 1.19875, 0.623662481879699, 1.53625, 3.26342211689562, 4.6425, 11.3885667224965, 13.3620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1020, '2021-05-09 00:00:00', 0.321380344898312, 0.766249999999996, 0.359826850469555, 0.98333333333333, 0.572312243751453, 1.4025, 3.44602099361072, 4.70791666666667, 11.4036198724638, 13.33375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1035, '2021-05-09 00:00:00', 0.300921290686463, 0.63833333333333, 0.49400683560371, 1.01416666666666, 0.626209988163207, 1.33458333333333, 3.5253672848022, 4.79166666666667, 11.4013899483187, 13.3233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1050, '2021-05-09 00:00:00', 0.393346613015817, 0.684583333333335, 0.527809254082998, 0.975, 0.591289428626791, 1.23833333333333, 3.52333255350793, 4.84875, 11.4067350353494, 13.3104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1065, '2021-05-09 00:00:00', 0.337443231940732, 0.663749999999997, 0.457219067146502, 0.906666666666664, 2.52420327507771, 3.1325, 3.55620910358289, 4.87333333333333, 11.4111840559151, 13.2954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1080, '2021-05-09 00:00:00', 0.327970261995844, 0.639166666666666, 0.38874729133685, 0.781249999999998, 2.54547723380628, 3.3875, 3.89890647991593, 4.9875, 11.3026843595619, 13.2770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1095, '2021-05-09 00:00:00', 0.258636166586702, 0.484799999999995, 2.46023156091725, 2.8568, 2.51923599529699, 3.396, 3.80586731245323, 4.9048, 11.1136729152277, 12.9956 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 600, '2021-05-09 00:00:00', 2.67014200621116, 2.8, 2.70006327086361, 3.256, 2.64254851737233, 3.5472, 3.79864809285269, 4.9376, 11.0183321181868, 13.1052 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 615, '2021-05-09 00:00:00', 1.19852909852035, 1.49, 1.25774009789231, 1.86692307692308, 1.28636016011787, 2.26230769230769, 2.51315189782442, 3.90730769230769, 9.72981954927934, 12.1773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 630, '2021-05-09 00:00:00', 0.887845447395854, 1.20153846153846, 0.9911305898588, 1.47961538461538, 1.40271385315971, 2.05692307692308, 2.55396174900577, 3.72615384615384, 9.76260905385756, 12.0565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 645, '2021-05-09 00:00:00', 0.584649796558061, 0.989230769230767, 0.674572571222808, 1.33807692307692, 1.48917778036689, 2.08769230769231, 2.34322630969813, 3.50846153846154, 9.63568323392874, 11.8992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 660, '2021-05-09 00:00:00', 0.532092530992926, 0.897692307692307, 0.910217302879664, 1.24346153846154, 1.45054626315001, 1.90269230769231, 2.27014540367927, 3.32807692307692, 9.57273548236786, 11.8238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 675, '2021-05-09 00:00:00', 0.551785586376931, 0.834399999999997, 1.00038192706586, 1.4084, 1.1864618268898, 1.75, 1.91636826662657, 3.0556, 9.44902608738065, 11.9224 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 690, '2021-05-09 00:00:00', 0.666055052779672, 0.9672, 0.738846398109916, 1.1776, 1.05375566427896, 1.5852, 1.64019053771201, 2.868, 9.31530287573446, 11.7652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 705, '2021-05-09 00:00:00', 0.599512857799286, 0.786399999999999, 0.713841018714953, 1.1076, 1.04150020003199, 1.5632, 1.55376177925275, 2.7244, 9.07669851873466, 12.4668 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 720, '2021-05-09 00:00:00', 0.541934190346638, 0.745200000000003, 0.756379975056627, 1.0176, 0.99081902148341, 1.4484, 1.58100179211368, 2.674, 9.04060106777568, 12.5748 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 735, '2021-05-09 00:00:00', 0.66765135612334, 0.760000000000001, 0.796503191037764, 1.0656, 1.05357597416291, 1.4984, 1.6912774264837, 2.7512, 9.03821280268764, 12.6336 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 750, '2021-05-09 00:00:00', 0.497115525963377, 0.700384615384615, 0.907735305370123, 1.09076923076923, 1.35406811554606, 1.64730769230769, 1.7699950456254, 2.89769230769231, 8.95436917848574, 12.4507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 765, '2021-05-09 00:00:00', 0.695731030403753, 0.750000000000001, 0.88756351885372, 1.0876, 1.21775435399208, 1.5644, 1.70403423283297, 2.7992, 8.95892990261672, 12.696 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 780, '2021-05-09 00:00:00', 0.507485631980519, 0.710000000000001, 1.06023692320789, 1.0876, 1.09204654967939, 1.4564, 1.89677208260068, 2.9388, 8.94507372803601, 12.7276 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 795, '2021-05-09 00:00:00', 0.632988941451587, 0.755999999999999, 0.87245343715295, 1.074, 1.23020160949334, 1.5572, 1.98327170772606, 3.038, 8.94018170956273, 12.7236 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 810, '2021-05-09 00:00:00', 0.91195906340873, 0.8412, 1.12668570003647, 1.1296, 1.32998458637685, 1.5644, 2.05119656135957, 3.1064, 8.93869235403032, 12.7372 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 825, '2021-05-09 00:00:00', 0.665907901539944, 0.745999999999997, 0.896103230660393, 1.0752, 0.984014396913646, 1.4552, 2.11407781313744, 3.282, 8.92606740582511, 12.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 840, '2021-05-09 00:00:00', 0.804874110239192, 0.821599999999999, 0.858271130432181, 1.0372, 0.934634509670312, 1.372, 2.17440627911774, 3.3652, 8.92621099160594, 12.8248 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 855, '2021-05-09 00:00:00', 0.459138686382813, 0.648000000000001, 0.665801521976832, 0.976000000000003, 0.802490913759571, 1.208, 2.12793538435733, 3.3656, 8.90046182322394, 12.8804 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 870, '2021-05-09 00:00:00', 0.602041526806908, 0.749599999999999, 0.649745334727383, 0.882399999999999, 1.08911845085831, 1.3004, 2.1035095277496, 3.3524, 8.91707281941034, 12.9572 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 885, '2021-05-09 00:00:00', 0.300145520261981, 0.5396, 0.694744077580614, 0.828799999999999, 0.966926746622174, 1.2584, 2.14503791730279, 4.5572, 8.90354938587229, 12.976 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 900, '2021-05-09 00:00:00', 0.535467708332321, 0.644400000000001, 0.830075699359203, 0.975600000000001, 1.03745795095512, 1.3024, 2.11572745566783, 4.7188, 8.76483028928684, 12.92 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 915, '2021-05-09 00:00:00', 0.721469103057551, 0.734799999999999, 0.715988361171697, 0.936800000000002, 1.00055817755224, 1.366, 2.10249629409106, 4.6964, 8.63966129737349, 12.9616 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 930, '2021-05-09 00:00:00', 0.348160882351823, 0.639200000000002, 0.518860931914001, 0.893999999999997, 0.923211423961666, 1.39879999999999, 2.08554413363355, 4.7512, 8.654985499699, 13.1136 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 945, '2021-05-09 00:00:00', 0.515012770566083, 0.656923076923075, 0.653641750855571, 0.95653846153846, 1.06335434429848, 1.51769230769231, 2.18420286462731, 4.79307692307692, 8.61289081283666, 12.8419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 960, '2021-05-09 00:00:00', 0.425038097839932, 0.664230769230766, 0.758477523626217, 1.02807692307692, 1.12233958936062, 1.77307692307692, 2.49891856610014, 5.045, 8.61834923511815, 12.8265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 975, '2021-05-09 00:00:00', 0.628985997153661, 0.780769230769228, 0.893147588803002, 1.22615384615385, 1.18447885327099, 1.94692307692308, 2.49278630019934, 5.02653846153846, 8.62388754921691, 12.8126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 990, '2021-05-09 00:00:00', 0.618197877208113, 0.933846153846155, 0.899292799071327, 1.39653846153846, 1.18340636105466, 1.85115384615385, 2.60561857412902, 5.04807692307692, 8.61945902282468, 12.8046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1005, '2021-05-09 00:00:00', 0.576751112832776, 0.945384615384615, 0.706110146125617, 1.36346153846154, 1.01098984245069, 1.80269230769231, 2.4953030646828, 4.92423076923077, 8.63808251514545, 12.7384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1020, '2021-05-09 00:00:00', 0.416854890819336, 0.940000000000001, 0.495781744784474, 1.12346153846154, 0.854863731830981, 1.65, 2.52939311663125, 4.79153846153846, 8.64256197770439, 12.6984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1035, '2021-05-09 00:00:00', 0.463760714161946, 0.715000000000002, 0.646251201456997, 1.13615384615385, 0.769497338426944, 1.57692307692308, 2.52838449485955, 4.70192307692307, 8.6484497143441, 12.6023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1050, '2021-05-09 00:00:00', 0.524046386672606, 0.856153846153845, 0.634098876055921, 1.14423076923077, 0.813335393019669, 1.52230769230769, 2.56966352182238, 4.69884615384615, 8.63021180772256, 12.5596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1065, '2021-05-09 00:00:00', 0.472222893916061, 0.772307692307693, 0.569208357147148, 1.09307692307692, 1.63618599657393, 3.26384615384615, 2.76240608611685, 4.64076923076923, 8.61472089819781, 12.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1080, '2021-05-09 00:00:00', 0.434536711735793, 0.72307692307692, 0.624666434063934, 0.951923076923075, 1.69888510953054, 3.44115384615385, 2.7415148255046, 4.60653846153846, 8.61673949579895, 12.4934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1095, '2021-05-09 00:00:00', 0.2650204636511, 0.520384615384615, 1.56741394071204, 3.04230769230769, 1.67935756947526, 3.45461538461538, 2.6843908920905, 4.55230769230769, 8.61302326980218, 12.4853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 600, '2021-05-09 00:00:00', 0.777652977777463, 2.02807692307692, 0.89841227472949, 2.37384615384616, 0.990346714734096, 2.76884615384616, 2.08376774137618, 3.82, 8.12905096173358, 12.0615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 615, '2021-05-09 00:00:00', 0.51499380130698, 1.21115384615385, 0.616156323821004, 1.64384615384615, 0.965282262425786, 2.12461538461538, 1.92912419347385, 3.47192307692308, 8.03064676004464, 11.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 630, '2021-05-09 00:00:00', 0.510943621758197, 1.13923076923077, 0.736326119220382, 1.48807692307692, 1.38308979629501, 2.17576923076923, 1.84813090611943, 3.28961538461538, 8.02614063784467, 11.7715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 645, '2021-05-09 00:00:00', 0.68604339400765, 1.01653846153846, 0.835907981685876, 1.48307692307693, 1.27938975837942, 2.06307692307692, 1.7760524940267, 3.17230769230769, 7.95176195279048, 11.7230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 660, '2021-05-09 00:00:00', 0.539888307537203, 0.969230769230771, 1.17129986963859, 1.49923076923077, 1.35420552922539, 1.94615384615385, 1.68489894698123, 3.05269230769231, 7.88906483684854, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 675, '2021-05-09 00:00:00', 0.938738269413545, 1.07153846153846, 0.910792723189741, 1.34076923076923, 1.1269714350349, 1.71615384615385, 1.63588343575715, 3.05884615384615, 7.72275543691897, 11.5534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 690, '2021-05-09 00:00:00', 0.362810397612008, 0.799230769230767, 0.65204483092688, 1.19230769230769, 0.779675672216437, 1.49692307692308, 1.45725648447295, 2.94730769230769, 7.64032142900163, 11.4965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 705, '2021-05-09 00:00:00', 0.570744722675154, 0.788461538461542, 0.746816937717364, 1.06653846153846, 0.820908314940508, 1.50230769230769, 5.04033504686101, 4.11423076923077, 7.69176651711726, 11.5419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 720, '2021-05-09 00:00:00', 0.712707189848356, 0.803461538461539, 0.693941363073722, 1.06115384615385, 0.908040409131327, 1.56576923076923, 5.64711182818261, 4.48, 7.62450204174774, 11.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 735, '2021-05-09 00:00:00', 0.305294057489594, 0.697307692307692, 0.541474482671727, 1.07115384615384, 0.843591953858846, 1.55923076923076, 5.52484853951811, 4.45076923076923, 7.56086502987588, 11.66 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 750, '2021-05-09 00:00:00', 0.356733255226668, 0.728846153846151, 0.537981555302928, 1.03192307692307, 0.761374970795498, 1.45961538461538, 5.59277908075706, 4.41538461538461, 7.54743204418155, 11.6576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 765, '2021-05-09 00:00:00', 0.341896970535774, 0.65153846153846, 0.547456355829817, 0.972692307692306, 0.5821954469605, 1.23346153846154, 5.58097747159595, 4.41846153846154, 7.55228087808832, 11.5823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 780, '2021-05-09 00:00:00', 0.502768489313076, 0.721923076923076, 0.511207920969087, 0.901538461538461, 0.656876056685088, 1.22692307692308, 5.56666690772301, 4.44730769230769, 7.56357363643973, 11.5369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 795, '2021-05-09 00:00:00', 0.329219356380187, 0.624230769230769, 0.441493444502251, 0.817307692307693, 0.743743131836418, 1.27538461538462, 5.5333246648063, 4.51538461538462, 7.56518088654553, 11.5346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 810, '2021-05-09 00:00:00', 0.331296752868994, 0.571538461538464, 0.478372400798949, 0.851923076923078, 0.769841242375033, 1.27653846153846, 5.51272329741355, 4.53692307692308, 7.56318780978986, 11.5246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 825, '2021-05-09 00:00:00', 0.298800937080189, 0.545000000000003, 0.620944318078396, 0.910384615384618, 0.765937233821312, 1.27038461538461, 5.51230762790098, 4.57923076923077, 7.56997393553078, 11.5257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 840, '2021-05-09 00:00:00', 0.613897510864929, 0.716923076923081, 0.692184612991028, 0.963461538461538, 0.839567654304192, 1.36538461538461, 5.51635059130163, 4.60961538461539, 7.57505291172178, 11.5311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 855, '2021-05-09 00:00:00', 0.280607308419542, 0.56730769230769, 0.538090641492242, 0.888461538461538, 0.873742877158158, 1.36115384615384, 5.53457680961593, 4.59269230769231, 7.55963252057624, 11.5703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 870, '2021-05-09 00:00:00', 0.494634597066744, 0.649230769230768, 0.625791806126747, 0.930769230769229, 0.855178254023008, 1.50461538461538, 5.50460183706464, 4.52423076923077, 7.56401973922495, 11.5588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 885, '2021-05-09 00:00:00', 0.396595705783803, 0.598076923076921, 0.535171575650852, 0.863846153846152, 5.07410123909795, 2.62923076923077, 7.45337913040377, 6.34269230769231, 7.41718284691805, 11.7642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 900, '2021-05-09 00:00:00', 0.343903385359234, 0.561538461538461, 0.494184798819851, 0.978846153846153, 5.52148710459001, 2.87038461538462, 7.52166586499396, 6.54423076923077, 7.42351146436365, 11.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 915, '2021-05-09 00:00:00', 0.395235372910875, 0.688799999999998, 1.04504385872875, 1.264, 2.22713320960676, 1.9416, 6.19787347940136, 5.8276, 6.78848011953584, 11.0996 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 930, '2021-05-09 00:00:00', 0.780842066831275, 0.906799999999999, 2.03181216323426, 1.4524, 2.18367259450679, 1.9148, 6.19693897554806, 5.8088, 6.74043688000514, 11.1532 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 945, '2021-05-09 00:00:00', 1.51844459892352, 1.0264, 1.53341416453612, 1.3244, 1.73892907656791, 1.8492, 6.19627732325359, 5.7588, 6.73643605081105, 11.1504 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 960, '2021-05-09 00:00:00', 0.989393416863756, 0.909199999999998, 1.25064649948204, 1.228, 2.2024741390839, 2.0044, 6.17439087414027, 5.7588, 6.71555656665924, 11.164 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 975, '2021-05-09 00:00:00', 0.898575168437977, 0.850399999999998, 1.11308849603255, 1.3108, 2.16974591446403, 2.0384, 6.14817349570857, 5.8396, 6.71842491461603, 11.148 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 990, '2021-05-09 00:00:00', 0.819687542095566, 1.05280000000001, 1.76158290560885, 1.6308, 1.78902906628149, 1.994, 6.15031863673203, 5.8988, 6.71009868283123, 11.1692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1005, '2021-05-09 00:00:00', 1.48391239633612, 1.1372, 1.44945656483157, 1.4008, 1.45048980233115, 1.8396, 6.12632606053579, 5.7872, 6.70781119293023, 11.0632 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1020, '2021-05-09 00:00:00', 0.717356257378437, 0.947999999999997, 0.779519723932629, 1.2152, 1.21606167606746, 1.7968, 5.96993542678646, 5.9204, 6.70077793991116, 11.19 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1035, '2021-05-09 00:00:00', 0.354106857695055, 0.777999999999993, 0.62549313878464, 1.24199999999999, 1.07026865786119, 1.78, 5.56255316079466, 5.7568, 7.27681253480304, 11.9656 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1050, '2021-05-09 00:00:00', 0.496132710740449, 0.876799999999997, 0.767305241304487, 1.2236, 1.16682160875888, 1.7332, 5.49731197950417, 5.6984, 7.31627712706401, 11.9612 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1065, '2021-05-09 00:00:00', 0.419682419614324, 0.774000000000008, 0.649807663851385, 1.178, 4.90269612900222, 4.1672, 5.15704657079353, 5.5428, 7.31165336979264, 11.916 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1080, '2021-05-09 00:00:00', 0.475788818700059, 0.818000000000004, 0.651077824329268, 1.0324, 4.89976710330876, 4.3448, 4.9733594615042, 5.4772, 7.27160516438198, 11.892 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1095, '2021-05-09 00:00:00', 0.403723502742493, 0.614800000000002, 4.60413129699838, 3.818, 4.69791276348692, 4.3552, 4.8600501369156, 5.3604, 7.27923317847881, 11.8376 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 4, 600, '2021-05-09 00:00:00', 2.60757911492244, 2.84416666666667, 2.88131612439448, 3.235, 3.59328389226829, 3.8075, 4.62371531315472, 5.17708333333333, 6.68009415884346, 11.0166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 615, '2021-05-09 00:00:00', 1.66067997248551, 1.77833333333333, 2.17265198931321, 2.43083333333334, 2.61978560772342, 2.83375, 3.732551580936, 4.2675, 5.80013711731974, 10.3891666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 630, '2021-05-09 00:00:00', 1.90263199660174, 1.57541666666667, 2.40526953956745, 1.92458333333333, 2.35194030290009, 2.34166666666667, 3.64956489366109, 3.8725, 5.83032694785126, 10.1958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 645, '2021-05-09 00:00:00', 0.884971034488733, 0.974583333333329, 0.918637538714935, 1.35083333333333, 1.31801336834284, 1.99125, 2.76827416413658, 3.67125, 4.83790017256559, 9.72791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 660, '2021-05-09 00:00:00', 0.709504828348108, 1.04333333333333, 0.944443321965803, 1.37416666666666, 1.56748015034932, 2.02875, 2.7439502625737, 3.6325, 4.83551967667161, 9.67375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 675, '2021-05-09 00:00:00', 0.550296198239732, 0.907916666666664, 1.12606246126343, 1.46083333333333, 1.79512741261901, 1.95708333333333, 2.6917957747113, 3.52583333333333, 4.84222039663265, 9.59875 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 690, '2021-05-09 00:00:00', 1.039259682854, 1.08458333333333, 1.40821341998714, 1.38958333333333, 2.22856732427822, 2.05583333333333, 2.60340064675728, 3.46083333333334, 4.8504817480747, 9.52583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 705, '2021-05-09 00:00:00', 0.598378091660875, 0.752916666666665, 0.971746429470366, 1.16708333333334, 1.55327978153009, 1.69791666666667, 2.36362087128804, 3.25416666666667, 5.16550920298154, 9.84375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 720, '2021-05-09 00:00:00', 0.773429685401889, 0.872500000000001, 1.40334944825337, 1.33625, 1.5249332962366, 1.71958333333334, 4.10022056670763, 3.775, 5.38731433991942, 9.93583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 735, '2021-05-09 00:00:00', 1.02554616060723, 0.876666666666666, 1.06034722232109, 1.11666666666667, 1.08274334547662, 1.58125, 4.58292338746376, 3.86041666666667, 5.38578104827888, 9.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 750, '2021-05-09 00:00:00', 0.621316391197765, 0.770833333333331, 0.91618053644591, 1.13291666666667, 1.05589434240309, 1.57541666666667, 4.56863471820694, 3.95666666666667, 5.37201767616633, 10.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 765, '2021-05-09 00:00:00', 0.531685179814878, 0.717500000000002, 0.702987285225275, 1.03458333333334, 1.16594522207073, 1.5775, 4.53991714075572, 4.09291666666667, 5.39201738213773, 10.0091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 780, '2021-05-09 00:00:00', 0.298799227343159, 0.688750000000001, 0.613794181384485, 1.03958333333334, 1.00778266793843, 1.52458333333334, 4.54902949914133, 4.03458333333333, 5.44848064182556, 10.0375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 795, '2021-05-09 00:00:00', 0.480169052356127, 0.748333333333337, 0.690818538853143, 1.08041666666667, 0.935609446420826, 1.40541666666667, 4.54542571466483, 4.08416666666667, 5.51337331640865, 10.07625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 810, '2021-05-09 00:00:00', 0.491744712547924, 0.699583333333333, 0.749944804732274, 0.997916666666669, 0.893449490879938, 1.37541666666667, 4.61139224159007, 4.19083333333333, 5.53569916247183, 10.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 825, '2021-05-09 00:00:00', 0.462742298458451, 0.655000000000003, 0.547617865018077, 0.913750000000003, 1.80326334617332, 1.6875, 4.6305186229397, 4.22625, 5.62178468490908, 10.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 840, '2021-05-09 00:00:00', 0.408159309264325, 0.681250000000002, 0.653294743388565, 0.991250000000002, 1.7096566631336, 1.70958333333334, 4.63587022614128, 4.24166666666667, 5.64395044542693, 10.08125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 855, '2021-05-09 00:00:00', 0.551955515693383, 0.621250000000005, 1.79741037550444, 1.26333333333334, 1.70555677508651, 1.6475, 4.65736529051302, 4.20916666666667, 5.61201215561608, 10.1025 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 870, '2021-05-09 00:00:00', 1.73092581200543, 0.977916666666667, 1.67916451792577, 1.2475, 1.67136361710422, 1.63291666666667, 4.56703309648045, 4.19, 5.59780157093267, 10.1220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 885, '2021-05-09 00:00:00', 0.602925236310204, 0.716666666666666, 0.659036956585084, 0.999166666666667, 1.6862177361252, 1.74791666666667, 4.87025748508377, 5.40583333333334, 5.54614383270426, 9.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 900, '2021-05-09 00:00:00', 0.520542498508643, 0.735833333333338, 0.658489157856447, 1.02583333333334, 3.90070636486875, 2.24166666666667, 4.82008561773739, 5.65416666666667, 5.81563578340472, 10.1175 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 915, '2021-05-09 00:00:00', 0.598209284302819, 0.7125, 1.69497958604269, 1.37916666666667, 4.44583339785122, 2.40458333333333, 4.79209900381022, 5.82291666666667, 5.73627358146814, 10.1454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 930, '2021-05-09 00:00:00', 1.74194772713132, 1.17083333333333, 3.95269665792421, 1.9675, 4.46734715236125, 2.52916666666666, 4.81000947225558, 5.95791666666667, 5.69759940231633, 10.2270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 945, '2021-05-09 00:00:00', 2.74170577259455, 1.22875, 3.26005056864843, 1.59583333333333, 3.2264306735624, 2.32125, 3.78476350418474, 5.545, 5.66683275545175, 10.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 960, '2021-05-09 00:00:00', 2.05359595358476, 1.05708333333333, 2.23425890673369, 1.46791666666666, 2.33682182287911, 2.21833333333334, 3.31472535312757, 5.42958333333333, 5.59971892087037, 10.0279166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 975, '2021-05-09 00:00:00', 1.40328025391028, 1.04958333333333, 1.48295728827252, 1.63333333333333, 1.9174643582652, 2.17, 2.78080294811263, 5.23041666666667, 5.07766350467089, 9.80333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 990, '2021-05-09 00:00:00', 1.24900300820004, 1.32541666666667, 1.64193152428315, 1.695, 1.95963612231558, 2.21458333333333, 2.6128794364217, 5.21458333333333, 5.0047646139034, 9.72416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1005, '2021-05-09 00:00:00', 0.742604113619914, 1.005, 1.03626699038535, 1.42333333333333, 1.15901757498773, 1.885, 2.43797221364247, 5.15041666666667, 4.8708178642469, 9.65833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1020, '2021-05-09 00:00:00', 0.731518175153363, 1.06833333333333, 0.893074805766938, 1.355, 0.99858368906065, 1.72041666666667, 2.4235444982056, 5.14875, 4.86765260139075, 9.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1035, '2021-05-09 00:00:00', 0.703383000169566, 0.914583333333334, 0.74207979863101, 1.23291666666667, 0.784390744833032, 1.55416666666667, 2.32702958010135, 5.13333333333334, 4.88032590902092, 9.62625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1050, '2021-05-09 00:00:00', 0.543384455672658, 0.826666666666667, 0.610976884688114, 1.07833333333333, 0.750267585115714, 1.41333333333334, 2.19855778649999, 5.14291666666667, 4.97050663734433, 9.61833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1065, '2021-05-09 00:00:00', 0.388782706345874, 0.750416666666668, 0.636132876238831, 1.07291666666667, 2.01205551397181, 3.6075, 2.20398350654025, 5.11291666666667, 5.06681845691774, 9.67666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1080, '2021-05-09 00:00:00', 0.39283713481894, 0.724166666666668, 0.497800961330378, 0.966666666666669, 1.9080352118253, 3.81375, 2.1432695039744, 4.97708333333333, 5.14488135593685, 9.71958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1095, '2021-05-09 00:00:00', 0.335415597711863, 0.594166666666666, 1.7536370073716, 3.26083333333333, 1.84752551903303, 3.88875, 2.17280219625671, 4.98208333333333, 5.17346096627443, 9.67875 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 600, '2021-05-09 00:00:00', 0.807760286125719, 1.98304347826087, 0.979032958381302, 2.51347826086957, 1.43479130432148, 3.09478260869565, 2.4008558256697, 4.55782608695652, 5.30796854168576, 9.56130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 615, '2021-05-09 00:00:00', 0.557065646389498, 1.38695652173913, 0.745800098257749, 1.85782608695652, 0.981199354827063, 2.40391304347826, 2.47040778506422, 4.05652173913043, 5.15733071259264, 9.45652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 630, '2021-05-09 00:00:00', 0.627584931184462, 1.12913043478261, 0.937535032283541, 1.58913043478261, 1.13418494703075, 2.01869565217391, 2.55091783838324, 3.77999999999999, 5.15390074461814, 9.42260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 645, '2021-05-09 00:00:00', 0.675820391510224, 1.03173913043478, 0.652769109166043, 1.36565217391304, 0.965801393670466, 1.77782608695652, 2.46315007670975, 3.5791304347826, 5.08682297551131, 9.4895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 660, '2021-05-09 00:00:00', 0.467585252525618, 0.932173913043477, 0.690622105988963, 1.29043478260869, 0.917258761944324, 1.7, 2.41646329615412, 3.50304347826086, 5.12029604813563, 9.52043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 675, '2021-05-09 00:00:00', 0.413000684281993, 0.831739130434779, 0.487897400605686, 1.11434782608695, 1.13538870431294, 1.80434782608696, 2.41873615447825, 3.39130434782608, 5.13561858600009, 9.49652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 690, '2021-05-09 00:00:00', 0.406067129713784, 0.747826086956521, 0.71900073389112, 1.14434782608696, 1.20909416326942, 1.81782608695652, 2.46867209188122, 3.38652173913043, 5.22122715877008, 9.47304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 705, '2021-05-09 00:00:00', 0.645177917674303, 0.78, 1.18411355079898, 1.29391304347826, 1.3526199142446, 1.86478260869565, 2.54792661580464, 3.42130434782609, 5.46018354525066, 10.1495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 720, '2021-05-09 00:00:00', 1.17092207171259, 0.996956521739136, 1.16336485530605, 1.42217391304348, 1.46970285507427, 1.89913043478261, 2.56473430501797, 3.43565217391304, 5.59035342204759, 10.3882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 735, '2021-05-09 00:00:00', 0.661499076090048, 0.94086956521739, 0.87180449815538, 1.24391304347826, 0.882972432302131, 1.74304347826087, 2.02476534530728, 3.27260869565217, 5.6229480403105, 10.4291304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 750, '2021-05-09 00:00:00', 0.358963153338258, 0.73, 0.581367816059174, 1.15391304347826, 0.546257117065462, 1.47173913043478, 2.03551694883926, 3.26260869565217, 5.67720370404596, 10.4634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 765, '2021-05-09 00:00:00', 0.497382873971515, 0.864782608695648, 0.475763584296125, 1.07652173913043, 0.793849379885548, 1.58826086956521, 2.03161766967391, 3.38608695652173, 5.87275655592988, 10.5582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 780, '2021-05-09 00:00:00', 0.271041761290829, 0.709999999999998, 0.406691072508972, 0.996086956521738, 1.1679973401345, 1.64217391304347, 1.9190097495772, 3.34434782608695, 6.41272632296753, 10.7904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 795, '2021-05-09 00:00:00', 0.344236567245908, 0.684782608695653, 0.743425465615012, 1.15782608695652, 1.44962323031932, 1.72565217391304, 1.88765230519194, 3.39304347826087, 6.43224900580872, 10.84 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 810, '2021-05-09 00:00:00', 0.701606851386901, 0.883913043478258, 1.15943883796099, 1.25565217391304, 1.3357355007872, 1.70565217391304, 1.84685781652687, 3.43739130434782, 6.64017378576332, 10.9152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 825, '2021-05-09 00:00:00', 0.688267286530101, 0.771304347826084, 0.88171051867105, 1.1895652173913, 0.852641095622689, 1.51826086956521, 1.80185839507141, 3.37130434782608, 6.63431294863268, 10.9208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 840, '2021-05-09 00:00:00', 0.690512784196168, 0.905217391304345, 0.767091936814419, 1.13869565217391, 1.01355457937671, 1.57260869565217, 1.77419101422049, 3.36086956521739, 6.64322172305427, 10.8969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 855, '2021-05-09 00:00:00', 0.385667123870813, 0.718695652173912, 0.451429438062483, 0.943913043478258, 0.977290357410607, 1.52347826086956, 1.64024039017133, 3.24391304347826, 6.6633525787649, 10.8830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 870, '2021-05-09 00:00:00', 0.304791122670098, 0.616086956521739, 0.699873223980078, 1.0195652173913, 1.1190735863649, 1.63434782608696, 1.57504488925302, 3.22130434782608, 6.74462883944092, 10.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 885, '2021-05-09 00:00:00', 0.563621828194573, 0.731739130434782, 0.759646006595153, 1.13434782608696, 1.44920954330119, 1.75913043478261, 1.81490709046926, 4.43826086956521, 7.00191662072867, 10.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 900, '2021-05-09 00:00:00', 0.582213644011138, 0.840000000000002, 0.914696433368681, 1.18826086956522, 1.4221451536129, 1.72173913043479, 1.81882883744484, 4.61739130434782, 7.06017377653983, 10.8208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 915, '2021-05-09 00:00:00', 0.61252700190542, 0.775652173913042, 0.926878607245401, 1.18695652173914, 1.18822916036824, 1.63608695652174, 2.01285689639763, 4.66739130434782, 7.05394005898344, 10.6960869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 930, '2021-05-09 00:00:00', 0.738169940907978, 0.893043478260872, 0.844640391707828, 1.1208695652174, 1.01854988759402, 1.60565217391304, 2.01861700788087, 4.63652173913043, 7.04977747525359, 10.6252173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 945, '2021-05-09 00:00:00', 0.463754228217619, 0.719565217391309, 0.595940814633007, 1.02, 0.917930737008335, 1.69826086956522, 2.13147326065085, 4.58652173913043, 7.0669795528217, 10.59 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 960, '2021-05-09 00:00:00', 0.434630823307748, 0.696956521739129, 0.659316030791374, 1.12608695652174, 0.809766716028356, 1.71695652173913, 2.1502617728313, 4.58434782608695, 7.07940856934388, 10.574347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 975, '2021-05-09 00:00:00', 0.564779155131583, 0.818695652173914, 0.711061667967113, 1.37782608695652, 0.671124358921907, 1.84521739130435, 2.23784896366795, 4.5995652173913, 7.07940856934388, 10.574347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 990, '2021-05-09 00:00:00', 0.377538836575164, 1.03086956521739, 0.523605620529229, 1.29913043478261, 0.67163595917735, 1.73695652173913, 2.1516219637982, 4.44043478260869, 7.01164542325851, 10.5652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1005, '2021-05-09 00:00:00', 0.518067250353973, 0.918695652173915, 0.625217116438558, 1.32347826086957, 0.66513572569577, 1.65347826086957, 2.18924915386703, 4.48869565217391, 7.06431294545367, 10.6391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1020, '2021-05-09 00:00:00', 0.397662637322808, 0.829130434782608, 0.585405842130058, 1.17, 0.570788581475737, 1.43782608695652, 2.26408616576488, 4.48043478260869, 7.18448809380046, 10.6565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1035, '2021-05-09 00:00:00', 0.358902587332102, 0.797391304347825, 0.390446182391214, 1.03869565217391, 0.527351874937407, 1.33999999999999, 2.36804959687939, 4.50043478260869, 7.84635133351878, 10.9126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1050, '2021-05-09 00:00:00', 0.318429942779412, 0.763913043478256, 0.367001523943803, 0.980869565217383, 0.458879456645451, 1.23391304347825, 2.42206458170394, 4.51826086956521, 8.99639791772636, 11.2413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1065, '2021-05-09 00:00:00', 0.272700591580254, 0.597391304347823, 0.42488733684573, 0.847391304347822, 1.53896492600652, 3.21304347826086, 2.50472865050253, 4.51739130434782, 8.99927849545369, 11.2195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1080, '2021-05-09 00:00:00', 0.260182362315504, 0.573043478260865, 0.395229957578604, 0.793913043478259, 1.86725972839362, 3.6195652173913, 2.82377777960955, 4.56869565217391, 9.16310523940757, 11.2739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1095, '2021-05-09 00:00:00', 0.296520000458547, 0.568260869565218, 1.66082114553927, 3.06217391304347, 2.08453499994793, 3.8195652173913, 2.92750267920611, 4.59086956521739, 9.27797406586149, 11.3213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 600, '2021-05-09 00:00:00', 1.57960088290535, 2.48541666666666, 5.16224644954085, 4.06166666666666, 5.25530441140394, 4.45374999999999, 5.73724519499875, 5.50541666666666, 10.0012076716417, 13.11375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 615, '2021-05-09 00:00:00', 5.20922619013611, 2.49875, 5.28970116412989, 2.83916666666667, 5.23398757218596, 3.26458333333333, 5.39711913223492, 4.56583333333333, 9.27492911805409, 12.5916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 630, '2021-05-09 00:00:00', 0.438404851968192, 1.05478260869565, 0.880235550580597, 1.58347826086956, 0.89748242520804, 1.89260869565217, 2.1126905274607, 3.35608695652174, 8.86962554521063, 11.9186956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 645, '2021-05-09 00:00:00', 0.664112233954877, 1.02217391304348, 0.620503747922418, 1.25391304347826, 0.615691070319477, 1.61130434782609, 1.96555406102158, 3.23130434782608, 8.86410274034007, 11.9008695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 660, '2021-05-09 00:00:00', 0.357263147444208, 0.777499999999998, 0.486468902144449, 1.06208333333333, 0.495208929703385, 1.35666666666667, 5.16370246900476, 4.08333333333333, 9.2251541364131, 12.3991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 675, '2021-05-09 00:00:00', 0.410746933620034, 0.75304347826087, 0.460661579588627, 1.02, 0.551512831366644, 1.39130434782609, 1.88615603410223, 3.01869565217391, 8.89252057261536, 11.7669565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 690, '2021-05-09 00:00:00', 0.40162983173456, 0.692500000000003, 0.4922876206541, 0.900833333333337, 0.650556060924651, 1.39166666666667, 5.17791519794419, 3.98666666666667, 9.21393414495329, 12.3754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 705, '2021-05-09 00:00:00', 0.285320821207448, 0.574166666666668, 0.524149414476115, 0.9325, 0.639479946088442, 1.33291666666667, 5.20038899046734, 4.0525, 11.8122974486123, 13.7366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 720, '2021-05-09 00:00:00', 0.384052656139424, 0.666521739130434, 0.526721157602021, 0.975217391304346, 0.640214576183108, 1.33739130434783, 1.9277939018638, 3.00565217391305, 11.732155872768, 13.3521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 735, '2021-05-09 00:00:00', 0.387735902947846, 0.639999999999996, 0.418364439631076, 0.888749999999999, 0.828219235136011, 1.31916666666667, 5.16218733481362, 3.89708333333333, 11.7704833409555, 13.9520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 750, '2021-05-09 00:00:00', 0.339831320050047, 0.616250000000001, 0.519642435593522, 0.847500000000002, 0.871165199229071, 1.29375, 5.14230787231017, 3.87791666666667, 11.7725838162293, 13.9358333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 765, '2021-05-09 00:00:00', 0.394334653360038, 0.59041666666667, 0.656797097691698, 0.925416666666667, 1.35541847380447, 1.43125, 5.14041439428063, 3.85583333333333, 11.7658542361274, 13.9304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 780, '2021-05-09 00:00:00', 0.573914697241801, 0.650416666666663, 0.665640696045461, 0.850833333333329, 1.35170417128404, 1.53791666666667, 5.12975964914254, 3.85083333333333, 11.757600062901, 13.93125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 795, '2021-05-09 00:00:00', 0.318456422063717, 0.538333333333333, 0.959673763257109, 0.942083333333333, 1.08084901880386, 1.44541666666667, 5.12824319439606, 3.805, 11.7609434622903, 13.9145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 810, '2021-05-09 00:00:00', 0.743999060113166, 0.677083333333333, 0.847529658324196, 1.0375, 4.51806510785763, 2.41583333333334, 5.1164759264358, 3.80041666666667, 11.7608603833445, 13.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 825, '2021-05-09 00:00:00', 0.584165452044469, 0.668333333333335, 0.737944658386101, 1.03666666666667, 5.26266746437391, 2.51916666666667, 5.0661475945017, 3.79083333333333, 11.769931653293, 13.8904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 840, '2021-05-09 00:00:00', 0.486986444474019, 0.714166666666673, 4.5263185083609, 2.01125, 5.25996604110931, 2.43083333333333, 5.04169382553471, 3.76375, 11.7960374625906, 13.8804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 855, '2021-05-09 00:00:00', 0.580154901853739, 0.703333333333333, 0.908261498289652, 1.07208333333333, 1.53501994510953, 1.69083333333333, 1.68354095433628, 2.97666666666666, 11.4975649595904, 13.175 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 870, '2021-05-09 00:00:00', 0.455968759764771, 0.585652173913042, 0.664773728927321, 0.861739130434785, 1.11748447036278, 1.37478260869565, 1.14050990607263, 2.65086956521739, 11.7499225966671, 13.3091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 885, '2021-05-09 00:00:00', 0.787416892325052, 0.735833333333336, 1.52581547453119, 1.33208333333333, 1.4832718803424, 1.67791666666666, 2.59643177669172, 4.01833333333333, 11.5165317139055, 13.15625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 900, '2021-05-09 00:00:00', 1.0621672229391, 0.870869565217389, 1.05501793626924, 1.01913043478261, 1.04186022444122, 1.44, 2.50461321400704, 4.04652173913043, 11.7565633338542, 13.3178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 915, '2021-05-09 00:00:00', 0.470953116503821, 0.618260869565221, 0.636379022964741, 0.956521739130434, 0.720720708680512, 1.24739130434782, 2.50462228815527, 4.13347826086956, 11.7620615916333, 13.3173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 930, '2021-05-09 00:00:00', 0.447911711373757, 0.726086956521737, 0.611063674447472, 0.984782608695649, 0.620987674354008, 1.25565217391304, 2.53354896454188, 4.19391304347826, 11.7688130276189, 13.2965217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 7.5, 0, 9.60000000000002, 0, 17.45, 0, 24.65 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:43:08 Duration: 6s345ms Database: acaweb_fx User: pgperfstats
15 31s92ms 2 14s964ms 16s127ms 15s546ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and da[...];Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration May 09 15 2 31s92ms 15s546ms [ User: pgperfstats - Total duration: 31s92ms - 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 982515, 1, 930, '2021-05-09 00:00:00', 0.000713454866234618, 0.00151461538461538, 0.000793786737490212, 0.00188923076923077, 0.000934891190706978, 0.00244346153846154, 0.0022952714687776, 0.00566865384615383, 0.00496366484100671, 0.0121805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 945, '2021-05-09 00:00:00', 0.000500996890824039, 0.00129173076923077, 0.000688135971581621, 0.00184134615384618, 0.000894032373359779, 0.00259326923076924, 0.00216056343256887, 0.00552711538461538, 0.00492215309751583, 0.0122486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 960, '2021-05-09 00:00:00', 0.000530239568497124, 0.00138000000000001, 0.000648456658892137, 0.00179403846153848, 0.00100079923830138, 0.00287865384615386, 0.0021316691906723, 0.00552653846153847, 0.0048854353085315, 0.012321923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 975, '2021-05-09 00:00:00', 0.000576669349334231, 0.00121653846153846, 0.000865491501091419, 0.00198653846153846, 0.00122014363908517, 0.00289250000000001, 0.0020688036676748, 0.00551384615384615, 0.00486437455857933, 0.0123746153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 990, '2021-05-09 00:00:00', 0.000746712487147166, 0.00165346153846154, 0.000856916655134093, 0.00236192307692309, 0.0014100349150069, 0.00304769230769232, 0.00208266088121755, 0.00545788461538461, 0.00482187825277819, 0.0124167307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1005, '2021-05-09 00:00:00', 0.000606868887119653, 0.00166538461538463, 0.000828650083894561, 0.00246519230769231, 0.00136166878667885, 0.00312326923076923, 0.00196505639966036, 0.00531942307692307, 0.00480252886909193, 0.0124615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1020, '2021-05-09 00:00:00', 0.000679712156272488, 0.00182115384615384, 0.000739091229926209, 0.0023003846153846, 0.00133266051133119, 0.00340903846153845, 0.00180415904125823, 0.00509461538461538, 0.00476337054631889, 0.0124298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1035, '2021-05-09 00:00:00', 0.000495250092222248, 0.00142057692307693, 0.00094952743307069, 0.00213788461538462, 0.00152419902041895, 0.00327057692307691, 0.00199066170869425, 0.00486403846153846, 0.00475301889491137, 0.0123588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1050, '2021-05-09 00:00:00', 0.000785945388590177, 0.0015980769230769, 0.00118631219136644, 0.00252384615384613, 0.00152096629204545, 0.00321230769230768, 0.00180934094461111, 0.00468557692307693, 0.00473259426741822, 0.0123125 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1065, '2021-05-09 00:00:00', 0.00094101230270712, 0.00192692307692308, 0.00109794649232102, 0.00240249999999999, 0.00145149478655096, 0.00310134615384615, 0.00163054362100498, 0.00452250000000002, 0.00469005581400279, 0.0122034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1080, '2021-05-09 00:00:00', 0.000679373721780676, 0.0015305769230769, 0.000794676905802196, 0.00197576923076923, 0.00122655573111802, 0.00268519230769231, 0.00159705661958299, 0.00422538461538464, 0.00461118307862692, 0.0122092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1095, '2021-05-09 00:00:00', 0.000522897254211133, 0.00117653846153848, 0.000742331151482643, 0.00170846153846154, 0.00104171389841635, 0.00232538461538462, 0.00147253628661052, 0.00396365384615387, 0.00464820089265314, 0.0121384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1110, '2021-05-09 00:00:00', 0.000410786909011699, 0.00121173076923078, 0.000885815421822409, 0.00173980769230771, 0.00120415370856299, 0.00208807692307693, 0.00139623157656051, 0.00382384615384618, 0.004663831591662, 0.0121413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1125, '2021-05-09 00:00:00', 0.000788605317097068, 0.00126211538461539, 0.000874460207125551, 0.00156557692307692, 0.00110580280617921, 0.00202961538461538, 0.00138160988872236, 0.0037517307692308, 0.00469984669553576, 0.0121901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1140, '2021-05-09 00:00:00', 0.000498401290281094, 0.00101961538461539, 0.000713390819634284, 0.00139230769230769, 0.000696404612718363, 0.00180576923076925, 0.00135004405911011, 0.00365519230769232, 0.0046883055697538, 0.0121536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1155, '2021-05-09 00:00:00', 0.000451584560613642, 0.000996153846153848, 0.000475062141684179, 0.00127903846153848, 0.00115914942290258, 0.00207923076923081, 0.00141814175541855, 0.00363403846153848, 0.00467538128432817, 0.0122269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1170, '2021-05-09 00:00:00', 0.000328281070941438, 0.000832307692307705, 0.000458101097340561, 0.00118615384615386, 0.00124834236243356, 0.00204942307692309, 0.00144886158228296, 0.00359173076923078, 0.00466870008262882, 0.0122423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1185, '2021-05-09 00:00:00', 0.00043177188599824, 0.00090480769230771, 0.00119573603016977, 0.00163442307692311, 0.00129033580900479, 0.00209750000000001, 0.00143684554332909, 0.00354134615384617, 0.00464762416145644, 0.0122278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1200, '2021-05-09 00:00:00', 0.00116207890636367, 0.00125423076923079, 0.00119770487247004, 0.0015151923076923, 0.00129866001946384, 0.00203461538461536, 0.0013627421450319, 0.0034169230769231, 0.00459450933180028, 0.01214 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1215, '2021-05-09 00:00:00', 0.00035840828673456, 0.000762500000000008, 0.000516836866093965, 0.00119711538461539, 0.00106470812179462, 0.00192423076923076, 0.00177237229115713, 0.00381346153846158, 0.00456958596003552, 0.0121003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1230, '2021-05-09 00:00:00', 0.000412497832162132, 0.000872692307692294, 0.00072462311158707, 0.00133557692307691, 0.00100968260435572, 0.00187519230769229, 0.00178331502027503, 0.00390269230769234, 0.00456963035030859, 0.0121065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1245, '2021-05-09 00:00:00', 0.000518375309537844, 0.00089519230769228, 0.000941806692561638, 0.00144538461538457, 0.00100821626571961, 0.00182903846153844, 0.00183726712810086, 0.00389750000000002, 0.00456695291869079, 0.0121298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1260, '2021-05-09 00:00:00', 0.000904606182907177, 0.0010328846153846, 0.000906211407666378, 0.00129634615384615, 0.00109079625115714, 0.00205730769230769, 0.00185276073634829, 0.00392788461538463, 0.00455779270548297, 0.0121428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1275, '2021-05-09 00:00:00', 0.000293546222280901, 0.000719230769230784, 0.000486477290164864, 0.00111307692307695, 0.000670973947677203, 0.00187596153846157, 0.0018271294846962, 0.00377307692307694, 0.00437120067997517, 0.0120357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1290, '2021-05-09 00:00:00', 0.000512284926729126, 0.000849615384615382, 0.000693332975838177, 0.00142115384615385, 0.000770998353784571, 0.00185730769230772, 0.00191332920686592, 0.00385442307692307, 0.00435965920068918, 0.0120321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1305, '2021-05-09 00:00:00', 0.00047512929414408, 0.00106538461538463, 0.000428702873615461, 0.00143192307692311, 0.000491011867317045, 0.00182057692307696, 0.00203114231785581, 0.00390865384615387, 0.00428607348100984, 0.0120317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1320, '2021-05-09 00:00:00', 0.000477308197483136, 0.00110865384615385, 0.000524363386916456, 0.00137480769230771, 0.000541299042901575, 0.00185557692307696, 0.00200942304195471, 0.00387980769230771, 0.00431001965014262, 0.0121242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1335, '2021-05-09 00:00:00', 0.00049574233381716, 0.000812692307692345, 0.000491694558096336, 0.00120846153846156, 0.000569628083793391, 0.00182307692307695, 0.00215647951175415, 0.00394326923076926, 0.00426632311968262, 0.0121701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1350, '2021-05-09 00:00:00', 0.000335016647117941, 0.000868076923076948, 0.000454722569689044, 0.00132115384615388, 0.000475041050857684, 0.00164000000000003, 0.00216663521476183, 0.00394692307692308, 0.00420610548900229, 0.0121707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1365, '2021-05-09 00:00:00', 0.000394252408411759, 0.000984807692307705, 0.000384657140041134, 0.00131134615384615, 0.000425516202349047, 0.00149596153846156, 0.002134446541486, 0.00403096153846155, 0.00416482226511529, 0.0121775 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1380, '2021-05-09 00:00:00', 0.000365442408384907, 0.000936923076923083, 0.000391270563480281, 0.00113057692307695, 0.000502066077477699, 0.00147788461538465, 0.00212493646058853, 0.00414519230769232, 0.0043942123692596, 0.0123121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1395, '2021-05-09 00:00:00', 0.000227702572533706, 0.000672692307692325, 0.00030071223146698, 0.00092038461538465, 0.00184854188899918, 0.00256365384615387, 0.0029275684646793, 0.00470365384615386, 0.0043942123692596, 0.0123121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1410, '2021-05-09 00:00:00', 0.000243534628717583, 0.000708653846153851, 0.000430792829023954, 0.00110730769230769, 0.0017567856574306, 0.00274461538461539, 0.00298808464507851, 0.00485961538461538, 0.00438784040099633, 0.0123207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1425, '2021-05-09 00:00:00', 0.00044179933662937, 0.000865576923076923, 0.00181395420177961, 0.00236538461538463, 0.001930097895086, 0.00275173076923078, 0.00315116867819888, 0.00503403846153846, 0.00438145260861495, 0.0123301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 0, '2021-05-09 00:00:00', 0.00185276512688055, 0.00209884615384615, 0.00179685187309535, 0.00250442307692309, 0.00197654898361147, 0.00294826923076924, 0.00331690810614576, 0.00525923076923076, 0.00437217047401476, 0.0124755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 15, '2021-05-09 00:00:00', 0.000945131981015598, 0.00142230769230767, 0.00114366719540526, 0.00164057692307691, 0.00113060421218718, 0.00229673076923076, 0.00300779953428773, 0.00476596153846153, 0.00413036457694252, 0.0122284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 30, '2021-05-09 00:00:00', 0.000962481188627352, 0.00106596153846154, 0.00104300720920879, 0.00167403846153845, 0.00113146482660583, 0.00229942307692308, 0.00294874134817917, 0.00479153846153847, 0.00403361340678365, 0.0121936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 45, '2021-05-09 00:00:00', 0.000624350770493135, 0.00117173076923077, 0.000747813736578416, 0.00163576923076924, 0.00125044576667065, 0.00226115384615384, 0.00297910423423912, 0.00488403846153844, 0.00399902363564678, 0.0121540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 60, '2021-05-09 00:00:00', 0.000716981949134444, 0.00129134615384615, 0.0010097603866569, 0.00169596153846155, 0.00122295455604606, 0.00215538461538461, 0.00297953261693583, 0.00482884615384614, 0.0040075476723495, 0.0121128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 75, '2021-05-09 00:00:00', 0.000479170477130881, 0.000892115384615405, 0.000704364225055773, 0.00128480769230771, 0.000896569380386207, 0.00183057692307693, 0.00255177467657312, 0.00452999999999997, 0.00358137098802208, 0.0119819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 90, '2021-05-09 00:00:00', 0.000422006562107205, 0.000886538461538454, 0.000559115235129443, 0.00122461538461539, 0.000857678194088787, 0.00182326923076925, 0.00244970608127085, 0.00473326923076921, 0.00339022055102845, 0.0119707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 105, '2021-05-09 00:00:00', 0.000350010769065078, 0.000803461538461533, 0.000603974655606808, 0.00139576923076923, 0.000761419625537605, 0.00179038461538459, 0.00262728509331181, 0.00476980769230768, 0.00322055098606534, 0.0119205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 120, '2021-05-09 00:00:00', 0.000535981235320193, 0.00113326923076926, 0.000690829963494308, 0.00140096153846158, 0.000860720360199268, 0.00196846153846152, 0.00278223671088293, 0.00492634615384615, 0.00323078293083178, 0.0119321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 135, '2021-05-09 00:00:00', 0.000509241253087551, 0.000839423076923085, 0.000534808412856025, 0.00130903846153841, 0.00230358457292442, 0.00241173076923074, 0.00268396919763364, 0.00485942307692304, 0.00307983503554231, 0.0118403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 150, '2021-05-09 00:00:00', 0.000339518267323234, 0.000989423076923043, 0.000625597191612816, 0.00150961538461536, 0.00211821633964485, 0.00251769230769228, 0.00255665623723343, 0.00478134615384611, 0.00302941127182266, 0.0118155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 165, '2021-05-09 00:00:00', 0.000530369247281132, 0.00106653846153845, 0.00217488065985592, 0.00194326923076923, 0.00215079209022737, 0.00261615384615384, 0.00257420927366353, 0.00462576923076921, 0.00306495514460841, 0.0117959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 180, '2021-05-09 00:00:00', 0.00217914888996032, 0.00157326923076924, 0.00212416029563175, 0.00194980769230769, 0.00215530426194038, 0.0026926923076923, 0.00250358042841416, 0.00450980769230767, 0.00296791988799201, 0.0116726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 195, '2021-05-09 00:00:00', 0.000371101064401567, 0.00105499999999998, 0.000688695757322389, 0.0015303846153846, 0.000850888879123114, 0.00217673076923074, 0.00170625478303078, 0.00405423076923073, 0.00275853776761975, 0.0116388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 210, '2021-05-09 00:00:00', 0.000536775128393222, 0.00109846153846154, 0.000686243761355998, 0.00164749999999997, 0.000788929362149438, 0.00222846153846153, 0.00164327329296885, 0.00399865384615382, 0.00292529804530175, 0.0118194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 225, '2021-05-09 00:00:00', 0.000419796837309891, 0.0011607692307692, 0.000600992384439155, 0.00165461538461539, 0.000828771751077828, 0.00224384615384616, 0.00152171478425342, 0.00398173076923077, 0.00274013865454907, 0.0118146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 240, '2021-05-09 00:00:00', 0.000549547506170724, 0.0012326923076923, 0.000707494957851016, 0.00161634615384615, 0.00074311633316417, 0.00209326923076923, 0.00160136811700306, 0.00385961538461538, 0.00279975123208092, 0.0119451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 255, '2021-05-09 00:00:00', 0.000335642437951245, 0.00101961538461538, 0.000447472732302037, 0.00148461538461535, 0.000605453421952415, 0.00190461538461537, 0.00147645658197645, 0.00367596153846153, 0.00276896414955821, 0.0119026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 270, '2021-05-09 00:00:00', 0.000358494287048108, 0.00112192307692305, 0.000391624624039184, 0.00139038461538461, 0.000874649578182803, 0.00218826923076923, 0.00145813289465038, 0.00371153846153845, 0.00306284167324801, 0.0120486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 285, '2021-05-09 00:00:00', 0.000337826366416468, 0.000949423076923088, 0.000509022441699619, 0.00133538461538461, 0.000964385276504386, 0.00220480769230767, 0.00135376405454736, 0.00372365384615384, 0.00315115278051603, 0.0120946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 300, '2021-05-09 00:00:00', 0.000468723799267737, 0.000995000000000011, 0.00084885925715722, 0.00163903846153846, 0.00128716223351394, 0.00242115384615384, 0.00137660307949005, 0.00375903846153846, 0.00328967272162211, 0.0121538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 315, '2021-05-09 00:00:00', 0.000602801408808537, 0.00116846153846153, 0.000821422218800073, 0.0016576923076923, 0.00120810920290918, 0.00235461538461538, 0.00142590954778397, 0.00385403846153848, 0.00356219845687378, 0.0123303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 330, '2021-05-09 00:00:00', 0.000613302911731605, 0.00110269230769231, 0.00116108887886131, 0.00164923076923075, 0.00109558730298482, 0.00211346153846148, 0.00136795703936143, 0.00381769230769231, 0.00373605701756031, 0.0123909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 345, '2021-05-09 00:00:00', 0.000764018425069808, 0.00108192307692307, 0.000702388671715209, 0.0014903846153846, 0.000713076676209371, 0.00184211538461537, 0.0012445554813482, 0.00373788461538462, 0.0036757796294957, 0.0122582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 360, '2021-05-09 00:00:00', 0.000361310062880159, 0.000989807692307669, 0.000470597982930725, 0.00122730769230765, 0.000549550760586806, 0.00167403846153845, 0.00108598087530972, 0.00370230769230769, 0.0035189618497506, 0.0123075 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 375, '2021-05-09 00:00:00', 0.000322428107669604, 0.000803269230769207, 0.000412511631537663, 0.00117538461538462, 0.000551516231715945, 0.00154692307692308, 0.00125581613058846, 0.00393307692307691, 0.00349649004772589, 0.0122755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 390, '2021-05-09 00:00:00', 0.000308593583860701, 0.000824999999999999, 0.000389638935426104, 0.00110250000000001, 0.000469708256425032, 0.0015296153846154, 0.0014042778050821, 0.00417192307692311, 0.00347580056080059, 0.0122965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 405, '2021-05-09 00:00:00', 0.000293186210190969, 0.000761923076923089, 0.000339608654868406, 0.00107403846153849, 0.000662503875170104, 0.00167576923076927, 0.00153022698165487, 0.00444615384615385, 0.00346553641091602, 0.0123138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 420, '2021-05-09 00:00:00', 0.000371594744104583, 0.00079942307692307, 0.000384141450309852, 0.00113557692307692, 0.00062476484807056, 0.00173134615384615, 0.00151247811172972, 0.00471403846153845, 0.00344797450017343, 0.0122730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 435, '2021-05-09 00:00:00', 0.00021796894627093, 0.00078769230769231, 0.000559217860394914, 0.00120115384615386, 0.00051745148416207, 0.0016890384615385, 0.00143224714508892, 0.00495326923076922, 0.00341788655458312, 0.0122875 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 450, '2021-05-09 00:00:00', 0.000487824408825747, 0.000820576923076901, 0.000509408140734078, 0.00115942307692306, 0.000643769458257039, 0.00166865384615384, 0.00157706212989166, 0.0051701923076923, 0.00342457092764358, 0.0122909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 465, '2021-05-09 00:00:00', 0.000272180158096673, 0.000799038461538452, 0.000317188369172738, 0.00111269230769233, 0.000510338236255731, 0.00167634615384614, 0.0015639922781631, 0.00528038461538461, 0.00341001937734175, 0.0122869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 480, '2021-05-09 00:00:00', 0.000314640515264886, 0.000860576923076924, 0.000450787217414823, 0.00126865384615384, 0.000455502427587878, 0.00181230769230769, 0.00159653404647018, 0.00542019230769231, 0.00338832702081722, 0.012345 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 495, '2021-05-09 00:00:00', 0.000306507936903121, 0.000853653846153828, 0.000347196685556655, 0.0011734615384615, 0.000690131759995064, 0.00188461538461539, 0.001680149581253, 0.00555884615384616, 0.00339588131191528, 0.0123117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 510, '2021-05-09 00:00:00', 0.000298436696031914, 0.000802307692307645, 0.000420090878446351, 0.00122211538461538, 0.000693186954469102, 0.00205692307692309, 0.00190775522538926, 0.00591999999999998, 0.00341337011448533, 0.0123365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 525, '2021-05-09 00:00:00', 0.000330640462412871, 0.000853653846153853, 0.000467978631990809, 0.001545, 0.000791421603095449, 0.00223192307692308, 0.00200374097243516, 0.00616326923076921, 0.00341354143308452, 0.0123086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 540, '2021-05-09 00:00:00', 0.000328060969943098, 0.001245, 0.000531768312765563, 0.00174346153846156, 0.000778620179943619, 0.0024607692307692, 0.0021169194236328, 0.00637461538461537, 0.00340655075383615, 0.0123190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 555, '2021-05-09 00:00:00', 0.000441639428284429, 0.00117576923076926, 0.000576576000727915, 0.00174826923076925, 0.0011638051812911, 0.00270749999999997, 0.00216229416094606, 0.00655096153846152, 0.00339765847538928, 0.0122936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 570, '2021-05-09 00:00:00', 0.000561334673242794, 0.00129884615384617, 0.000748056558947653, 0.00187115384615384, 0.00126631435215019, 0.00302596153846154, 0.00224035736332052, 0.00661134615384613, 0.00340061560603371, 0.0121875 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 585, '2021-05-09 00:00:00', 0.000534054196327831, 0.00122326923076923, 0.000820524128928493, 0.00218961538461536, 0.00115570319918884, 0.0031832692307692, 0.00201381953396634, 0.00655134615384613, 0.00341424867847401, 0.0121990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 600, '2021-05-09 00:00:00', 0.000563148702864942, 0.0017876923076923, 0.000847657677639722, 0.00235153846153847, 0.00100300878130982, 0.00324884615384616, 0.00168592412458153, 0.00662307692307689, 0.00341205478921652, 0.0121882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 615, '2021-05-09 00:00:00', 0.000547766970386269, 0.00151442307692307, 0.000712175648169825, 0.00213192307692305, 0.000953332374035741, 0.00305115384615384, 0.0016550252612527, 0.00644884615384613, 0.00353932696774621, 0.0121742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 630, '2021-05-09 00:00:00', 0.000403787263105397, 0.00152692307692306, 0.000585549610326802, 0.00210788461538463, 0.00115703455503215, 0.00305480769230772, 0.00175566222439105, 0.00629538461538461, 0.00360511559614092, 0.0121826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 645, '2021-05-09 00:00:00', 0.000545781866823972, 0.00144038461538464, 0.000988241114303588, 0.00220250000000001, 0.00130908752719064, 0.00309307692307695, 0.00177430705867431, 0.00616153846153845, 0.0036164403237693, 0.0121438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 660, '2021-05-09 00:00:00', 0.000782761777298809, 0.00147500000000001, 0.000972045286219484, 0.00201596153846155, 0.00134032121580553, 0.00295980769230772, 0.00182244646433978, 0.00605634615384613, 0.00377087529626743, 0.0122525 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 675, '2021-05-09 00:00:00', 0.000449302750423884, 0.00123019230769232, 0.000688687603623438, 0.00193115384615388, 0.000992577375398976, 0.0029296153846154, 0.00178860410763424, 0.00586557692307689, 0.0038770715951406, 0.0123019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 690, '2021-05-09 00:00:00', 0.000534084839126345, 0.00139115384615386, 0.000756848145525004, 0.00200865384615386, 0.00100307994926396, 0.00316076923076921, 0.00172838750996857, 0.00572576923076922, 0.00402943571159114, 0.0123880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 705, '2021-05-09 00:00:00', 0.000406672047043025, 0.0012930769230769, 0.000688895883614889, 0.00190153846153844, 0.00101116170813576, 0.00295999999999996, 0.00169305654410549, 0.00557730769230765, 0.00435827656481143, 0.0126088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 720, '2021-05-09 00:00:00', 0.000568524980846208, 0.00135442307692309, 0.000870923912599999, 0.00212269230769228, 0.00102899415039079, 0.00283480769230768, 0.00163096801128844, 0.00560942307692305, 0.00442290832354249, 0.0126409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 735, '2021-05-09 00:00:00', 0.000598279616901658, 0.00141749999999998, 0.000746573093953569, 0.00192576923076921, 0.000949672332155381, 0.00263846153846151, 0.00151260499953404, 0.00561673076923074, 0.00444573993149189, 0.0125934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 750, '2021-05-09 00:00:00', 0.000447250618093028, 0.00124865384615384, 0.000457125298426477, 0.00169846153846154, 0.00100670698891902, 0.00247019230769227, 0.00168934499140938, 0.00558749999999999, 0.00443388924604052, 0.0125803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 765, '2021-05-09 00:00:00', 0.000419410758821701, 0.00132576923076922, 0.000651899945130793, 0.00188346153846153, 0.000891185230681365, 0.00248865384615384, 0.00171338383144182, 0.00559192307692308, 0.00452672529369911, 0.0126332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 780, '2021-05-09 00:00:00', 0.000516323690959581, 0.00129692307692308, 0.0008764450924045, 0.00174999999999998, 0.00067058826069697, 0.00250615384615383, 0.00163404453380607, 0.00581653846153846, 0.00456825464482881, 0.0127625 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 795, '2021-05-09 00:00:00', 0.000534578770190561, 0.00118730769230766, 0.000580592833629161, 0.00161903846153846, 0.000873286101678364, 0.00254615384615386, 0.0016789367514545, 0.00593884615384614, 0.00458253903840017, 0.0128009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 810, '2021-05-09 00:00:00', 0.000398595804524624, 0.00115884615384616, 0.000720084743944431, 0.00180596153846154, 0.00102252818279759, 0.00261326923076924, 0.00170038670941008, 0.00592019230769229, 0.00458598215719968, 0.0128128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 825, '2021-05-09 00:00:00', 0.000528522359617235, 0.00131326923076923, 0.000686770704092689, 0.00180500000000001, 0.000995284903161656, 0.00249096153846155, 0.00171125362279775, 0.00596480769230767, 0.00468503578920736, 0.0128128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 840, '2021-05-09 00:00:00', 0.000554956720419203, 0.00137019230769231, 0.000708496267836619, 0.0018751923076923, 0.00105534830196555, 0.00268596153846155, 0.00175316189080887, 0.00610115384615384, 0.00469364703205711, 0.0128023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 855, '2021-05-09 00:00:00', 0.000414985680939254, 0.00124865384615384, 0.000594622051908112, 0.00158576923076923, 0.00115503761177518, 0.00268326923076922, 0.00160992829510652, 0.00589134615384615, 0.00474042742311768, 0.0127519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 870, '2021-05-09 00:00:00', 0.000520773130879614, 0.00114442307692308, 0.000917207907812551, 0.00184711538461538, 0.00117768057573418, 0.00282153846153847, 0.00169560898975967, 0.00584961538461538, 0.00476441836388807, 0.0127921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 885, '2021-05-09 00:00:00', 0.000694846302872362, 0.00137076923076923, 0.000934862639025704, 0.00205692307692308, 0.00102149897398193, 0.0028369230769231, 0.00172025942810959, 0.00586749999999999, 0.00479832836677365, 0.0127336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 900, '2021-05-09 00:00:00', 0.000647549107136931, 0.00148461538461538, 0.000627254457015797, 0.00209307692307692, 0.000951682255474266, 0.00278365384615385, 0.00167500866817504, 0.00573596153846153, 0.00484002232989127, 0.0127630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 915, '2021-05-09 00:00:00', 0.000467683818242811, 0.00140807692307692, 0.000556249148659692, 0.00187365384615385, 0.000973756959094311, 0.00286884615384616, 0.00165504064556178, 0.00569653846153846, 0.00496530784931424, 0.0128290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 930, '2021-05-09 00:00:00', 0.000381343223154901, 0.00130057692307693, 0.000570576125845283, 0.00188634615384615, 0.00107229466386523, 0.00295461538461538, 0.00155110220116582, 0.00558596153846153, 0.00490780152880633, 0.0128853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 945, '2021-05-09 00:00:00', 0.000440452215167724, 0.00143192307692308, 0.000769152205603439, 0.00222134615384617, 0.00113730978122129, 0.00330153846153847, 0.0014780739546398, 0.00542115384615385, 0.0048480157281098, 0.0129975 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 960, '2021-05-09 00:00:00', 0.000501220855665314, 0.00160711538461539, 0.000644195652315014, 0.00215403846153846, 0.00118901065855351, 0.00340288461538462, 0.00155507284024301, 0.00525346153846155, 0.00487877438896918, 0.0130084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 975, '2021-05-09 00:00:00', 0.000453923621159044, 0.00153057692307691, 0.000856151339066049, 0.00242865384615385, 0.0010671511319684, 0.00327346153846153, 0.00193648512874384, 0.00549057692307693, 0.00478637285586745, 0.0130263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 990, '2021-05-09 00:00:00', 0.000701733567673648, 0.00178, 0.00093624062078078, 0.00244250000000001, 0.000893608781204669, 0.00300057692307692, 0.00189616126383318, 0.00542653846153846, 0.00478991851544633, 0.0131157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1005, '2021-05-09 00:00:00', 0.000572652700495327, 0.00161134615384615, 0.000725716118475651, 0.00215673076923076, 0.000716208311983229, 0.00295211538461535, 0.00179567010204674, 0.00527865384615386, 0.00482201523862571, 0.0131551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1020, '2021-05-09 00:00:00', 0.000576177189626708, 0.00157692307692309, 0.000674568266488875, 0.00213711538461538, 0.00113701236377826, 0.00326365384615384, 0.00178548885785892, 0.00512269230769234, 0.00487922126510433, 0.0132780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1035, '2021-05-09 00:00:00', 0.00044133207451983, 0.00149000000000001, 0.000590848672543292, 0.00216192307692305, 0.00124957988324694, 0.00328173076923078, 0.00179229556285098, 0.0048442307692308, 0.00476958303692829, 0.0135371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1050, '2021-05-09 00:00:00', 0.000432262206750253, 0.00152884615384614, 0.000908882090177911, 0.00235442307692308, 0.00107853148022956, 0.00310807692307693, 0.00172551018096542, 0.00458076923076924, 0.0046350815651275, 0.0136236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1065, '2021-05-09 00:00:00', 0.000804696144277714, 0.00194673076923076, 0.000950731378385204, 0.00248692307692309, 0.000999439785387508, 0.00307826923076923, 0.00173470029555097, 0.00453365384615387, 0.00465439046657937, 0.0138011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1080, '2021-05-09 00:00:00', 0.000669121927488688, 0.00161307692307694, 0.000673215504414908, 0.00204134615384616, 0.000807182659720743, 0.0025296153846154, 0.00177594660565959, 0.0043221153846154, 0.00478808065368097, 0.0137628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1095, '2021-05-09 00:00:00', 0.000435263668985185, 0.00125230769230768, 0.000552585705152108, 0.00186480769230766, 0.00072101829700458, 0.00237576923076923, 0.00183314387366035, 0.00413269230769232, 0.00474593573897303, 0.0136509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1110, '2021-05-09 00:00:00', 0.000478453277198007, 0.00132153846153844, 0.00054412540975263, 0.00170730769230769, 0.000739361991074798, 0.00218192307692308, 0.00183154848315677, 0.00404961538461539, 0.00473820465837171, 0.0136142307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1125, '2021-05-09 00:00:00', 0.000479955166175409, 0.00130480769230768, 0.000623583194128901, 0.00184499999999999, 0.000722734364437207, 0.00211980769230769, 0.00185669151573852, 0.00400076923076923, 0.00470930842546481, 0.0136803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1140, '2021-05-09 00:00:00', 0.000486642974484776, 0.00127576923076924, 0.000552658887700047, 0.00145538461538462, 0.000685281329090481, 0.0019025, 0.00196885547580706, 0.00387826923076922, 0.00466319863810899, 0.0137165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1155, '2021-05-09 00:00:00', 0.000358369866950972, 0.00089480769230767, 0.000491007754912926, 0.00121884615384614, 0.00195170280682123, 0.00207961538461539, 0.00198756631239159, 0.00377538461538461, 0.00465872452006406, 0.013741923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1170, '2021-05-09 00:00:00', 0.000341274759597718, 0.000892307692307679, 0.000522661568689186, 0.00132634615384614, 0.0019108454532363, 0.00220711538461538, 0.00189936973352095, 0.00371076923076922, 0.00465404044476822, 0.0137526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1185, '2021-05-09 00:00:00', 0.000355210717527155, 0.00103557692307694, 0.00194492942327953, 0.0017173076923077, 0.00189943369090733, 0.00223788461538461, 0.00187196638694347, 0.00369692307692307, 0.00466291470418037, 0.0137584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1200, '2021-05-09 00:00:00', 0.0020082092386387, 0.00140211538461537, 0.00196598282330707, 0.00181730769230767, 0.00188812927360554, 0.00219307692307688, 0.00205301598967135, 0.00386942307692305, 0.0046495250419139, 0.0137586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1215, '2021-05-09 00:00:00', 0.000408076020444155, 0.000964038461538449, 0.00045855877905254, 0.00121807692307693, 0.000614154327886372, 0.00161153846153844, 0.00144910184384887, 0.00393807692307691, 0.00464386327897862, 0.0136930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1230, '2021-05-09 00:00:00', 0.000273541798240428, 0.000781346153846174, 0.000415220840221017, 0.00119211538461536, 0.0006005379639572, 0.00165461538461537, 0.00147740871122382, 0.00394749999999998, 0.00464073185541311, 0.0137480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1245, '2021-05-09 00:00:00', 0.000229434086395199, 0.000859999999999989, 0.000450817078715486, 0.00120596153846152, 0.000653157331735626, 0.00177749999999996, 0.0014928580359112, 0.00391634615384614, 0.0046525613954532, 0.0137665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1260, '2021-05-09 00:00:00', 0.000406764201208308, 0.000833653846153859, 0.000471791838061591, 0.00127153846153846, 0.000658167648738625, 0.00204557692307692, 0.00151943771229312, 0.00377980769230769, 0.00464747695405383, 0.0137840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1275, '2021-05-09 00:00:00', 0.000301564446486353, 0.000868653846153823, 0.000363186802962521, 0.00122557692307689, 0.000768075942759698, 0.00205942307692308, 0.00168872359627487, 0.00377423076923076, 0.0046328531664125, 0.0138173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1290, '2021-05-09 00:00:00', 0.000335697036031021, 0.000927499999999979, 0.000487760660097201, 0.0015326923076923, 0.000762237722862015, 0.00204711538461539, 0.00187987961971385, 0.00381576923076923, 0.0046328531664125, 0.0138173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1305, '2021-05-09 00:00:00', 0.000327835089875767, 0.00110961538461536, 0.000733818883544278, 0.00162692307692309, 0.000745890072329704, 0.00190999999999998, 0.00186792559767824, 0.00375596153846154, 0.00458879985985945, 0.0137880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1320, '2021-05-09 00:00:00', 0.000786265197969799, 0.00125519230769234, 0.000708845214741242, 0.00151846153846157, 0.000815475698831452, 0.00195615384615385, 0.0022008499844029, 0.00386057692307693, 0.00456341427509642, 0.0138446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1335, '2021-05-09 00:00:00', 0.000216939197437035, 0.000691153846153839, 0.000303734195536911, 0.00103230769230767, 0.000600703049639471, 0.00165807692307692, 0.00220668358890407, 0.00374230769230768, 0.00456588693886099, 0.0138784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1350, '2021-05-09 00:00:00', 0.000239726847763175, 0.000805192307692288, 0.000626826807143614, 0.00130961538461537, 0.000608156514520637, 0.00164211538461537, 0.00218658638943481, 0.00374596153846154, 0.00450441611088495, 0.0140625 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1365, '2021-05-09 00:00:00', 0.000486456931448026, 0.000947115384615355, 0.000459316925947139, 0.00120903846153843, 0.000442287410906272, 0.0015180769230769, 0.00220067686265979, 0.00380557692307692, 0.00514810522276063, 0.0144242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1380, '2021-05-09 00:00:00', 0.000329109345869238, 0.000829807692307689, 0.000404708109439597, 0.00108057692307691, 0.00135087134273233, 0.00171923076923076, 0.00214697756249248, 0.00388557692307694, 0.00514764807012349, 0.0144255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1395, '2021-05-09 00:00:00', 0.000316264069313075, 0.000744807692307704, 0.000303657702026464, 0.00102500000000002, 0.00148414778706374, 0.00269057692307691, 0.00235559312308779, 0.0044098076923077, 0.00513895302117523, 0.0144419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1410, '2021-05-09 00:00:00', 0.000229396951894437, 0.000694807692307692, 0.00127555123830384, 0.00127519230769231, 0.0014393137387177, 0.00272903846153844, 0.00291989839786354, 0.00465942307692309, 0.00516051972636029, 0.0144553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1425, '2021-05-09 00:00:00', 0.00129776903243164, 0.0010173076923077, 0.00139544772247255, 0.00253788461538462, 0.0014230422989551, 0.00276076923076922, 0.00297031808708454, 0.00477846153846154, 0.00515729443081871, 0.0144546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 0, '2021-05-09 00:00:00', 0.00112010507748843, 0.00202576923076921, 0.00117576778515801, 0.00225326923076919, 0.00115363779144328, 0.0024730769230769, 0.00303678521820997, 0.0047126923076923, 0.00527425827450208, 0.0142728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 15, '2021-05-09 00:00:00', 0.000943493263601551, 0.00126346153846151, 0.0009518835780461, 0.00171288461538456, 0.000973546016454199, 0.00216961538461535, 0.00306677952481856, 0.00472557692307693, 0.0052534490685058, 0.0143563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 30, '2021-05-09 00:00:00', 0.000725593550136699, 0.00120999999999998, 0.000759455700840047, 0.00151480769230769, 0.0009131235488063, 0.00204884615384615, 0.00353802892213253, 0.00478442307692308, 0.00536973969072557, 0.0142428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 45, '2021-05-09 00:00:00', 0.000616228978421306, 0.000948076923076943, 0.000673574763139535, 0.00150519230769235, 0.000766447674966465, 0.00189903846153849, 0.00356273223264653, 0.0047798076923077, 0.00539119504377274, 0.014225 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 60, '2021-05-09 00:00:00', 0.000569431835591088, 0.00124384615384619, 0.000715729106468458, 0.00146692307692311, 0.00127224128396125, 0.00206826923076925, 0.00358657865681747, 0.00484230769230769, 0.00539842656564069, 0.0142192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 75, '2021-05-09 00:00:00', 0.000363586832290933, 0.0008142307692308, 0.000418845896023048, 0.00122173076923078, 0.00113713702577332, 0.00188615384615384, 0.00403519516733228, 0.00497096153846152, 0.00548143768690153, 0.0141836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 90, '2021-05-09 00:00:00', 0.000378554538292076, 0.000918461538461518, 0.00108987608681692, 0.00142673076923076, 0.00105396847128438, 0.00200346153846154, 0.00422583696307156, 0.00501596153846151, 0.00552502940124441, 0.0142567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 105, '2021-05-09 00:00:00', 0.00104485243713387, 0.00106384615384614, 0.000991567756325605, 0.00156384615384615, 0.00102253771794266, 0.00211576923076921, 0.00423013027622631, 0.0050730769230769, 0.00559351558640758, 0.0143188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 120, '2021-05-09 00:00:00', 0.000354809862407373, 0.00111096153846151, 0.000501186630369905, 0.00144096153846152, 0.000711908593959821, 0.00225461538461536, 0.00426995036901442, 0.00507692307692307, 0.00577360043646945, 0.014335 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 135, '2021-05-09 00:00:00', 0.000365880392394086, 0.000907307692307692, 0.000619296405981446, 0.00137096153846153, 0.001875344932375, 0.00269384615384617, 0.00427927594971934, 0.00500057692307693, 0.00581902260164555, 0.0142640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 150, '2021-05-09 00:00:00', 0.000494461945335112, 0.000998846153846156, 0.000704813777914755, 0.00161230769230771, 0.00267102218981077, 0.00290653846153849, 0.00426147275011823, 0.00502000000000002, 0.00581805817790942, 0.0142701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 165, '2021-05-09 00:00:00', 0.000645217673466778, 0.00121038461538465, 0.00198610954264477, 0.00223365384615388, 0.00283341639395597, 0.00294269230769231, 0.00427472550625727, 0.00497307692307692, 0.00580371475535615, 0.0142848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 180, '2021-05-09 00:00:00', 0.00206703518633295, 0.00181269230769231, 0.00280939539074487, 0.00230730769230769, 0.00324495824910917, 0.00294596153846153, 0.00429650554341732, 0.00493673076923075, 0.00581681046953241, 0.0142359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 195, '2021-05-09 00:00:00', 0.00112225351928094, 0.0013498076923077, 0.00121565868501875, 0.00190903846153847, 0.00165962235046228, 0.00246711538461541, 0.0030560012333868, 0.00444153846153846, 0.00464347209697494, 0.0137286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 210, '2021-05-09 00:00:00', 0.000744895062304834, 0.00130442307692305, 0.00131679541077805, 0.00179807692307689, 0.00194699650349335, 0.00248076923076922, 0.00282239320163145, 0.00436923076923077, 0.00458256948833127, 0.0136936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 225, '2021-05-09 00:00:00', 0.000718757367855227, 0.0012380769230769, 0.000770877721521721, 0.00169730769230772, 0.00127930607692669, 0.00241596153846157, 0.00239144180038223, 0.00410826923076925, 0.00429158028989505, 0.0134992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 240, '2021-05-09 00:00:00', 0.000439726182282355, 0.00117365384615388, 0.000945562347942278, 0.00170307692307694, 0.00100269061107525, 0.00226269230769229, 0.00219820301610199, 0.00397750000000001, 0.00413765820055446, 0.0133807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 255, '2021-05-09 00:00:00', 0.000802347517265134, 0.00117346153846153, 0.000823213590378944, 0.00159884615384617, 0.00144240696273758, 0.00227461538461537, 0.0020882709078602, 0.00385076923076926, 0.00403332498833636, 0.0133073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 270, '2021-05-09 00:00:00', 0.000624841149043858, 0.0011176923076923, 0.000671448033386387, 0.00153269230769231, 0.00140501097723608, 0.00222038461538459, 0.0020035233580255, 0.00377461538461541, 0.00397273968633544, 0.0132211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 285, '2021-05-09 00:00:00', 0.000451180502852045, 0.00106038461538461, 0.0010082708732509, 0.00162807692307691, 0.00126864532535237, 0.00222019230769229, 0.00190594083369302, 0.0036273076923077, 0.00396752032615606, 0.0131684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 300, '2021-05-09 00:00:00', 0.000871641179702882, 0.00121288461538459, 0.000929299488034682, 0.00157653846153844, 0.00156923680617238, 0.0021569230769231, 0.00185735390770352, 0.00360653846153848, 0.00403732276581704, 0.0132036538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 315, '2021-05-09 00:00:00', 0.000560994995178545, 0.00111076923076924, 0.000911173968021461, 0.00159000000000001, 0.00128801267612012, 0.00209557692307693, 0.00152634969276878, 0.00369076923076923, 0.00390155505486644, 0.0131103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 330, '2021-05-09 00:00:00', 0.000636522674682232, 0.00109134615384614, 0.00098835714504114, 0.00143038461538463, 0.00105896807535233, 0.00196576923076923, 0.0013239624239381, 0.00358250000000001, 0.00380255008058866, 0.0130063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 345, '2021-05-09 00:00:00', 0.000502855232264116, 0.000949230769230788, 0.000573585350097233, 0.00139807692307693, 0.000713224098993207, 0.00181384615384616, 0.00114431223885791, 0.00359250000000003, 0.00369572822531429, 0.0128213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 360, '2021-05-09 00:00:00', 0.000496960298677405, 0.00101346153846152, 0.000611872441457687, 0.00126826923076922, 0.000645394363637754, 0.00170173076923073, 0.00118582804564834, 0.00362307692307694, 0.00370219124822877, 0.0127159615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 375, '2021-05-09 00:00:00', 0.000400154201046788, 0.000764230769230754, 0.00054613368326813, 0.00117999999999998, 0.000580551064473724, 0.00159153846153844, 0.00136686543426358, 0.00384865384615384, 0.00362598372859009, 0.01268 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 390, '2021-05-09 00:00:00', 0.000442144946647767, 0.000853076923076918, 0.000455743391023444, 0.0011059615384615, 0.000535292874544874, 0.00159730769230767, 0.00140154722196027, 0.00389615384615385, 0.00362795384692041, 0.0125663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 405, '2021-05-09 00:00:00', 0.00032326465699414, 0.000760961538461502, 0.000427428986454533, 0.00111346153846152, 0.000567274048546098, 0.00151961538461538, 0.00132365531186005, 0.00426576923076922, 0.00367004835956399, 0.0125498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 420, '2021-05-09 00:00:00', 0.000289780354486215, 0.000754423076923083, 0.000430599760620166, 0.00113307692307693, 0.000637896060981204, 0.00149923076923079, 0.00128907947179967, 0.00452326923076924, 0.00364368111097299, 0.0124640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 435, '2021-05-09 00:00:00', 0.000336839667406407, 0.000860192307692298, 0.000327075620519879, 0.0010923076923077, 0.00054121817724886, 0.00163134615384616, 0.0014217763672468, 0.00473403846153845, 0.00364797942491665, 0.0124467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 450, '2021-05-09 00:00:00', 0.000332262465761405, 0.000837115384615394, 0.000544649393223236, 0.0011748076923077, 0.000592467720639689, 0.00171999999999999, 0.00150823738184674, 0.00501499999999997, 0.00364980307687961, 0.0124475 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 465, '2021-05-09 00:00:00', 0.000314104098374033, 0.000834230769230777, 0.000375527782440376, 0.00126134615384616, 0.000488225869859439, 0.00173749999999998, 0.00153245134193047, 0.00532865384615385, 0.00366527606788985, 0.0124244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 480, '2021-05-09 00:00:00', 0.000276852640614803, 0.000979230769230754, 0.000415920526802148, 0.00133326923076921, 0.000507885965395959, 0.00182192307692306, 0.00151413920709473, 0.00551153846153844, 0.00367690928425157, 0.0125282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 495, '2021-05-09 00:00:00', 0.000448261470744296, 0.000902115384615376, 0.000574715447986076, 0.0012953846153846, 0.000714334763151119, 0.0019480769230769, 0.00138004509402352, 0.00564230769230769, 0.00367974063153704, 0.0125313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 510, '2021-05-09 00:00:00', 0.000390042453310657, 0.000938653846153829, 0.000433542341113854, 0.00134519230769228, 0.00061432614740431, 0.00197884615384615, 0.00145197474284028, 0.00563942307692307, 0.00374817233410551, 0.0124446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 525, '2021-05-09 00:00:00', 0.000296769529847924, 0.000923076923076907, 0.000573437576241894, 0.0014805769230769, 0.000800272838090008, 0.00211384615384616, 0.00165284174867222, 0.0057703846153846, 0.00373679554719529, 0.0124151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 540, '2021-05-09 00:00:00', 0.000618312716499207, 0.00122115384615382, 0.000592777815426266, 0.00157846153846154, 0.000960729610564486, 0.00225076923076924, 0.00157541453641208, 0.00599019230769229, 0.00370075028255706, 0.0123705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 555, '2021-05-09 00:00:00', 0.000323129171599324, 0.00101769230769234, 0.000486068569078639, 0.00144942307692311, 0.000895955356030637, 0.00246999999999998, 0.00138666457870897, 0.00586057692307691, 0.00371030407731683, 0.0122528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 570, '2021-05-09 00:00:00', 0.000315661941859432, 0.000967307692307735, 0.000695252499788065, 0.00155903846153849, 0.00086061313116781, 0.00254019230769232, 0.00129458667297564, 0.00571057692307691, 0.00381052399485751, 0.0121463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 585, '2021-05-09 00:00:00', 0.000649191123926216, 0.00124134615384616, 0.000756990498873382, 0.00204115384615381, 0.00104939411090396, 0.00288999999999998, 0.00125695168501476, 0.0055934615384615, 0.00377504706542236, 0.0120528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 600, '2021-05-09 00:00:00', 0.000455020709587863, 0.00155461538461535, 0.000573184659465091, 0.00190442307692308, 0.00102972102271212, 0.00297423076923077, 0.00118746408852579, 0.00543980769230767, 0.00383116690398029, 0.0119946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 615, '2021-05-09 00:00:00', 0.000435511370513031, 0.00127192307692312, 0.00100152086271907, 0.00207403846153849, 0.00105852822352546, 0.00297500000000002, 0.00122456931204402, 0.00534999999999998, 0.00385822917232167, 0.0119628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 630, '2021-05-09 00:00:00', 0.000832755874283596, 0.00162711538461539, 0.000852949092177317, 0.00225807692307696, 0.000895519209088283, 0.00304557692307693, 0.00131941089709936, 0.00523365384615384, 0.0038493298967283, 0.0119705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and da[...];
Date: 2021-05-09 15:26:58 Duration: 16s127ms 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 977115, 1, 930, '2021-05-09 00:00:00', 0.000721717636027992, 0.00151711538461541, 0.000804555801956277, 0.00188903846153847, 0.000950624086506417, 0.00243807692307696, 0.0022931725756119, 0.0056573076923077, 0.00501408019020898, 0.0118680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 945, '2021-05-09 00:00:00', 0.000502011492360025, 0.00129346153846151, 0.000687316185217233, 0.00183653846153847, 0.00089144480824887, 0.0025846153846154, 0.00215037842823431, 0.00551423076923079, 0.00497408723748929, 0.0119353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 960, '2021-05-09 00:00:00', 0.000524661209367902, 0.00138076923076927, 0.000644518424872425, 0.00179000000000004, 0.00100771227960246, 0.00287596153846155, 0.00211581982655934, 0.00551153846153847, 0.00494358983548782, 0.0120176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 975, '2021-05-09 00:00:00', 0.000554372722439169, 0.00120865384615386, 0.000847428440364404, 0.0019748076923077, 0.00122220086791758, 0.00288019230769229, 0.00207089814220417, 0.00549634615384614, 0.00492300167971346, 0.0120665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 990, '2021-05-09 00:00:00', 0.000738531416966248, 0.00165942307692309, 0.000856868628293669, 0.00235038461538462, 0.00141640923302013, 0.00303365384615386, 0.00208569314248655, 0.00544173076923077, 0.00488358837174218, 0.0121042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1005, '2021-05-09 00:00:00', 0.000607288329695727, 0.00165865384615387, 0.000825989383429619, 0.00246269230769233, 0.00135597267104298, 0.00311326923076923, 0.00197080303820159, 0.00531115384615385, 0.00486916077115807, 0.0121488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1020, '2021-05-09 00:00:00', 0.000682826732161116, 0.00179711538461543, 0.000755405953012135, 0.00228192307692311, 0.00136075054233375, 0.00339096153846157, 0.00182607978593911, 0.00506923076923079, 0.00482983704534794, 0.0121217307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1035, '2021-05-09 00:00:00', 0.000504292230602608, 0.00141057692307693, 0.000944091443582764, 0.00212442307692307, 0.00152369227662482, 0.00325807692307693, 0.00199351545883533, 0.00483826923076922, 0.00483368615511535, 0.0120146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1050, '2021-05-09 00:00:00', 0.000772239625026799, 0.00159403846153846, 0.00118215391748089, 0.00251826923076924, 0.00151451349131814, 0.00321365384615383, 0.00180127839218538, 0.0046603846153846, 0.00480984589550034, 0.0119684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1065, '2021-05-09 00:00:00', 0.000927604462290686, 0.00192596153846152, 0.0010767655447968, 0.00240096153846151, 0.00144060174393041, 0.00309576923076919, 0.00161709336821922, 0.0044801923076923, 0.00474877590705065, 0.0119211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1080, '2021-05-09 00:00:00', 0.00066038438690021, 0.00153153846153845, 0.000787172569292238, 0.00198442307692306, 0.00121526109888433, 0.00268653846153846, 0.00157400695189551, 0.00417326923076922, 0.00466925841583503, 0.0119369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1095, '2021-05-09 00:00:00', 0.000513712318475847, 0.00119211538461537, 0.000737703114142387, 0.00170673076923076, 0.00101555002149272, 0.00231961538461539, 0.00142050716836794, 0.00392115384615384, 0.00467774209586041, 0.0118636538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1110, '2021-05-09 00:00:00', 0.000402539295740666, 0.00121826923076919, 0.000862037032936453, 0.00174461538461537, 0.0011828246017316, 0.00208596153846153, 0.00133389827775009, 0.00380615384615381, 0.00469185692286276, 0.0118607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1125, '2021-05-09 00:00:00', 0.000777015023119799, 0.00126211538461539, 0.000857820852733596, 0.00155884615384614, 0.00109969570966073, 0.00201942307692308, 0.00133629500715744, 0.00371711538461535, 0.00473197951747955, 0.0119119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1140, '2021-05-09 00:00:00', 0.000488029042326231, 0.00102711538461538, 0.000697853522210433, 0.00139653846153847, 0.000693317665010343, 0.00180423076923075, 0.00127379378840716, 0.00364115384615382, 0.00469771794025075, 0.0118703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1155, '2021-05-09 00:00:00', 0.000437047612262769, 0.000998846153846147, 0.000472309709341713, 0.00127269230769232, 0.00101074024662811, 0.0020503846153846, 0.00132072277706043, 0.0036055769230769, 0.00461750087668146, 0.0119378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1170, '2021-05-09 00:00:00', 0.000337416485393628, 0.000818269230769245, 0.000475224036234907, 0.00116673076923074, 0.00112823710342219, 0.0020201923076923, 0.00134908654281335, 0.00357749999999997, 0.00460257493567044, 0.0119540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1185, '2021-05-09 00:00:00', 0.000431795223902035, 0.000886346153846128, 0.00104376082214565, 0.0016005769230769, 0.00117785308278045, 0.00207326923076922, 0.00133613588956536, 0.00352365384615381, 0.00457146455239959, 0.0119330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1200, '2021-05-09 00:00:00', 0.000990496320810163, 0.00120980769230769, 0.00105869992843182, 0.00147346153846153, 0.00118087535980077, 0.00201384615384614, 0.00128759095272467, 0.0035776923076923, 0.0045110466677326, 0.0118440384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1215, '2021-05-09 00:00:00', 0.000344345533082456, 0.000769615384615388, 0.000504668055412483, 0.00121038461538461, 0.00103652585406918, 0.00190461538461537, 0.00127571115913378, 0.00356980769230766, 0.00449337035146052, 0.0118013461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1230, '2021-05-09 00:00:00', 0.000401276856278298, 0.000873653846153856, 0.000719196052226686, 0.00134519230769231, 0.000981302685993716, 0.00185980769230768, 0.00129433031392239, 0.00362980769230765, 0.00450270389279083, 0.0117928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1245, '2021-05-09 00:00:00', 0.000526912085792177, 0.000902884615384621, 0.000928309215725036, 0.00142499999999999, 0.00100827402029409, 0.0018125, 0.00124506702013, 0.00357326923076921, 0.00450593619146325, 0.0118098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1260, '2021-05-09 00:00:00', 0.000924132378962118, 0.00102057692307691, 0.000933835618049828, 0.00127519230769229, 0.00111937621708906, 0.00203365384615384, 0.00123291792727035, 0.00358384615384613, 0.00450218270568671, 0.0118213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1275, '2021-05-09 00:00:00', 0.000281716988373894, 0.000737307692307697, 0.000495340791778727, 0.0011075, 0.000728549692091148, 0.00189442307692306, 0.00120727972986955, 0.00346788461538458, 0.00442344375067489, 0.0117611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1290, '2021-05-09 00:00:00', 0.000514273647599531, 0.000839230769230776, 0.000690574482141153, 0.00143134615384615, 0.000793832572930886, 0.0018730769230769, 0.00138095602336263, 0.00353653846153844, 0.00440735636792016, 0.0117469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1305, '2021-05-09 00:00:00', 0.000473109883154527, 0.00108019230769229, 0.000486855570116925, 0.00144711538461538, 0.000561776166758998, 0.00180730769230767, 0.00154281825042555, 0.00360192307692303, 0.00435673058435053, 0.0117542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1320, '2021-05-09 00:00:00', 0.000498135021856517, 0.0010775, 0.000560822507229646, 0.00134826923076922, 0.000608983674152762, 0.00186365384615382, 0.00150785544348972, 0.00354903846153842, 0.00438533339229057, 0.0118301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1335, '2021-05-09 00:00:00', 0.000501751087538545, 0.000818076923076936, 0.00050760948042306, 0.0011957692307692, 0.000569214337080896, 0.00183519230769231, 0.00170901551732612, 0.00356403846153844, 0.00430709356312799, 0.0119198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1350, '2021-05-09 00:00:00', 0.000351667948715591, 0.000847115384615366, 0.000451848553593596, 0.00132865384615383, 0.000480609868972602, 0.0016403846153846, 0.00177475368821877, 0.00355442307692307, 0.00427077793309913, 0.0119269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1365, '2021-05-09 00:00:00', 0.000396149398780135, 0.000987884615384631, 0.000398376126872021, 0.00130346153846156, 0.00043613798980809, 0.00150788461538461, 0.00178897290042681, 0.00363403846153845, 0.00425512039059552, 0.0119465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1380, '2021-05-09 00:00:00', 0.000346184977232617, 0.000940961538461528, 0.000385201046408028, 0.00114461538461536, 0.000779796151863761, 0.00189596153846154, 0.00180043658166994, 0.00373673076923076, 0.00448452340319977, 0.0120830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1395, '2021-05-09 00:00:00', 0.000218779921030578, 0.000675576923076908, 0.000302196382913733, 0.000925576923076906, 0.00109243610973188, 0.00226557692307693, 0.00282293023565666, 0.00428865384615383, 0.00448452340319977, 0.0120830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1410, '2021-05-09 00:00:00', 0.000269308302022909, 0.000710192307692297, 0.000870903178403813, 0.00168288461538461, 0.00115259886944508, 0.00243807692307693, 0.00291682346318466, 0.00446134615384611, 0.00447557162657639, 0.0120942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1425, '2021-05-09 00:00:00', 0.000912052566804902, 0.00150826923076922, 0.00113117197563479, 0.00209596153846154, 0.0012308806259685, 0.00241865384615383, 0.00302397286439798, 0.00463173076923074, 0.00446600229081208, 0.0121073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 0, '2021-05-09 00:00:00', 0.00102703771183849, 0.00158269230769231, 0.00112554813996761, 0.00201384615384617, 0.00117588429899173, 0.00242326923076921, 0.00325698388673657, 0.00474096153846151, 0.00445315234930875, 0.0122503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 15, '2021-05-09 00:00:00', 0.00084749749262163, 0.001325, 0.00102262657670558, 0.00156134615384613, 0.00102342885213609, 0.00220115384615382, 0.00303692498830897, 0.00467923076923074, 0.00412024775207288, 0.0121634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 30, '2021-05-09 00:00:00', 0.000841406537613347, 0.00102519230769229, 0.000925061162219077, 0.00158692307692306, 0.00111517706424379, 0.00222326923076918, 0.00298266267207419, 0.00471384615384614, 0.00401652270196309, 0.0121461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 45, '2021-05-09 00:00:00', 0.000639577895658851, 0.00116173076923078, 0.000725101053965264, 0.00161846153846156, 0.00121475492938351, 0.00225153846153845, 0.00299255941397224, 0.00487461538461541, 0.00398940047549082, 0.0121130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 60, '2021-05-09 00:00:00', 0.000656233190260914, 0.00125000000000002, 0.000989868911289998, 0.00162269230769231, 0.0011654165976825, 0.00208961538461538, 0.00300973293601839, 0.0047721153846154, 0.00399669340253246, 0.0120680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 75, '2021-05-09 00:00:00', 0.000511401543272515, 0.000891538461538444, 0.000691738306453665, 0.00130173076923077, 0.000887057972262161, 0.00184038461538462, 0.00257047379649386, 0.00453653846153847, 0.00358588817986029, 0.0119609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 90, '2021-05-09 00:00:00', 0.000392307424585148, 0.000896346153846159, 0.000547394246899333, 0.00121769230769233, 0.00082517757995571, 0.00180903846153847, 0.00242862873623402, 0.00471346153846156, 0.00336112520651141, 0.0119394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 105, '2021-05-09 00:00:00', 0.000348715500085673, 0.000797500000000015, 0.000570772250147551, 0.00138519230769231, 0.00073652113657071, 0.00176076923076924, 0.00260906700093819, 0.00475115384615384, 0.00319114973252348, 0.0118911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 120, '2021-05-09 00:00:00', 0.000522162367910184, 0.00112846153846154, 0.000677531946450908, 0.00139153846153846, 0.000851944563021301, 0.00195153846153845, 0.0027720183704575, 0.00490961538461537, 0.00322063892968224, 0.0119086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 135, '2021-05-09 00:00:00', 0.000499890026367333, 0.000815961538461538, 0.000528098621325743, 0.00127807692307692, 0.0023195181943339, 0.00239557692307693, 0.00268591187781442, 0.00484615384615381, 0.00306111317107911, 0.0118203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 150, '2021-05-09 00:00:00', 0.000354404647043684, 0.000979423076923105, 0.000634630964843715, 0.00149730769230771, 0.00213397344262905, 0.00250942307692308, 0.00255584323733795, 0.00477442307692306, 0.00300620867795048, 0.0118011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 165, '2021-05-09 00:00:00', 0.000530777405176738, 0.0010555769230769, 0.00218888830231238, 0.00193500000000001, 0.00216727844222974, 0.00260461538461538, 0.0025723568734947, 0.00462173076923075, 0.00304421582677709, 0.011785 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 180, '2021-05-09 00:00:00', 0.00219828828514719, 0.00156423076923079, 0.00214305275608992, 0.00193865384615385, 0.00217691376459003, 0.00268346153846156, 0.00251309646574777, 0.00450961538461538, 0.00294766713494956, 0.0116684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 195, '2021-05-09 00:00:00', 0.000374134128560649, 0.00103711538461537, 0.000692809886232514, 0.00152346153846154, 0.000853729825755565, 0.00218115384615386, 0.001707259758975, 0.00405326923076921, 0.00273430557208563, 0.0116351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 210, '2021-05-09 00:00:00', 0.000538746693725342, 0.00108500000000001, 0.000681407846921493, 0.00163557692307696, 0.000783136617416438, 0.00223019230769231, 0.00163899096538556, 0.00400076923076922, 0.00290351763449894, 0.0118155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 225, '2021-05-09 00:00:00', 0.000432305269634621, 0.00113961538461541, 0.000609229147239483, 0.00165307692307693, 0.00084027442861523, 0.00225134615384616, 0.0015225808681315, 0.00397749999999998, 0.00273404901903049, 0.0118109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 240, '2021-05-09 00:00:00', 0.000557332934609074, 0.00122000000000001, 0.000706240643232746, 0.00161038461538462, 0.000733050108477203, 0.00208730769230771, 0.00160364503073949, 0.00385076923076921, 0.0027878982502678, 0.0119344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 255, '2021-05-09 00:00:00', 0.0003370150076549, 0.00101134615384612, 0.000452550039732133, 0.00148846153846155, 0.000597364242704165, 0.00191596153846154, 0.00148701854522605, 0.00367192307692307, 0.00275294240488527, 0.0118967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 270, '2021-05-09 00:00:00', 0.000370017515177964, 0.00113019230769232, 0.000393152201883909, 0.00138942307692312, 0.000885569525568384, 0.0021842307692308, 0.00146363157407028, 0.00371576923076923, 0.00305065705406861, 0.0120426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 285, '2021-05-09 00:00:00', 0.000334904406567691, 0.000940192307692335, 0.000501056767857063, 0.00134326923076923, 0.000958228573984327, 0.00220000000000001, 0.00135178635373861, 0.00372711538461539, 0.00314062365805559, 0.0120898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 300, '2021-05-09 00:00:00', 0.000471741984563578, 0.00100749999999999, 0.000842432398566114, 0.00163788461538464, 0.00129127063242136, 0.00242038461538459, 0.00137478357737333, 0.00376326923076922, 0.00328458366990634, 0.0121517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 315, '2021-05-09 00:00:00', 0.000596479962910604, 0.0011621153846154, 0.000812427629913049, 0.00164442307692306, 0.00121759333870613, 0.00235346153846149, 0.00141218434185647, 0.00385615384615384, 0.00355979578065935, 0.01233 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 330, '2021-05-09 00:00:00', 0.00061347211710193, 0.00109403846153842, 0.00117344384677686, 0.00164730769230765, 0.00110142097031345, 0.00210692307692304, 0.00136069932529056, 0.00381557692307691, 0.00371589361858161, 0.0123807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 345, '2021-05-09 00:00:00', 0.000772546438733619, 0.00108499999999998, 0.00070734726538395, 0.00149692307692305, 0.000710907870261695, 0.00184499999999999, 0.0012299056405332, 0.00373826923076924, 0.00364434934574695, 0.0122469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 360, '2021-05-09 00:00:00', 0.000360319302841216, 0.000984999999999979, 0.000463435374301364, 0.0012278846153846, 0.000533495440107386, 0.00167923076923077, 0.00107026907112902, 0.00370326923076924, 0.00349252230321606, 0.0122940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 375, '2021-05-09 00:00:00', 0.000316999454015531, 0.000795576923076934, 0.000408444751936657, 0.00116865384615385, 0.000548009545116167, 0.0015376923076923, 0.00124537631013529, 0.00393307692307696, 0.00347008816115007, 0.0122553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 390, '2021-05-09 00:00:00', 0.000308824632835772, 0.000819423076923099, 0.000388760406736786, 0.0010994230769231, 0.000506528342285481, 0.00154019230769232, 0.00140992487524908, 0.00415307692307695, 0.00344818159993842, 0.0122728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 405, '2021-05-09 00:00:00', 0.000294476915642227, 0.000759423076923082, 0.000335067387022604, 0.00106307692307694, 0.000670813054320027, 0.00168692307692308, 0.00152621120879325, 0.00443557692307696, 0.00343393358768271, 0.0122967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 420, '2021-05-09 00:00:00', 0.000365886068858345, 0.000788846153846155, 0.000408096378134091, 0.00113942307692307, 0.000614707966936635, 0.00173826923076925, 0.00150105567979545, 0.00470692307692313, 0.0034121809910063, 0.0122586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 435, '2021-05-09 00:00:00', 0.00026856405911094, 0.000799423076923045, 0.000565150524537137, 0.00121365384615383, 0.000529730700813734, 0.00169884615384614, 0.0014121679596117, 0.00495211538461541, 0.00338558296877533, 0.0122740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 450, '2021-05-09 00:00:00', 0.000482873171754228, 0.000837499999999978, 0.000520835903583383, 0.00116096153846154, 0.000650044732188586, 0.00167192307692306, 0.00157539094049213, 0.00517384615384617, 0.00339808292106911, 0.0122734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 465, '2021-05-09 00:00:00', 0.000274245258005404, 0.000792692307692317, 0.000313596261751648, 0.00110384615384615, 0.000520940015740755, 0.00167249999999999, 0.00154977884278322, 0.00529230769230771, 0.00338554486581726, 0.0122690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 480, '2021-05-09 00:00:00', 0.000303049691279531, 0.00086134615384616, 0.000447429281047265, 0.00127519230769232, 0.000455754994909128, 0.00182384615384615, 0.00158639214523445, 0.00543096153846157, 0.00336589522324243, 0.0123294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 495, '2021-05-09 00:00:00', 0.000316776795964526, 0.00085153846153848, 0.000347439701464652, 0.00118288461538462, 0.00067211754924271, 0.00189000000000001, 0.0016543105466071, 0.00557423076923078, 0.00337047769383147, 0.0122932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 510, '2021-05-09 00:00:00', 0.000307746711536501, 0.000810961538461556, 0.000426429406187644, 0.00123596153846153, 0.000685027455934858, 0.00206615384615385, 0.00188800689576645, 0.00593096153846157, 0.00338943439801712, 0.0123215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 525, '2021-05-09 00:00:00', 0.000329096431974666, 0.000862692307692314, 0.000467377956097807, 0.00154807692307694, 0.000788719922015808, 0.00222634615384617, 0.00198454366000389, 0.00616653846153846, 0.00338710703085415, 0.0122959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 540, '2021-05-09 00:00:00', 0.000326153338170878, 0.00123999999999999, 0.000523573262818531, 0.00173980769230769, 0.000780746782549566, 0.00245653846153849, 0.00209993729759874, 0.00637942307692308, 0.0033831566563697, 0.0122998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 555, '2021-05-09 00:00:00', 0.000439764141330293, 0.00115750000000003, 0.000576898737948138, 0.00173692307692311, 0.00116319991336896, 0.0027040384615385, 0.00215828878084899, 0.00656269230769233, 0.00337998734635776, 0.0122673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 570, '2021-05-09 00:00:00', 0.000556859359402216, 0.00129788461538463, 0.000763816832654372, 0.00188192307692308, 0.00128292204031984, 0.00303019230769232, 0.00225716545353136, 0.00662326923076924, 0.00338760394674468, 0.0121675 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 585, '2021-05-09 00:00:00', 0.000536044630748085, 0.00123538461538462, 0.000812302070566229, 0.00219557692307693, 0.00115118694598894, 0.00318923076923078, 0.00201570335119036, 0.00656500000000001, 0.00340281553106566, 0.0121765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 600, '2021-05-09 00:00:00', 0.00056062986555644, 0.00178461538461539, 0.000845076350669867, 0.00234596153846154, 0.000991154959552821, 0.00325307692307695, 0.00168391979756024, 0.00664173076923079, 0.00339931111233756, 0.0121690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 615, '2021-05-09 00:00:00', 0.000534886328686195, 0.00150576923076921, 0.000702890843916439, 0.00212653846153846, 0.00095158070921699, 0.00305461538461539, 0.00165710391485123, 0.00645923076923077, 0.00354198794681528, 0.0121561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 630, '2021-05-09 00:00:00', 0.000403180051399086, 0.00152807692307694, 0.000584362374400825, 0.00210076923076926, 0.0011518791336167, 0.00307153846153846, 0.00175970732924976, 0.00631173076923077, 0.00360766626569245, 0.0121682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 645, '2021-05-09 00:00:00', 0.000541468977732009, 0.00143442307692309, 0.000975836997737749, 0.00220461538461539, 0.0013042223146971, 0.00310538461538461, 0.0017901268218932, 0.00616096153846153, 0.00362529164874515, 0.0121234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 660, '2021-05-09 00:00:00', 0.000779488713097333, 0.00148057692307694, 0.000963418592624926, 0.00203576923076921, 0.00134474677341701, 0.00296673076923076, 0.00183762078619232, 0.00605307692307692, 0.00379112463525005, 0.01224 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 675, '2021-05-09 00:00:00', 0.000442793926718144, 0.00124730769230765, 0.000697823429286778, 0.00194153846153844, 0.000999564155019555, 0.00294749999999998, 0.00179214954733134, 0.00586499999999998, 0.00388521899194683, 0.0122811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 690, '2021-05-09 00:00:00', 0.000538905871615405, 0.00139346153846153, 0.000768892810374895, 0.00201307692307691, 0.00100606965655769, 0.00316692307692309, 0.00173178459532801, 0.00570826923076922, 0.00404883676077271, 0.0123663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 705, '2021-05-09 00:00:00', 0.00040849465677706, 0.00130173076923078, 0.00069151497564293, 0.00191019230769231, 0.0010035659496937, 0.00295615384615386, 0.00169203955218364, 0.00556038461538462, 0.00437012465937317, 0.0125834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 720, '2021-05-09 00:00:00', 0.000564192820285331, 0.00135346153846152, 0.000857348259729686, 0.00212096153846156, 0.00102211477603283, 0.00282115384615384, 0.00163810749154203, 0.0055930769230769, 0.00443425083430543, 0.0126126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 735, '2021-05-09 00:00:00', 0.000608896258689562, 0.0014094230769231, 0.000741304567326042, 0.00191269230769231, 0.00096267042447241, 0.00262211538461541, 0.00152146831914234, 0.00560038461538464, 0.00445594059827826, 0.0125711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 750, '2021-05-09 00:00:00', 0.000440245255074229, 0.00123326923076923, 0.00045683745636546, 0.00169269230769231, 0.00100839850181438, 0.00246153846153849, 0.00168852261322864, 0.00558115384615386, 0.00444386618316147, 0.0125594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 765, '2021-05-09 00:00:00', 0.000418742118180702, 0.00131480769230768, 0.00065137192495176, 0.00187423076923078, 0.000892287574375293, 0.00248134615384618, 0.00170880412524708, 0.00557846153846154, 0.00453820188468448, 0.0126078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 780, '2021-05-09 00:00:00', 0.000524313030398957, 0.00128307692307695, 0.000879397608506042, 0.0017419230769231, 0.000678147504943827, 0.00250903846153848, 0.00162056843066299, 0.00580403846153846, 0.00457783396882781, 0.0127396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 795, '2021-05-09 00:00:00', 0.000537372274627621, 0.00119480769230768, 0.000583494117035777, 0.00162423076923075, 0.000874624842652321, 0.00255884615384614, 0.00167197234978978, 0.00593346153846153, 0.00459012373303982, 0.0127767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 810, '2021-05-09 00:00:00', 0.000401573635358918, 0.00115576923076923, 0.000714150086574143, 0.00181211538461537, 0.00102364396229278, 0.00260980769230768, 0.00169583058841837, 0.00591576923076922, 0.00460270632763612, 0.0127915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 825, '2021-05-09 00:00:00', 0.000514511418726566, 0.00132999999999999, 0.000679433247980672, 0.00182653846153846, 0.000994305014338403, 0.00249269230769232, 0.00170065106311128, 0.00596596153846154, 0.0047088327804081, 0.0127930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 840, '2021-05-09 00:00:00', 0.000547179938060032, 0.00136326923076925, 0.000704821854197149, 0.00186461538461539, 0.00105713722637346, 0.00267134615384618, 0.00174327388730339, 0.00610961538461539, 0.00471875805042613, 0.0127815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 855, '2021-05-09 00:00:00', 0.000425680812165846, 0.00124692307692307, 0.000595871340010705, 0.00158442307692308, 0.00114815222791298, 0.00267846153846154, 0.00160345108581939, 0.00590423076923077, 0.00476064906693, 0.0127284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 870, '2021-05-09 00:00:00', 0.000517929643276561, 0.00115365384615384, 0.000937438182577285, 0.00184288461538463, 0.00119087028616115, 0.00282096153846156, 0.00168694817758169, 0.00587192307692308, 0.00478805513752713, 0.012775 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 885, '2021-05-09 00:00:00', 0.000713881400406342, 0.00136442307692309, 0.000942423655345002, 0.00205288461538461, 0.00101370851902233, 0.00284480769230769, 0.00170071112954371, 0.00589211538461537, 0.00482105156100266, 0.0127169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 900, '2021-05-09 00:00:00', 0.000654546114024518, 0.00148115384615386, 0.000647209037685299, 0.00208846153846156, 0.000962619023609728, 0.00280423076923078, 0.00166512595966145, 0.00575730769230769, 0.00486244470405577, 0.0127375 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 915, '2021-05-09 00:00:00', 0.000484120812957358, 0.00140019230769235, 0.000561983848659271, 0.00186461538461539, 0.000985589339509039, 0.00288211538461541, 0.00163339151649378, 0.00570461538461538, 0.00498950845813954, 0.0128144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 930, '2021-05-09 00:00:00', 0.000397447287264426, 0.00129211538461537, 0.000584707060119694, 0.00190211538461537, 0.00108782931353432, 0.00296884615384617, 0.00155629334045303, 0.00560980769230769, 0.0049345165962292, 0.0128759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 945, '2021-05-09 00:00:00', 0.000449497539994954, 0.0014459615384615, 0.000789525587834963, 0.00222942307692308, 0.00114766022846486, 0.00329499999999997, 0.00149211146211824, 0.00542884615384612, 0.00486633417945725, 0.0129821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 960, '2021-05-09 00:00:00', 0.000512910436026219, 0.00161634615384619, 0.00066320483551172, 0.00215057692307694, 0.0011868647936735, 0.00339903846153844, 0.00156353588431431, 0.00525230769230768, 0.00489500208218704, 0.0130007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 975, '2021-05-09 00:00:00', 0.000455907716707914, 0.00152961538461536, 0.000845957354808053, 0.00241961538461536, 0.00106275324583767, 0.0032576923076923, 0.0019081157036358, 0.00548153846153847, 0.00480181137296527, 0.0130176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 990, '2021-05-09 00:00:00', 0.000691530103911162, 0.00176673076923075, 0.000926384639337257, 0.00244249999999997, 0.000893294098353857, 0.00300288461538462, 0.00186077456990363, 0.00541000000000002, 0.0048046196039293, 0.0131115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1005, '2021-05-09 00:00:00', 0.000562148077946061, 0.00161730769230771, 0.000709090994486275, 0.00215403846153847, 0.000717868961687183, 0.00295538461538461, 0.00176203287317629, 0.00527461538461539, 0.00482340523266101, 0.0131390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1020, '2021-05-09 00:00:00', 0.000568742776792669, 0.00156788461538465, 0.000666705361056533, 0.00214403846153849, 0.00115561951417344, 0.0032773076923077, 0.00174587396011723, 0.00511673076923079, 0.00488498539876569, 0.0132678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1035, '2021-05-09 00:00:00', 0.00043153197581853, 0.00148961538461539, 0.000589711043973735, 0.00215634615384615, 0.00125389209448636, 0.00328923076923077, 0.00174960298793318, 0.00483384615384617, 0.00476892489093557, 0.0135161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1050, '2021-05-09 00:00:00', 0.000429859726672966, 0.00151923076923077, 0.000936326804387972, 0.00237173076923077, 0.00109718829461773, 0.00311307692307692, 0.00168111722238061, 0.00457634615384618, 0.00462482425445722, 0.0136142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1065, '2021-05-09 00:00:00', 0.000817164704234201, 0.00194807692307694, 0.000966897039304264, 0.00247826923076925, 0.000998074164810187, 0.00307096153846154, 0.00169203365351147, 0.00452173076923081, 0.00464294836698211, 0.0137834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1080, '2021-05-09 00:00:00', 0.000680572157481104, 0.00160730769230768, 0.00067841208829036, 0.00202980769230768, 0.000803710744944038, 0.00252519230769228, 0.00172982066656101, 0.00430346153846155, 0.00477517911061581, 0.0137484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1095, '2021-05-09 00:00:00', 0.000437158482088045, 0.00124846153846153, 0.000550738001370752, 0.00186288461538459, 0.000714100213824806, 0.00238134615384611, 0.00179298955336098, 0.00410346153846155, 0.0047325906753067, 0.0136275 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1110, '2021-05-09 00:00:00', 0.000470669245289658, 0.00131653846153846, 0.000541913844983317, 0.00171115384615383, 0.000727487377632994, 0.00218826923076922, 0.00179828338016694, 0.00402134615384615, 0.00472560343725051, 0.0135896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1125, '2021-05-09 00:00:00', 0.000474612068309048, 0.00131384615384614, 0.000621038367450924, 0.00184557692307692, 0.000721641105131438, 0.00212826923076922, 0.0018251905274624, 0.0039673076923077, 0.00469529104938784, 0.0136540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1140, '2021-05-09 00:00:00', 0.000480470762738097, 0.00126807692307692, 0.00054573722191598, 0.00145134615384615, 0.000670131359109164, 0.00186596153846154, 0.001932247644982, 0.00384519230769231, 0.00465247783857824, 0.0136840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1155, '2021-05-09 00:00:00', 0.000357234678306323, 0.00090115384615384, 0.00050150726660889, 0.00122346153846154, 0.00190465728796954, 0.00206923076923079, 0.00194677177556946, 0.00375211538461541, 0.00465817545991828, 0.0137288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1170, '2021-05-09 00:00:00', 0.000354916729128664, 0.00089673076923076, 0.000449733297034516, 0.00128403846153845, 0.0018641310204861, 0.00218269230769234, 0.00185902713391048, 0.00368326923076925, 0.00466602532635156, 0.0137221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1185, '2021-05-09 00:00:00', 0.000230477430899081, 0.00099538461538462, 0.0018969617813757, 0.00170500000000002, 0.00185222328982892, 0.00222634615384618, 0.0018341275960144, 0.00364596153846155, 0.00468477885940614, 0.0137201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1200, '2021-05-09 00:00:00', 0.00196481058002666, 0.00136884615384615, 0.00192402998537328, 0.00177423076923078, 0.00185114036578705, 0.00215557692307694, 0.00194357471012725, 0.00413442307692307, 0.00466549545559248, 0.0137146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1215, '2021-05-09 00:00:00', 0.000397460012502484, 0.0009426923076923, 0.000464657897316334, 0.0011998076923077, 0.000617187572784809, 0.00159750000000004, 0.00137901554908398, 0.00386173076923076, 0.00465937553178041, 0.0136571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1230, '2021-05-09 00:00:00', 0.000262029651874619, 0.000776538461538476, 0.000408705837416683, 0.00119269230769235, 0.000582350542067335, 0.00164807692307694, 0.00133387399935445, 0.00383038461538463, 0.00469745532176732, 0.0136625 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1245, '2021-05-09 00:00:00', 0.000235805982830088, 0.000857307692307706, 0.000406305871897607, 0.0011823076923077, 0.000639422816656973, 0.00175653846153847, 0.00132482393605281, 0.00378769230769231, 0.00470425264644009, 0.0136901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1260, '2021-05-09 00:00:00', 0.000355281740854518, 0.000813653846153865, 0.000435743440746774, 0.00126211538461539, 0.000622447310096336, 0.00202442307692311, 0.00131377371895446, 0.00365576923076925, 0.00469976834126307, 0.0137076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1275, '2021-05-09 00:00:00', 0.000294944127694617, 0.000885961538461552, 0.000365455879690046, 0.00123500000000002, 0.000627225269310422, 0.00203346153846157, 0.00150119015604799, 0.00366673076923078, 0.00468712854938519, 0.0137340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1290, '2021-05-09 00:00:00', 0.000337619779314865, 0.000911346153846163, 0.00048798065062525, 0.00151865384615385, 0.000602666670212189, 0.00201365384615385, 0.00170295106980615, 0.00370211538461541, 0.00468712854938519, 0.0137340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1305, '2021-05-09 00:00:00', 0.000337795796303056, 0.00110499999999999, 0.000537433681060736, 0.0016001923076923, 0.000566882602145631, 0.00187673076923074, 0.00166501024482872, 0.00367134615384616, 0.00465019998329271, 0.0137067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1320, '2021-05-09 00:00:00', 0.000592998281227258, 0.00120980769230767, 0.000498411939602638, 0.00147730769230765, 0.00066541302962899, 0.00191749999999997, 0.00205278445981589, 0.00381403846153847, 0.00463062301839198, 0.0137584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1335, '2021-05-09 00:00:00', 0.00022834218586618, 0.000693076923076929, 0.000295154457608464, 0.00103307692307692, 0.000593059343249427, 0.00165923076923077, 0.00207358437345728, 0.00374807692307692, 0.00463079300402793, 0.0137903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1350, '2021-05-09 00:00:00', 0.000234030898683182, 0.000792307692307656, 0.000615268921817006, 0.00131038461538461, 0.000601040891991695, 0.00163307692307691, 0.00204015444362583, 0.00375807692307692, 0.00457554193931842, 0.0139759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1365, '2021-05-09 00:00:00', 0.000482569723937953, 0.000946538461538471, 0.000455265433988384, 0.00120115384615385, 0.000451798457449604, 0.00149461538461539, 0.00204605951488747, 0.00381153846153845, 0.00520158313548719, 0.0143313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1380, '2021-05-09 00:00:00', 0.000314999450548986, 0.000825576923076926, 0.000397992268962416, 0.00107038461538461, 0.00145140483670133, 0.00233999999999998, 0.00202217325020537, 0.00388442307692306, 0.0051976596804568, 0.0143269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1395, '2021-05-09 00:00:00', 0.000324671194619083, 0.000734230769230754, 0.00031455444679736, 0.00100749999999999, 0.00137575232565257, 0.00259269230769231, 0.00226006153762373, 0.00438192307692307, 0.00519280415204912, 0.0143351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1410, '2021-05-09 00:00:00', 0.000233350841833977, 0.000683846153846167, 0.00144620904968284, 0.00201384615384616, 0.00126963319960468, 0.00259230769230771, 0.00283472785968272, 0.00464096153846153, 0.00521713049629629, 0.0143538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1425, '2021-05-09 00:00:00', 0.00148536932729255, 0.00187403846153845, 0.00130075061170315, 0.00240807692307693, 0.00126631064666066, 0.00260442307692308, 0.00289808039916078, 0.00480000000000001, 0.00520944146201433, 0.0143428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 0, '2021-05-09 00:00:00', 0.000628267489578729, 0.00166596153846156, 0.000643361843396454, 0.00190269230769231, 0.000679334968921831, 0.00217000000000001, 0.00295774508705534, 0.00460000000000002, 0.00530008740131128, 0.0141776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 15, '2021-05-09 00:00:00', 0.000581706508076415, 0.00111269230769228, 0.000683615754645854, 0.00144749999999998, 0.000711849081887901, 0.00199134615384613, 0.00302632452883793, 0.00456807692307693, 0.00533035724376461, 0.0142078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 30, '2021-05-09 00:00:00', 0.000675576819067658, 0.00108096153846151, 0.000717721072883847, 0.00145153846153843, 0.000855946462200705, 0.00198288461538459, 0.00353081624905848, 0.00473576923076925, 0.00535987706518034, 0.0141969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 45, '2021-05-09 00:00:00', 0.000600314949390316, 0.000895961538461532, 0.000668917753941734, 0.0014851923076923, 0.000766980217375988, 0.00187442307692308, 0.00354975611838334, 0.00476250000000002, 0.00538604214614034, 0.014175 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 60, '2021-05-09 00:00:00', 0.000555988793467572, 0.00120346153846156, 0.000713828383813967, 0.00141480769230771, 0.00125622554319861, 0.00205384615384615, 0.00356964859830552, 0.00483134615384617, 0.00539798397196014, 0.0141651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 75, '2021-05-09 00:00:00', 0.0003438700559581, 0.000801153846153851, 0.000398244078617435, 0.0012171153846154, 0.00113104072224858, 0.00189134615384614, 0.00402184209612384, 0.00497538461538462, 0.00547608268185037, 0.0141434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 90, '2021-05-09 00:00:00', 0.000377505781922125, 0.000921153846153843, 0.0010766524330249, 0.0014276923076923, 0.00103175416347409, 0.00199942307692304, 0.00417787600158447, 0.00500673076923079, 0.00552464386948294, 0.0142167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 105, '2021-05-09 00:00:00', 0.000954865193868488, 0.00105153846153845, 0.000900739781427539, 0.00155692307692305, 0.000946137492041243, 0.00209307692307691, 0.0041752708433567, 0.00505115384615386, 0.00557755812644262, 0.0142544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 120, '2021-05-09 00:00:00', 0.000369310376033668, 0.00111192307692308, 0.000512942491903327, 0.00143999999999996, 0.000715585854656576, 0.00224865384615385, 0.00421807254560658, 0.00507000000000003, 0.00576129914903015, 0.0142917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 135, '2021-05-09 00:00:00', 0.000358234613712227, 0.000894038461538434, 0.00062376675251131, 0.00136019230769231, 0.00186753791023204, 0.00267538461538462, 0.00423383285615365, 0.00498442307692311, 0.00581184489773984, 0.0142136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 150, '2021-05-09 00:00:00', 0.000485386959033721, 0.000982500000000006, 0.000687549634571952, 0.0015975, 0.00265418954746001, 0.00288692307692306, 0.00421541346179069, 0.00499942307692311, 0.00580094129298129, 0.0142332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 165, '2021-05-09 00:00:00', 0.000638048979311164, 0.0012025, 0.00197836754771356, 0.00222692307692307, 0.00283897948213788, 0.00293749999999999, 0.00422446688489074, 0.00496769230769234, 0.0057803492208849, 0.0142536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 180, '2021-05-09 00:00:00', 0.00206194080531314, 0.00179673076923077, 0.00279545980805687, 0.00229653846153845, 0.00322435274959892, 0.00293942307692308, 0.00424790703215667, 0.00493192307692311, 0.00579280078731684, 0.0142048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 195, '2021-05-09 00:00:00', 0.00111563097014131, 0.00135230769230767, 0.00123716188854229, 0.00191153846153845, 0.00165599285812284, 0.00247288461538463, 0.00302118535703098, 0.00443980769230772, 0.00462544614480179, 0.0137059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 210, '2021-05-09 00:00:00', 0.000755021777576883, 0.00129173076923075, 0.00130182239128905, 0.00179153846153844, 0.00194544995784047, 0.00247846153846155, 0.00278159152008617, 0.00435923076923079, 0.004569652793577, 0.0136744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 225, '2021-05-09 00:00:00', 0.00070471764667737, 0.0012301923076923, 0.000762027154775602, 0.00169923076923079, 0.00126603256732932, 0.00242730769230773, 0.0023360895415531, 0.00410788461538465, 0.00427760941954194, 0.0134878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 240, '2021-05-09 00:00:00', 0.00044267386849254, 0.00117692307692308, 0.000939486848477145, 0.00171153846153846, 0.000994622019431739, 0.00227519230769231, 0.0021458927853352, 0.00398538461538463, 0.00412921130949501, 0.0133690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 255, '2021-05-09 00:00:00', 0.000808309441888528, 0.00117692307692308, 0.000817092994425019, 0.0016051923076923, 0.00143481025279945, 0.00228269230769229, 0.00204648543944149, 0.00385442307692308, 0.00403650812536701, 0.0133053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 270, '2021-05-09 00:00:00', 0.000629471970415259, 0.0011148076923077, 0.000675753027256389, 0.00153692307692309, 0.00138323190391203, 0.00221750000000001, 0.00197249234180046, 0.00377903846153848, 0.0039725648370562, 0.0132192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 285, '2021-05-09 00:00:00', 0.000425399179052398, 0.00105269230769231, 0.000995457683681219, 0.00162, 0.00124252901219803, 0.0022128846153846, 0.00187985209115378, 0.00362326923076924, 0.00399493961155861, 0.0131725 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 300, '2021-05-09 00:00:00', 0.000860666110548192, 0.00120192307692308, 0.000891130246027277, 0.00156134615384616, 0.00153723838299523, 0.0021453846153846, 0.00183484273063218, 0.00359961538461539, 0.00405614822972958, 0.0132176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 315, '2021-05-09 00:00:00', 0.000540215341678317, 0.00110115384615387, 0.000902455816092937, 0.00158249999999999, 0.00126715309317322, 0.0020851923076923, 0.00151598858327344, 0.00368576923076923, 0.00391765033583219, 0.0131269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 330, '2021-05-09 00:00:00', 0.000639358241941462, 0.00108980769230768, 0.000974143667338354, 0.00142173076923077, 0.00104500305483543, 0.00195423076923079, 0.00131894895509792, 0.00358711538461538, 0.00381485987241392, 0.0130246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 345, '2021-05-09 00:00:00', 0.000508285390761453, 0.00095403846153846, 0.000581044285350497, 0.00139769230769228, 0.00072147650422854, 0.00181711538461538, 0.00114468537833967, 0.00360884615384614, 0.00370103119206196, 0.0128467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 360, '2021-05-09 00:00:00', 0.000489548811112403, 0.00100403846153845, 0.000598155916128913, 0.00125750000000001, 0.000640751001679933, 0.00169538461538463, 0.00118431830440716, 0.00363461538461539, 0.00369765865629342, 0.0127415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 375, '2021-05-09 00:00:00', 0.000404935322470909, 0.000748846153846158, 0.000552834827189683, 0.0011728846153846, 0.000579110491649443, 0.00158519230769232, 0.00134886539215513, 0.0038603846153846, 0.0036215555147138, 0.0127021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 390, '2021-05-09 00:00:00', 0.00044393467987983, 0.000855000000000007, 0.000460161510107713, 0.00110615384615385, 0.000527569900581897, 0.00160000000000003, 0.00138743792653942, 0.00389499999999996, 0.00362739684155923, 0.0125896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 405, '2021-05-09 00:00:00', 0.000321675242346165, 0.000759807692307674, 0.00043276077065209, 0.00110326923076924, 0.000572360060155784, 0.00151403846153847, 0.00130915053198041, 0.00426365384615383, 0.00366895735031923, 0.0125709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 420, '2021-05-09 00:00:00', 0.000292057949992545, 0.000739615384615396, 0.000435591595949158, 0.00112096153846155, 0.000635547038748153, 0.00150096153846155, 0.00126741572318818, 0.00452384615384614, 0.00363346825202334, 0.0124884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 435, '2021-05-09 00:00:00', 0.00034000565606153, 0.000854615384615407, 0.000333176148836989, 0.00108788461538463, 0.000532515221884266, 0.00164269230769229, 0.00141222497662923, 0.00473423076923073, 0.00363842062100916, 0.0124711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 450, '2021-05-09 00:00:00', 0.000335443678638384, 0.000837307692307669, 0.000534148531633409, 0.00118442307692307, 0.000573285705386064, 0.00174249999999998, 0.00150391826700994, 0.00501807692307688, 0.00364340278923637, 0.0124732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 465, '2021-05-09 00:00:00', 0.000304487463427652, 0.000828846153846186, 0.000367067432497079, 0.00127250000000003, 0.000481756721241702, 0.00174846153846154, 0.0015322051102904, 0.00533249999999997, 0.00365870231828802, 0.0124505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 480, '2021-05-09 00:00:00', 0.000273567106097312, 0.000980192307692315, 0.000435755224162165, 0.00134115384615385, 0.000512716633389112, 0.00181788461538461, 0.00151434358716905, 0.00551249999999995, 0.0036665685068446, 0.0125461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 495, '2021-05-09 00:00:00', 0.000464107911854746, 0.000906923076923074, 0.000581148101076338, 0.00130365384615385, 0.000720685464305719, 0.00194653846153843, 0.00137146021283324, 0.00564634615384612, 0.00367142930142807, 0.0125513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 510, '2021-05-09 00:00:00', 0.000389525154712556, 0.000934615384615384, 0.000414704899713231, 0.00132807692307692, 0.000623031793237399, 0.00197115384615381, 0.00145767017742485, 0.00563711538461535, 0.00374277865207943, 0.0124590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 525, '2021-05-09 00:00:00', 0.000291410165600649, 0.00091673076923078, 0.000577831390099746, 0.00147634615384614, 0.000796549409351666, 0.00211019230769227, 0.00164906019855598, 0.00577346153846154, 0.00373836597377065, 0.0124319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 540, '2021-05-09 00:00:00', 0.00062505322850259, 0.00121346153846155, 0.000597015397301755, 0.00157576923076922, 0.000963334513352143, 0.00224923076923077, 0.00156951158497939, 0.00598615384615385, 0.00370415145997859, 0.0123859615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 555, '2021-05-09 00:00:00', 0.000332325199859293, 0.00102403846153847, 0.000482754436700353, 0.0014503846153846, 0.00088458519179243, 0.00248519230769229, 0.00138849492395402, 0.00585807692307693, 0.00370601268730444, 0.0122690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 570, '2021-05-09 00:00:00', 0.000320467026985019, 0.000963653846153848, 0.000713187994419848, 0.00156365384615382, 0.000859046340650267, 0.00253884615384613, 0.00129689014124616, 0.00571903846153845, 0.00380486876858502, 0.0121671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 585, '2021-05-09 00:00:00', 0.000653842753384811, 0.00124288461538461, 0.000744213704833182, 0.00204596153846154, 0.00103576365361691, 0.00288288461538462, 0.00125172706843229, 0.00558942307692307, 0.00377054715984502, 0.0120582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 600, '2021-05-09 00:00:00', 0.000447382988569689, 0.00155653846153847, 0.0005774292164413, 0.00194250000000001, 0.00102782116448041, 0.00297211538461539, 0.00118206815175124, 0.00544365384615385, 0.00382604548306232, 0.0119990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 615, '2021-05-09 00:00:00', 0.000477323789476311, 0.001325, 0.000994442499401212, 0.00208173076923075, 0.00105676036145308, 0.00296769230769228, 0.00122606194158997, 0.00535173076923076, 0.00385822887326057, 0.0119740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 630, '2021-05-09 00:00:00', 0.000680028958659371, 0.00156923076923076, 0.000754738365263103, 0.002195, 0.000879154488917943, 0.00297384615384614, 0.00129662587273514, 0.00517057692307693, 0.00384579543137698, 0.0119775 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and da[...];
Date: 2021-05-09 15:16:44 Duration: 14s964ms Database: acaweb_fx User: pgperfstats
16 30s579ms 2 14s362ms 16s216ms 15s289ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?-05-09 ?:?:?[...];Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 09 15 2 30s579ms 15s289ms [ User: pgperfstats - Total duration: 30s579ms - 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 982525, 1, 930, '2021-05-09 00:00:00', 0.00193403636311365, 0.00255442307692308, 0.00237524515333912, 0.00369346153846143, 0.00652042992919477, 0.00718769230769219, 0.00674884620623285, 0.0124613461538461, 0.0156608573151712, 0.0259896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 945, '2021-05-09 00:00:00', 0.00169359812688383, 0.00265384615384608, 0.00378267589961623, 0.00484019230769217, 0.00634349725188053, 0.00769076923076916, 0.00625222905481282, 0.0123930769230768, 0.0155626318666022, 0.0261588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 960, '2021-05-09 00:00:00', 0.00308018374202179, 0.00342673076923061, 0.00543176420200239, 0.00530211538461539, 0.00621430003793991, 0.00841019230769223, 0.00583681401503884, 0.0120703846153845, 0.0155383521166177, 0.0262475 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 975, '2021-05-09 00:00:00', 0.00387718359816083, 0.00358557692307704, 0.00416430467000384, 0.00534576923076929, 0.00507211291126449, 0.00807423076923073, 0.00519920831621363, 0.0114986538461538, 0.0155540953659749, 0.0267194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 990, '2021-05-09 00:00:00', 0.00252072151606204, 0.00349519230769229, 0.00428974598943186, 0.00600057692307686, 0.0039912762369949, 0.00749999999999987, 0.0046023272541015, 0.0108619230769229, 0.0153884587772284, 0.0266415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1005, '2021-05-09 00:00:00', 0.00282010365330499, 0.00413384615384608, 0.00268448932974929, 0.00531980769230757, 0.00255336559194984, 0.00677461538461529, 0.00410915823309528, 0.0103642307692306, 0.0153316953563523, 0.0267175 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1020, '2021-05-09 00:00:00', 0.00192625012354617, 0.00331846153846152, 0.00264944685809049, 0.00505557692307683, 0.0027833856873628, 0.00683673076923068, 0.00407085944904093, 0.00987442307692301, 0.0170753712292115, 0.0273761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1035, '2021-05-09 00:00:00', 0.00201281491563815, 0.00320173076923062, 0.00194988461197071, 0.00423999999999983, 0.00315943617779173, 0.00676980769230764, 0.00426098757512672, 0.00932365384615379, 0.0170536942726833, 0.0274821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1050, '2021-05-09 00:00:00', 0.00182096784282832, 0.00272173076923076, 0.00278417536472461, 0.00487230769230771, 0.00316730676661527, 0.00663807692307691, 0.00426708071708906, 0.00894461538461536, 0.0170510624167076, 0.0278834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1065, '2021-05-09 00:00:00', 0.00268049174593043, 0.00414999999999993, 0.00309630435420146, 0.00551057692307689, 0.00318534019436641, 0.00677307692307692, 0.00437152603173691, 0.00861038461538457, 0.0170438972847716, 0.0280555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1080, '2021-05-09 00:00:00', 0.00159368330026333, 0.00351730769230769, 0.00233001363482297, 0.00477653846153851, 0.00366530133612698, 0.0063067307692309, 0.0041738621848907, 0.00786653846153836, 0.0170615381442047, 0.0280553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1095, '2021-05-09 00:00:00', 0.00229055607121606, 0.00313365384615392, 0.00266828568560413, 0.00410250000000009, 0.00355430752749392, 0.00562000000000006, 0.00433336531595691, 0.00712480769230766, 0.0170922554212314, 0.0279557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1110, '2021-05-09 00:00:00', 0.00252067304809338, 0.00278115384615394, 0.00347852919847094, 0.0040942307692309, 0.00336173176525702, 0.0048823076923077, 0.00427054775805699, 0.00680192307692301, 0.0171271716736436, 0.0279234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1125, '2021-05-09 00:00:00', 0.00228283433813856, 0.00281115384615394, 0.00214313691726726, 0.00363461538461535, 0.00258818983372244, 0.00442115384615379, 0.0032092625860396, 0.00639211538461529, 0.0171480474432334, 0.0279713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1140, '2021-05-09 00:00:00', 0.00145529019046429, 0.0023215384615384, 0.00148968955206724, 0.00289519230769222, 0.00247572134010399, 0.00410807692307683, 0.0029737306341724, 0.00679326923076915, 0.0171943703857262, 0.0280898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1155, '2021-05-09 00:00:00', 0.00126115064981866, 0.00184519230769228, 0.00202007859709993, 0.0029865384615385, 0.00246607231318258, 0.00381557692307687, 0.00296631100216047, 0.00672980769230765, 0.0171960914264304, 0.0280871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1170, '2021-05-09 00:00:00', 0.0017721301827505, 0.00211076923076929, 0.00222223345723657, 0.00286653846153844, 0.00231796632516845, 0.00370326923076916, 0.00279307897379327, 0.00656807692307689, 0.0172072759476467, 0.0280434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1185, '2021-05-09 00:00:00', 0.00199358070778732, 0.00190403846153842, 0.00195554915560818, 0.00243750000000002, 0.00237880287442745, 0.00321134615384626, 0.00289878122930733, 0.0063761538461538, 0.0172158776714984, 0.028075 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1200, '2021-05-09 00:00:00', 0.00175607023032857, 0.00185057692307696, 0.00234368110360275, 0.00260134615384612, 0.00239322013517034, 0.0031488461538462, 0.00293014374155166, 0.00648211538461533, 0.0172800899481277, 0.0281688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1215, '2021-05-09 00:00:00', 0.00232771413953357, 0.00190865384615387, 0.00228871576351323, 0.00231461538461545, 0.00259417392365157, 0.00340211538461537, 0.00302526657439553, 0.00741961538461533, 0.0175264208948836, 0.0286092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1230, '2021-05-09 00:00:00', 0.00123965150189638, 0.00143961538461547, 0.00143645756851843, 0.00206211538461548, 0.00196133435740528, 0.00304269230769224, 0.00289030645167886, 0.00732576923076918, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1245, '2021-05-09 00:00:00', 0.000960022375540472, 0.00145480769230768, 0.00177430464169441, 0.00246019230769222, 0.00180774994016141, 0.0027803846153845, 0.00286959925505572, 0.00733826923076918, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1260, '2021-05-09 00:00:00', 0.00178846858642106, 0.00186826923076925, 0.00192195041159104, 0.0021592307692307, 0.00205723200890441, 0.00285346153846136, 0.00305853567275891, 0.00759230769230759, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1275, '2021-05-09 00:00:00', 0.00104603537225077, 0.00123500000000005, 0.00130774887321086, 0.00177634615384613, 0.00172085994826364, 0.00264980769230764, 0.00308307871228647, 0.00755288461538457, 0.017532264700787, 0.0285934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1290, '2021-05-09 00:00:00', 0.00112148671928762, 0.00138269230769226, 0.00163529931393415, 0.00212461538461526, 0.00159963405670936, 0.00263634615384606, 0.00307854299329057, 0.00749480769230766, 0.0175525555502939, 0.0286728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1305, '2021-05-09 00:00:00', 0.00149225662878529, 0.00174038461538449, 0.00151529368821304, 0.00213019230769221, 0.00216709068533406, 0.00303596153846142, 0.00310738928263677, 0.00740692307692309, 0.0175605369256006, 0.0286613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1320, '2021-05-09 00:00:00', 0.00100576631710116, 0.00108173076923081, 0.00105427745946628, 0.00142980769230771, 0.00298972255594697, 0.00421519230769233, 0.00310424057354792, 0.00739346153846159, 0.0175824212791771, 0.0286309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1335, '2021-05-09 00:00:00', 0.000733823775393944, 0.000898399999999988, 0.00161258010136968, 0.00183700000000002, 0.00278803205684581, 0.00414959999999997, 0.00289789459493153, 0.00713920000000002, 0.0173121386436415, 0.0276494 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1350, '2021-05-09 00:00:00', 0.00163269720213089, 0.00139307692307696, 0.00280398686625901, 0.00375211538461545, 0.0027386550601457, 0.0041615384615384, 0.00296372359346506, 0.00737346153846159, 0.0176422127395107, 0.0286478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1365, '2021-05-09 00:00:00', 0.00271653136441411, 0.00336057692307691, 0.00271936364162357, 0.00372884615384611, 0.00244841088180762, 0.00415961538461543, 0.0030152293508888, 0.00742903846153849, 0.0176780504896717, 0.0286986538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1380, '2021-05-09 00:00:00', 0.00155622142235112, 0.00229365384615385, 0.00150570167644913, 0.00262153846153849, 0.00141974943618185, 0.00368730769230768, 0.00419019186268995, 0.00733038461538463, 0.0176934851863182, 0.0287190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1395, '2021-05-09 00:00:00', 0.00113266725713462, 0.00159365384615388, 0.000975206723646975, 0.00219307692307701, 0.002686131769779, 0.0051217307692308, 0.00416980645649348, 0.00714173076923082, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1410, '2021-05-09 00:00:00', 0.000779333072865263, 0.00169596153846159, 0.00148249514203392, 0.00292538461538468, 0.00268710459703101, 0.00516134615384619, 0.00418550500583211, 0.00709307692307697, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1425, '2021-05-09 00:00:00', 0.00155354453279735, 0.00230115384615394, 0.00279590165035568, 0.0044109615384616, 0.00267763262258635, 0.00483769230769233, 0.0042620469441156, 0.00702692307692313, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 0, '2021-05-09 00:00:00', 0.00185025252780992, 0.00208640000000003, 0.00186308554554008, 0.00270240000000005, 0.00207914499654713, 0.00343720000000001, 0.00432584505231818, 0.00633299999999998, 0.018004216744511, 0.0285218 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 30, '2021-05-09 00:00:00', 0.0016180346557434, 0.00140863636363637, 0.00197197431118744, 0.00196727272727274, 0.00212267672845095, 0.00368772727272735, 0.00445689331843911, 0.00580136363636359, 0.0187117412615438, 0.029684090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 45, '2021-05-09 00:00:00', 0.00155756465890398, 0.00110420000000001, 0.0021612207584296, 0.00343719999999994, 0.00220922812689562, 0.00374419999999997, 0.00434016032729967, 0.00617999999999995, 0.0178817984926945, 0.0280556 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 60, '2021-05-09 00:00:00', 0.00204218604592091, 0.00275038461538465, 0.00205676808647424, 0.00288519230769239, 0.00207298194730348, 0.00339692307692316, 0.00386929614450053, 0.00584557692307685, 0.0175547469506114, 0.0283625000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 75, '2021-05-09 00:00:00', 0.00091999291385228, 0.00094480769230769, 0.00111308664739769, 0.00144826923076926, 0.00151579834258535, 0.00253884615384617, 0.00391418100776374, 0.00524980769230766, 0.017423547657166, 0.0279801923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 90, '2021-05-09 00:00:00', 0.0008657840377367, 0.00101500000000001, 0.00151129013912458, 0.00173326923076924, 0.00168086342281394, 0.00273961538461535, 0.00396890118488534, 0.00520384615384608, 0.0174597813461064, 0.0279705769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 105, '2021-05-09 00:00:00', 0.0014406030855167, 0.00140319999999999, 0.00136557640455117, 0.00212520000000008, 0.0021257205053033, 0.00302719999999997, 0.00395263211881227, 0.00534439999999993, 0.0176391408946127, 0.0284596000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 120, '2021-05-09 00:00:00', 0.00103706924329321, 0.00138615384615391, 0.00130623506248361, 0.00203903846153854, 0.003582528350846, 0.00305076923076927, 0.00371620188654193, 0.00486230769230764, 0.0174582333540983, 0.0279146153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 135, '2021-05-09 00:00:00', 0.000997763457271511, 0.00108440000000005, 0.0016176672247405, 0.00156419999999997, 0.00359931621978396, 0.00276779999999992, 0.00362213636316098, 0.00451979999999988, 0.0177372971870011, 0.0276386000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 150, '2021-05-09 00:00:00', 0.00158322198258934, 0.00121461538461542, 0.00355129573319598, 0.00213423076923076, 0.00346907662287606, 0.00267884615384613, 0.00373493233385314, 0.00456653846153844, 0.0172705271934142, 0.0280334615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 165, '2021-05-09 00:00:00', 0.00276989395103849, 0.00174599999999998, 0.00275121916914415, 0.00220559999999999, 0.00273797294240338, 0.00266199999999994, 0.00309398350297248, 0.00447620000000001, 0.0173244650590814, 0.0285510000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 180, '2021-05-09 00:00:00', 0.000893857069971785, 0.00110230769230771, 0.000986379412880285, 0.00142711538461533, 0.00152833116628773, 0.00215692307692303, 0.00275131138662166, 0.00406711538461531, 0.0170831534424549, 0.0281365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 195, '2021-05-09 00:00:00', 0.000824693124743978, 0.000796000000000063, 0.00126111531325774, 0.00124419999999997, 0.00180639258376098, 0.00219799999999992, 0.00281098866059608, 0.00397020000000001, 0.0172499544854472, 0.0276062000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 210, '2021-05-09 00:00:00', 0.000895112050713963, 0.00094380000000001, 0.00136969847655117, 0.00153980000000001, 0.00169029588139678, 0.00231719999999999, 0.00254855024147715, 0.00389500000000002, 0.017256266608105, 0.0286232000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 225, '2021-05-09 00:00:00', 0.00122925606020002, 0.00101269230769223, 0.00163950124920782, 0.00158211538461524, 0.0018453622637887, 0.00221173076923066, 0.00244996864187154, 0.00366288461538443, 0.0171022315829071, 0.0281186538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 240, '2021-05-09 00:00:00', 0.00109268772370634, 0.00103769230769224, 0.00124073904775156, 0.00141923076923071, 0.00139012170192179, 0.00193211538461524, 0.00193094006599418, 0.00342653846153838, 0.0170270006900804, 0.0280425000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 255, '2021-05-09 00:00:00', 0.000758850471740951, 0.000809038461538339, 0.00101923478083386, 0.00128346153846139, 0.00104882791724856, 0.0017099999999999, 0.00191297779350982, 0.00333903846153845, 0.017025932371397, 0.0280313461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 270, '2021-05-09 00:00:00', 0.000955405995053691, 0.000991153846153729, 0.00106919221845277, 0.00126499999999983, 0.000981855876154164, 0.00163019230769222, 0.00192944691158259, 0.00368576923076924, 0.017025932371397, 0.0280313461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 285, '2021-05-09 00:00:00', 0.000740616063724129, 0.000771923076922993, 0.00076041304565354, 0.0010350000000001, 0.000850839314125557, 0.00138346153846157, 0.00257480977639432, 0.00400423076923082, 0.0170067276642555, 0.0279446153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 300, '2021-05-09 00:00:00', 0.000585719183174432, 0.000685192307692432, 0.000656424493285344, 0.000933653846153891, 0.00165539077422371, 0.00163384615384603, 0.00272510624351806, 0.00438903846153846, 0.0170466997979081, 0.0278950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 315, '2021-05-09 00:00:00', 0.000493833863374672, 0.000676730769230736, 0.000674205857629218, 0.000943461538461485, 0.00161220785069615, 0.0018219230769229, 0.00312733025118864, 0.00551249999999996, 0.0170466997979081, 0.0278950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 330, '2021-05-09 00:00:00', 0.000497696578866362, 0.000711730769230743, 0.00157155205009366, 0.00130038461538454, 0.00171776661797989, 0.00192692307692303, 0.00366752721661549, 0.00700326923076919, 0.0171021314472337, 0.0279659615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 345, '2021-05-09 00:00:00', 0.0015769064286175, 0.00106826923076927, 0.00160455175863975, 0.00155211538461531, 0.00181000548235463, 0.00201961538461534, 0.00384102458786916, 0.00789826923076919, 0.0171044094281157, 0.0279632692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 360, '2021-05-09 00:00:00', 0.000749506812202877, 0.00102230769230766, 0.00106150830642788, 0.00139673076923084, 0.00133482116347531, 0.00172153846153847, 0.00398241761226285, 0.00869096153846159, 0.0171264064138933, 0.0279894230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 375, '2021-05-09 00:00:00', 0.000961401561023412, 0.000979807692307698, 0.00125567219203337, 0.00133557692307688, 0.0013084627063261, 0.00161057692307689, 0.00604153102411827, 0.0114363461538462, 0.0171277586402442, 0.0279909615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 390, '2021-05-09 00:00:00', 0.000902796765612282, 0.000944999999999991, 0.000941576256154484, 0.00115461538461533, 0.00096715777091753, 0.00142192307692298, 0.00610079555026659, 0.0121878846153847, 0.0171389728363346, 0.0280032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 405, '2021-05-09 00:00:00', 0.000680203278439587, 0.000722500000000045, 0.000852835835045926, 0.00104019230769228, 0.000839822623213715, 0.00143403846153845, 0.0060062757307541, 0.0128119230769231, 0.0171193457380824, 0.0279775000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 420, '2021-05-09 00:00:00', 0.00083178000157165, 0.000926666666666631, 0.000807345326641186, 0.0011589583333332, 0.000802551383293331, 0.00165687499999993, 0.00599275492147909, 0.0130943750000001, 0.0172928827981633, 0.0279670833333335 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 435, '2021-05-09 00:00:00', 0.000589698581197828, 0.000780599999999971, 0.000784294640637974, 0.00119079999999993, 0.00130867289648725, 0.00187680000000004, 0.00609372408028667, 0.0135676000000001, 0.0172528295940115, 0.0274096000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 450, '2021-05-09 00:00:00', 0.000760750890020193, 0.00089739999999999, 0.00082479886437033, 0.00125340000000001, 0.0014806516583361, 0.0021721999999999, 0.00733489756801906, 0.0151066000000002, 0.0172528295940115, 0.0274096000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 465, '2021-05-09 00:00:00', 0.000700868924978153, 0.00081620000000008, 0.00125913091720721, 0.00145760000000013, 0.00212627755714071, 0.00240300000000001, 0.00743242741863861, 0.0158476000000001, 0.0173416941862668, 0.0285002000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 480, '2021-05-09 00:00:00', 0.000986825914037254, 0.00110423076923085, 0.00119485924500937, 0.00159384615384604, 0.00205846407453551, 0.00285211538461529, 0.00817917795615547, 0.0166140384615386, 0.0171875548681642, 0.0279971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 495, '2021-05-09 00:00:00', 0.000870521771035038, 0.00110307692307684, 0.00155146660144024, 0.00184884615384609, 0.00271631835111696, 0.0041407692307692, 0.00854570631955006, 0.0167975000000002, 0.0171345340579957, 0.0278607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 510, '2021-05-09 00:00:00', 0.00114107400488112, 0.00135826923076919, 0.00144005907998464, 0.00224192307692299, 0.00312210816350348, 0.00564076923076919, 0.00839402469709153, 0.0168938461538463, 0.0171054028261878, 0.0278203846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 525, '2021-05-09 00:00:00', 0.00119674586017505, 0.00163057692307678, 0.00250634517851111, 0.00357692307692304, 0.00337706520289657, 0.00662923076923075, 0.00985923241863249, 0.0177332692307694, 0.0171470453397842, 0.0278467307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 540, '2021-05-09 00:00:00', 0.00216156991559376, 0.00278249999999998, 0.0028549986191563, 0.00480134615384609, 0.00336930650819327, 0.00740788461538466, 0.0118562535203352, 0.0189384615384617, 0.017223969010119, 0.0278826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 555, '2021-05-09 00:00:00', 0.00232993294720291, 0.00336153846153838, 0.00273321366920666, 0.00520019230769227, 0.00529135607527813, 0.00999134615384617, 0.0117967062156544, 0.0188115384615386, 0.0170922319062918, 0.0277615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 570, '2021-05-09 00:00:00', 0.00272089100225531, 0.00327961538461533, 0.00334261700790542, 0.00506769230769227, 0.00548377337802521, 0.00960269230769231, 0.0119471421123986, 0.018325576923077, 0.0170747158293732, 0.0274955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 585, '2021-05-09 00:00:00', 0.00207721459207722, 0.00331230769230767, 0.00492297046038725, 0.00719692307692308, 0.00504583517902094, 0.00935057692307687, 0.0120774392344378, 0.0176723076923078, 0.0170065414337679, 0.0270865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 600, '2021-05-09 00:00:00', 0.0045490736377353, 0.00580980769230767, 0.00478565483020302, 0.00730307692307698, 0.00485425296874968, 0.00903326923076924, 0.0125136477756826, 0.017435576923077, 0.0173331830935304, 0.0273819230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 615, '2021-05-09 00:00:00', 0.00342353369510784, 0.0042698076923078, 0.00362543162417082, 0.0059273076923077, 0.0049154064390992, 0.00835730769230774, 0.0140992957270922, 0.0173250000000001, 0.0163405014752161, 0.0267626923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 630, '2021-05-09 00:00:00', 0.00197003921280763, 0.00351249999999994, 0.00302663850729591, 0.00543942307692307, 0.00598652357061588, 0.00869730769230771, 0.0138277451301583, 0.0170792307692308, 0.0162201249022982, 0.0274253846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 645, '2021-05-09 00:00:00', 0.00246262011811694, 0.00396038461538458, 0.00346625426849306, 0.00539442307692307, 0.00583316756541026, 0.00929038461538466, 0.0135642203098956, 0.0168538461538463, 0.0161751447169844, 0.027881153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 660, '2021-05-09 00:00:00', 0.00290054090446274, 0.00393846153846151, 0.00531371304702787, 0.00667288461538458, 0.00650098926199813, 0.0101642307692309, 0.0125073782670623, 0.0165013461538462, 0.0153686123691713, 0.027913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 675, '2021-05-09 00:00:00', 0.00520471715406781, 0.00439442307692308, 0.00515640518787453, 0.00628269230769232, 0.00663631851138983, 0.00926923076923089, 0.0125437918509515, 0.0160800000000001, 0.0149901975252547, 0.0275846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 690, '2021-05-09 00:00:00', 0.00248944621583565, 0.0039776923076921, 0.00466999744687792, 0.00694807692307689, 0.00491209742527408, 0.00799634615384609, 0.0120745281417599, 0.0156153846153846, 0.0150433964262882, 0.0271209615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 705, '2021-05-09 00:00:00', 0.00335081505584259, 0.0048584615384617, 0.00401666105595938, 0.00589403846153867, 0.00500724493954669, 0.00786326923076932, 0.0105884239329853, 0.0153007692307693, 0.0140433260798366, 0.0267607692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 720, '2021-05-09 00:00:00', 0.00234725978536687, 0.00369750000000011, 0.00237255419002716, 0.00509576923076926, 0.00771854081715947, 0.00912288461538471, 0.0106954935891423, 0.0152913461538463, 0.0143475260759478, 0.0272475000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 735, '2021-05-09 00:00:00', 0.00192829794418244, 0.00324480769230769, 0.00483914872122726, 0.00559711538461546, 0.00752855693599137, 0.00852846153846163, 0.0106772954026469, 0.0149263461538462, 0.014180310157181, 0.0272419230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 750, '2021-05-09 00:00:00', 0.00437835423945515, 0.00415461538461538, 0.00751342039543001, 0.00681403846153845, 0.00732095147242076, 0.00840230769230774, 0.0107935132816677, 0.0153251923076924, 0.0142801924141315, 0.0275457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 765, '2021-05-09 00:00:00', 0.00415356206720864, 0.00467961538461535, 0.00388783665868513, 0.00571673076923076, 0.00477280160025384, 0.00758634615384614, 0.00910073124069618, 0.0148063461538462, 0.0130464178048407, 0.0272234615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 780, '2021-05-09 00:00:00', 0.00243088654293343, 0.00345076923076922, 0.00242786284620851, 0.00488999999999996, 0.00406891114238388, 0.00712826923076921, 0.0109036592657977, 0.0149492307692308, 0.0131138221911669, 0.0270123076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 795, '2021-05-09 00:00:00', 0.00160819904049404, 0.0033769230769231, 0.00349118996684742, 0.00500423076923078, 0.00686075007112649, 0.00755653846153848, 0.0107902745954935, 0.0150803846153847, 0.0131582398518952, 0.0268650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 810, '2021-05-09 00:00:00', 0.00325978402422858, 0.00354326923076921, 0.00398515984140397, 0.00506480769230773, 0.00677409654776648, 0.0075709615384616, 0.0108933597134287, 0.0152196153846155, 0.0131127055193985, 0.0268040384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 825, '2021-05-09 00:00:00', 0.00238601683693841, 0.00321711538461548, 0.00495990374053613, 0.00534634615384629, 0.00601596063369381, 0.00775211538461542, 0.0110313376411859, 0.0156319230769231, 0.0129534628173914, 0.0270201923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 840, '2021-05-09 00:00:00', 0.0048162255569465, 0.00407115384615382, 0.00499224041349711, 0.00570711538461539, 0.00620974825452803, 0.00821923076923071, 0.0110996514983405, 0.0157907692307693, 0.0127875084600318, 0.0270211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 855, '2021-05-09 00:00:00', 0.00341394822185961, 0.00383730769230777, 0.00505667661079428, 0.00534288461538461, 0.00541016923167697, 0.00784865384615381, 0.010941911035801, 0.0153236538461539, 0.0125784465608682, 0.0271032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 870, '2021-05-09 00:00:00', 0.00238566333300861, 0.00314153846153841, 0.00298440387682366, 0.00498249999999991, 0.00297291162641297, 0.00684346153846143, 0.010988358295872, 0.0148909615384616, 0.0124248047624346, 0.0272257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 885, '2021-05-09 00:00:00', 0.00251029569205275, 0.00355269230769227, 0.00274905726498257, 0.0052853846153846, 0.00321521158533322, 0.00705653846153842, 0.0110011160500265, 0.0148221153846154, 0.0124054999155152, 0.027118076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 900, '2021-05-09 00:00:00', 0.00190776463029777, 0.00342326923076924, 0.00233560462440425, 0.00476980769230766, 0.00356443917263079, 0.00705615384615399, 0.0113607392432819, 0.014373076923077, 0.0123320989557272, 0.027355576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 915, '2021-05-09 00:00:00', 0.00165781841123066, 0.00307673076923071, 0.00247421686910917, 0.0047936538461538, 0.00325240926675318, 0.00659596153846165, 0.0107783581613271, 0.014370576923077, 0.0122218625626376, 0.0271125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 930, '2021-05-09 00:00:00', 0.00208839592473785, 0.00353846153846146, 0.00223094360856918, 0.00484923076923087, 0.00785485862625544, 0.00808596153846164, 0.0106126949379577, 0.0141396153846155, 0.0122622297711933, 0.0270151923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 945, '2021-05-09 00:00:00', 0.00155944240527986, 0.00341884615384633, 0.00251563801358317, 0.00475615384615399, 0.00886224918490688, 0.008366153846154, 0.0103148800302505, 0.0137040384615385, 0.0119669151429457, 0.0268709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 960, '2021-05-09 00:00:00', 0.00209605662724449, 0.00325923076923084, 0.00797154453955766, 0.00602711538461544, 0.0105988034956056, 0.00869153846153852, 0.01014035542542, 0.013416923076923, 0.0116017835979579, 0.0273244230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 975, '2021-05-09 00:00:00', 0.00788831235728857, 0.00467038461538466, 0.00869146442693138, 0.00679673076923076, 0.0103158447284524, 0.00894730769230777, 0.0101400058488831, 0.0131611538461538, 0.0131724407001892, 0.02773 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 990, '2021-05-09 00:00:00', 0.00351339686606295, 0.00458653846153843, 0.00522989432530395, 0.00609057692307693, 0.00552009633416509, 0.00776346153846165, 0.00683504035214022, 0.0122811538461539, 0.0128541359701252, 0.0276465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1005, '2021-05-09 00:00:00', 0.00389255140769371, 0.00385230769230768, 0.00365477630589811, 0.00543538461538466, 0.00581583715780924, 0.00761538461538466, 0.00684724648756994, 0.0118173076923077, 0.0124529950367218, 0.0285842307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1020, '2021-05-09 00:00:00', 0.00332172193528982, 0.00428884615384622, 0.00542664996886812, 0.00609826923076929, 0.00552201223426619, 0.00795134615384619, 0.00670242046978907, 0.011576923076923, 0.0123712081074754, 0.0284540384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1035, '2021-05-09 00:00:00', 0.00266430291792474, 0.00357903846153835, 0.00310006989995641, 0.00473423076923065, 0.00313900849730511, 0.00680211538461527, 0.00509384748042645, 0.0103380769230768, 0.014167857843888, 0.0289682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1050, '2021-05-09 00:00:00', 0.00246802633697458, 0.003225, 0.00292046597967888, 0.00497346153846151, 0.00294668116439755, 0.00663673076923063, 0.00487504651259873, 0.00984749999999985, 0.0142908912732768, 0.0291457692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1065, '2021-05-09 00:00:00', 0.00179257134822068, 0.0037040384615384, 0.00212041328518752, 0.00525749999999985, 0.00246470001295213, 0.00648307692307669, 0.00464706600986054, 0.00933749999999983, 0.0151018528779139, 0.0293221153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1080, '2021-05-09 00:00:00', 0.00195851373200736, 0.00409096153846145, 0.00211249462448101, 0.00509846153846146, 0.00231893068858503, 0.00623846153846148, 0.00442130229683527, 0.0089349999999999, 0.0153214703715457, 0.0295771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1095, '2021-05-09 00:00:00', 0.00165505766806332, 0.00293326923076914, 0.00219566310292322, 0.00447230769230748, 0.00352053005187475, 0.00597961538461532, 0.00428611113409885, 0.00792442307692297, 0.0153867826546532, 0.0294526923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1110, '2021-05-09 00:00:00', 0.00236256102892269, 0.00358615384615367, 0.002306187538241, 0.00441519230769217, 0.00366732162273981, 0.00581673076923069, 0.00441369454521512, 0.00751346153846145, 0.0154253090892857, 0.0293725000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1125, '2021-05-09 00:00:00', 0.00156330222482856, 0.00294461538461548, 0.00333847464593318, 0.00452980769230779, 0.00340672416530339, 0.00522653846153852, 0.0042872571471926, 0.00685961538461535, 0.0156261346578786, 0.0294028846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1140, '2021-05-09 00:00:00', 0.00292716583851238, 0.00306538461538461, 0.00299971439666156, 0.00377730769230772, 0.00299861750837591, 0.00473980769230777, 0.00426607156707255, 0.0070611538461539, 0.015640442276847, 0.0294211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1155, '2021-05-09 00:00:00', 0.00147587013447875, 0.00199557692307697, 0.0017115387700952, 0.00294980769230769, 0.00214198065243012, 0.00387365384615392, 0.00326669922799064, 0.00638961538461538, 0.0156834851515854, 0.0288875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1170, '2021-05-09 00:00:00', 0.001358220895142, 0.00211000000000006, 0.00155476252205932, 0.00277250000000022, 0.0033536563054948, 0.00376115384615398, 0.00310739938880391, 0.00620980769230773, 0.0156934672591937, 0.0288661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1185, '2021-05-09 00:00:00', 0.000826542287996402, 0.00170192307692311, 0.00139928208240999, 0.00238211538461535, 0.00305540847703514, 0.00308480769230764, 0.00302392458315599, 0.00586673076923068, 0.015716326960056, 0.0288236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1200, '2021-05-09 00:00:00', 0.00147321047898273, 0.00151865384615371, 0.00320008165761194, 0.00219884615384609, 0.00307634483412723, 0.0031284615384615, 0.00298095369999908, 0.00567480769230759, 0.0157434334601886, 0.0287613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1215, '2021-05-09 00:00:00', 0.00219226310885848, 0.0013615384615385, 0.00215313317320105, 0.00177230769230769, 0.00242160992221793, 0.00311384615384613, 0.00273277759516122, 0.0063842307692307, 0.0157434334601886, 0.0287613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1230, '2021-05-09 00:00:00', 0.00106069955145717, 0.0011334615384616, 0.00160223588967213, 0.00231538461538462, 0.00187076361414249, 0.00303249999999998, 0.00273511971331305, 0.00650038461538465, 0.015767976043234, 0.0287125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1245, '2021-05-09 00:00:00', 0.00163293743108732, 0.00202557692307696, 0.00184947374011755, 0.00256634615384622, 0.00179940666502977, 0.00312288461538459, 0.00301724559185004, 0.00659519230769228, 0.0157875418325775, 0.0286863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1260, '2021-05-09 00:00:00', 0.0015111804479127, 0.00157711538461539, 0.00147757573019495, 0.00205403846153842, 0.00142073361331384, 0.002855, 0.00334317171491151, 0.00693865384615386, 0.0157928779530034, 0.0286440384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1275, '2021-05-09 00:00:00', 0.0011169300129578, 0.00134557692307688, 0.0011445708634848, 0.00188230769230762, 0.00143836708965936, 0.00288173076923082, 0.00343940379448801, 0.00711769230769238, 0.0157777272968525, 0.0286844230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1290, '2021-05-09 00:00:00', 0.000839416097424435, 0.00124576923076921, 0.00114873609475125, 0.00227884615384621, 0.00137620716240182, 0.00289807692307693, 0.00337314368892787, 0.00711788461538471, 0.0157610083873023, 0.0286607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1305, '2021-05-09 00:00:00', 0.00110765471223591, 0.00194519230769228, 0.00129705453298563, 0.00239230769230772, 0.00132978575486661, 0.00273807692307688, 0.00324250124844292, 0.00712788461538474, 0.0157540708548616, 0.0286125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1320, '2021-05-09 00:00:00', 0.00110089893338969, 0.00127230769230779, 0.00110349293330146, 0.00158557692307699, 0.0018427670352364, 0.00272288461538466, 0.00328880079266686, 0.00694057692307707, 0.0157664230041615, 0.0285728846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1335, '2021-05-09 00:00:00', 0.000737287857363317, 0.000965769230769289, 0.000810840210000535, 0.00123038461538473, 0.00174569841654801, 0.00271019230769243, 0.00324455079858761, 0.00687826923076938, 0.0157610197993463, 0.0285613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1350, '2021-05-09 00:00:00', 0.000592380887085887, 0.000798653846153911, 0.00158826901422232, 0.0021126923076923, 0.00164855956939565, 0.00279942307692306, 0.00337410209708278, 0.00710980769230775, 0.0157585328936909, 0.0285651923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1365, '2021-05-09 00:00:00', 0.00160204950466099, 0.00191884615384617, 0.00157864149240366, 0.00232980769230766, 0.00154388789947764, 0.00287538461538453, 0.0038587726875065, 0.00725557692307696, 0.0157316438147889, 0.0284986538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1380, '2021-05-09 00:00:00', 0.00091673341481927, 0.00145192307692304, 0.00103472852255287, 0.00201634615384617, 0.00114590429523853, 0.00292557692307692, 0.00394732803980692, 0.00708442307692317, 0.015690222404905, 0.0285686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1395, '2021-05-09 00:00:00', 0.000871198047783282, 0.00133903846153857, 0.00087170524746696, 0.0017090384615385, 0.00195451784335682, 0.00421500000000006, 0.00402677216123055, 0.00697096153846166, 0.015682765034119, 0.0285763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1410, '2021-05-09 00:00:00', 0.000669327360403317, 0.00104865384615374, 0.00107964837580791, 0.00215884615384607, 0.0020322842775103, 0.0043692307692308, 0.00404429349159449, 0.00680961538461547, 0.0155903723348245, 0.0286884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1425, '2021-05-09 00:00:00', 0.00125297829805023, 0.00182615384615379, 0.00190775675759621, 0.00380538461538464, 0.00285104305474336, 0.00460750000000003, 0.00401413635217415, 0.00691942307692314, 0.0156135715374108, 0.028718076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 0, '2021-05-09 00:00:00', 0.00184635875545534, 0.00225942307692308, 0.00215988063238568, 0.00289711538461543, 0.00328490910774623, 0.00405961538461545, 0.00412434692266081, 0.00678153846153855, 0.0157712559228685, 0.0289542307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 15, '2021-05-09 00:00:00', 0.00104196403374551, 0.000607380952380966, 0.0015377147159402, 0.00147261904761908, 0.00174125426878782, 0.00370214285714299, 0.00378965925406295, 0.00636547619047629, 0.0169833400719646, 0.0304800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 30, '2021-05-09 00:00:00', 0.00194046336011483, 0.00136863636363635, 0.00302594510476584, 0.00251840909090907, 0.00318637834861453, 0.00424886363636367, 0.00351188813592072, 0.00602477272727274, 0.0168799482275421, 0.0285695454545456 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 60, '2021-05-09 00:00:00', 0.00245582663507395, 0.00266769230769236, 0.00242406302279081, 0.00300153846153852, 0.00241851934996479, 0.00354961538461543, 0.00383933223360522, 0.00627500000000003, 0.0159040807390382, 0.028748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 75, '2021-05-09 00:00:00', 0.000693517123076281, 0.00083000000000004, 0.00108150502328227, 0.00141365384615386, 0.00156200571258671, 0.00231538461538468, 0.00353132441922938, 0.00530307692307703, 0.0159943348684656, 0.0284617307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 90, '2021-05-09 00:00:00', 0.000973781196594402, 0.00103708333333337, 0.00120511132145601, 0.00138708333333337, 0.00155103868890898, 0.00258333333333342, 0.00351882175191338, 0.00557500000000011, 0.0165947059708528, 0.0284235416666668 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 105, '2021-05-09 00:00:00', 0.000809314631093225, 0.000875208333333322, 0.00125569333870551, 0.00176874999999995, 0.00198857469121376, 0.00281979166666668, 0.00332641709341261, 0.0054256250000001, 0.0160730731019371, 0.0279556250000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 120, '2021-05-09 00:00:00', 0.00125053909913351, 0.00143096153846161, 0.00140472625310198, 0.00203038461538468, 0.00305484105717719, 0.00333673076923084, 0.003284147705851, 0.00517192307692323, 0.0159846084394187, 0.0284398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 135, '2021-05-09 00:00:00', 0.00114005390954409, 0.00123800000000003, 0.00186965119295904, 0.00188680000000012, 0.00306890124203002, 0.00325060000000004, 0.00324804701577215, 0.00508360000000017, 0.016313473554601, 0.0284806000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 150, '2021-05-09 00:00:00', 0.00149421664580992, 0.00106923076923081, 0.00292999777500581, 0.00218519230769225, 0.0029341007795601, 0.00280576923076918, 0.00318014049036547, 0.00483653846153856, 0.015987818176301, 0.0284109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 165, '2021-05-09 00:00:00', 0.00250118252032917, 0.00173339999999996, 0.0026566811689274, 0.00242059999999995, 0.00288674980153569, 0.00283339999999992, 0.00321060218910205, 0.00467680000000012, 0.0160874642579245, 0.0279230000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 180, '2021-05-09 00:00:00', 0.00159232973972094, 0.00149999999999992, 0.00185260574285546, 0.00187903846153838, 0.00215531668206781, 0.00265000000000001, 0.00243635879004841, 0.00428807692307709, 0.0160390964257294, 0.0283269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 195, '2021-05-09 00:00:00', 0.00100264605688372, 0.000888653846153818, 0.00152986344287522, 0.00143192307692305, 0.00221595783249239, 0.00228634615384616, 0.00232190698316312, 0.00411096153846171, 0.0161490698136503, 0.0281496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 210, '2021-05-09 00:00:00', 0.00105913313525188, 0.00105770833333344, 0.00151937463298627, 0.00163083333333347, 0.00223042392758396, 0.00225687500000012, 0.00232114910166799, 0.00399625000000022, 0.0158438149535586, 0.0266062500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 225, '2021-05-09 00:00:00', 0.00154654972065611, 0.00114096153846159, 0.0021076840005451, 0.00159461538461545, 0.00228418418360153, 0.00239423076923083, 0.00248337853770597, 0.00402019230769247, 0.0161544205917094, 0.0281444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 240, '2021-05-09 00:00:00', 0.00142490193994584, 0.00101153846153839, 0.00171053504899667, 0.00146692307692309, 0.00181195075497697, 0.00226346153846152, 0.00218714405455717, 0.00400134615384621, 0.0161544205917094, 0.0281444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 255, '2021-05-09 00:00:00', 0.00149311680078857, 0.0011377083333333, 0.00172051112013046, 0.00170458333333323, 0.00195502667565854, 0.00217520833333325, 0.00224152743560405, 0.00413812499999999, 0.016567079947842, 0.0289352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 270, '2021-05-09 00:00:00', 0.00138037036045251, 0.00124717391304341, 0.00145904640199074, 0.00156869565217388, 0.00178726036288593, 0.00219217391304347, 0.00259491630166531, 0.00417260869565219, 0.0169105115823349, 0.0283423913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 285, '2021-05-09 00:00:00', 0.00117407367741559, 0.000906400000000112, 0.00155027685699475, 0.00135700000000007, 0.00170432476854238, 0.00191900000000011, 0.00254534784787203, 0.00403960000000008, 0.0159897683769965, 0.0274936000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 300, '2021-05-09 00:00:00', 0.00120085989722089, 0.000963333333333168, 0.00129267163452667, 0.00131395833333322, 0.00141488437011542, 0.00165895833333329, 0.00260836207559276, 0.00430374999999998, 0.0161165199924383, 0.0280133333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 315, '2021-05-09 00:00:00', 0.000961436288746563, 0.000889791666666621, 0.0011714831542951, 0.00121479166666671, 0.00111478502509416, 0.00143500000000004, 0.00388369416786292, 0.00613729166666669, 0.0161165199924383, 0.0280133333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 330, '2021-05-09 00:00:00', 0.00108948887098503, 0.000838800000000042, 0.00121500514402226, 0.00110499999999995, 0.00112378174779043, 0.00142200000000006, 0.00384805321991955, 0.00701859999999986, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 345, '2021-05-09 00:00:00', 0.000990952529976634, 0.000821600000000018, 0.000963221028632692, 0.00106480000000008, 0.00117523047385043, 0.00174700000000012, 0.00402470281511559, 0.0079183999999999, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 360, '2021-05-09 00:00:00', 0.000792765045058536, 0.000669200000000068, 0.000794394423444651, 0.000964000000000098, 0.00127371094967946, 0.00193600000000011, 0.00370042454771502, 0.00860779999999998, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 375, '2021-05-09 00:00:00', 0.000590441458050269, 0.000611346153846205, 0.0010782171181381, 0.00121807692307699, 0.00165448193146325, 0.00216230769230775, 0.00371718367336583, 0.00951230769230773, 0.0161660062048541, 0.0282688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 390, '2021-05-09 00:00:00', 0.000988497772457753, 0.00094538461538466, 0.00136790114352674, 0.00161653846153851, 0.00172238484040638, 0.00221653846153855, 0.00432035680951671, 0.0121598076923077, 0.0161623741258707, 0.0282592307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 405, '2021-05-09 00:00:00', 0.00119174059768637, 0.00105749999999997, 0.00162730526284346, 0.00162562499999996, 0.00180361049682989, 0.00220895833333331, 0.00499068059022239, 0.0133533333333334, 0.016629824535609, 0.0287347916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 420, '2021-05-09 00:00:00', 0.00155445954001335, 0.00122230769230774, 0.00164357457531313, 0.00146423076923078, 0.00184705742070587, 0.00201865384615391, 0.00499417365537076, 0.0140475, 0.0161365320170866, 0.0281734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 435, '2021-05-09 00:00:00', 0.000700350351884559, 0.000678846153846143, 0.000970213140738352, 0.00128846153846158, 0.000930602307028202, 0.00178942307692297, 0.00530512639231728, 0.0144190384615385, 0.016134961342949, 0.0281665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 450, '2021-05-09 00:00:00', 0.000975193912340816, 0.00106140000000011, 0.000986521329385973, 0.00134919999999997, 0.00142454928544664, 0.00222359999999995, 0.00629111189827894, 0.0152458, 0.0164663658128724, 0.0282248000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 465, '2021-05-09 00:00:00', 0.000611706188899988, 0.000727307692307657, 0.000724326557250545, 0.00119480769230755, 0.00171140720326414, 0.0023661538461538, 0.00589090332958042, 0.0158790384615384, 0.0161365588648881, 0.0281650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 480, '2021-05-09 00:00:00', 0.000751734737380485, 0.000948653846153699, 0.00154057987334427, 0.00168211538461534, 0.00267446040567776, 0.00300769230769223, 0.00618945630767477, 0.0167242307692307, 0.0161328446690403, 0.0281686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 495, '2021-05-09 00:00:00', 0.00150083048804517, 0.00134192307692321, 0.00180498008725424, 0.00197865384615392, 0.00402130732665204, 0.00516115384615379, 0.0060080000288077, 0.0171121153846153, 0.0161328446690403, 0.0281686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 510, '2021-05-09 00:00:00', 0.00178071372899046, 0.00161923076923086, 0.00270070997075833, 0.00263711538461533, 0.00389494465745221, 0.00643326923076904, 0.00622310340585785, 0.017655, 0.0161280311068839, 0.0281792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 525, '2021-05-09 00:00:00', 0.00215896969729682, 0.00180307692307688, 0.00360268385534161, 0.00448519230769222, 0.00398348452507827, 0.0069301923076922, 0.00630308405892271, 0.017484423076923, 0.0161392069817571, 0.0281650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 540, '2021-05-09 00:00:00', 0.00342418495636331, 0.00403615384615381, 0.00352486604219, 0.00549884615384605, 0.00364907493019151, 0.00750538461538463, 0.00691871755568794, 0.0178838461538462, 0.0160278578118993, 0.0281909615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 555, '2021-05-09 00:00:00', 0.00235616948750422, 0.003759423076923, 0.00332910328074173, 0.00513557692307691, 0.00305613922482891, 0.00743519230769235, 0.00719469056639364, 0.0176578846153847, 0.0160869169549477, 0.0279236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 570, '2021-05-09 00:00:00', 0.00235229066754413, 0.00306076923076923, 0.00218876703086091, 0.00477865384615378, 0.00406685371207082, 0.00953634615384607, 0.00705563239546955, 0.0173675000000001, 0.0158356569220808, 0.0277669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 585, '2021-05-09 00:00:00', 0.00185993424201375, 0.00323423076923076, 0.00256182925180122, 0.00553134615384622, 0.00471653634729808, 0.0104236538461539, 0.00651983243354748, 0.0168898076923078, 0.0173434500649049, 0.027993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 600, '2021-05-09 00:00:00', 0.00266431025133795, 0.00425365384615391, 0.00423163187743842, 0.00758211538461543, 0.00523268588188327, 0.0104334615384616, 0.00658621021237082, 0.0169351923076924, 0.0173115403405226, 0.0278748076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 615, '2021-05-09 00:00:00', 0.00326694416142152, 0.00528307692307693, 0.00404157907068708, 0.00769923076923079, 0.00419688931050318, 0.00978673076923081, 0.00606438768866754, 0.0159209615384616, 0.0194087603941741, 0.0287409615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 630, '2021-05-09 00:00:00', 0.00323378209151202, 0.00481884615384621, 0.00323133847594979, 0.00639288461538466, 0.00351761190844901, 0.00888846153846156, 0.00542367499593576, 0.0148576923076924, 0.0195450060639146, 0.0283240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 645, '2021-05-09 00:00:00', 0.00149814305571412, 0.00341115384615384, 0.00175301455740151, 0.00540403846153847, 0.0031363374585409, 0.00820057692307685, 0.00518262505507962, 0.0140926923076923, 0.0194035707498942, 0.0280953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 660, '2021-05-09 00:00:00', 0.0020162498318948, 0.00417076923076926, 0.00355441266380483, 0.00610423076923081, 0.00339614347459004, 0.00846249999999999, 0.00544531223940513, 0.0140607692307693, 0.0192912950566191, 0.0281201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 675, '2021-05-09 00:00:00', 0.00234475624450697, 0.00387038461538457, 0.00219844078487817, 0.00545326923076918, 0.00309706084612751, 0.00778826923076919, 0.00831835551425521, 0.0145226923076924, 0.0192925753564581, 0.0280417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00[...];
Date: 2021-05-09 15:27:32 Duration: 16s216ms 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 976935, 1, 915, '2021-05-09 00:00:00', 0.00111227896680635, 0.00239249999999995, 0.00192479254626405, 0.00410211538461538, 0.00214302482127846, 0.00516923076923068, 0.0138131035391984, 0.0144842307692308, 0.0144084983963791, 0.0270690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 930, '2021-05-09 00:00:00', 0.00195588378607095, 0.00305576923076915, 0.00202853793502758, 0.00398807692307683, 0.00213906022679255, 0.00505942307692298, 0.0137768768650171, 0.0142719230769231, 0.0143743536322908, 0.0270278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 945, '2021-05-09 00:00:00', 0.0011562258230321, 0.00246192307692306, 0.00162411220718852, 0.00360230769230765, 0.00342819609438242, 0.00605769230769243, 0.0137749236839991, 0.0139075, 0.0142507417310333, 0.0270282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 960, '2021-05-09 00:00:00', 0.0014271440146186, 0.00284903846153841, 0.00170178219929762, 0.00387942307692297, 0.00836544448219067, 0.0082157692307693, 0.0138320416591889, 0.0137073076923077, 0.0142230507816874, 0.0272384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 975, '2021-05-09 00:00:00', 0.00156100933816745, 0.00243692307692302, 0.00354130969362376, 0.00444711538461554, 0.00868224918794305, 0.00833019230769228, 0.0138729275610947, 0.0131713461538462, 0.014144563583283, 0.0272548076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 990, '2021-05-09 00:00:00', 0.00299441282288302, 0.00349692307692313, 0.00789951728807617, 0.00665076923076921, 0.00802937886523843, 0.0083698076923076, 0.0132379334664265, 0.0126673076923077, 0.0136810342852937, 0.0270036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1005, '2021-05-09 00:00:00', 0.00568108740945308, 0.00467192307692299, 0.00592429847843087, 0.0060376923076922, 0.00640513735215724, 0.00740249999999998, 0.0108186740691909, 0.0117111538461539, 0.0123092988880513, 0.0264886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1020, '2021-05-09 00:00:00', 0.00398466615240897, 0.00405211538461529, 0.00396141843768892, 0.00506903846153844, 0.00814877723012182, 0.00802288461538471, 0.00944829962927788, 0.0107482692307692, 0.0123211216600412, 0.0261848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1035, '2021-05-09 00:00:00', 0.00146162086002564, 0.0029415384615384, 0.00439021874345519, 0.00478615384615384, 0.00918949898190653, 0.00785653846153857, 0.00894581309887479, 0.00995500000000002, 0.0126855500653908, 0.0262976923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1050, '2021-05-09 00:00:00', 0.00402092350662794, 0.00351461538461532, 0.00740929469548983, 0.00592673076923076, 0.00881177670245016, 0.00731942307692316, 0.00863253887246462, 0.00938923076923079, 0.0125805735117527, 0.0262682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1065, '2021-05-09 00:00:00', 0.00450323461952206, 0.00421903846153841, 0.00588394502994246, 0.00551365384615394, 0.0057841820111803, 0.00630846153846157, 0.0060241144290132, 0.00843557692307694, 0.0125058571831207, 0.0263017307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1080, '2021-05-09 00:00:00', 0.00395303562516773, 0.00380557692307708, 0.00391799564141579, 0.00460038461538474, 0.00393283186286143, 0.00576730769230778, 0.00605754130117029, 0.00835384615384612, 0.0124646986140243, 0.0263184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1095, '2021-05-09 00:00:00', 0.00208600962458138, 0.00268692307692305, 0.00220481125129707, 0.00358057692307689, 0.00260030927894251, 0.00486288461538451, 0.00434774585716102, 0.00750596153846153, 0.0113919519229754, 0.0259811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1110, '2021-05-09 00:00:00', 0.00179509889378314, 0.00254403846153848, 0.00193321999225694, 0.00339153846153844, 0.00239341677234734, 0.00437538461538452, 0.00385856837241672, 0.00711173076923076, 0.0110639913162544, 0.0258946153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1125, '2021-05-09 00:00:00', 0.00116742881515826, 0.00226903846153841, 0.00167248024019607, 0.00313192307692301, 0.00255886916129274, 0.00410576923076926, 0.00376309923927274, 0.00685173076923083, 0.0109133840006734, 0.0259078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1140, '2021-05-09 00:00:00', 0.00143892755203305, 0.00196250000000004, 0.00209253567196859, 0.00283346153846153, 0.00358017075763791, 0.004075576923077, 0.00379773651716992, 0.00684442307692311, 0.0109188121219227, 0.0258630769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1155, '2021-05-09 00:00:00', 0.00169459979391544, 0.00215769230769227, 0.00201156754795844, 0.00296000000000002, 0.00329481469655186, 0.00408673076923084, 0.00333786089953059, 0.00687423076923076, 0.0106136643059784, 0.0256849999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1170, '2021-05-09 00:00:00', 0.00118994616878887, 0.0017667307692307, 0.0022313261406961, 0.0025278846153846, 0.00240631873328407, 0.00355538461538454, 0.00255113202625522, 0.00640384615384609, 0.00984247306516316, 0.0253390384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1185, '2021-05-09 00:00:00', 0.00156483781415684, 0.00166423076923079, 0.00178832229069155, 0.00243384615384611, 0.00196957864490384, 0.00343403846153847, 0.00257976096090019, 0.00625115384615386, 0.00977905100004801, 0.0253176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1200, '2021-05-09 00:00:00', 0.00131562265165143, 0.00181480769230755, 0.0016127466776137, 0.00260538461538454, 0.00273402366204376, 0.00385923076923074, 0.00272208043316431, 0.00623673076923075, 0.0096396477433247, 0.025293846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1215, '2021-05-09 00:00:00', 0.00115990651148478, 0.00183865384615386, 0.00138945401562574, 0.00265769230769237, 0.00221992762356033, 0.00369942307692308, 0.00261951075878408, 0.00621615384615382, 0.00957847305158815, 0.0253999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1230, '2021-05-09 00:00:00', 0.0011417147191834, 0.00180250000000001, 0.00172733142336772, 0.00268538461538462, 0.00197093629643768, 0.00370826923076918, 0.00259494856181437, 0.00598403846153844, 0.00960368407875934, 0.0254332692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1245, '2021-05-09 00:00:00', 0.00131011521806879, 0.00197673076923078, 0.00175084433477549, 0.00253326923076925, 0.00195714446619017, 0.00345269230769233, 0.00270507609021394, 0.00570057692307687, 0.00967267015278694, 0.0254267307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1260, '2021-05-09 00:00:00', 0.0010213779719273, 0.00163980769230775, 0.00139750063987871, 0.00244403846153851, 0.00164038228424397, 0.00307096153846153, 0.0022341203741415, 0.00527538461538454, 0.00968695240834487, 0.0253998076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1275, '2021-05-09 00:00:00', 0.000900096170075494, 0.00149865384615375, 0.00106038773750273, 0.00195307692307694, 0.00152922740674447, 0.00291730769230773, 0.00211064528958847, 0.00514846153846152, 0.00973353340855133, 0.0254161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1290, '2021-05-09 00:00:00', 0.000800772727768868, 0.0012201923076924, 0.000988401214860872, 0.00178519230769229, 0.0014338563923371, 0.00281307692307697, 0.00214712853866253, 0.00506480769230763, 0.00976508136954559, 0.025526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1305, '2021-05-09 00:00:00', 0.000870148462133812, 0.00131211538461535, 0.00135226125434412, 0.00217749999999996, 0.00157804091055485, 0.00305365384615391, 0.00211664371479589, 0.00515115384615379, 0.00981045822853579, 0.025624423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1320, '2021-05-09 00:00:00', 0.000892498394741137, 0.0015592307692308, 0.000972982725753839, 0.00203923076923084, 0.00147403611269832, 0.00313230769230775, 0.00211160239009294, 0.00518942307692308, 0.00983087798919615, 0.0256340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1335, '2021-05-09 00:00:00', 0.00066914526421047, 0.00123423076923081, 0.00100882599322945, 0.00197673076923085, 0.00165894360501366, 0.00308826923076918, 0.00219366908134793, 0.00588903846153841, 0.0098233221800899, 0.0256405769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1350, '2021-05-09 00:00:00', 0.000795043685301968, 0.00131230769230778, 0.00131175173542293, 0.00223115384615386, 0.00149401067085073, 0.0027582692307692, 0.00341384140161568, 0.00677365384615389, 0.00981519168863325, 0.0256682692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1365, '2021-05-09 00:00:00', 0.00117716262519415, 0.00172461538461527, 0.00147051996298536, 0.00216980769230757, 0.00141670174918845, 0.00247961538461528, 0.00347593245928902, 0.00692230769230774, 0.00982569108941528, 0.0257042307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1380, '2021-05-09 00:00:00', 0.000624431834057713, 0.00123865384615386, 0.000747999588646482, 0.0015592307692308, 0.00108272739661677, 0.00248115384615382, 0.0035269034358987, 0.00717461538461542, 0.00990150556539453, 0.0258673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1395, '2021-05-09 00:00:00', 0.000708756902014912, 0.000812884615384552, 0.000662189288531722, 0.00114442307692297, 0.00174589951468714, 0.00328634615384612, 0.00415049468784698, 0.00813807692307693, 0.00986045206679382, 0.0259548076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1410, '2021-05-09 00:00:00', 0.000531515250523022, 0.000782307692307625, 0.00111793045400865, 0.00196250000000004, 0.0019448353796264, 0.00339942307692303, 0.00455518420213538, 0.00881134615384626, 0.00988392626167122, 0.0260021153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1425, '2021-05-09 00:00:00', 0.00116290478477884, 0.0017334615384616, 0.00181716482466513, 0.00304000000000007, 0.00195957432583246, 0.00331846153846155, 0.00500775145687618, 0.010070576923077, 0.00992560195423163, 0.026036923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 0, '2021-05-09 00:00:00', 0.00140233464677246, 0.00220269230769234, 0.0015992862951473, 0.0024955769230769, 0.00159025073010996, 0.00284923076923072, 0.00490124821228844, 0.0106209615384617, 0.00986048036940317, 0.0260186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 15, '2021-05-09 00:00:00', 0.00143286309668657, 0.000855576923076815, 0.00139432062309933, 0.00120999999999997, 0.00181417767978949, 0.002169423076923, 0.00577034352063665, 0.0107278846153848, 0.00988881830071803, 0.0258292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 30, '2021-05-09 00:00:00', 0.000748000100399521, 0.00077282608695642, 0.0010429070138443, 0.00117369565217381, 0.00114578174635337, 0.00207891304347822, 0.00640647602657279, 0.0118784782608697, 0.0102187232201001, 0.0263573913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 45, '2021-05-09 00:00:00', 0.000923463130745382, 0.000831923076922976, 0.00118235755362549, 0.00150076923076916, 0.00164433630520508, 0.00258826923076915, 0.00699691593874367, 0.0123894230769231, 0.00990296895652242, 0.0257630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 60, '2021-05-09 00:00:00', 0.000794911606116342, 0.00117730769230757, 0.00139024542658971, 0.00193211538461524, 0.00159508906189734, 0.00294634615384615, 0.00747645480569091, 0.0134973076923078, 0.00990296895652242, 0.0257630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 75, '2021-05-09 00:00:00', 0.00131752436847988, 0.00150230769230763, 0.00139216374202732, 0.00198173076923066, 0.00160980514826628, 0.00367384615384614, 0.0087646197863912, 0.0139400000000001, 0.00987853369101994, 0.0256967307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 90, '2021-05-09 00:00:00', 0.000977287553148248, 0.00134019230769223, 0.00118516258216072, 0.00219711538461542, 0.00305798629065703, 0.00471692307692313, 0.00912217449616378, 0.0141565384615385, 0.00988222832236661, 0.0255938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 105, '2021-05-09 00:00:00', 0.000934243832444983, 0.00147846153846159, 0.00142534114674889, 0.00295423076923077, 0.00299376671024736, 0.00486634615384632, 0.00916328109064391, 0.0141671153846156, 0.00993592289856131, 0.0254846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 120, '2021-05-09 00:00:00', 0.00121440704112689, 0.00240269230769225, 0.00273601482367789, 0.0039563461538462, 0.0029399116679561, 0.00510884615384623, 0.00921783125043724, 0.0141098076923079, 0.0100784603315113, 0.025549423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 135, '2021-05-09 00:00:00', 0.00253564978775739, 0.00281461538461541, 0.00245902003620586, 0.00378346153846161, 0.00392516395051991, 0.00577403846153846, 0.00951192686133489, 0.014366153846154, 0.0103252730937995, 0.0256773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 150, '2021-05-09 00:00:00', 0.00124586213584755, 0.00251730769230777, 0.00261736038493268, 0.0038007692307693, 0.00451698323424612, 0.00655653846153853, 0.00959357859957129, 0.0145378846153847, 0.0103202707869215, 0.0256713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 165, '2021-05-09 00:00:00', 0.00182825672536596, 0.00252557692307706, 0.00332735418683005, 0.0045332692307693, 0.00480442297824053, 0.00762192307692308, 0.00922831506622618, 0.0142648076923078, 0.0103983164761639, 0.0255765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 180, '2021-05-09 00:00:00', 0.00208418680876888, 0.00363557692307692, 0.00270489909523146, 0.00528865384615381, 0.00405310855536066, 0.00772519230769227, 0.0085951001716989, 0.0138448076923078, 0.0102101035574498, 0.0255555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 195, '2021-05-09 00:00:00', 0.0018615234042621, 0.00368923076923079, 0.00385131698253995, 0.00570749999999993, 0.00420565127125215, 0.00751384615384608, 0.00812403241339208, 0.0134044230769231, 0.010161431190839, 0.0251896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 210, '2021-05-09 00:00:00', 0.0029448197803026, 0.0045334615384615, 0.0031038945077731, 0.00581365384615378, 0.00483423100240519, 0.0079657692307691, 0.00806458397276914, 0.013300576923077, 0.0102916336895559, 0.025075 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 225, '2021-05-09 00:00:00', 0.00198530706789803, 0.00398692307692306, 0.00368688321569233, 0.00560461538461531, 0.00531979045278453, 0.00777769230769219, 0.0077129585089988, 0.0128898076923077, 0.00948322919076704, 0.0251032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 240, '2021-05-09 00:00:00', 0.00228440651272592, 0.00400634615384609, 0.00310631327361647, 0.00539692307692304, 0.00556626633943606, 0.00810980769230774, 0.00709779841543502, 0.0127721153846155, 0.00902543741322271, 0.0249275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 255, '2021-05-09 00:00:00', 0.00208852159709655, 0.00336269230769239, 0.00375513546308972, 0.00492788461538461, 0.00612967318742333, 0.00745076923076936, 0.00649400738255002, 0.0118567307692309, 0.00856498266422433, 0.0244259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 270, '2021-05-09 00:00:00', 0.0022562979293865, 0.0034871153846154, 0.00368850002867548, 0.00564269230769236, 0.00505956246588116, 0.00704288461538468, 0.00649983200078755, 0.0120909615384616, 0.0084619860757481, 0.0243721153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 285, '2021-05-09 00:00:00', 0.00260047517107642, 0.00389134615384614, 0.00327776654727912, 0.00499653846153845, 0.00344223977285801, 0.00595942307692317, 0.00640094482508998, 0.0115544230769231, 0.00811772308925638, 0.0243419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 300, '2021-05-09 00:00:00', 0.00199398523449517, 0.00290365384615385, 0.00228385978958018, 0.00383653846153847, 0.00444805959423267, 0.00517692307692314, 0.00624041772516995, 0.0113492307692307, 0.00797400985172353, 0.0243086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 315, '2021-05-09 00:00:00', 0.00148417888461544, 0.00274019230769221, 0.00199384380415927, 0.00363634615384616, 0.00621464367751378, 0.00574096153846163, 0.00637059320991024, 0.0114396153846154, 0.00804487292293382, 0.0242878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 330, '2021-05-09 00:00:00', 0.00189652852905988, 0.00266730769230786, 0.00451667406565755, 0.00405884615384625, 0.00631909716348298, 0.00593980769230774, 0.00636579540319869, 0.0113513461538462, 0.0083572859437831, 0.0245021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 345, '2021-05-09 00:00:00', 0.00307990836527025, 0.0028865384615385, 0.004924321413618, 0.00419576923076924, 0.00487315612861388, 0.00563942307692302, 0.00522555232634649, 0.0108636538461538, 0.00773259962506389, 0.0242348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 360, '2021-05-09 00:00:00', 0.00319354878562299, 0.0027353846153846, 0.00322385312344381, 0.00378980769230769, 0.00295280722364333, 0.00480249999999989, 0.00472661676450097, 0.0104990384615385, 0.00758056534577328, 0.0239998076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 375, '2021-05-09 00:00:00', 0.00116913230481157, 0.00221211538461547, 0.00144522424397899, 0.00305365384615384, 0.00163150402531403, 0.00417423076923074, 0.00469314954522503, 0.0104794230769231, 0.00754038089223615, 0.023915 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 390, '2021-05-09 00:00:00', 0.00106588814537996, 0.00211153846153832, 0.00136331451306681, 0.00294230769230756, 0.00146446920024344, 0.00395903846153831, 0.00479677308598829, 0.0107559615384616, 0.00751813653517532, 0.0240348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 405, '2021-05-09 00:00:00', 0.000935541883287248, 0.0019511538461539, 0.00115339800656096, 0.00262980769230764, 0.00264873610643616, 0.00452480769230764, 0.00483901606734263, 0.0118575, 0.0074267254120611, 0.0243571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 420, '2021-05-09 00:00:00', 0.00104405577510898, 0.00206230769230771, 0.00110746510623965, 0.00294480769230761, 0.00381757218459786, 0.00538576923076917, 0.00572428998956338, 0.0126282692307693, 0.00743767158560961, 0.0243438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 435, '2021-05-09 00:00:00', 0.000928464261356022, 0.0022882692307691, 0.00263556860016085, 0.00367038461538453, 0.00357132970280718, 0.0055153846153845, 0.00585816127624202, 0.0128715384615385, 0.00739319771557195, 0.0243026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 450, '2021-05-09 00:00:00', 0.00224225467743106, 0.00270096153846149, 0.00332552309939578, 0.00423326923076925, 0.00347924459639413, 0.00590019230769225, 0.00567447270678075, 0.0131025, 0.00742848182025416, 0.024363076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 465, '2021-05-09 00:00:00', 0.0021748332208382, 0.00289846153846153, 0.00224058192990462, 0.00399423076923068, 0.00233006833838385, 0.00589230769230752, 0.00566468508527922, 0.0131713461538462, 0.0073382188600819, 0.0242009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 480, '2021-05-09 00:00:00', 0.00166152914972456, 0.0029863461538461, 0.00210345909250596, 0.00416807692307688, 0.00222030314111868, 0.00570596153846135, 0.00567090628016918, 0.0134509615384615, 0.0074337596891065, 0.0242063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 495, '2021-05-09 00:00:00', 0.00184007784116284, 0.00268769230769229, 0.00202181381818035, 0.0040413461538461, 0.00242789386411043, 0.0054711538461538, 0.00578645405235368, 0.0135675, 0.00775895946879874, 0.0242009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 510, '2021-05-09 00:00:00', 0.0012750028808413, 0.00278788461538463, 0.00162452455766642, 0.00391903846153839, 0.00261842604660475, 0.00596519230769235, 0.00540014707776913, 0.0136726923076923, 0.00795597853576405, 0.0242423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 525, '2021-05-09 00:00:00', 0.0012588560741342, 0.00285115384615375, 0.00199167224867796, 0.00422711538461543, 0.00273991496920271, 0.00631096153846151, 0.00511814908325867, 0.0138140384615385, 0.00797483395534881, 0.0242161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 540, '2021-05-09 00:00:00', 0.00146976320698787, 0.00325173076923085, 0.00224328913737093, 0.00491307692307696, 0.00345709863346981, 0.0063401923076923, 0.0050318197044868, 0.0134765384615385, 0.00796651307758825, 0.024061153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 555, '2021-05-09 00:00:00', 0.00174758800812826, 0.00340961538461536, 0.0017622379128648, 0.00439230769230764, 0.00304319445016882, 0.00661230769230773, 0.00496418689600442, 0.0131584615384616, 0.00780469108687454, 0.0238901923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 570, '2021-05-09 00:00:00', 0.00142186854309607, 0.00329807692307689, 0.00235771118639709, 0.00434096153846158, 0.0028978837968421, 0.00693750000000009, 0.0049365895772128, 0.012835576923077, 0.00755485315236813, 0.0240469230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 585, '2021-05-09 00:00:00', 0.00161189129238341, 0.00285653846153851, 0.00190598636890758, 0.0047409615384615, 0.00358533402048697, 0.00781403846153851, 0.00498465952853198, 0.0124388461538462, 0.00731523947765106, 0.0239461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 600, '2021-05-09 00:00:00', 0.00168118704629064, 0.00387326923076918, 0.0021834796858367, 0.00552153846153849, 0.00471866722138302, 0.00842288461538463, 0.00495266211244018, 0.012295, 0.00735278164004308, 0.0240803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 615, '2021-05-09 00:00:00', 0.00179577475245054, 0.00375519230769236, 0.00341952597367172, 0.00585826923076936, 0.0047640654261477, 0.0078342307692309, 0.00507456914427231, 0.011825, 0.00737783491537064, 0.0237409615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 630, '2021-05-09 00:00:00', 0.00250320904809439, 0.0036615384615384, 0.0033306100619279, 0.00517076923076922, 0.0036153553288502, 0.00677807692307694, 0.00451375924258263, 0.0109175, 0.00754102503999598, 0.0233594230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 645, '2021-05-09 00:00:00', 0.00171574428792241, 0.00341230769230767, 0.00200627032460347, 0.00483884615384617, 0.002454808946036, 0.00629019230769231, 0.00377534771195367, 0.0104178846153846, 0.00764535950002455, 0.0231717307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 660, '2021-05-09 00:00:00', 0.00120775425735279, 0.00316288461538451, 0.00156857805524124, 0.00438634615384615, 0.00253314350165958, 0.00613500000000004, 0.00345116544974868, 0.0100351923076923, 0.00783261646037807, 0.0233938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 675, '2021-05-09 00:00:00', 0.0012463494540211, 0.0032351923076924, 0.00189144279484053, 0.00430038461538469, 0.00295168945755586, 0.00620557692307702, 0.00357102351736008, 0.00970980769230764, 0.00779147855031386, 0.0233250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 690, '2021-05-09 00:00:00', 0.00174922673025714, 0.00299192307692309, 0.00177184814421387, 0.00428961538461532, 0.00287079581569043, 0.00591384615384599, 0.0042664897118754, 0.00989230769230763, 0.00781613346522144, 0.0233771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 705, '2021-05-09 00:00:00', 0.00117228338986516, 0.0032571153846154, 0.00195456929152804, 0.00442865384615385, 0.00207617722861402, 0.00569326923076918, 0.00513990253200008, 0.0101759615384615, 0.007787703554569, 0.023465576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 720, '2021-05-09 00:00:00', 0.00196018281133322, 0.00291557692307688, 0.00194191579671689, 0.00420980769230761, 0.00233136797082411, 0.00539115384615376, 0.00551647461281627, 0.0100680769230769, 0.00769829733422624, 0.0234353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 735, '2021-05-09 00:00:00', 0.000991741378353475, 0.00268019230769237, 0.0015908910541435, 0.00374211538461542, 0.00226852263853342, 0.00508519230769236, 0.00550179597600074, 0.0101301923076924, 0.00781639025726374, 0.023620576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 750, '2021-05-09 00:00:00', 0.00131844325451836, 0.00250884615384611, 0.00167449603210603, 0.00352980769230763, 0.00233598590617458, 0.00481192307692312, 0.00571841718619629, 0.00994134615384618, 0.00781639025726374, 0.023620576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 765, '2021-05-09 00:00:00', 0.00114759053606305, 0.00254903846153843, 0.00148621175631722, 0.00349923076923077, 0.00201916891700142, 0.00471365384615382, 0.00542793332253144, 0.010398076923077, 0.00781916133856199, 0.0236159615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 780, '2021-05-09 00:00:00', 0.000845210124079333, 0.0023530769230769, 0.00130591824458439, 0.00331230769230767, 0.00196049652266582, 0.00454884615384612, 0.00519136845750126, 0.0105426923076923, 0.00786687221591523, 0.0235376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 795, '2021-05-09 00:00:00', 0.000869161399546373, 0.00220153846153847, 0.00143811131483131, 0.00330692307692302, 0.00212423021351259, 0.00454999999999999, 0.00506830367616692, 0.0106969230769231, 0.00782968946481183, 0.0234636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 810, '2021-05-09 00:00:00', 0.0013905006845903, 0.00257692307692298, 0.00168244534715212, 0.00337211538461535, 0.00227484769566259, 0.0044459615384615, 0.00503900507579097, 0.0107119230769231, 0.00784314324009297, 0.0234067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 825, '2021-05-09 00:00:00', 0.000976773830210755, 0.00205365384615388, 0.00126460525917715, 0.00292230769230778, 0.00164126233078739, 0.00403596153846161, 0.00487747305319222, 0.0107292307692309, 0.00778108791335667, 0.0234686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 840, '2021-05-09 00:00:00', 0.00102435518179083, 0.00226153846153852, 0.00134322397754289, 0.00312557692307696, 0.00146212932186131, 0.00395692307692311, 0.00473396186735164, 0.0109851923076923, 0.00773088195784638, 0.0235046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 855, '2021-05-09 00:00:00', 0.000915312052715455, 0.00217807692307686, 0.00113797634151438, 0.00303807692307689, 0.0015842644495646, 0.00438461538461535, 0.00440341436143155, 0.0111659615384615, 0.00795190882744514, 0.02359 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 870, '2021-05-09 00:00:00', 0.00102981650718062, 0.00234596153846148, 0.00146482775306668, 0.00303788461538456, 0.00257792426934185, 0.00489846153846148, 0.00437105525016557, 0.011165, 0.00789581173544166, 0.0235651923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 885, '2021-05-09 00:00:00', 0.00143258578747031, 0.00227903846153854, 0.00170927583631659, 0.00357673076923074, 0.00405783275331136, 0.00567442307692302, 0.00431623676900997, 0.0112846153846154, 0.00788074076223413, 0.0235448076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 900, '2021-05-09 00:00:00', 0.00152425715829569, 0.00287673076923073, 0.00251506929098615, 0.0038915384615384, 0.00418030685292551, 0.00570923076923073, 0.00413189373606747, 0.0111503846153846, 0.0077948768086185, 0.0234423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 915, '2021-05-09 00:00:00', 0.00142359005821422, 0.00264442307692309, 0.00291863538318859, 0.00424749999999996, 0.00336621449679932, 0.00562096153846153, 0.00454154994298372, 0.0112967307692308, 0.00786689534353636, 0.0233771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 930, '2021-05-09 00:00:00', 0.0017784067199431, 0.00287269230769225, 0.00206281618555432, 0.0039111538461539, 0.00285193103271886, 0.00555384615384623, 0.00452516346071099, 0.0111328846153846, 0.00792905713911712, 0.0233313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 945, '2021-05-09 00:00:00', 0.00173982887089507, 0.00288250000000012, 0.0024059401249024, 0.0039767307692309, 0.00303089514576405, 0.0059592307692309, 0.00458688221579088, 0.0108473076923077, 0.00811928275536322, 0.0232876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 960, '2021-05-09 00:00:00', 0.00110113060777756, 0.00282384615384614, 0.00165048724740486, 0.00385192307692315, 0.00224061990048778, 0.00587653846153848, 0.00375316691403611, 0.0105167307692308, 0.00816874718762829, 0.0231461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 975, '2021-05-09 00:00:00', 0.00129998562122237, 0.00261115384615389, 0.00180775216349367, 0.00418673076923084, 0.00280076644043127, 0.00640057692307695, 0.00375215565221674, 0.0104190384615384, 0.00822415913868781, 0.0233765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 990, '2021-05-09 00:00:00', 0.00129624108928029, 0.0032248076923077, 0.00172898984514536, 0.00454173076923069, 0.00264632962072721, 0.00632769230769226, 0.00386087198201892, 0.0101823076923076, 0.00840727427016908, 0.0234294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1005, '2021-05-09 00:00:00', 0.00133565681048119, 0.00315365384615378, 0.00248699166433288, 0.00488653846153838, 0.00279722037854616, 0.00635961538461532, 0.00410241471574977, 0.00993249999999992, 0.00859303619888709, 0.0235886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1020, '2021-05-09 00:00:00', 0.00226557285165443, 0.00368711538461548, 0.00227678764929889, 0.00464000000000013, 0.00281909986315866, 0.00655096153846161, 0.00367100573622343, 0.00955634615384617, 0.00858268398937874, 0.0234073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1035, '2021-05-09 00:00:00', 0.00118791666374373, 0.00314500000000002, 0.00199055617469478, 0.00457673076923084, 0.00253632775878831, 0.00651750000000001, 0.00343979863565391, 0.00917057692307695, 0.00839954133363156, 0.0233438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1050, '2021-05-09 00:00:00', 0.00150241084466066, 0.00305288461538464, 0.00230694053139311, 0.00475115384615387, 0.0024332436407776, 0.0059938461538462, 0.00332711730157831, 0.00881846153846161, 0.00806730986760766, 0.0232775 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1065, '2021-05-09 00:00:00', 0.00204036272227791, 0.00370903846153855, 0.00224295540783543, 0.00476480769230764, 0.00224127083627533, 0.00572519230769225, 0.00330530694489948, 0.00839999999999996, 0.00803803987061142, 0.0231948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1080, '2021-05-09 00:00:00', 0.00142531400049245, 0.00305999999999996, 0.00143956046978019, 0.00381288461538456, 0.00160007121235754, 0.00468173076923069, 0.00282955024966603, 0.00775884615384624, 0.00816587201994707, 0.0232503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1095, '2021-05-09 00:00:00', 0.00114643453971268, 0.00237807692307684, 0.00113359687923672, 0.00341826923076912, 0.00186995240581134, 0.00450999999999996, 0.0028796272261421, 0.0074648076923077, 0.00824448236934633, 0.0233234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1110, '2021-05-09 00:00:00', 0.000876925946351612, 0.00248134615384609, 0.00129966457211093, 0.00328499999999991, 0.00181100261223966, 0.00441769230769232, 0.00306697774063307, 0.00723230769230776, 0.00842490407386617, 0.023409423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1125, '2021-05-09 00:00:00', 0.00120635146045995, 0.00246538461538461, 0.00180976599634832, 0.00348019230769224, 0.00187613855688111, 0.00432173076923075, 0.00301207544726227, 0.00711750000000001, 0.00836597039293022, 0.0234738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1140, '2021-05-09 00:00:00', 0.00142394738450758, 0.00252307692307685, 0.00148858607409853, 0.0031824999999999, 0.00173097953594087, 0.00409692307692307, 0.00314705637797523, 0.00705961538461547, 0.00841707669882167, 0.0234530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1155, '2021-05-09 00:00:00', 0.00100490818562619, 0.00188769230769221, 0.00140073821196597, 0.00290346153846162, 0.00160417849812493, 0.00418942307692312, 0.00305805403182129, 0.00674269230769236, 0.0083693619851493, 0.0234209615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1170, '2021-05-09 00:00:00', 0.00135846838246386, 0.00198711538461545, 0.00148139918268555, 0.00263653846153853, 0.00169221752556996, 0.00424307692307691, 0.00277346398931016, 0.00650249999999996, 0.00837000143598925, 0.0233790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1185, '2021-05-09 00:00:00', 0.000787812062711578, 0.00172038461538466, 0.0012921600281938, 0.00283846153846148, 0.00209409213852103, 0.00405673076923074, 0.00291859136202073, 0.00618153846153844, 0.00847430704223976, 0.0233446153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1200, '2021-05-09 00:00:00', 0.00121496516252688, 0.00220711538461542, 0.00140015647477208, 0.00298307692307693, 0.0018829078269037, 0.00383673076923077, 0.002721440773674, 0.00608173076923081, 0.0085650204925886, 0.0233459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1215, '2021-05-09 00:00:00', 0.000945285650762996, 0.00167019230769238, 0.00160765873722761, 0.00244884615384612, 0.00172506285281255, 0.00336461538461539, 0.00264507060397261, 0.0056975, 0.00888799437659939, 0.0236540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1230, '2021-05-09 00:00:00', 0.000956620413426614, 0.0016138461538461, 0.000904654375140843, 0.00243153846153844, 0.00140672523422855, 0.00307673076923078, 0.00210266209473029, 0.0053267307692308, 0.00903860321918418, 0.0237480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1245, '2021-05-09 00:00:00', 0.000647453592040466, 0.00169692307692309, 0.000830758319016547, 0.00223076923076926, 0.00114972821203021, 0.0027898076923076, 0.00169152966730847, 0.00511384615384614, 0.00914064182437643, 0.0237798076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1260, '2021-05-09 00:00:00', 0.000823156518437439, 0.00154557692307693, 0.00100312603702311, 0.00207961538461533, 0.00118195934135455, 0.00258673076923075, 0.00171510627614201, 0.00491153846153846, 0.00920290303904995, 0.0238128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1275, '2021-05-09 00:00:00', 0.000504791541133617, 0.0014374999999999, 0.000617396674631579, 0.0017994230769229, 0.000764496339982226, 0.00234442307692304, 0.00151943805401876, 0.00488500000000001, 0.00911586926527248, 0.0241473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1290, '2021-05-09 00:00:00', 0.000520833983589378, 0.00112596153846148, 0.000573075139388087, 0.00149865384615392, 0.000864919916257262, 0.00226730769230774, 0.00146322590137743, 0.00477596153846161, 0.00905547632014001, 0.0242107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1305, '2021-05-09 00:00:00', 0.000498319213418128, 0.00104096153846159, 0.000777188522818007, 0.00157499999999998, 0.000933829666563527, 0.00236461538461526, 0.00147556289129066, 0.00480038461538458, 0.0088454431836616, 0.0246236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1320, '2021-05-09 00:00:00', 0.000482522060077664, 0.00115153846153842, 0.000648896015137782, 0.00156403846153842, 0.000978337129246245, 0.00254153846153858, 0.00170865547681846, 0.00509153846153844, 0.00888566777932961, 0.0246367307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1335, '2021-05-09 00:00:00', 0.000550092859294049, 0.000948076923076797, 0.00074226379304237, 0.00151846153846137, 0.00101754606775325, 0.00243500000000002, 0.00241717947521182, 0.00550615384615384, 0.00886731945664277, 0.0246528846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1350, '2021-05-09 00:00:00', 0.000738189364906674, 0.00118153846153841, 0.000899065348014304, 0.00187250000000013, 0.0010271371154068, 0.00257557692307698, 0.00252808863646951, 0.00587692307692308, 0.00893304728780475, 0.0247346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1365, '2021-05-09 00:00:00', 0.000885969460317631, 0.00142826923076937, 0.000926511654623979, 0.00189538461538473, 0.00126396038156021, 0.00265538461538466, 0.00277712524993854, 0.00635942307692302, 0.00893100445940143, 0.0247455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1380, '2021-05-09 00:00:00', 0.000654346209233627, 0.00118519230769233, 0.000825959954328314, 0.00171961538461536, 0.000961099870741028, 0.00285019230769232, 0.00282337277846088, 0.00696538461538454, 0.00893100445940143, 0.0247455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1395, '2021-05-09 00:00:00', 0.000683804093627403, 0.000979038461538393, 0.000904810498646847, 0.00148403846153844, 0.00105896393488379, 0.00309615384615374, 0.00297486770875871, 0.00751826923076917, 0.00893110610989231, 0.0247821153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1410, '2021-05-09 00:00:00', 0.000659150618949537, 0.00090846153846158, 0.000750081636582499, 0.00208269230769237, 0.00104672162194452, 0.00285192307692302, 0.00278660455779764, 0.00797980769230761, 0.00892219644396027, 0.0247992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1425, '2021-05-09 00:00:00', 0.000813973917556025, 0.00182153846153851, 0.00114298233380245, 0.0026261538461538, 0.00112284756483063, 0.00299942307692304, 0.00357028204552746, 0.00958673076923073, 0.00892762921410927, 0.0248192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 0, '2021-05-09 00:00:00', 0.00107134432086327, 0.0017005769230768, 0.00106557339205053, 0.00196942307692302, 0.00108777818723093, 0.00245076923076923, 0.00384760781325435, 0.00986826923076919, 0.00888754401698509, 0.0248644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 15, '2021-05-09 00:00:00', 0.000727987122138845, 0.000599400000000081, 0.00103458639078622, 0.00130740000000003, 0.00132847694748533, 0.00229480000000002, 0.00391577096495697, 0.0102332, 0.00905600814836949, 0.0250074 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 30, '2021-05-09 00:00:00', 0.000995000985697233, 0.000969807692307666, 0.00100663913402654, 0.00124211538461543, 0.00138019225249449, 0.0024194230769231, 0.00407213219522458, 0.0102561538461538, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 45, '2021-05-09 00:00:00', 0.000795239683269259, 0.000741923076923035, 0.00132490999694326, 0.00184749999999995, 0.00146832421487895, 0.00269499999999991, 0.00389124050321305, 0.0109244230769232, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 60, '2021-05-09 00:00:00', 0.00139310538559893, 0.0016561538461538, 0.0014656701932511, 0.00208865384615375, 0.00188885325406303, 0.0032811538461538, 0.00414485130567481, 0.0113178846153847, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 75, '2021-05-09 00:00:00', 0.000946518560100833, 0.00131076923076924, 0.00117934127637159, 0.00189538461538456, 0.00178885860687328, 0.00355865384615385, 0.00417207699611825, 0.0113226923076923, 0.00898685498380834, 0.0247525 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 90, '2021-05-09 00:00:00', 0.000866012635366919, 0.00130673076923073, 0.00130140829045367, 0.00229346153846155, 0.00195508564636315, 0.00395826923076924, 0.0043463156280305, 0.0115015384615385, 0.00908132605744002, 0.0246501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 105, '2021-05-09 00:00:00', 0.00123390200333988, 0.00154192307692312, 0.00172231628472103, 0.0028107692307693, 0.00215910907552158, 0.00437500000000005, 0.00460259356650808, 0.0117134615384616, 0.00922144673281554, 0.0247496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 120, '2021-05-09 00:00:00', 0.00120653988744672, 0.00223250000000006, 0.0016192098737917, 0.00309884615384618, 0.0026285122217711, 0.00500749999999999, 0.00456636084695635, 0.0116192307692308, 0.00935085807045786, 0.0248855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 135, '2021-05-09 00:00:00', 0.00116772726333611, 0.00217980769230767, 0.00169100594776745, 0.00324634615384613, 0.00265451844104465, 0.00554192307692312, 0.00452074423757185, 0.0114426923076923, 0.00978705576848247, 0.0251788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 150, '2021-05-09 00:00:00', 0.00125291685831345, 0.00228557692307689, 0.00233717936509277, 0.00384576923076913, 0.00270176839524383, 0.00579769230769223, 0.0047229593884148, 0.0117357692307692, 0.0102992164675841, 0.0254453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 165, '2021-05-09 00:00:00', 0.00227407682029773, 0.00294423076923077, 0.00247210163626014, 0.00464750000000002, 0.00377559431898319, 0.00769230769230766, 0.00540922900805092, 0.0121973076923077, 0.0104248727736196, 0.0255021153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 180, '2021-05-09 00:00:00', 0.0016168475143364, 0.00358826923076921, 0.00216139712650445, 0.00473153846153841, 0.004093578404507, 0.00793807692307688, 0.0055104820709124, 0.0120344230769231, 0.0104300402997231, 0.025384423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 195, '2021-05-09 00:00:00', 0.00203553184318389, 0.00334173076923079, 0.0036475058759905, 0.00679634615384616, 0.00386663219093826, 0.00796249999999999, 0.00541542765198169, 0.0119355769230769, 0.0103287385427561, 0.0254417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 210, '2021-05-09 00:00:00', 0.00343281685186695, 0.00552153846153846, 0.00345655813691114, 0.00645807692307692, 0.00338466458399552, 0.0073771153846154, 0.00579541131811668, 0.0114878846153847, 0.0103328186433027, 0.0253713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 225, '2021-05-09 00:00:00', 0.00133839319564677, 0.00342288461538457, 0.00178611417500483, 0.00438961538461533, 0.00216344309804088, 0.00632596153846159, 0.0054168022357789, 0.0104176923076923, 0.0102827453607412, 0.0253269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 240, '2021-05-09 00:00:00', 0.00114964944489767, 0.00314038461538468, 0.0014359422529635, 0.00423192307692315, 0.00200085916161417, 0.00613076923076929, 0.00536337348274248, 0.0103436538461538, 0.0102675692670585, 0.025650576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 255, '2021-05-09 00:00:00', 0.00116670410196351, 0.00298269230769229, 0.0018599255671624, 0.00464865384615382, 0.00212120782900838, 0.00621057692307686, 0.00525446252832187, 0.0101223076923077, 0.0102084310178476, 0.0255603846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 270, '2021-05-09 00:00:00', 0.00172056833186461, 0.00344576923076917, 0.00177139615731601, 0.00454711538461538, 0.00235912921516527, 0.00631942307692289, 0.00513703341882786, 0.00992711538461527, 0.0101638396969164, 0.0254057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 285, '2021-05-09 00:00:00', 0.00100042214166739, 0.00302230769230775, 0.00155866630612402, 0.00446442307692299, 0.00230949625709553, 0.00610480769230764, 0.00512763757644637, 0.00932634615384606, 0.00979311935061468, 0.0258811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 300, '2021-05-09 00:00:00', 0.00150387545515431, 0.00313423076923075, 0.00211277884823249, 0.00433269230769225, 0.00251711422833002, 0.00541596153846164, 0.00515600580727128, 0.0093267307692308, 0.00975595480482793, 0.0258930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 315, '2021-05-09 00:00:00', 0.00124811032549839, 0.00278423076923072, 0.00221850626288535, 0.00387096153846151, 0.00235552172891369, 0.00476615384615395, 0.00495545218382268, 0.00975288461538467, 0.00976887275797661, 0.0258548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 330, '2021-05-09 00:00:00', 0.0012423423286431, 0.00274269230769232, 0.00124480038560407, 0.0034300000000001, 0.00199904865835262, 0.00475346153846164, 0.00487251851241688, 0.0100305769230769, 0.00963285827060367, 0.0257973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 345, '2021-05-09 00:00:00', 0.000815604447869548, 0.00239384615384616, 0.000994151590360035, 0.00309576923076927, 0.00267964737203655, 0.00468403846153856, 0.00455238821516108, 0.0103076923076923, 0.00951898330261084, 0.0257486538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 360, '2021-05-09 00:00:00', 0.000693167645389898, 0.00199923076923075, 0.00164590490659045, 0.00333480769230774, 0.00266524419432533, 0.00419384615384616, 0.0047582390286581, 0.010764423076923, 0.00952743472617565, 0.0256826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 375, '2021-05-09 00:00:00', 0.00135461230615991, 0.00232250000000004, 0.00239309057496786, 0.00315749999999996, 0.00255820776355983, 0.0039551923076923, 0.00489637558655522, 0.0116032692307692, 0.00953759147350023, 0.0256536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 390, '2021-05-09 00:00:00', 0.00162844541251425, 0.00218269230769231, 0.0015534241706136, 0.00257557692307701, 0.00308350887164913, 0.00427519230769238, 0.00611372865266861, 0.0128890384615385, 0.00953759147350023, 0.0256536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 405, '2021-05-09 00:00:00', 0.000564356577133522, 0.00161288461538463, 0.00098520767041572, 0.00279192307692314, 0.00225128022552629, 0.00410057692307691, 0.00628782060812793, 0.013475, 0.00933956754269783, 0.0255582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 420, '2021-05-09 00:00:00', 0.00105151789552783, 0.00223673076923074, 0.00213002257120582, 0.00317307692307687, 0.00238130236667638, 0.00479480769230767, 0.00648453606963989, 0.0139909615384615, 0.00926780106896159, 0.025719423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 435, '2021-05-09 00:00:00', 0.00183094894479919, 0.00228403846153845, 0.00206032797986509, 0.00308923076923085, 0.00260721584483111, 0.00487269230769237, 0.00645718224150429, 0.0141725, 0.00926400496753219, 0.0257390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 450, '2021-05-09 00:00:00', 0.00125577461537303, 0.00208826923076922, 0.00188516594862253, 0.00366942307692313, 0.00275644878142428, 0.00497173076923074, 0.00625340742807772, 0.0143776923076922, 0.00915041927790951, 0.0256101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 465, '2021-05-09 00:00:00', 0.00163892399035273, 0.00287961538461548, 0.00201446209655612, 0.00365153846153844, 0.00241079833569392, 0.00517384615384613, 0.00602793390104631, 0.0145036538461537, 0.00915566962849543, 0.0256071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 480, '2021-05-09 00:00:00', 0.00164390314144761, 0.00266153846153848, 0.00217680571374305, 0.00381865384615381, 0.00210706113233211, 0.00563884615384615, 0.00593421609429959, 0.014499423076923, 0.00899663151706487, 0.025599423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 495, '2021-05-09 00:00:00', 0.00117286226157008, 0.00251173076923072, 0.00142991656561334, 0.00368423076923077, 0.00242937966124307, 0.00608653846153849, 0.00552962727913489, 0.0145296153846153, 0.00881517808188721, 0.0254661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 510, '2021-05-09 00:00:00', 0.00104800280754169, 0.00270326923076924, 0.00176555514259347, 0.0040851923076923, 0.00320859176514938, 0.00666634615384602, 0.00549643799690718, 0.0143705769230768, 0.00903239967263143, 0.0254903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 525, '2021-05-09 00:00:00', 0.00120265846549026, 0.00297423076923083, 0.00163908423071689, 0.00454634615384614, 0.00279340688049553, 0.00684999999999999, 0.00543304554059253, 0.0139696153846153, 0.00901875775174246, 0.0252992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 540, '2021-05-09 00:00:00', 0.00143181097001178, 0.00391557692307695, 0.00254990364825511, 0.00536884615384609, 0.00319404853414308, 0.00729903846153846, 0.00534574611616196, 0.0139084615384615, 0.00901293628411614, 0.0253926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 555, '2021-05-09 00:00:00', 0.00159555209880459, 0.00331249999999997, 0.00179163720786754, 0.00441826923076922, 0.00298778344004641, 0.00701673076923077, 0.00485570175550979, 0.0129184615384615, 0.00836038905287215, 0.0252086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 570, '2021-05-09 00:00:00', 0.00145338788564995, 0.00324288461538462, 0.00236033903203627, 0.00476288461538474, 0.00470149094600686, 0.008278653846154, 0.00477766093799686, 0.0125890384615385, 0.00810461523786581, 0.0250919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 585, '2021-05-09 00:00:00', 0.00184495988073954, 0.00331019230769246, 0.00239033293464768, 0.00518153846153862, 0.00436249951730208, 0.00855903846153859, 0.00428492370006568, 0.0120036538461539, 0.00762755750804035, 0.0245884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 600, '2021-05-09 00:00:00', 0.0015542800089282, 0.0039228846153846, 0.00352063716370512, 0.00626903846153855, 0.00424264068711936, 0.00861999999999997, 0.00408230504739667, 0.0114025, 0.00755812571648251, 0.0243271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 615, '2021-05-09 00:00:00', 0.00291389936999577, 0.00472653846153853, 0.0034912601648204, 0.00646846153846156, 0.00376214740745033, 0.0079113461538461, 0.00389829604294775, 0.0110309615384614, 0.00762267606956634, 0.0242826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 630, '2021-05-09 00:00:00', 0.00223159998655672, 0.00419750000000004, 0.00254774491538035, 0.0053730769230769, 0.00291964768685964, 0.00702615384615383, 0.0031760620271021, 0.00993499999999992, 0.00777588364753484, 0.0240875 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:0[...];
Date: 2021-05-09 15:08:25 Duration: 14s362ms Database: acaweb_fx User: pgperfstats
17 29s919ms 2 14s123ms 15s795ms 14s959ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 29s919ms 14s959ms [ User: pgperfstats - Total duration: 29s919ms - 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 982470, 1, 930, '2021-05-09 00:00:00', 0.0433933351848141, 0.0828076923076909, 0.0542887047325543, 0.109711538461537, 0.0584571934114071, 0.155788461538461, 0.112039450469638, 0.346038461538462, 0.235977310675932, 0.643134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 945, '2021-05-09 00:00:00', 0.0370372785177312, 0.0739999999999986, 0.0420989904867088, 0.105749999999998, 0.0661700838748156, 0.171, 0.110030319248133, 0.331865384615384, 0.244271775661076, 0.630403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 960, '2021-05-09 00:00:00', 0.0365313406016529, 0.0853269230769217, 0.0459487339743556, 0.115884615384615, 0.0722167597211018, 0.185903846153846, 0.109127816731643, 0.327596153846154, 0.246565835333782, 0.631634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 975, '2021-05-09 00:00:00', 0.0355730883588217, 0.0732692307692314, 0.0555673811345641, 0.133576923076923, 0.0772904810538684, 0.202961538461538, 0.106103280598885, 0.322115384615385, 0.25199791894745, 0.632865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 990, '2021-05-09 00:00:00', 0.0511893506052258, 0.101980769230768, 0.0556008197227885, 0.133865384615385, 0.096415161989898, 0.202288461538462, 0.107723842086353, 0.315384615384615, 0.254190364763225, 0.630307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1005, '2021-05-09 00:00:00', 0.0372933124547294, 0.0906346153846142, 0.075838522786651, 0.150307692307691, 0.0966645687217072, 0.199826923076923, 0.105086982286834, 0.311423076923076, 0.254617317677997, 0.626461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1020, '2021-05-09 00:00:00', 0.0733558869747068, 0.108615384615384, 0.090484133755805, 0.149961538461539, 0.104456041545641, 0.22873076923077, 0.104812286420129, 0.303153846153846, 0.26666985927576, 0.637423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1035, '2021-05-09 00:00:00', 0.0423790813782169, 0.0915576923076922, 0.0548538477719156, 0.126769230769231, 0.102205285502343, 0.212096153846153, 0.0970405248416273, 0.274788461538461, 0.264125355582418, 0.633711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1050, '2021-05-09 00:00:00', 0.0349625348931352, 0.0918269230769226, 0.0785674550943316, 0.17275, 0.0859741732239294, 0.201461538461537, 0.0936098223807398, 0.257673076923076, 0.275664735754252, 0.635942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1065, '2021-05-09 00:00:00', 0.0698841789072357, 0.138461538461539, 0.0788274161599979, 0.158807692307692, 0.0721256915711412, 0.187153846153847, 0.0910696373450202, 0.241326923076923, 0.285636695013897, 0.640307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1080, '2021-05-09 00:00:00', 0.0308833537437492, 0.0798076923076891, 0.0378945754185717, 0.100673076923074, 0.0458326890397606, 0.142653846153846, 0.0689700631824009, 0.205480769230768, 0.298840222295358, 0.640038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1095, '2021-05-09 00:00:00', 0.0306667008082308, 0.0664423076923079, 0.0424155450458724, 0.0950384615384622, 0.0473376293644522, 0.128134615384615, 0.0615181649221142, 0.19073076923077, 0.299169569230975, 0.641134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1110, '2021-05-09 00:00:00', 0.0303744388995358, 0.0635576923076924, 0.0369781848370918, 0.0931153846153854, 0.0495699505749202, 0.125499999999999, 0.0612183104835584, 0.182807692307692, 0.303627023855561, 0.639980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1125, '2021-05-09 00:00:00', 0.0321618742278215, 0.0643846153846173, 0.032965413110388, 0.0860384615384613, 0.0487553705128587, 0.110884615384616, 0.0716642062785767, 0.172538461538463, 0.303592044716895, 0.638980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1140, '2021-05-09 00:00:00', 0.0284415459928184, 0.0581923076923068, 0.0389291466839247, 0.0789615384615378, 0.0409178586175524, 0.0973653846153844, 0.0881705427871732, 0.17123076923077, 0.307604161845409, 0.637596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1155, '2021-05-09 00:00:00', 0.0199847345587739, 0.0489807692307675, 0.0306412554974737, 0.0629423076923065, 0.0296411616091257, 0.0890384615384615, 0.081635646908406, 0.167326923076924, 0.307576675243502, 0.636865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1170, '2021-05-09 00:00:00', 0.0229488478008057, 0.0479807692307704, 0.0271294333491519, 0.067615384615385, 0.0251876648687102, 0.0885384615384629, 0.084942924276335, 0.170096153846155, 0.309509515822399, 0.640096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1185, '2021-05-09 00:00:00', 0.0208623787271199, 0.0478269230769235, 0.0206114326005277, 0.0653653846153868, 0.0220945607646908, 0.0820192307692332, 0.08793506345375, 0.165153846153847, 0.310756944349663, 0.641538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1200, '2021-05-09 00:00:00', 0.0189197088935178, 0.0501538461538473, 0.020900864906653, 0.0626153846153863, 0.0262644905059745, 0.0847884615384647, 0.0899749110329344, 0.164769230769231, 0.311738312346455, 0.642846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1215, '2021-05-09 00:00:00', 0.0173083461414948, 0.0411730769230773, 0.0232907459338213, 0.056826923076925, 0.0320578623501543, 0.0790576923076943, 0.0881922026903995, 0.196769230769232, 0.312040704938414, 0.645807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1230, '2021-05-09 00:00:00', 0.0207664670525888, 0.0438846153846167, 0.0264234453003095, 0.0624615384615405, 0.0355858658199257, 0.0799230769230781, 0.0882695369527113, 0.197634615384617, 0.312223475808842, 0.649826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1245, '2021-05-09 00:00:00', 0.0203778914890253, 0.0399615384615391, 0.0232243323991149, 0.0570192307692303, 0.0296858746518627, 0.0733653846153829, 0.089763724041765, 0.201615384615386, 0.311650134828244, 0.648557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1260, '2021-05-09 00:00:00', 0.0161110568817231, 0.036615384615384, 0.0196098189690772, 0.0537499999999992, 0.0206736268263172, 0.0728269230769205, 0.0899530133757872, 0.199769230769233, 0.31256252113039, 0.64898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1275, '2021-05-09 00:00:00', 0.0172784436621056, 0.0392307692307685, 0.0197256276101768, 0.0504038461538447, 0.0261660966784249, 0.0757692307692302, 0.0881377527597478, 0.19721153846154, 0.310859516254778, 0.650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1290, '2021-05-09 00:00:00', 0.0135316722486964, 0.0333846153846141, 0.0148769439583017, 0.0527115384615382, 0.0364867151798486, 0.0749038461538458, 0.0864918871251035, 0.197057692307694, 0.311407016002186, 0.652980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1305, '2021-05-09 00:00:00', 0.014188185767906, 0.0447307692307691, 0.0211328854195023, 0.0613269230769246, 0.0439943221861105, 0.0809038461538471, 0.0844820326824212, 0.197576923076925, 0.312240614812459, 0.657807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1320, '2021-05-09 00:00:00', 0.0240655594958047, 0.046865384615387, 0.0359912649659062, 0.0601346153846161, 0.0618077540567394, 0.0915384615384619, 0.0852121447646078, 0.196480769230771, 0.312014004246852, 0.657826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1335, '2021-05-09 00:00:00', 0.0179114917988855, 0.0351923076923074, 0.0288315865781855, 0.0544038461538463, 0.0432989074298107, 0.0886538461538464, 0.0666937662869515, 0.19796153846154, 0.312841562874147, 0.655788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1350, '2021-05-09 00:00:00', 0.0206502095351637, 0.0423653846153847, 0.0317445089134141, 0.0679230769230777, 0.0357266168821802, 0.0868653846153845, 0.0726190084248992, 0.201596153846154, 0.312982054658829, 0.654057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1365, '2021-05-09 00:00:00', 0.0175674524224607, 0.0541538461538457, 0.0236086766970226, 0.0674807692307695, 0.0286530170246586, 0.0811538461538456, 0.0735982571909053, 0.204211538461539, 0.316517682699623, 0.655211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1380, '2021-05-09 00:00:00', 0.0188331234388119, 0.0480576923076917, 0.0242401209060205, 0.0612884615384623, 0.0339842044757001, 0.0798846153846159, 0.076683405084704, 0.20673076923077, 0.332479681854629, 0.660173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1395, '2021-05-09 00:00:00', 0.0202795558288475, 0.0424038461538475, 0.0240099979175346, 0.0524999999999998, 0.0586654530760262, 0.153153846153847, 0.0736435307096608, 0.212019230769231, 0.333134636676896, 0.660615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1410, '2021-05-09 00:00:00', 0.01772417948627, 0.0364423076923068, 0.0260444885650548, 0.0556538461538457, 0.0573846267271593, 0.154346153846153, 0.0784388836071658, 0.219461538461539, 0.334396481049761, 0.661442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1425, '2021-05-09 00:00:00', 0.0203638537232389, 0.0430576923076924, 0.0581753714741381, 0.146923076923077, 0.0602724327851978, 0.159615384615386, 0.0862964390030986, 0.225153846153847, 0.335305427357486, 0.662019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 0, '2021-05-09 00:00:00', 0.0598486456372691, 0.117403846153847, 0.0585011669837583, 0.130557692307693, 0.0680213314957995, 0.156192307692309, 0.0879372765974977, 0.22873076923077, 0.337007735588005, 0.662423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 15, '2021-05-09 00:00:00', 0.0339004424749895, 0.0605000000000008, 0.0509541007634862, 0.0925961538461527, 0.0482472159420007, 0.119923076923076, 0.0892956132095079, 0.205442307692308, 0.335422069362446, 0.65873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 30, '2021-05-09 00:00:00', 0.0514915676442441, 0.0666923076923058, 0.0573597989750797, 0.096442307692308, 0.0509197256624437, 0.116038461538461, 0.102741162824166, 0.212942307692307, 0.335527233790918, 0.658269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 45, '2021-05-09 00:00:00', 0.0440344314581909, 0.0703653846153861, 0.0388436114933483, 0.090615384615385, 0.0403303092742153, 0.102423076923079, 0.105736021080076, 0.209615384615386, 0.331123850870615, 0.655730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 60, '2021-05-09 00:00:00', 0.0216120425831389, 0.0625961538461538, 0.0235167043740287, 0.0721538461538463, 0.0290789641123303, 0.0856153846153857, 0.106208997518318, 0.212365384615384, 0.330279599500415, 0.653076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 75, '2021-05-09 00:00:00', 0.0148219821159721, 0.0396346153846155, 0.0176463550387573, 0.0539230769230775, 0.0339879220629007, 0.0866730769230765, 0.104978138749858, 0.210980769230768, 0.327744574560504, 0.651615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 90, '2021-05-09 00:00:00', 0.01655007552853, 0.0422500000000001, 0.0205597066725568, 0.0558076923076921, 0.0509643351917643, 0.0992115384615378, 0.106873483794912, 0.213692307692306, 0.330379609749846, 0.654442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 105, '2021-05-09 00:00:00', 0.015749493276341, 0.0389423076923056, 0.0380970673210084, 0.0730576923076902, 0.0561742926421523, 0.103365384615383, 0.110556913641101, 0.215634615384614, 0.329778949274532, 0.653846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 120, '2021-05-09 00:00:00', 0.0312565131674119, 0.0590192307692289, 0.0498423669026822, 0.079192307692306, 0.0562822693763663, 0.104923076923076, 0.104195843708632, 0.212423076923076, 0.327632866764942, 0.649653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 135, '2021-05-09 00:00:00', 0.0313758113594164, 0.0521923076923088, 0.0364741214899229, 0.0723076923076927, 0.0414752984873589, 0.104596153846154, 0.0979427697885169, 0.206115384615385, 0.32683068775979, 0.645538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 150, '2021-05-09 00:00:00', 0.0243708527043774, 0.052538461538461, 0.0359877115779186, 0.0768461538461535, 0.0430034927025178, 0.108403846153846, 0.0917107346287981, 0.206673076923077, 0.32699338090219, 0.648134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 165, '2021-05-09 00:00:00', 0.0309422104028684, 0.062096153846153, 0.0285198985865075, 0.08476923076923, 0.0392950574304382, 0.114307692307695, 0.0867473342529902, 0.200999999999998, 0.329676137117347, 0.649346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 180, '2021-05-09 00:00:00', 0.0215951650571655, 0.062365384615384, 0.0351602047775634, 0.0874999999999991, 0.0375301161120592, 0.116980769230771, 0.0806760282764441, 0.194692307692306, 0.332938469713826, 0.649769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 195, '2021-05-09 00:00:00', 0.0307559125022529, 0.0571153846153835, 0.0342969386388918, 0.0835000000000019, 0.0436959248231898, 0.108423076923078, 0.07669588295038, 0.181961538461539, 0.327838194142265, 0.648692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 210, '2021-05-09 00:00:00', 0.0274837924266974, 0.0613269230769246, 0.0283778963279531, 0.0817500000000012, 0.0443484107771782, 0.112192307692307, 0.0660597165740677, 0.177615384615383, 0.321661250984037, 0.653096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 225, '2021-05-09 00:00:00', 0.0209583194423181, 0.0563653846153854, 0.0303478804227554, 0.0749230769230772, 0.0458983157056481, 0.108653846153848, 0.0637663402889522, 0.174884615384615, 0.320135863585832, 0.657365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 240, '2021-05-09 00:00:00', 0.0183876317126466, 0.0497500000000003, 0.0274544377805485, 0.0791153846153847, 0.0488087988599773, 0.108173076923077, 0.0538320214970764, 0.164557692307691, 0.320548875428478, 0.659307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 255, '2021-05-09 00:00:00', 0.0200954357619211, 0.0594423076923068, 0.0215304524944414, 0.0740961538461551, 0.041418116623229, 0.103596153846154, 0.0490605904821955, 0.161807692307689, 0.32099206616124, 0.658557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 270, '2021-05-09 00:00:00', 0.0174960325172961, 0.0473653846153845, 0.0391282555784868, 0.071403846153846, 0.0424370665266183, 0.0907307692307685, 0.0477761285742012, 0.156461538461536, 0.318941975069977, 0.655711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 285, '2021-05-09 00:00:00', 0.0326049311985383, 0.0533076923076916, 0.0326919185497185, 0.0698076923076911, 0.0348419508417868, 0.0863076923076907, 0.04565701984951, 0.153711538461535, 0.316241519193065, 0.657038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 300, '2021-05-09 00:00:00', 0.0182709205696237, 0.0444423076923078, 0.0213288176310468, 0.0560384615384613, 0.0309481203604715, 0.0821153846153854, 0.0497987990278419, 0.152596153846152, 0.311574041700425, 0.655711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 315, '2021-05-09 00:00:00', 0.0192651139468365, 0.0452307692307688, 0.022623889688013, 0.0640961538461544, 0.0393530030131606, 0.0911730769230799, 0.0469746781214669, 0.161403846153845, 0.311868988765869, 0.656384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 330, '2021-05-09 00:00:00', 0.0161022812526192, 0.0487884615384633, 0.0280375366524691, 0.0652884615384628, 0.0376482352227114, 0.0904807692307728, 0.0477964313119075, 0.160326923076922, 0.311324727822648, 0.656884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 345, '2021-05-09 00:00:00', 0.0229182157984561, 0.0437307692307698, 0.0296565273655653, 0.0639807692307719, 0.0269855516897448, 0.083, 0.0564188218730095, 0.169711538461537, 0.310772232325566, 0.656403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 360, '2021-05-09 00:00:00', 0.0163591070849062, 0.0445961538461558, 0.0178765531869585, 0.0581346153846175, 0.0207637998597406, 0.0753461538461545, 0.0581549124851348, 0.183923076923075, 0.311641912358498, 0.656192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 375, '2021-05-09 00:00:00', 0.0143909293012588, 0.0398269230769258, 0.0182014792298285, 0.0554230769230765, 0.0212325312813951, 0.0735961538461554, 0.0692332317938111, 0.208096153846151, 0.312636559700778, 0.658038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 390, '2021-05-09 00:00:00', 0.0135464017362562, 0.0372499999999986, 0.0189462092819094, 0.0518269230769219, 0.0233425329849577, 0.0730769230769217, 0.0839708488794684, 0.230788461538459, 0.312941886962075, 0.657769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 405, '2021-05-09 00:00:00', 0.0161844179572646, 0.0391538461538445, 0.0154084891686888, 0.0526923076923079, 0.0364984298924684, 0.0768461538461529, 0.0979944660917926, 0.253153846153844, 0.313118957488142, 0.658192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 420, '2021-05-09 00:00:00', 0.012676689691653, 0.0384615384615396, 0.0212607348451052, 0.0523269230769215, 0.0365461825850317, 0.0757115384615371, 0.115438203581633, 0.279173076923076, 0.312756240791205, 0.660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 435, '2021-05-09 00:00:00', 0.0145666241271452, 0.0389423076923067, 0.0321534601559463, 0.0602500000000007, 0.0313734147622819, 0.079634615384613, 0.119035366431741, 0.286461538461538, 0.31130772309973, 0.661538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 450, '2021-05-09 00:00:00', 0.031065489138025, 0.0467307692307705, 0.029583551822958, 0.0585576923076921, 0.0265733889445833, 0.0787499999999978, 0.124621562524926, 0.294576923076923, 0.310809368361924, 0.662211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 465, '2021-05-09 00:00:00', 0.0153363444646506, 0.0387115384615397, 0.0194505388495631, 0.0602115384615368, 0.0233883600240676, 0.0806538461538443, 0.132557936535167, 0.306942307692308, 0.310655662083625, 0.662596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 480, '2021-05-09 00:00:00', 0.0167174712846712, 0.0474230769230754, 0.0164453991695596, 0.0623653846153823, 0.0315571520602523, 0.087576923076922, 0.13346119142052, 0.31498076923077, 0.312054818285802, 0.663519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 495, '2021-05-09 00:00:00', 0.0142157009621816, 0.0433846153846148, 0.0193567420176667, 0.0592115384615364, 0.0321884355726617, 0.0988461538461547, 0.132217886896536, 0.326019230769231, 0.311494022661505, 0.666615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 510, '2021-05-09 00:00:00', 0.0192813281540631, 0.0419807692307691, 0.0274950904708458, 0.0669999999999996, 0.0324215028361401, 0.101923076923078, 0.132252958379012, 0.336750000000001, 0.311156374858985, 0.66748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 525, '2021-05-09 00:00:00', 0.0180723865011269, 0.0498653846153828, 0.0197920730052738, 0.0783846153846147, 0.0434909009051155, 0.122538461538462, 0.146925173263337, 0.354057692307693, 0.311669329825452, 0.666365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 540, '2021-05-09 00:00:00', 0.0210142442533256, 0.0665384615384611, 0.0251317451718876, 0.085230769230769, 0.054059045354274, 0.143903846153846, 0.157812044972688, 0.365807692307693, 0.309515919809281, 0.66823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 555, '2021-05-09 00:00:00', 0.0218410076549754, 0.0605192307692284, 0.0454971385406219, 0.102480769230768, 0.0725532828075614, 0.17432692307692, 0.171726920966446, 0.375346153846155, 0.309385040785004, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 570, '2021-05-09 00:00:00', 0.0441269017894815, 0.0772884615384611, 0.0467823314774002, 0.113057692307692, 0.0857036486073692, 0.194346153846152, 0.182623054404422, 0.382500000000001, 0.310168421370366, 0.670480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 585, '2021-05-09 00:00:00', 0.0260199997043694, 0.077096153846153, 0.0503496276053775, 0.133749999999998, 0.0910962044299246, 0.202538461538461, 0.184154713383988, 0.387038461538463, 0.305935295446603, 0.67675 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 600, '2021-05-09 00:00:00', 0.0400846028371937, 0.113153846153844, 0.0713795596684479, 0.153192307692307, 0.102641834326198, 0.219115384615384, 0.177799131476638, 0.389134615384616, 0.304375499367779, 0.679230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 615, '2021-05-09 00:00:00', 0.0411784484334292, 0.0942692307692316, 0.0643014684603218, 0.140173076923077, 0.0942729833229834, 0.194346153846155, 0.17539539508033, 0.377269230769231, 0.290239945827321, 0.677615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 630, '2021-05-09 00:00:00', 0.0547934899277424, 0.100942307692308, 0.0899874628019858, 0.148288461538462, 0.0900767108977339, 0.184423076923078, 0.170853166828669, 0.372230769230769, 0.286045257984438, 0.677480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 645, '2021-05-09 00:00:00', 0.0440728243496364, 0.0950769230769245, 0.0402191353232997, 0.12017307692308, 0.0490781049411595, 0.172403846153848, 0.141427291730254, 0.350673076923077, 0.25561499068235, 0.675711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 660, '2021-05-09 00:00:00', 0.0214280280150875, 0.0859038461538486, 0.0296309609387505, 0.123576923076926, 0.0653002650483508, 0.176269230769233, 0.134534622366827, 0.347730769230769, 0.242041939309317, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 675, '2021-05-09 00:00:00', 0.0302247478834032, 0.0848461538461545, 0.0450683241995274, 0.120076923076924, 0.0776072781083377, 0.185480769230768, 0.134270788391908, 0.34476923076923, 0.239844973167764, 0.681134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 690, '2021-05-09 00:00:00', 0.0353571938061576, 0.0908653846153851, 0.0647164852378318, 0.130788461538463, 0.0812200737786883, 0.200403846153846, 0.133182587219431, 0.346692307692306, 0.233791840352448, 0.681230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 705, '2021-05-09 00:00:00', 0.0510897889843111, 0.0914423076923082, 0.0647589643334306, 0.135711538461537, 0.0736111848733698, 0.198442307692306, 0.133679768045187, 0.341096153846153, 0.236548789080358, 0.680480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 720, '2021-05-09 00:00:00', 0.038005875051914, 0.0914423076923054, 0.051261865418203, 0.137173076923075, 0.0668083481655963, 0.183846153846152, 0.128307497232834, 0.342076923076922, 0.226825052883018, 0.677730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 735, '2021-05-09 00:00:00', 0.0344746116171583, 0.0898269230769229, 0.0425241288971513, 0.123807692307692, 0.0671126378102256, 0.176115384615385, 0.128281404911833, 0.336673076923076, 0.220659355464132, 0.670865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 750, '2021-05-09 00:00:00', 0.033732186181975, 0.0839038461538467, 0.0387056197470099, 0.114250000000001, 0.0869389352450266, 0.178538461538461, 0.134149779953373, 0.339211538461538, 0.210479390549653, 0.667076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 765, '2021-05-09 00:00:00', 0.026788638521697, 0.0801346153846149, 0.0503518237390283, 0.118384615384616, 0.0845166528879629, 0.176230769230768, 0.126692601933243, 0.325346153846152, 0.201630702027245, 0.6565 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 780, '2021-05-09 00:00:00', 0.0389210048095456, 0.0892692307692323, 0.0584688477212117, 0.133384615384615, 0.064475663267982, 0.175365384615385, 0.13136015816771, 0.339365384615384, 0.193364005082483, 0.650961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 795, '2021-05-09 00:00:00', 0.0296344653817395, 0.0888076923076906, 0.0489491926546113, 0.118211538461538, 0.0492894902200624, 0.151076923076921, 0.131712998015204, 0.334923076923077, 0.18866948308127, 0.642923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 810, '2021-05-09 00:00:00', 0.0331113796381005, 0.0787884615384633, 0.0337718590180996, 0.103538461538462, 0.0514752218211676, 0.138538461538462, 0.133974343123541, 0.334230769230771, 0.192996166761455, 0.643903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 825, '2021-05-09 00:00:00', 0.0210840077930034, 0.0721538461538474, 0.0440467802018918, 0.104326923076924, 0.0430946587802332, 0.141019230769232, 0.135319553422486, 0.343307692307693, 0.194665987112443, 0.645057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 840, '2021-05-09 00:00:00', 0.0326407956162438, 0.0711923076923082, 0.035180086150242, 0.0939615384615389, 0.060283168335907, 0.149403846153847, 0.139723942114443, 0.359000000000001, 0.204847410377729, 0.647692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 855, '2021-05-09 00:00:00', 0.0183162496161195, 0.0657500000000002, 0.0379361812278735, 0.102076923076925, 0.0670774896323997, 0.166980769230772, 0.13559471427184, 0.363057692307693, 0.212430415756458, 0.649307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 870, '2021-05-09 00:00:00', 0.0356070703869133, 0.0782884615384626, 0.0544585269158664, 0.117634615384616, 0.0716208499938805, 0.167384615384617, 0.130858433489725, 0.368980769230768, 0.215699277841949, 0.651538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 885, '2021-05-09 00:00:00', 0.0432038326291335, 0.0836346153846157, 0.0459103641726097, 0.119807692307695, 0.0612303123775, 0.167634615384616, 0.125692818471799, 0.363230769230769, 0.213451915860728, 0.647903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 900, '2021-05-09 00:00:00', 0.0270048428705206, 0.0858076923076926, 0.0352705204864433, 0.112019230769231, 0.0489843813412473, 0.169519230769231, 0.126402209084883, 0.354461538461539, 0.223639221824933, 0.646807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 915, '2021-05-09 00:00:00', 0.019749907497347, 0.0816730769230772, 0.0262779301959758, 0.120480769230768, 0.0519161935608345, 0.169134615384614, 0.132391157036784, 0.343538461538461, 0.225518080462264, 0.651730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 930, '2021-05-09 00:00:00', 0.0318404677197984, 0.0956538461538454, 0.0393986528469438, 0.127423076923079, 0.0674241454125721, 0.177346153846154, 0.13269903483505, 0.343423076923078, 0.221925749883915, 0.652538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 945, '2021-05-09 00:00:00', 0.0312280261205321, 0.0900192307692321, 0.0483562143011473, 0.120711538461537, 0.0643162857710593, 0.17276923076923, 0.135050440719241, 0.341692307692308, 0.232237004273319, 0.660884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 960, '2021-05-09 00:00:00', 0.0265359263003082, 0.0883461538461526, 0.0539874629321143, 0.127384615384614, 0.0604635809011048, 0.193769230769231, 0.128248592734819, 0.329807692307693, 0.218703495276489, 0.655326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 975, '2021-05-09 00:00:00', 0.0470477008348569, 0.0916153846153832, 0.0454672832501981, 0.131576923076922, 0.0635409286632198, 0.19748076923077, 0.13138829710208, 0.328769230769231, 0.220377491695848, 0.657173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 990, '2021-05-09 00:00:00', 0.0348571149342358, 0.100961538461539, 0.0604106492140368, 0.162942307692308, 0.0793951848956556, 0.196846153846155, 0.13338630422141, 0.323115384615386, 0.221357222606358, 0.657 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1005, '2021-05-09 00:00:00', 0.0341290142750198, 0.11248076923077, 0.0366176922349756, 0.137153846153847, 0.0714161719457482, 0.185519230769231, 0.102486323665461, 0.304942307692309, 0.207834838273087, 0.643999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1020, '2021-05-09 00:00:00', 0.0200554327955149, 0.0860961538461534, 0.0472491147658224, 0.123673076923077, 0.0629658149010549, 0.189423076923077, 0.0894937642864251, 0.283076923076924, 0.202426526081783, 0.631461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1035, '2021-05-09 00:00:00', 0.0295535042826492, 0.0864807692307695, 0.0411554837920026, 0.125576923076924, 0.0502723199568719, 0.182615384615384, 0.0816445414822459, 0.269634615384617, 0.202905730290239, 0.629153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1050, '2021-05-09 00:00:00', 0.0355164533918913, 0.0999615384615392, 0.0501336674838829, 0.15223076923077, 0.059375532386277, 0.188423076923077, 0.0847340273126176, 0.262846153846155, 0.204828461063248, 0.631538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1065, '2021-05-09 00:00:00', 0.0401155063055919, 0.113923076923077, 0.0461264149251417, 0.134884615384614, 0.0684336062292389, 0.172538461538462, 0.100406948886099, 0.249346153846154, 0.196905780866033, 0.626442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1080, '2021-05-09 00:00:00', 0.0299288965074529, 0.0816730769230761, 0.0493170005014651, 0.113057692307692, 0.0516952460245463, 0.14596153846154, 0.093966968418941, 0.221865384615384, 0.187319956635289, 0.620615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1095, '2021-05-09 00:00:00', 0.0280114880279227, 0.0797115384615359, 0.0363709573487062, 0.102057692307692, 0.0351282102283364, 0.130634615384615, 0.0758976056174483, 0.205057692307691, 0.193881011289042, 0.617442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1110, '2021-05-09 00:00:00', 0.0255466466262422, 0.0721346153846166, 0.0326101034367229, 0.0998269230769253, 0.0376744557410537, 0.127769230769231, 0.0735498365840367, 0.197038461538462, 0.192806032462282, 0.612615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1125, '2021-05-09 00:00:00', 0.0275351314058693, 0.064788461538461, 0.0281026962845488, 0.0833076923076916, 0.0402612239486854, 0.110884615384614, 0.0718470624633713, 0.179903846153845, 0.191559351116045, 0.61275 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1140, '2021-05-09 00:00:00', 0.0204019701160317, 0.0604038461538465, 0.0324083144602402, 0.0806730769230763, 0.0440213759264921, 0.111307692307692, 0.0748904969836756, 0.181057692307692, 0.193105408640344, 0.612173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1155, '2021-05-09 00:00:00', 0.0198792992447293, 0.0535576923076911, 0.0232487964949045, 0.0744423076923062, 0.0310545425885589, 0.105730769230767, 0.0665044243756657, 0.168961538461537, 0.192179411368249, 0.608615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1170, '2021-05-09 00:00:00', 0.0177024987371377, 0.0505384615384613, 0.026088112530128, 0.0775192307692309, 0.0277299685150585, 0.100865384615384, 0.0594894431487982, 0.166923076923075, 0.192500522476814, 0.608134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1185, '2021-05-09 00:00:00', 0.0234982241554881, 0.0560576923076943, 0.0222224072641878, 0.0738461538461561, 0.0272416253892105, 0.0928846153846178, 0.0606001523227349, 0.159961538461539, 0.190136044411931, 0.608846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1200, '2021-05-09 00:00:00', 0.0157338439725916, 0.0509230769230774, 0.0245493615771601, 0.0671346153846162, 0.0289952847625541, 0.0885576923076921, 0.0646137666921984, 0.160173076923077, 0.188691299583372, 0.607057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1215, '2021-05-09 00:00:00', 0.0167664500164424, 0.0439230769230784, 0.0223410281424432, 0.0601923076923087, 0.0282756010614221, 0.0894807692307696, 0.0695621028567011, 0.181384615384614, 0.189417987124123, 0.606923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1230, '2021-05-09 00:00:00', 0.0157384511993345, 0.0406730769230787, 0.0239482454793374, 0.0610384615384617, 0.0274618896767044, 0.0858461538461527, 0.0681764706760794, 0.178134615384615, 0.189102402051214, 0.606038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1245, '2021-05-09 00:00:00', 0.0153532256695951, 0.0438076923076927, 0.0207787983660868, 0.0635384615384627, 0.0414371071161336, 0.084576923076923, 0.0671398082076044, 0.181076923076922, 0.189103248151741, 0.605961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1260, '2021-05-09 00:00:00', 0.0213399949535008, 0.0473461538461564, 0.0278136449634672, 0.0628269230769235, 0.0427369233261439, 0.0937692307692303, 0.0639954715946014, 0.180403846153846, 0.188878350145925, 0.604865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1275, '2021-05-09 00:00:00', 0.0196856937510852, 0.0399423076923087, 0.0300299081686134, 0.0591538461538488, 0.0319660697519201, 0.0829807692307703, 0.0636520982795101, 0.184019230769231, 0.185508867712572, 0.607500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1290, '2021-05-09 00:00:00', 0.0187936261699396, 0.0424038461538475, 0.0209059524096314, 0.0643269230769236, 0.0222426132941657, 0.0760769230769229, 0.0691198318418524, 0.188134615384614, 0.185753307248745, 0.607134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1305, '2021-05-09 00:00:00', 0.0179257871836583, 0.047423076923076, 0.0163811923112582, 0.0592115384615375, 0.0253057077781636, 0.0691730769230765, 0.0692603810602799, 0.187596153846153, 0.189288470330341, 0.615250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1320, '2021-05-09 00:00:00', 0.0147098214181479, 0.0416730769230753, 0.0225269069883432, 0.0506923076923049, 0.0479007788598955, 0.0752692307692305, 0.0702141696197027, 0.18551923076923, 0.189533309432975, 0.617653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1335, '2021-05-09 00:00:00', 0.0122225044644939, 0.0340192307692309, 0.0163763431627646, 0.0427692307692322, 0.0392797706792616, 0.0760961538461537, 0.0660980972611024, 0.186961538461538, 0.190915672081038, 0.614923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1350, '2021-05-09 00:00:00', 0.0107873323144115, 0.0325576923076942, 0.0318052729058472, 0.0601538461538464, 0.033284675383496, 0.083980769230769, 0.0643461313163755, 0.18976923076923, 0.193529131180257, 0.614730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1365, '2021-05-09 00:00:00', 0.0285443784038391, 0.0518076923076921, 0.0299914090263291, 0.0647692307692307, 0.0288353749091961, 0.0813269230769228, 0.0646604295829053, 0.192365384615383, 0.193887596302602, 0.614000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1380, '2021-05-09 00:00:00', 0.0165919813811956, 0.0419230769230754, 0.0204719038233845, 0.0581730769230765, 0.0218054686154303, 0.0764615384615395, 0.0609162855577522, 0.196423076923076, 0.193949332201838, 0.613711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1395, '2021-05-09 00:00:00', 0.0203409779660516, 0.0426538461538459, 0.0181925703347437, 0.0519807692307693, 0.061678234535246, 0.139730769230768, 0.058293649871872, 0.202980769230769, 0.194004651014828, 0.613269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1410, '2021-05-09 00:00:00', 0.0133791456551425, 0.0328076923076926, 0.0190696395835436, 0.0556346153846154, 0.0590839689307974, 0.139153846153846, 0.0618690925695885, 0.21223076923077, 0.194587599415159, 0.612923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1425, '2021-05-09 00:00:00', 0.0180668523502601, 0.0463653846153852, 0.0570155208288472, 0.13251923076923, 0.0558678695329776, 0.144326923076922, 0.0663427579955879, 0.219692307692307, 0.194727774479776, 0.612615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 0, '2021-05-09 00:00:00', 0.0569059277701777, 0.112230769230769, 0.0563048296876371, 0.117576923076923, 0.0544164179128087, 0.132442307692308, 0.0738953730205479, 0.228115384615385, 0.194971872724879, 0.612134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 15, '2021-05-09 00:00:00', 0.0248056445189382, 0.0425000000000002, 0.0326920420803698, 0.0690192307692307, 0.0353964633174646, 0.104480769230771, 0.0678291859123969, 0.21496153846154, 0.190403979434822, 0.611653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 30, '2021-05-09 00:00:00', 0.026928973530095, 0.0494807692307677, 0.0289269703803329, 0.0685192307692305, 0.0394934658665687, 0.108576923076923, 0.0683354874582296, 0.214326923076925, 0.191104813166454, 0.612019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 45, '2021-05-09 00:00:00', 0.0254617435501863, 0.0474038461538468, 0.0336676573857793, 0.0818653846153858, 0.0439607910966837, 0.103634615384617, 0.0654333512938047, 0.211711538461539, 0.195215637181043, 0.614750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 60, '2021-05-09 00:00:00', 0.0281737534704816, 0.0674038461538466, 0.0342517152855149, 0.0839999999999999, 0.0384391877365561, 0.0963653846153862, 0.066184628124664, 0.211250000000001, 0.195198069032065, 0.612884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 75, '2021-05-09 00:00:00', 0.0323849502083894, 0.0437500000000001, 0.0379897405178733, 0.0610961538461548, 0.0398452776856431, 0.0916153846153875, 0.0717696341401813, 0.199596153846155, 0.19224850204478, 0.60994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 90, '2021-05-09 00:00:00', 0.017301545062176, 0.0437884615384624, 0.0226923996086807, 0.0552499999999998, 0.0315876314645193, 0.0940384615384629, 0.0674769960801476, 0.195250000000001, 0.190600501452244, 0.607365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 105, '2021-05-09 00:00:00', 0.0136074781476381, 0.0402115384615375, 0.028875488673854, 0.0730769230769244, 0.0379108316163873, 0.0938653846153863, 0.0648378332101324, 0.19623076923077, 0.190600501452244, 0.607365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 120, '2021-05-09 00:00:00', 0.0279517234916528, 0.0628269230769246, 0.0303998545036966, 0.0763653846153852, 0.0446643766156132, 0.111442307692309, 0.0649618615923109, 0.195788461538462, 0.191194781872794, 0.606730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 135, '2021-05-09 00:00:00', 0.0165705949013491, 0.0482692307692322, 0.0237144227455346, 0.064076923076924, 0.0371527408658654, 0.113615384615387, 0.0747560339730842, 0.19373076923077, 0.190261771090417, 0.60969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 150, '2021-05-09 00:00:00', 0.0147363104661169, 0.0466730769230773, 0.0390387430834862, 0.0817115384615384, 0.0412092969346244, 0.119884615384616, 0.0720550030292048, 0.190788461538462, 0.187645440002806, 0.606865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 165, '2021-05-09 00:00:00', 0.031771207332813, 0.0644807692307699, 0.02959365836433, 0.0922307692307707, 0.0459246079502536, 0.121019230769231, 0.0736679452261724, 0.187884615384616, 0.187609407054618, 0.605519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 180, '2021-05-09 00:00:00', 0.0268570933188709, 0.0687115384615397, 0.0395141260038236, 0.0918846153846169, 0.0605326262948664, 0.121673076923078, 0.0751261707959475, 0.183307692307694, 0.188308486675048, 0.605615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 195, '2021-05-09 00:00:00', 0.0309234787574353, 0.061307692307691, 0.0333787357459785, 0.0814999999999989, 0.0525464519771285, 0.122019230769231, 0.0600978049003968, 0.172884615384616, 0.182878001579027, 0.604288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 210, '2021-05-09 00:00:00', 0.0221395312993257, 0.0563269230769248, 0.0409675528267863, 0.0869038461538474, 0.0487752459284916, 0.115230769230771, 0.0584986291752613, 0.167480769230771, 0.182936337181924, 0.605788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 225, '2021-05-09 00:00:00', 0.0338706589611348, 0.0643076923076933, 0.0441056293284825, 0.0919423076923089, 0.0443553136180299, 0.112076923076924, 0.050150439065491, 0.160057692307694, 0.181527735748987, 0.60517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 240, '2021-05-09 00:00:00', 0.0280670625466941, 0.0590000000000024, 0.0344797599491927, 0.0745769230769255, 0.036210755945629, 0.0946730769230781, 0.0492719025877368, 0.159403846153846, 0.181802636013725, 0.606038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 255, '2021-05-09 00:00:00', 0.0229940125986018, 0.0457692307692323, 0.0247132244261748, 0.0637884615384617, 0.0328655828863812, 0.0839423076923084, 0.046916800336832, 0.157884615384616, 0.175746233136129, 0.605038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 270, '2021-05-09 00:00:00', 0.0185315946426641, 0.0484999999999987, 0.0214746451569144, 0.0605961538461535, 0.0266095124691565, 0.0806153846153848, 0.0464538356452275, 0.156326923076922, 0.175626434842209, 0.606769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 285, '2021-05-09 00:00:00', 0.0184025499905262, 0.0479230769230773, 0.0237730616778439, 0.0664615384615388, 0.029142494745647, 0.0837499999999998, 0.0479026777796555, 0.158942307692306, 0.175933826064934, 0.607865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 300, '2021-05-09 00:00:00', 0.0187362257097359, 0.0448846153846165, 0.0214369917522162, 0.0572692307692315, 0.0329751479847381, 0.0784038461538439, 0.0434051795916656, 0.158480769230767, 0.17573703694397, 0.609615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 315, '2021-05-09 00:00:00', 0.0160619473864836, 0.0406153846153867, 0.020303703716694, 0.0590961538461556, 0.0446100368147729, 0.0813461538461542, 0.0517962873632409, 0.165653846153846, 0.175466990101799, 0.610730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 330, '2021-05-09 00:00:00', 0.0127823947437328, 0.0414807692307694, 0.0252621334137735, 0.0573461538461527, 0.0369050965836169, 0.0793846153846146, 0.0520283539561334, 0.16751923076923, 0.174073924393765, 0.610865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 345, '2021-05-09 00:00:00', 0.0244721191437236, 0.0437692307692288, 0.0360572621512812, 0.0606153846153844, 0.03623424325987, 0.0844038461538452, 0.0616686430729725, 0.179807692307692, 0.172225801024299, 0.612057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 360, '2021-05-09 00:00:00', 0.0209524828710473, 0.0434423076923074, 0.0234575885704065, 0.0585384615384612, 0.0280615600750595, 0.0768653846153849, 0.069488496557676, 0.191634615384616, 0.170378137140258, 0.613480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 375, '2021-05-09 00:00:00', 0.0158069726581467, 0.040096153846154, 0.0195573810579575, 0.0556346153846154, 0.0272797473482553, 0.073769230769231, 0.0831869003185914, 0.213596153846155, 0.170421260862153, 0.612615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 390, '2021-05-09 00:00:00', 0.0121303338783393, 0.0387500000000014, 0.02168239271497, 0.0503846153846177, 0.0247737842207312, 0.0714038461538477, 0.0778542153396574, 0.229326923076924, 0.170701612132444, 0.612403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 405, '2021-05-09 00:00:00', 0.015927286697313, 0.0340384615384634, 0.0207084245212866, 0.0506730769230778, 0.0243615791454815, 0.0685576923076917, 0.0914913299801603, 0.24921153846154, 0.170309375729988, 0.612211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 420, '2021-05-09 00:00:00', 0.0160424077417897, 0.0386730769230757, 0.0194042422007281, 0.0507307692307693, 0.0287082941646852, 0.0741153846153838, 0.0951750209634062, 0.262230769230771, 0.170374249814929, 0.612250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 435, '2021-05-09 00:00:00', 0.0155229358840895, 0.0376923076923078, 0.0193764031749977, 0.0497500000000003, 0.0303086430932476, 0.079923076923077, 0.0894843626218928, 0.276634615384616, 0.170600172468124, 0.611826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 450, '2021-05-09 00:00:00', 0.0133538383995021, 0.0362500000000015, 0.0200924115028546, 0.0567500000000004, 0.0304875321301133, 0.083480769230771, 0.0973121464471641, 0.288923076923078, 0.172305502389929, 0.610384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 465, '2021-05-09 00:00:00', 0.0167393709099699, 0.0444423076923084, 0.0246422089419451, 0.0669615384615384, 0.0297670959282234, 0.0890000000000003, 0.101534459857044, 0.307057692307693, 0.172655031783032, 0.610000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 480, '2021-05-09 00:00:00', 0.0189258980073504, 0.0509807692307683, 0.0233683875879708, 0.0656923076923082, 0.029526598178594, 0.0900000000000001, 0.0976159369869808, 0.325134615384614, 0.174747699445624, 0.607538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 495, '2021-05-09 00:00:00', 0.0190441592095821, 0.044500000000001, 0.0286635455963451, 0.0626730769230772, 0.0424980723544747, 0.104384615384615, 0.0982286109033404, 0.3335, 0.1766111820225, 0.609480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 510, '2021-05-09 00:00:00', 0.0202933107584363, 0.0445384615384621, 0.0238383337053186, 0.0646153846153849, 0.0435412271478248, 0.111538461538461, 0.0943267173996011, 0.339519230769231, 0.175469186424897, 0.611346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 525, '2021-05-09 00:00:00', 0.0208654296348322, 0.0476153846153846, 0.0404139399027301, 0.0869423076923085, 0.0511555997385963, 0.124153846153848, 0.0938178205968249, 0.342788461538463, 0.175062504222393, 0.611096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 540, '2021-05-09 00:00:00', 0.0352626027661901, 0.0776346153846161, 0.0385985900499768, 0.0993653846153857, 0.0501087931789048, 0.140865384615387, 0.094091684010861, 0.342250000000002, 0.176257286810635, 0.608634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 555, '2021-05-09 00:00:00', 0.0179072503580158, 0.0609807692307691, 0.0314230745692504, 0.0889807692307694, 0.0611531652114968, 0.157480769230771, 0.0955883803688403, 0.336538461538463, 0.172949620276675, 0.605865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 570, '2021-05-09 00:00:00', 0.0253209323561492, 0.0720192307692309, 0.0380411770828197, 0.104634615384616, 0.0583242560702996, 0.170826923076923, 0.0987704097701015, 0.341076923076924, 0.174480490423605, 0.602807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 585, '2021-05-09 00:00:00', 0.025246264003886, 0.0729230769230775, 0.0426401084209915, 0.122673076923078, 0.0785424823803108, 0.183692307692309, 0.0978285804550284, 0.331865384615385, 0.173792409323484, 0.597807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 600, '2021-05-09 00:00:00', 0.0385629355729048, 0.102, 0.0405885025402682, 0.135442307692307, 0.0813103077957894, 0.193384615384617, 0.10308181216878, 0.335500000000001, 0.17595506419363, 0.598769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 615, '2021-05-09 00:00:00', 0.0321310058737879, 0.0888076923076895, 0.0745681232162899, 0.131749999999999, 0.0755515743357829, 0.184903846153845, 0.110350443517982, 0.328403846153846, 0.182776963705874, 0.606538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 630, '2021-05-09 00:00:00', 0.054757187796533, 0.0930192307692322, 0.0634711442613587, 0.127615384615387, 0.0790764576460429, 0.178384615384615, 0.119742313066274, 0.323807692307693, 0.185027253709785, 0.616269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 645, '2021-05-09 00:00:00', 0.0379472153635284, 0.0828653846153851, 0.0482120955139471, 0.127615384615383, 0.0607969887918294, 0.195576923076921, 0.113796446138912, 0.319365384615383, 0.176596159249114, 0.619211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 660, '2021-05-09 00:00:00', 0.0384738922467612, 0.0970961538461534, 0.0589630947157763, 0.136442307692306, 0.0696521246017558, 0.212538461538459, 0.119709521824225, 0.32098076923077, 0.182696761160296, 0.626942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 675, '2021-05-09 00:00:00', 0.0395389000274986, 0.0942307692307682, 0.0533888240970104, 0.147557692307691, 0.0597144132839457, 0.203634615384614, 0.123433002693144, 0.330884615384617, 0.170635839187976, 0.628480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 690, '2021-05-09 00:00:00', 0.0390788797965573, 0.0983269230769214, 0.0603519804021481, 0.147307692307691, 0.0596013454933287, 0.189596153846152, 0.116051805408022, 0.319692307692309, 0.172174053258279, 0.62226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 705, '2021-05-09 00:00:00', 0.0385408275029896, 0.109153846153846, 0.046510048542056, 0.140230769230769, 0.049520966810492, 0.177615384615385, 0.124300343461375, 0.319653846153846, 0.178362359128394, 0.6246346153846[...];
Date: 2021-05-09 15:24:32 Duration: 15s795ms 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 976915, 1, 915, '2021-05-09 00:00:00', 0.0393159587875546, 0.0652307692307702, 0.0626646999145817, 0.10773076923077, 0.0617755490589806, 0.151038461538462, 0.124095905839614, 0.338076923076922, 0.184804433013764, 0.568538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 930, '2021-05-09 00:00:00', 0.0483549536083072, 0.0863076923076923, 0.0484678362818684, 0.115634615384617, 0.0560524205200253, 0.146576923076925, 0.122187751180149, 0.332557692307691, 0.179962116739994, 0.566788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 945, '2021-05-09 00:00:00', 0.0314890701428529, 0.0691923076923074, 0.0355843526545897, 0.093884615384616, 0.0567344590716589, 0.142826923076922, 0.116000106100749, 0.324230769230767, 0.171426270314228, 0.566115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 960, '2021-05-09 00:00:00', 0.028299007865187, 0.0644230769230779, 0.0326879417899252, 0.0886923076923087, 0.0720847177872082, 0.160942307692308, 0.116080661610797, 0.320499999999999, 0.170166937265915, 0.575442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 975, '2021-05-09 00:00:00', 0.0234786318563526, 0.0583846153846149, 0.0521439022174357, 0.105942307692306, 0.0671634086503839, 0.17578846153846, 0.114260311771648, 0.311673076923075, 0.16747149470421, 0.576307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 990, '2021-05-09 00:00:00', 0.0502943222059294, 0.0896730769230744, 0.0613721811196631, 0.130730769230769, 0.0649373455428692, 0.180173076923075, 0.113568474769801, 0.30353846153846, 0.164567797578994, 0.5715 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1005, '2021-05-09 00:00:00', 0.0448434070276356, 0.0883653846153868, 0.0604851920848275, 0.128538461538462, 0.063041720007772, 0.175538461538461, 0.110994317248851, 0.285038461538459, 0.158524291999197, 0.565865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1020, '2021-05-09 00:00:00', 0.0529394138469762, 0.0946923076923073, 0.0512055323032739, 0.127442307692305, 0.0756714355212461, 0.192884615384613, 0.106940279883393, 0.272711538461536, 0.156457961913589, 0.563423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1035, '2021-05-09 00:00:00', 0.0304674163909319, 0.0822884615384604, 0.0394596580748579, 0.116730769230769, 0.0811525936833729, 0.18828846153846, 0.0882224112465413, 0.254923076923075, 0.156228181245846, 0.55923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1050, '2021-05-09 00:00:00', 0.0345884429342439, 0.0794038461538454, 0.0556781824415991, 0.133499999999999, 0.0760810498997377, 0.177884615384615, 0.0796165256328505, 0.246634615384614, 0.156085648332526, 0.55498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1065, '2021-05-09 00:00:00', 0.0451950814206091, 0.105653846153846, 0.0673415662014319, 0.139557692307692, 0.071326931476451, 0.163365384615384, 0.0780458174112163, 0.231980769230768, 0.157138000349522, 0.550365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1080, '2021-05-09 00:00:00', 0.0431448009168413, 0.0789230769230761, 0.0420566467809971, 0.096692307692307, 0.0497952152474367, 0.131288461538461, 0.0626274607991871, 0.21282692307692, 0.165925401449429, 0.541673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1095, '2021-05-09 00:00:00', 0.0274464023143303, 0.0622500000000004, 0.0320206904264218, 0.0837307692307689, 0.0548826440269119, 0.123730769230769, 0.061266755949825, 0.202653846153845, 0.172075418393752, 0.541019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1110, '2021-05-09 00:00:00', 0.024686160869232, 0.061942307692305, 0.0408800731972864, 0.0969038461538459, 0.0510407077356276, 0.122923076923077, 0.0640880764141149, 0.198692307692306, 0.183092603724078, 0.548307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1125, '2021-05-09 00:00:00', 0.0335682828781098, 0.0675192307692323, 0.0459012024310425, 0.0870961538461549, 0.0461040837503758, 0.118942307692308, 0.0564195444859295, 0.19275, 0.189964195006889, 0.551153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1140, '2021-05-09 00:00:00', 0.0263917819376811, 0.0521153846153842, 0.0299612891270354, 0.0748269230769235, 0.0323926867339861, 0.103115384615383, 0.0714144135419339, 0.187961538461537, 0.189453473078586, 0.552961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1155, '2021-05-09 00:00:00', 0.0237312841235762, 0.0535769230769253, 0.0356403401520517, 0.0780769230769231, 0.0310944281429732, 0.0982884615384619, 0.0755065967571453, 0.184615384615385, 0.187919659592972, 0.554538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1170, '2021-05-09 00:00:00', 0.023224994824874, 0.0525961538461536, 0.0210811618421607, 0.0683461538461539, 0.0275893025534282, 0.086480769230769, 0.0848599117097384, 0.182269230769231, 0.188470169033152, 0.555730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1185, '2021-05-09 00:00:00', 0.0210299511686024, 0.0501730769230765, 0.023920710370208, 0.0650961538461537, 0.029297098832479, 0.0844999999999996, 0.0869178834391319, 0.182038461538461, 0.187679047844984, 0.558250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1200, '2021-05-09 00:00:00', 0.0163324711965059, 0.0434807692307691, 0.0171964665422433, 0.058961538461538, 0.0349983735885832, 0.0883846153846149, 0.0801664806224188, 0.185269230769229, 0.184258865771459, 0.555480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1215, '2021-05-09 00:00:00', 0.0173700892340809, 0.042, 0.0232507816245788, 0.0601730769230773, 0.0355754074521217, 0.0919807692307706, 0.0745958366542934, 0.188826923076923, 0.190366077496855, 0.559711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1230, '2021-05-09 00:00:00', 0.0216483522201167, 0.044634615384617, 0.0325669547004563, 0.0695576923076927, 0.034621675069463, 0.093096153846154, 0.0753681860040342, 0.183711538461538, 0.191291313285422, 0.562442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1245, '2021-05-09 00:00:00', 0.022927578288034, 0.0455769230769243, 0.0228977409030152, 0.0594423076923095, 0.0287053733913765, 0.0830384615384612, 0.0701519449809873, 0.177153846153844, 0.187399802971737, 0.563384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1260, '2021-05-09 00:00:00', 0.0167720463409079, 0.042192307692308, 0.0230013377537372, 0.0596923076923074, 0.0342634869571324, 0.0875576923076895, 0.0686733964837583, 0.172846153846152, 0.186577441129579, 0.561307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1275, '2021-05-09 00:00:00', 0.0189737571803387, 0.0392884615384606, 0.0246232847899319, 0.0581153846153839, 0.0390474661839215, 0.086730769230768, 0.0685989795842476, 0.171999999999998, 0.185522966647922, 0.561865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1290, '2021-05-09 00:00:00', 0.0205055808538498, 0.0456730769230775, 0.0326147913588994, 0.0702307692307684, 0.0376007978638735, 0.0894999999999999, 0.0693833276360116, 0.172615384615384, 0.188800142600989, 0.563576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1305, '2021-05-09 00:00:00', 0.0265464469591296, 0.0529230769230744, 0.0299020709341986, 0.0659230769230758, 0.0352301226007166, 0.0921923076923068, 0.0720985463419026, 0.173403846153846, 0.195128845007206, 0.566615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1320, '2021-05-09 00:00:00', 0.019587790545682, 0.0441923076923088, 0.0247701122633391, 0.0595384615384632, 0.0471865854470715, 0.0944230769230785, 0.0781411543298397, 0.169, 0.19522064834044, 0.569807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1335, '2021-05-09 00:00:00', 0.0214485161760394, 0.0406730769230776, 0.021196552695044, 0.0635769230769238, 0.0453905827237312, 0.0927500000000012, 0.0735192491800622, 0.172999999999999, 0.196815653692641, 0.570307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1350, '2021-05-09 00:00:00', 0.0198631858936601, 0.0458846153846164, 0.0320508790231063, 0.0711730769230784, 0.0442369320121341, 0.090615384615386, 0.0756720581497251, 0.174903846153846, 0.19546539335647, 0.569 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1365, '2021-05-09 00:00:00', 0.0270238071678687, 0.0571153846153851, 0.0284355208525162, 0.0678269230769234, 0.0417639198351885, 0.0892500000000009, 0.0746446582147708, 0.17625, 0.19751350878825, 0.567884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1380, '2021-05-09 00:00:00', 0.0133413325363753, 0.0453653846153853, 0.0258705133605508, 0.0602115384615385, 0.0455063858578773, 0.0946346153846163, 0.0689126649072244, 0.173346153846152, 0.198209156234984, 0.567980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1395, '2021-05-09 00:00:00', 0.0197006442690425, 0.040153846153846, 0.0272145888477829, 0.059076923076922, 0.0419463989469333, 0.116596153846153, 0.0742420806447503, 0.17805769230769, 0.19802037676811, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1410, '2021-05-09 00:00:00', 0.0138108235146879, 0.0373269230769204, 0.0319116569007902, 0.0675769230769227, 0.0376961587514599, 0.108403846153846, 0.0812174881698235, 0.183096153846152, 0.19802037676811, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1425, '2021-05-09 00:00:00', 0.0327726433759332, 0.0553846153846175, 0.0396279427444054, 0.100576923076924, 0.0354602106375803, 0.106057692307693, 0.0867554409732419, 0.194057692307691, 0.197921978606179, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 0, '2021-05-09 00:00:00', 0.0312050291804673, 0.0715769230769232, 0.0315970787354667, 0.0858461538461533, 0.036342944506254, 0.10001923076923, 0.0881649524820021, 0.196173076923076, 0.197647428907755, 0.569384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 15, '2021-05-09 00:00:00', 0.0257334338047719, 0.0549807692307689, 0.0301067076604849, 0.0669230769230767, 0.0340496696019209, 0.0875000000000002, 0.0832467139568595, 0.194846153846155, 0.201105200177573, 0.568807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 30, '2021-05-09 00:00:00', 0.0241594463130644, 0.043326923076925, 0.0264289541106829, 0.0600192307692326, 0.0320587201625641, 0.0828076923076925, 0.0855115579232513, 0.195057692307692, 0.201284528810491, 0.565307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 45, '2021-05-09 00:00:00', 0.0216300449873276, 0.0458269230769233, 0.0240455737171019, 0.0644807692307689, 0.0318590646441483, 0.0835000000000008, 0.0947160554174761, 0.201634615384616, 0.201859655168176, 0.561403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 60, '2021-05-09 00:00:00', 0.0224250975471654, 0.0477500000000001, 0.0260711747691992, 0.0603846153846162, 0.0384814690667907, 0.0797884615384621, 0.108143579773162, 0.215576923076923, 0.202093595985774, 0.560192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 75, '2021-05-09 00:00:00', 0.0152034915018287, 0.0356153846153841, 0.0207858032172119, 0.0500192307692318, 0.0326650189275686, 0.0847884615384614, 0.104320521249878, 0.213134615384617, 0.202578957066507, 0.559923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 90, '2021-05-09 00:00:00', 0.0153161679280424, 0.0377500000000015, 0.0242786151550306, 0.0523653846153854, 0.0436955199252557, 0.0884615384615389, 0.102644271824888, 0.215557692307693, 0.201566728786885, 0.558115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 105, '2021-05-09 00:00:00', 0.01535353880531, 0.0351346153846148, 0.0306123152694123, 0.068576923076922, 0.0482921438108335, 0.0916346153846157, 0.102272338165539, 0.219865384615385, 0.201945106783615, 0.557115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 120, '2021-05-09 00:00:00', 0.0260604991392088, 0.0565192307692301, 0.0425163362268421, 0.0706730769230766, 0.0481790410863475, 0.0914999999999996, 0.100456092590055, 0.216942307692308, 0.203327602273163, 0.553423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 135, '2021-05-09 00:00:00', 0.0312519845523696, 0.0464423076923075, 0.0334422119253728, 0.0618076923076923, 0.0392140084859798, 0.0949615384615371, 0.0951047863391502, 0.206596153846153, 0.204197465704155, 0.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 150, '2021-05-09 00:00:00', 0.0226898910056037, 0.0448653846153846, 0.0262503626348563, 0.0596923076923079, 0.0353845957357793, 0.09701923076923, 0.0943525487813578, 0.204711538461537, 0.205580795458958, 0.550211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 165, '2021-05-09 00:00:00', 0.0179146695368705, 0.0446538461538468, 0.0240907339352379, 0.0732115384615371, 0.0436717872315758, 0.111249999999999, 0.0886919409225869, 0.203903846153845, 0.207387219582484, 0.551326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 180, '2021-05-09 00:00:00', 0.0241020027894273, 0.059942307692307, 0.0325468656177274, 0.0784615384615382, 0.0474390499645444, 0.112288461538462, 0.0888391047819682, 0.198557692307692, 0.208310408174546, 0.550615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 195, '2021-05-09 00:00:00', 0.023174131798524, 0.0495961538461507, 0.0380331434409517, 0.0789999999999984, 0.047580830011838, 0.0981538461538453, 0.0817867983516607, 0.185403846153844, 0.209792447799833, 0.551634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 210, '2021-05-09 00:00:00', 0.0267698811813127, 0.0549423076923071, 0.0255698816218198, 0.0666730769230783, 0.0430947078671346, 0.0945769230769238, 0.0694574579259717, 0.177461538461539, 0.221058826142239, 0.558269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 225, '2021-05-09 00:00:00', 0.019782354219393, 0.0461923076923085, 0.0362751239196309, 0.0632692307692323, 0.0503194449339568, 0.0944423076923094, 0.0666784707498481, 0.180461538461538, 0.220355193162871, 0.559865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 240, '2021-05-09 00:00:00', 0.0205258280072851, 0.0479807692307693, 0.025990893375595, 0.0655576923076922, 0.0585755396573854, 0.102576923076924, 0.0599345187555682, 0.176557692307692, 0.219487599088984, 0.565384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 255, '2021-05-09 00:00:00', 0.020537395535573, 0.0482307692307683, 0.0310354697824175, 0.0704038461538462, 0.0528733028460118, 0.101384615384617, 0.0565014635617102, 0.175153846153845, 0.220716873984611, 0.56696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 270, '2021-05-09 00:00:00', 0.0200651726592647, 0.0463653846153863, 0.0398665707270936, 0.0687115384615397, 0.0439417096407692, 0.0884230769230777, 0.0526341947932936, 0.162461538461537, 0.221387297252158, 0.563653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 285, '2021-05-09 00:00:00', 0.0308117859567757, 0.0466153846153858, 0.033513900675116, 0.0601923076923103, 0.0334157724159377, 0.0820769230769231, 0.0545014325852642, 0.157115384615383, 0.221145925543781, 0.562096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 300, '2021-05-09 00:00:00', 0.0186769808958678, 0.0400192307692338, 0.0216865076806902, 0.0522307692307694, 0.033139379317339, 0.0774615384615388, 0.0578977214909712, 0.151615384615384, 0.221269770085853, 0.561134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 315, '2021-05-09 00:00:00', 0.0155039076960017, 0.0381346153846144, 0.0215351948072124, 0.0552692307692296, 0.037693970136023, 0.076653846153846, 0.0583343842396179, 0.156096153846152, 0.222362338572395, 0.560019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 330, '2021-05-09 00:00:00', 0.0181446855961906, 0.0415192307692312, 0.0303506241223362, 0.0555961538461537, 0.0393612705001316, 0.07548076923077, 0.0585829720600153, 0.15776923076923, 0.222260070291885, 0.559673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 345, '2021-05-09 00:00:00', 0.021648210087673, 0.0377499999999999, 0.0258195587759483, 0.0519807692307698, 0.0269401401972264, 0.0713653846153832, 0.0679783138496846, 0.167134615384614, 0.222865786620902, 0.558326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 360, '2021-05-09 00:00:00', 0.0142851859792413, 0.0345576923076917, 0.0167524510261812, 0.0487692307692308, 0.0217933387846976, 0.0669807692307677, 0.068786193270274, 0.169096153846152, 0.2246816046354, 0.559288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 375, '2021-05-09 00:00:00', 0.0139862019917427, 0.0345769230769242, 0.0160112580584845, 0.0494038461538454, 0.0230818026892324, 0.0669807692307671, 0.0754109076990849, 0.178249999999998, 0.223649881769216, 0.562019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 390, '2021-05-09 00:00:00', 0.0135492264894204, 0.0333076923076901, 0.0232151889934167, 0.0457499999999982, 0.0252908010032231, 0.0667307692307698, 0.0751885527293778, 0.180961538461538, 0.223126211265834, 0.561384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 405, '2021-05-09 00:00:00', 0.0136993121669, 0.0321346153846158, 0.0131886460493641, 0.0444038461538461, 0.0434110983682582, 0.0747884615384612, 0.0812159135599955, 0.192230769230769, 0.223309977730162, 0.560615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 420, '2021-05-09 00:00:00', 0.00839487022852996, 0.032423076923076, 0.015498188479751, 0.0455769230769232, 0.0426703509026334, 0.0758269230769222, 0.0846979542937051, 0.194711538461537, 0.222289980396362, 0.563153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 435, '2021-05-09 00:00:00', 0.0144846337677079, 0.0327307692307686, 0.0370473293961205, 0.0557692307692298, 0.0369003439633741, 0.0796538461538455, 0.0830319146241598, 0.202326923076922, 0.223067717382998, 0.563442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 450, '2021-05-09 00:00:00', 0.0333386585489903, 0.0411153846153853, 0.0330935736266817, 0.0557692307692303, 0.0327147343891685, 0.0749230769230756, 0.0820419686220707, 0.20476923076923, 0.22290117851778, 0.564346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 465, '2021-05-09 00:00:00', 0.0133597702651824, 0.0357884615384619, 0.0204137302964308, 0.0549038461538449, 0.0282705949435361, 0.0745576923076898, 0.0814020057397943, 0.213557692307691, 0.222800279657329, 0.56323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 480, '2021-05-09 00:00:00', 0.0184222795716326, 0.0425961538461539, 0.0221390796139724, 0.0558269230769235, 0.0302046163053577, 0.0746730769230777, 0.0830721952002272, 0.219480769230769, 0.222483524022652, 0.562461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 495, '2021-05-09 00:00:00', 0.0156233676070366, 0.03598076923077, 0.0227755351199482, 0.0512499999999988, 0.0347474404148668, 0.0842692307692309, 0.0861069750592019, 0.224134615384615, 0.222866656407954, 0.561557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 510, '2021-05-09 00:00:00', 0.0186382980404891, 0.0383846153846139, 0.0244177111004405, 0.0527692307692313, 0.0315690452086308, 0.09323076923077, 0.0888707012375943, 0.229192307692309, 0.222866656407954, 0.561557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 525, '2021-05-09 00:00:00', 0.010051176739375, 0.0341153846153846, 0.0186806049152585, 0.066250000000001, 0.0460243915265013, 0.108230769230771, 0.0900682817900698, 0.232346153846154, 0.22285144068501, 0.56223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 540, '2021-05-09 00:00:00', 0.0183189372382361, 0.0562115384615385, 0.0234719800220145, 0.0755769230769232, 0.0514867010461492, 0.117596153846153, 0.0941212985787693, 0.233673076923077, 0.222440305734784, 0.56148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 555, '2021-05-09 00:00:00', 0.0175500273942372, 0.0482115384615397, 0.0408701743799329, 0.0781346153846168, 0.05566063724448, 0.120057692307693, 0.112044409121494, 0.24148076923077, 0.223234867692854, 0.565115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 570, '2021-05-09 00:00:00', 0.0366327092175205, 0.0611538461538463, 0.0411030272139888, 0.0856730769230772, 0.0485647109931299, 0.126134615384616, 0.125577925546712, 0.247653846153846, 0.226411437092196, 0.568326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 585, '2021-05-09 00:00:00', 0.0180223899209143, 0.0535576923076922, 0.0344999219620071, 0.0897692307692304, 0.0581515559683356, 0.128211538461538, 0.124308382043022, 0.247923076923076, 0.230214151138923, 0.569153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 600, '2021-05-09 00:00:00', 0.0331418396963959, 0.0773076923076925, 0.0407240856723181, 0.100634615384615, 0.0600281216149197, 0.129346153846153, 0.125581870323094, 0.248384615384616, 0.231055059205841, 0.571096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 615, '2021-05-09 00:00:00', 0.0284718551988017, 0.0679423076923085, 0.0392770435985971, 0.0931153846153854, 0.0477963347484345, 0.125480769230768, 0.13754897868927, 0.247192307692308, 0.232653791154284, 0.568442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 630, '2021-05-09 00:00:00', 0.0318411502014886, 0.0643269230769241, 0.0407041294446396, 0.0881153846153845, 0.0473135856241638, 0.126846153846154, 0.134840819259084, 0.242442307692308, 0.229203275584058, 0.568307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 645, '2021-05-09 00:00:00', 0.0239668761803905, 0.0588653846153826, 0.0241490245064958, 0.0836538461538444, 0.0508948387892575, 0.123730769230769, 0.11941139618337, 0.245692307692307, 0.225917868840732, 0.569288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 660, '2021-05-09 00:00:00', 0.0216912690695168, 0.0631346153846157, 0.038977251748246, 0.0926153846153863, 0.0511244672720032, 0.122134615384618, 0.119315548022881, 0.248, 0.226603765499299, 0.574057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 675, '2021-05-09 00:00:00', 0.0267772075869353, 0.0556730769230782, 0.0413896912100284, 0.0785576923076941, 0.0425155718079121, 0.108923076923079, 0.114069730698107, 0.247288461538463, 0.22667392116973, 0.573942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 690, '2021-05-09 00:00:00', 0.0204756891496695, 0.0550769230769232, 0.0219746357281442, 0.0732307692307696, 0.0344749853572799, 0.107730769230771, 0.113296114740908, 0.24998076923077, 0.230111856579493, 0.579942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 705, '2021-05-09 00:00:00', 0.0139976921174682, 0.0478461538461549, 0.0210195238912623, 0.0705961538461564, 0.0390328658361706, 0.102269230769233, 0.119742216705467, 0.257538461538464, 0.228287858937923, 0.579557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 720, '2021-05-09 00:00:00', 0.0168033879367771, 0.0529230769230771, 0.0306924508383032, 0.0789423076923086, 0.0538869079290498, 0.105673076923078, 0.12903836787799, 0.268596153846155, 0.2292607928841, 0.588634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 735, '2021-05-09 00:00:00', 0.0261990384438957, 0.0550192307692306, 0.0311217707623551, 0.0737307692307677, 0.0724575844095127, 0.112307692307692, 0.119852345055844, 0.270269230769229, 0.230092633519632, 0.590000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 750, '2021-05-09 00:00:00', 0.0124237520654847, 0.0505192307692288, 0.0300512702918522, 0.0748269230769213, 0.0747933794889964, 0.117019230769231, 0.117360208169291, 0.27053846153846, 0.219303228781171, 0.588115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 765, '2021-05-09 00:00:00', 0.0243341245041745, 0.0569807692307691, 0.0465367183398893, 0.0871153846153852, 0.0664008254119233, 0.11951923076923, 0.11294257220103, 0.28026923076923, 0.219920020427008, 0.591153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 780, '2021-05-09 00:00:00', 0.0329487247331135, 0.0590384615384625, 0.0501928933063407, 0.082557692307693, 0.0517374287963921, 0.110192307692307, 0.110152120339941, 0.29601923076923, 0.220301597466187, 0.589576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 795, '2021-05-09 00:00:00', 0.0256319887280305, 0.0528269230769228, 0.0294311974716522, 0.0721538461538452, 0.0569968285217574, 0.11753846153846, 0.118961512845381, 0.299307692307692, 0.217308292170718, 0.584576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 810, '2021-05-09 00:00:00', 0.0179329198789425, 0.0554807692307696, 0.0243216032492802, 0.0750961538461522, 0.0621773394289381, 0.119692307692306, 0.114021428485378, 0.303884615384615, 0.216633021845347, 0.583884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 825, '2021-05-09 00:00:00', 0.0197611896247322, 0.0517692307692293, 0.0539655908890112, 0.0907499999999988, 0.0808522013400902, 0.140538461538459, 0.108044705846879, 0.307461538461538, 0.217747511687629, 0.582673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 840, '2021-05-09 00:00:00', 0.04240843530025, 0.0668461538461527, 0.0462641745430924, 0.087576923076922, 0.0779779776603623, 0.139249999999999, 0.112576640560998, 0.316499999999999, 0.222276339617707, 0.584634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 855, '2021-05-09 00:00:00', 0.0160518390990442, 0.0536923076923072, 0.0635871056111214, 0.101999999999999, 0.0697725976628036, 0.132653846153846, 0.110217646569797, 0.317019230769232, 0.219288574362993, 0.583326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 870, '2021-05-09 00:00:00', 0.0621589061630311, 0.0754807692307689, 0.0620873980772261, 0.09775, 0.0682281579588768, 0.136192307692308, 0.129572309779284, 0.322788461538461, 0.220395278638526, 0.579673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 885, '2021-05-09 00:00:00', 0.0250715898056877, 0.0637307692307669, 0.0282945224380971, 0.0909999999999989, 0.0541175252433207, 0.133942307692308, 0.136971014620444, 0.326673076923076, 0.21966879614547, 0.575999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 900, '2021-05-09 00:00:00', 0.0283231422094263, 0.0695961538461538, 0.0323503239788787, 0.0952884615384612, 0.0582898064713002, 0.148692307692308, 0.136507256780898, 0.330134615384617, 0.224653110372414, 0.577000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 915, '2021-05-09 00:00:00', 0.0192098632518256, 0.0606730769230759, 0.0393512242014637, 0.0948269230769249, 0.0554256674780251, 0.14776923076923, 0.146392624078589, 0.323403846153847, 0.226127316929066, 0.579711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 930, '2021-05-09 00:00:00', 0.0308277410035946, 0.0789807692307709, 0.0450855980757294, 0.112134615384616, 0.0606691025152032, 0.155, 0.143380982538989, 0.320115384615385, 0.221699522916803, 0.578538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 945, '2021-05-09 00:00:00', 0.0345986938392857, 0.076980769230769, 0.0377932686314127, 0.110134615384614, 0.0594662056582127, 0.16601923076923, 0.147013878204118, 0.311096153846154, 0.220983699364038, 0.570846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 960, '2021-05-09 00:00:00', 0.0278449070056602, 0.0813269230769217, 0.041662199247686, 0.109173076923077, 0.0648951847212108, 0.180750000000001, 0.139837136038266, 0.308269230769231, 0.220991473034248, 0.567134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 975, '2021-05-09 00:00:00', 0.0205758633803349, 0.0673846153846147, 0.0408279740072728, 0.117288461538463, 0.0663499695669759, 0.17446153846154, 0.141219332954097, 0.307500000000001, 0.228601736314828, 0.565576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 990, '2021-05-09 00:00:00', 0.037676068715384, 0.0983846153846157, 0.0679206239212088, 0.149865384615385, 0.0657146395117097, 0.179076923076923, 0.148255518771322, 0.317673076923077, 0.223397193701816, 0.571384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1005, '2021-05-09 00:00:00', 0.0329856612205057, 0.0960769230769244, 0.0474015781950837, 0.122480769230771, 0.0572331937038147, 0.163961538461539, 0.134046576291171, 0.307769230769232, 0.215999872685148, 0.572250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1020, '2021-05-09 00:00:00', 0.031117574801685, 0.0867884615384616, 0.042216097002846, 0.119673076923076, 0.0659580198657845, 0.164596153846153, 0.131626460105862, 0.29075, 0.215269609130933, 0.564269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1035, '2021-05-09 00:00:00', 0.0373285465108838, 0.0820961538461534, 0.0437126279941368, 0.116423076923076, 0.0574547346914215, 0.164057692307693, 0.122259492316706, 0.279288461538462, 0.205066256647418, 0.572519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1050, '2021-05-09 00:00:00', 0.0340811531495053, 0.0812499999999999, 0.0486565988883786, 0.117769230769231, 0.0872365837161309, 0.161307692307692, 0.12712111880468, 0.267826923076923, 0.223692866362651, 0.573538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1065, '2021-05-09 00:00:00', 0.0343496500933899, 0.0884615384615389, 0.0447401213849295, 0.121038461538463, 0.0878181446994937, 0.166442307692307, 0.111803090985205, 0.264634615384615, 0.237896829609944, 0.585692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1080, '2021-05-09 00:00:00', 0.0269873759661534, 0.0829615384615405, 0.0501693286626557, 0.113692307692308, 0.0657813891145997, 0.161134615384616, 0.0852451848403294, 0.247692307692309, 0.246977800310379, 0.585576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1095, '2021-05-09 00:00:00', 0.0427936192224238, 0.0714230769230742, 0.0552912602636128, 0.107711538461537, 0.0595393858008183, 0.141461538461538, 0.0878469495114175, 0.233057692307691, 0.26247994868473, 0.584288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1110, '2021-05-09 00:00:00', 0.0304063252528919, 0.0757307692307685, 0.0354236340054755, 0.100923076923077, 0.0361450337050398, 0.123788461538461, 0.0891313572551998, 0.222173076923076, 0.261684172532169, 0.581115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1125, '2021-05-09 00:00:00', 0.0230422104308263, 0.0657115384615407, 0.0310937540104374, 0.0851923076923084, 0.0346446799112641, 0.109423076923077, 0.093963448294456, 0.21601923076923, 0.265050909478509, 0.576269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1140, '2021-05-09 00:00:00', 0.0225925787679194, 0.0562692307692294, 0.0223204028775327, 0.077096153846153, 0.0317200312833315, 0.110096153846152, 0.0970200217243049, 0.20926923076923, 0.263111546979311, 0.572884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1155, '2021-05-09 00:00:00', 0.0203701893801851, 0.0542307692307686, 0.0280415145536323, 0.0750576923076916, 0.0415757880724595, 0.113384615384616, 0.102457167410806, 0.201865384615383, 0.26287705008528, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1170, '2021-05-09 00:00:00', 0.0188236859792697, 0.0488653846153862, 0.0268674237979468, 0.0754615384615397, 0.0570089905190382, 0.11575, 0.101690822897339, 0.192211538461537, 0.261916210911928, 0.569192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1185, '2021-05-09 00:00:00', 0.0192844397218242, 0.052019230769231, 0.0281474414741104, 0.0784615384615398, 0.058443532905375, 0.111057692307691, 0.100298132508114, 0.185346153846153, 0.261683511135111, 0.572000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1200, '2021-05-09 00:00:00', 0.024138861103719, 0.05773076923077, 0.0540356008002701, 0.0833846153846145, 0.0531184163341322, 0.101884615384616, 0.104216320883352, 0.183692307692306, 0.263325832090499, 0.572923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1215, '2021-05-09 00:00:00', 0.0534977929091838, 0.0544230769230766, 0.0514402416551335, 0.0710384615384624, 0.0483660561201285, 0.0893461538461541, 0.107503132333615, 0.18128846153846, 0.257627035878196, 0.567480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1230, '2021-05-09 00:00:00', 0.0275821291084249, 0.048076923076922, 0.0341183235227058, 0.0634999999999999, 0.0342119693404768, 0.084173076923076, 0.0964890428215317, 0.174846153846151, 0.256710160567247, 0.563557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1245, '2021-05-09 00:00:00', 0.0110124405176087, 0.0405769230769244, 0.0171436128496436, 0.057711538461538, 0.0308233927149739, 0.0818076923076927, 0.0752093999853354, 0.165423076923075, 0.255954605350246, 0.563500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1260, '2021-05-09 00:00:00', 0.0127732292164271, 0.0428461538461535, 0.0187419726406151, 0.0551923076923072, 0.031931513250418, 0.0851923076923078, 0.0696869704188245, 0.165423076923076, 0.255504009452208, 0.564173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1275, '2021-05-09 00:00:00', 0.0157638949696904, 0.0374038461538471, 0.0259376248838531, 0.0555961538461537, 0.0401604905348533, 0.0892499999999998, 0.0642194554752586, 0.165538461538462, 0.253862307469712, 0.563865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1290, '2021-05-09 00:00:00', 0.019649554702333, 0.0427499999999986, 0.0234581788262891, 0.063884615384616, 0.0469290790612645, 0.0905384615384604, 0.0637576662057208, 0.164999999999998, 0.253257628026969, 0.562884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1305, '2021-05-09 00:00:00', 0.0175894745624938, 0.0489807692307697, 0.0323523391141018, 0.0669230769230756, 0.0476972705234237, 0.0879807692307679, 0.0615523448281732, 0.163134615384613, 0.253899902293434, 0.561096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1320, '2021-05-09 00:00:00', 0.0202177758801111, 0.0469615384615364, 0.0335159491310312, 0.0623269230769206, 0.0424714791178908, 0.0845576923076916, 0.0585691077669404, 0.155596153846151, 0.254814403801306, 0.560596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1335, '2021-05-09 00:00:00', 0.0196927944651382, 0.0401153846153832, 0.0238868889045547, 0.0562115384615369, 0.0367480664064849, 0.0789038461538458, 0.0492496310021322, 0.153615384615384, 0.25598701063801, 0.56098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1350, '2021-05-09 00:00:00', 0.0139717434625981, 0.0400192307692316, 0.0188824297654243, 0.0558846153846171, 0.0298211140998107, 0.0766730769230768, 0.0499993384571619, 0.152423076923076, 0.255534417371787, 0.560461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1365, '2021-05-09 00:00:00', 0.0168534406439294, 0.0460384615384611, 0.0239460933059108, 0.0611538461538452, 0.0285622733958372, 0.0787884615384601, 0.0536844806395512, 0.15828846153846, 0.256952988816123, 0.560961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1380, '2021-05-09 00:00:00', 0.0186532838931911, 0.042749999999997, 0.0198798022742073, 0.0544423076923042, 0.0371196868769963, 0.0848653846153832, 0.0562065421869679, 0.163846153846153, 0.256890096224945, 0.561692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1395, '2021-05-09 00:00:00', 0.0153135937599964, 0.0361153846153833, 0.0203156343735579, 0.0552499999999998, 0.0389801922085481, 0.101653846153845, 0.065654424538932, 0.173788461538462, 0.257107332420947, 0.562903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1410, '2021-05-09 00:00:00', 0.0180521466867535, 0.040500000000001, 0.0367427700894501, 0.0651346153846159, 0.0391908005296373, 0.0956730769230768, 0.081217734421831, 0.187096153846154, 0.258531006918826, 0.563692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1425, '2021-05-09 00:00:00', 0.0323721924829607, 0.0533269230769246, 0.0390166631069338, 0.0860000000000002, 0.0380556677270782, 0.0950769230769234, 0.0929496720729089, 0.192307692307692, 0.257566466403111, 0.564769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 0, '2021-05-09 00:00:00', 0.0329877832864499, 0.0694230769230783, 0.031359282762599, 0.0757307692307706, 0.0381434791281534, 0.0887500000000002, 0.10664002712216, 0.200346153846153, 0.25859713544728, 0.562538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 15, '2021-05-09 00:00:00', 0.0229695199373836, 0.0438269230769241, 0.0285780442890105, 0.0597692307692303, 0.0300616609910103, 0.0807115384615374, 0.1024948779208, 0.1985, 0.256350163913468, 0.559057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 30, '2021-05-09 00:00:00', 0.0257346294678242, 0.0461346153846138, 0.0300271479728678, 0.0599807692307692, 0.0363271724957848, 0.0827115384615371, 0.100362949032305, 0.196692307692308, 0.255374332334683, 0.558019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 45, '2021-05-09 00:00:00', 0.0304322008102234, 0.0451730769230778, 0.0263289033923966, 0.0608653846153834, 0.0331106536422253, 0.0816538461538441, 0.0997757659030392, 0.196788461538461, 0.255398982739979, 0.556903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 60, '2021-05-09 00:00:00', 0.0159532610604096, 0.0425576923076905, 0.0287302909032377, 0.0564807692307667, 0.0315945467543906, 0.0736538461538442, 0.0955833204792864, 0.190865384615384, 0.253675001800459, 0.550557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 75, '2021-05-09 00:00:00', 0.0176757221591119, 0.0328653846153841, 0.0235953385226814, 0.0494999999999991, 0.0329264915554913, 0.0829230769230761, 0.0954892120366722, 0.184480769230768, 0.25450088181803, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 90, '2021-05-09 00:00:00', 0.0149450789430968, 0.0361538461538455, 0.021464496625466, 0.0507692307692294, 0.0323341686384302, 0.0850384615384604, 0.0905269636840109, 0.179634615384615, 0.250487687398927, 0.543692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 105, '2021-05-09 00:00:00', 0.0156267522094446, 0.0366538461538457, 0.0226724163145099, 0.0665384615384611, 0.037452518658244, 0.0903653846153838, 0.0850175185566995, 0.178038461538462, 0.249919880238574, 0.542442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 120, '2021-05-09 00:00:00', 0.0183997596138148, 0.0533653846153853, 0.026347033112785, 0.0666153846153851, 0.0393663122283715, 0.0965576923076926, 0.0845821880685402, 0.180557692307693, 0.251348294205474, 0.542750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 135, '2021-05-09 00:00:00', 0.0176429981753498, 0.0423461538461527, 0.0263539297901574, 0.0630192307692311, 0.0407252189869924, 0.103211538461538, 0.0922738336941502, 0.183403846153846, 0.252185417897231, 0.542250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 150, '2021-05-09 00:00:00', 0.0168401648996115, 0.0441346153846168, 0.0257333142354113, 0.0687115384615375, 0.0599920796054318, 0.11601923076923, 0.0926255924926552, 0.181403846153846, 0.251686181277706, 0.539576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 165, '2021-05-09 00:00:00', 0.0209177877930221, 0.0520769230769214, 0.0331888303731613, 0.0820384615384619, 0.0654532363893979, 0.115115384615386, 0.0888357278264876, 0.176442307692308, 0.246554500138331, 0.537307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 180, '2021-05-09 00:00:00', 0.031631654058261, 0.0626923076923097, 0.0501449744395035, 0.0909615384615394, 0.0817274763137563, 0.120596153846154, 0.0935729579608267, 0.173961538461538, 0.24717147971523, 0.538596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 195, '2021-05-09 00:00:00', 0.0275750165632142, 0.0561923076923071, 0.0368776563580388, 0.0731923076923085, 0.0577117105833951, 0.107192307692307, 0.0751141208684903, 0.159365384615384, 0.235163348302017, 0.532096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 210, '2021-05-09 00:00:00', 0.0237456068811456, 0.0504230769230799, 0.0464171718887934, 0.0789230769230788, 0.0517117640238802, 0.0965576923076942, 0.0762553831643281, 0.157711538461538, 0.234860270242674, 0.533057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 225, '2021-05-09 00:00:00', 0.0345872864592684, 0.0594038461538456, 0.0396363906219854, 0.0772115384615393, 0.0436878129459494, 0.0922499999999999, 0.0679674271533518, 0.149365384615384, 0.233340323430096, 0.529942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 240, '2021-05-09 00:00:00', 0.0209449553316827, 0.0501346153846165, 0.0258874264103996, 0.0628269230769246, 0.035311166244384, 0.0824615384615403, 0.0693987280974117, 0.144211538461538, 0.233690778594279, 0.527000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 255, '2021-05-09 00:00:00', 0.0203837038983445, 0.0421538461538463, 0.0262233894423701, 0.0588846153846156, 0.0377146370279991, 0.0789230769230777, 0.0681839057256173, 0.143249999999999, 0.233062447887653, 0.52623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 270, '2021-05-09 00:00:00', 0.0192818467835573, 0.0429807692307706, 0.0223986950169312, 0.0576923076923088, 0.0287686528119642, 0.0748461538461543, 0.0648012256531758, 0.144826923076921, 0.231499709253847, 0.529153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 285, '2021-05-09 00:00:00', 0.0189302769291783, 0.0386538461538454, 0.0267816814546507, 0.0564615384615386, 0.0305647610065033, 0.0762692307692309, 0.0651820792974447, 0.140788461538459, 0.232460290239993, 0.532057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 300, '2021-05-09 00:00:00', 0.0220900343002122, 0.0395192307692309, 0.0208017103586723, 0.0513653846153856, 0.037757958916479, 0.0777884615384613, 0.0638387903538754, 0.140865384615383, 0.231975602994401, 0.532903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 315, '2021-05-09 00:00:00', 0.0117637153994803, 0.0352500000000016, 0.0199351737852017, 0.0541346153846159, 0.0537940088171104, 0.0791538461538442, 0.0657166294374207, 0.154846153846153, 0.23307154811015, 0.531942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 330, '2021-05-09 00:00:00', 0.0177995354304123, 0.0392115384615399, 0.034804934442383, 0.0572884615384607, 0.0514774371784528, 0.0770576923076919, 0.064825576623855, 0.159346153846153, 0.232597324543117, 0.530846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 345, '2021-05-09 00:00:00', 0.0265063200010887, 0.0417499999999982, 0.0432168414465411, 0.0601538461538448, 0.0434772973471843, 0.0786538461538446, 0.0587386257401917, 0.160615384615384, 0.231756178243098, 0.527884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 360, '2021-05-09 00:00:00', 0.0225487164908472, 0.0417692307692302, 0.0246577574000553, 0.0517499999999995, 0.0342173370361592, 0.069115384615384, 0.0564580034525326, 0.160615384615384, 0.231853368781618, 0.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 375, '2021-05-09 00:00:00', 0.0125612346281977, 0.0307692307692301, 0.0187003085124696, 0.0451923076923054, 0.0262617592708488, 0.0644999999999997, 0.0512807806252843, 0.168038461538463, 0.233107612158321, 0.518673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 390, '2021-05-09 00:00:00', 0.0118265021813787, 0.0328846153846139, 0.0185723222523765, 0.0431346153846153, 0.0299210049707827, 0.0674423076923072, 0.0523479336158187, 0.166384615384617, 0.233847432182742, 0.517307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 405, '2021-05-09 00:00:00', 0.013394545388098, 0.0285769230769229, 0.0228954143880393, 0.0454999999999992, 0.0274930270880013, 0.0640576923076926, 0.0536403407320094, 0.170384615384616, 0.234747484626486, 0.514692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 420, '2021-05-09 00:00:00', 0.0187556350506674, 0.0345769230769231, 0.020589102793618, 0.0488653846153851, 0.0284644785383725, 0.0665576923076931, 0.0694464181941724, 0.17975, 0.234598846642848, 0.515826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 435, '2021-05-09 00:00:00', 0.0157711640465937, 0.0345192307692322, 0.0210642971728114, 0.0467307692307699, 0.0268030494820707, 0.0717115384615382, 0.0701843643556013, 0.180750000000001, 0.23421610665235, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 450, '2021-05-09 00:00:00', 0.0148510553885496, 0.0335769230769233, 0.0228463092457784, 0.048423076923078, 0.0308069235475001, 0.074557692307692, 0.0818274192337821, 0.192442307692309, 0.234277751003771, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 465, '2021-05-09 00:00:00', 0.0147861291548749, 0.0344807692307704, 0.0210842631800621, 0.0536153846153854, 0.0246798578726734, 0.0726538461538465, 0.0833086222336038, 0.199557692307694, 0.234105187567799, 0.516673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 480, '2021-05-09 00:00:00', 0.0159084520351214, 0.0433269230769239, 0.02289618711959, 0.0586538461538453, 0.0221898538838032, 0.0705192307692313, 0.0816761922754435, 0.208096153846155, 0.233856080824216, 0.516942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 495, '2021-05-09 00:00:00', 0.0143818929961892, 0.0388269230769215, 0.0164452588444695, 0.0490576923076904, 0.0373217043472651, 0.0895192307692308, 0.0805690458789602, 0.209365384615385, 0.234713104743775, 0.519307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 510, '2021-05-09 00:00:00', 0.0114142960293752, 0.0331153846153831, 0.0141236980339374, 0.0458269230769238, 0.0412341344780479, 0.0935769230769244, 0.0767177845192261, 0.210461538461539, 0.232137436910519, 0.518480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 525, '2021-05-09 00:00:00', 0.00876215639071792, 0.0348461538461557, 0.029240784215517, 0.0722115384615406, 0.0368793511122617, 0.0980576923076959, 0.0751742283989979, 0.21523076923077, 0.2329772488067, 0.521461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 540, '2021-05-09 00:00:00', 0.0266255227467651, 0.063038461538463, 0.0322089870401704, 0.0811730769230786, 0.0364108024968073, 0.106557692307694, 0.074284090852928, 0.216884615384616, 0.233802556411635, 0.521846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 555, '2021-05-09 00:00:00', 0.0199307261822993, 0.0510769230769248, 0.024431135557222, 0.0679038461538501, 0.0333945182051444, 0.107076923076926, 0.0682030452737651, 0.212653846153848, 0.230976232543525, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 570, '2021-05-09 00:00:00', 0.0182396862321181, 0.047384615384617, 0.0230022741350628, 0.0717692307692302, 0.0292005795516766, 0.103423076923078, 0.0673625238198849, 0.21351923076923, 0.229987746329102, 0.524211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 585, '2021-05-09 00:00:00', 0.0180514648883508, 0.0518461538461527, 0.0268438289714068, 0.0796346153846152, 0.0290045951266578, 0.107057692307691, 0.0691971570114077, 0.212557692307693, 0.229882706713999, 0.525173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 600, '2021-05-09 00:00:00', 0.0190956700690142, 0.0637692307692314, 0.0230776615266463, 0.0799615384615377, 0.03571840723471, 0.117269230769228, 0.0736599254370017, 0.215769230769231, 0.232941534427717, 0.526538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 615, '2021-05-09 00:00:00', 0.0142464030548057, 0.0539999999999977, 0.0274925514388039, 0.0809038461538449, 0.0381213245390997, 0.113846153846152, 0.0743016512913099, 0.212653846153846, 0.235043527883668, 0.534500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 630, '2021-05-09 00:00:00', 0.0250312496998942, 0.0657115384615374, 0.0367374939474458, 0.0887115384615352, 0.0464022048547756, 0.121730769230768, 0.0706442577556471, 0.210365384615383, 0.235141418168859, 0.538942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 645, '2021-05-09 00:00:00', 0.0232383386801926, 0.0585961538461511, 0.0216883875344856, 0.0818846153846145, 0.0489722998627382, 0.123384615384615, 0.070279346457274, 0.212442307692306, 0.232473555154462, 0.541923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 660, '2021-05-09 00:00:00', 0.0162709746292154, 0.0557692307692309, 0.0319423097763164, 0.0858653846153852, 0.0530029208193713, 0.12648076923077, 0.0739972374744235, 0.214134615384615, 0.23215210862377, 0.547807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 675, '2021-05-09 00:00:00', 0.0217320128983809, 0.0600961538461544, 0.0379777060108446, 0.0863846153846163, 0.0484470210245563, 0.114576923076923, 0.0785438951258362, 0.217711538461538, 0.230347767182916, 0.553423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 690, '2021-05-09 00:00:00', 0.0271873839520057, 0.0589230769230768, 0.038988721248783, 0.0834038461538459, 0.0424613897015232, 0.10951923076923, 0.0760108215979797, 0.222249999999999, 0.227285675882884, 0.55396153846153[...];
Date: 2021-05-09 15:07:25 Duration: 14s123ms Database: acaweb_fx User: pgperfstats
18 29s523ms 58 61ms 14s985ms 509ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 09 15 58 29s523ms 509ms [ User: postgres - Total duration: 29s523ms - Times executed: 58 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:05:43 Duration: 14s985ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:46:14 Duration: 2s37ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:03:16 Duration: 1s484ms Database: acaweb_fx User: postgres
19 28s475ms 2 13s342ms 15s133ms 14s237ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbo[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 09 15 2 28s475ms 14s237ms [ User: pgperfstats - Total duration: 28s475ms - 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 977120, 1, 930, '2021-05-09 00:00:00', 0.000715977330969047, 0.00132153846153845, 0.000726083063694948, 0.00177384615384613, 0.000677293851691042, 0.00218980769230768, 0.00218190080328705, 0.00515634615384613, 0.00175865171257808, 0.00793961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 945, '2021-05-09 00:00:00', 0.000587793298310286, 0.00129480769230771, 0.000576876469912303, 0.0016173076923077, 0.000845135856170226, 0.00245615384615386, 0.00216997094096106, 0.00524826923076923, 0.00188662825003926, 0.0080669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 960, '2021-05-09 00:00:00', 0.000459759301574902, 0.00112384615384614, 0.000501386692468615, 0.00149384615384617, 0.00101732424299465, 0.00265884615384618, 0.00217590272159538, 0.00526557692307692, 0.00193951786237239, 0.00816153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 975, '2021-05-09 00:00:00', 0.000496908326168303, 0.00108826923076926, 0.000782063050773133, 0.00192115384615389, 0.00141156443488992, 0.00302692307692313, 0.00211278438231493, 0.00517038461538463, 0.00192742690173675, 0.00814230769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 990, '2021-05-09 00:00:00', 0.000804889767894646, 0.00156653846153847, 0.000979032666226449, 0.0022148076923077, 0.0014025821242924, 0.00314115384615385, 0.002136094252098, 0.0050705769230769, 0.0019146582040828, 0.00810403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1005, '2021-05-09 00:00:00', 0.000852427055304679, 0.00162826923076924, 0.00126267775595541, 0.00237634615384615, 0.00160563820285318, 0.00300903846153845, 0.00201516894691621, 0.00483673076923073, 0.00198578335637643, 0.00799846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1020, '2021-05-09 00:00:00', 0.000810734448604357, 0.00166211538461538, 0.000907225800915121, 0.00216057692307691, 0.00121097394051869, 0.00306173076923077, 0.00170088583255448, 0.00451384615384613, 0.00189114065091377, 0.00797019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1035, '2021-05-09 00:00:00', 0.000553658322850406, 0.00131153846153846, 0.000858844774190212, 0.0018578846153846, 0.00133845530944615, 0.00304615384615384, 0.00149697515523289, 0.00427384615384613, 0.00191309255274927, 0.00787365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1050, '2021-05-09 00:00:00', 0.000724771714722352, 0.00126903846153847, 0.000945216702870102, 0.00216884615384619, 0.00127121540872685, 0.00283615384615389, 0.00146525965144534, 0.00402461538461537, 0.00194696944980184, 0.00790903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1065, '2021-05-09 00:00:00', 0.000929808106753524, 0.00177134615384617, 0.00123300371201635, 0.00237192307692308, 0.00114047075300576, 0.00267153846153846, 0.00147496899576277, 0.0039534615384615, 0.00204748273215225, 0.00793346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1080, '2021-05-09 00:00:00', 0.000746999021727292, 0.00148846153846155, 0.000667377300736606, 0.00174269230769232, 0.000998765410971877, 0.00225788461538459, 0.00128733847381092, 0.00359211538461535, 0.00220725489100064, 0.00797807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1095, '2021-05-09 00:00:00', 0.000411290090400347, 0.00105846153846157, 0.000486918252497665, 0.00139076923076923, 0.000857024481294693, 0.00208480769230766, 0.00124533671690087, 0.00337653846153841, 0.00217242229213953, 0.00807115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1110, '2021-05-09 00:00:00', 0.000383404034728597, 0.000990576923076913, 0.000675814408979706, 0.00151634615384613, 0.000782984453131833, 0.00199557692307689, 0.0013082752151063, 0.00324596153846152, 0.00226078522778126, 0.00809538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1125, '2021-05-09 00:00:00', 0.000536809986436945, 0.00108480769230767, 0.000623371755980195, 0.00148711538461537, 0.000763584285811623, 0.0019501923076923, 0.00122305187323161, 0.00313326923076921, 0.00218323186689263, 0.00799423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1140, '2021-05-09 00:00:00', 0.000380411770828163, 0.000953653846153885, 0.000482301413896058, 0.00124442307692307, 0.000706782117443878, 0.0017298076923077, 0.00122809240757299, 0.00301519230769229, 0.00222246586025524, 0.0079225 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1155, '2021-05-09 00:00:00', 0.000335182843328132, 0.000873461538461539, 0.000572868087917149, 0.00125961538461539, 0.000705263316892224, 0.00167788461538462, 0.0012375164489971, 0.00295980769230767, 0.00222743443311947, 0.00792307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1170, '2021-05-09 00:00:00', 0.000368486927019955, 0.000846153846153838, 0.000408373179636154, 0.00119557692307692, 0.000542972056229542, 0.00145557692307689, 0.00121316238053214, 0.00285019230769229, 0.00223176480701848, 0.00785807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1185, '2021-05-09 00:00:00', 0.000320295356483081, 0.000863653846153842, 0.000405376178572263, 0.00107538461538459, 0.000657409016811174, 0.00144384615384612, 0.00119474543474586, 0.00280442307692307, 0.00225671132402885, 0.00784999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1200, '2021-05-09 00:00:00', 0.000364377023678243, 0.000721153846153822, 0.000407229664931254, 0.000964999999999977, 0.000719315192494809, 0.00146788461538459, 0.00116048738103368, 0.00282519230769228, 0.00223557825938752, 0.00784692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1215, '2021-05-09 00:00:00', 0.000300628572264079, 0.000693461538461538, 0.00056197987919089, 0.00102423076923075, 0.000650701071626152, 0.00145673076923076, 0.0010664848082152, 0.00287038461538461, 0.00235212860225339, 0.0079898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1230, '2021-05-09 00:00:00', 0.000382018374507736, 0.000714038461538434, 0.000543353971607401, 0.00105346153846151, 0.000580181039384743, 0.00141903846153844, 0.000962602262299762, 0.00281134615384614, 0.00250104150612994, 0.00810115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1245, '2021-05-09 00:00:00', 0.000327805523959659, 0.000727307692307675, 0.000309431550775605, 0.000978269230769243, 0.000434102079452071, 0.00135884615384613, 0.000926334380564277, 0.00268923076923075, 0.00253044445016773, 0.00813634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1260, '2021-05-09 00:00:00', 0.000304129021203953, 0.000702307692307707, 0.00040425563123427, 0.00096384615384614, 0.000589060137977323, 0.0014653846153846, 0.000939360338823096, 0.00261538461538461, 0.00259179774258363, 0.00821153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1275, '2021-05-09 00:00:00', 0.000331061753477162, 0.000646730769230762, 0.000434017723849332, 0.000945769230769226, 0.000662279048786517, 0.00144346153846153, 0.000958774939501142, 0.00259576923076922, 0.00264293749744194, 0.00824615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1290, '2021-05-09 00:00:00', 0.000320571184942402, 0.000721730769230758, 0.000497379169710164, 0.00116403846153845, 0.000617211377580984, 0.00144826923076923, 0.000888255788697093, 0.00254711538461538, 0.00271212554310057, 0.00827019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1305, '2021-05-09 00:00:00', 0.000426743527732462, 0.000884038461538463, 0.000496363894118655, 0.00104865384615387, 0.000564430277768223, 0.00141346153846157, 0.000862298359930286, 0.0024423076923077, 0.00285490568347511, 0.0083373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1320, '2021-05-09 00:00:00', 0.000297204475067252, 0.000727500000000018, 0.000385899000337572, 0.000945961538461561, 0.00044027543826386, 0.00141269230769235, 0.000762897210537667, 0.00233307692307692, 0.00291621166267789, 0.00842269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1335, '2021-05-09 00:00:00', 0.000324215799453693, 0.000633269230769212, 0.000304293443899157, 0.000992499999999994, 0.000442113151197211, 0.00138096153846156, 0.000738536494593305, 0.00229807692307691, 0.00294062091821021, 0.00846423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1350, '2021-05-09 00:00:00', 0.00031931663812682, 0.000746346153846158, 0.00033048920615448, 0.00113865384615386, 0.000434856298103177, 0.00140000000000003, 0.000758156392431435, 0.00226634615384616, 0.00294889792321446, 0.00849519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1365, '2021-05-09 00:00:00', 0.00032482397600026, 0.000863846153846168, 0.000356538702182292, 0.00105961538461543, 0.000483434984889777, 0.00138576923076925, 0.000725691314964844, 0.00218326923076922, 0.00292065625528554, 0.00849519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1380, '2021-05-09 00:00:00', 0.000322226449279655, 0.000793269230769244, 0.000444158885292888, 0.00106365384615385, 0.000672659932369545, 0.00156576923076922, 0.000770791401492916, 0.00213076923076922, 0.00296396524945893, 0.00852000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1395, '2021-05-09 00:00:00', 0.000373055574329694, 0.000792307692307682, 0.000456364269146752, 0.0010528846153846, 0.000755460022869418, 0.00170461538461537, 0.000696415354622424, 0.0020878846153846, 0.00292522283174885, 0.00851884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1410, '2021-05-09 00:00:00', 0.000256888182798523, 0.000638461538461536, 0.000443892268634894, 0.00109788461538463, 0.000605772361408271, 0.00158307692307692, 0.000601718820099194, 0.00194846153846154, 0.00283430376744519, 0.0084996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1425, '2021-05-09 00:00:00', 0.000453164259572434, 0.000920384615384607, 0.000656577987634498, 0.00137557692307692, 0.000581598195955313, 0.00157730769230767, 0.000610447660454093, 0.00199288461538462, 0.00282823157576497, 0.00851038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 0, '2021-05-09 00:00:00', 0.000726014347883946, 0.0010452, 0.000675660355997515, 0.00128739999999999, 0.000619853813410887, 0.00141699999999998, 0.000620854719989599, 0.00194219999999999, 0.0028642075401991, 0.00851340000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 15, '2021-05-09 00:00:00', 0.000392388984790138, 0.000833653846153825, 0.00037925701656712, 0.00104326923076923, 0.000338929990501777, 0.00125346153846155, 0.000592061229941638, 0.0018875, 0.00281708490901773, 0.0085842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 30, '2021-05-09 00:00:00', 0.000372832195704515, 0.000750384615384621, 0.000331545564799886, 0.00101230769230768, 0.00030242710501234, 0.00117192307692309, 0.000602624548250287, 0.00189788461538461, 0.00278593817922466, 0.00856153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 45, '2021-05-09 00:00:00', 0.000354189703624871, 0.000722884615384611, 0.000327856734659421, 0.000929038461538476, 0.000326459091559023, 0.00101653846153849, 0.000722152791205691, 0.00187442307692308, 0.00278887101502769, 0.00856346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 60, '2021-05-09 00:00:00', 0.000207306629082472, 0.000680961538461542, 0.000249726080705656, 0.000811346153846149, 0.00026295751338599, 0.000930576923076913, 0.000692574155985107, 0.00184480769230769, 0.00276508230507633, 0.00855307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 75, '2021-05-09 00:00:00', 0.000124437349080391, 0.000435576923076907, 0.000190972108313891, 0.000562884615384605, 0.000367087916528926, 0.000896538461538425, 0.000686363578242958, 0.00181519230769231, 0.00276189394326542, 0.00854807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 90, '2021-05-09 00:00:00', 0.000200796203611047, 0.000443653846153866, 0.00029426100397697, 0.000633461538461555, 0.000410697764598467, 0.000920576923076916, 0.000672574874299112, 0.0018401923076923, 0.00276289839452369, 0.00854653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 105, '2021-05-09 00:00:00', 0.000186967808829373, 0.0004848076923077, 0.000315864138271751, 0.000748076923076905, 0.000377456670972358, 0.000896538461538459, 0.00066682393016909, 0.00187807692307692, 0.00276216618588773, 0.00854096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 120, '2021-05-09 00:00:00', 0.000233139195793807, 0.000601730769230766, 0.000259299722625844, 0.000702115384615381, 0.000328505532092519, 0.00092173076923077, 0.000626270032690489, 0.00187192307692308, 0.00276193293518535, 0.00853846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 135, '2021-05-09 00:00:00', 0.000167918478389424, 0.000438846153846142, 0.000193906004191553, 0.000611538461538471, 0.000284649582145114, 0.000905769230769246, 0.000600534793714326, 0.00186096153846153, 0.00275929227269491, 0.00853538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 150, '2021-05-09 00:00:00', 0.000165718482326556, 0.000411153846153841, 0.00025995894646305, 0.000659423076923076, 0.000341005357503582, 0.000955576923076958, 0.000571861770548935, 0.00188173076923076, 0.0027619649429625, 0.00853788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 165, '2021-05-09 00:00:00', 0.000258279589115864, 0.000537115384615385, 0.000269195953792863, 0.000742307692307705, 0.00047739517576757, 0.00110692307692309, 0.000577244282378285, 0.00188519230769228, 0.00277803530464358, 0.00854807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 180, '2021-05-09 00:00:00', 0.0002319523326362, 0.00058326923076926, 0.000296511317724049, 0.000769807692307748, 0.000464025695574981, 0.00110961538461541, 0.000551303490340404, 0.00185653846153847, 0.00274701668248414, 0.00855442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 195, '2021-05-09 00:00:00', 0.00012650509263088, 0.000501538461538502, 0.000353041128569387, 0.000804038461538502, 0.000416342360970485, 0.00104519230769234, 0.000543418240966733, 0.00176576923076924, 0.00273667819417291, 0.00855153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 210, '2021-05-09 00:00:00', 0.00031618209213148, 0.000578653846153837, 0.000306698611769864, 0.000740961538461533, 0.000427059579702187, 0.00105326923076922, 0.000445840606219111, 0.00171461538461539, 0.0027115970315551, 0.00860730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 225, '2021-05-09 00:00:00', 0.000145011935848276, 0.000497692307692314, 0.000338302379536378, 0.000757500000000018, 0.000412407565400989, 0.00103499999999998, 0.000419680097950057, 0.00170423076923077, 0.00268291541338607, 0.00863134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 240, '2021-05-09 00:00:00', 0.000285098903216716, 0.000584230769230779, 0.000313558790954138, 0.000753653846153822, 0.00040372496350094, 0.000984615384615362, 0.00042759254508864, 0.00171576923076922, 0.00273228949502342, 0.00866673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 255, '2021-05-09 00:00:00', 0.000213611437319844, 0.000520384615384634, 0.000337339420488274, 0.000726730769230773, 0.000381699690655026, 0.000935576923076929, 0.000447890096409291, 0.00174153846153844, 0.00281400052621501, 0.00868980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 270, '2021-05-09 00:00:00', 0.000207278704980634, 0.000502307692307687, 0.000337740968107876, 0.000659807692307702, 0.000349177550163908, 0.000934807692307659, 0.000435408384781973, 0.00169230769230767, 0.00281284195186181, 0.00866961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 285, '2021-05-09 00:00:00', 0.000318927047361055, 0.000507307692307702, 0.000346392174365327, 0.000713461538461515, 0.000332937508573878, 0.000960769230769205, 0.0004421446421878, 0.00172173076923075, 0.00280985518378547, 0.00866692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 300, '2021-05-09 00:00:00', 0.000138141092866918, 0.000490192307692274, 0.000166980537788109, 0.000642499999999948, 0.00032067410967426, 0.000903269230769187, 0.000482876676404424, 0.00172826923076921, 0.00283721163224631, 0.00869461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 315, '2021-05-09 00:00:00', 0.000149566167503012, 0.000454038461538464, 0.000234047743321397, 0.000657115384615385, 0.00042994547954898, 0.000928653846153832, 0.000584326436690443, 0.00183423076923077, 0.00285086626510931, 0.0086876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 330, '2021-05-09 00:00:00', 0.000166652217322368, 0.00046480769230768, 0.000282430726700581, 0.000626346153846132, 0.000408851863336654, 0.00086461538461537, 0.000688854372239744, 0.00184211538461536, 0.00285790751855537, 0.00869076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 345, '2021-05-09 00:00:00', 0.00021861003214363, 0.000447884615384612, 0.000365658363040601, 0.000629038461538475, 0.000346007781148604, 0.000779230769230759, 0.00069399359895072, 0.00191634615384615, 0.00283060070411808, 0.00867288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 360, '2021-05-09 00:00:00', 0.000264885751860031, 0.000457692307692274, 0.00024300522311572, 0.000568461538461505, 0.000223462266647811, 0.000750769230769222, 0.000747465358085884, 0.00202730769230769, 0.00279138328680353, 0.00865442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 375, '2021-05-09 00:00:00', 0.000112545546335663, 0.000367499999999974, 0.00023438758171359, 0.000523461538461526, 0.000266058481136432, 0.000751346153846157, 0.000791805944563529, 0.00228057692307693, 0.00278477413115289, 0.0086401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 390, '2021-05-09 00:00:00', 0.000139095429333771, 0.000378461538461541, 0.000186606125713627, 0.000525384615384624, 0.000280942096415725, 0.000737692307692341, 0.000941707941006064, 0.00248961538461539, 0.00278394824775062, 0.00863961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 405, '2021-05-09 00:00:00', 0.000130721665557581, 0.000371923076923088, 0.000186666403388063, 0.000542115384615409, 0.000342648339577747, 0.000788269230769245, 0.0009577201494254, 0.00275173076923076, 0.00278856475352739, 0.00863423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 420, '2021-05-09 00:00:00', 0.000172780541105226, 0.000391346153846173, 0.000173454605012365, 0.000522500000000033, 0.000347379641580512, 0.000821153846153863, 0.000890081089650742, 0.00292711538461537, 0.002787069877129, 0.00861749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 435, '2021-05-09 00:00:00', 0.000132868500637027, 0.000379038461538494, 0.000237207795954378, 0.000598461538461556, 0.00031130846685957, 0.000889807692307706, 0.000928815291731283, 0.00302538461538461, 0.002793543111424, 0.00861134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 450, '2021-05-09 00:00:00', 0.000211442299821608, 0.000459615384615398, 0.000294786559029778, 0.000623653846153867, 0.0002562651871672, 0.000894615384615378, 0.000920417296664961, 0.00311, 0.00275358175138099, 0.00859269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 465, '2021-05-09 00:00:00', 0.000249459415536887, 0.000460000000000042, 0.000244199477098913, 0.000689230769230775, 0.000270834607492047, 0.000909230769230773, 0.000968408944927397, 0.00323826923076921, 0.00276237562894415, 0.00856865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 480, '2021-05-09 00:00:00', 0.000212867690940054, 0.000520576923076926, 0.000216528644401007, 0.000700576923076927, 0.000348564970215774, 0.000961538461538484, 0.00110253909751018, 0.00345230769230768, 0.00275902937921737, 0.00856365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 495, '2021-05-09 00:00:00', 0.000165275992951656, 0.000433076923076942, 0.000242327496138225, 0.00062115384615385, 0.000376717451761317, 0.00107596153846157, 0.0011990368570713, 0.00350423076923074, 0.00275223735559606, 0.00855769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 510, '2021-05-09 00:00:00', 0.000211041100626984, 0.000492115384615397, 0.000278816523624695, 0.000690576923076955, 0.000452705244570398, 0.00118903846153846, 0.00146894809302441, 0.00366249999999998, 0.00274069191151543, 0.0085680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 525, '2021-05-09 00:00:00', 0.000167919509106188, 0.000474807692307694, 0.000292069077709115, 0.000917884615384625, 0.000480700930533102, 0.00129076923076921, 0.00141984399197183, 0.00375019230769228, 0.00277393619942159, 0.00857096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 540, '2021-05-09 00:00:00', 0.000275299906395835, 0.000759038461538447, 0.000377922458469204, 0.000979230769230754, 0.00061558927366076, 0.00149307692307691, 0.00143379508513382, 0.00381211538461536, 0.00278795953093903, 0.00856211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 555, '2021-05-09 00:00:00', 0.000272870848571272, 0.000732499999999999, 0.00035446926741042, 0.00102269230769231, 0.000578774600739862, 0.00176403846153845, 0.00144215511808387, 0.00389923076923075, 0.00290987468009297, 0.00857442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 570, '2021-05-09 00:00:00', 0.000305888931577379, 0.000739038461538486, 0.000544438595817194, 0.00118076923076924, 0.000653611505406709, 0.00194000000000001, 0.00143089983791808, 0.00386711538461536, 0.00305506658620624, 0.00858961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 585, '2021-05-09 00:00:00', 0.000298445717265062, 0.000879615384615374, 0.000424561357348814, 0.0013628846153846, 0.000647682881806074, 0.00216365384615383, 0.0014298366905135, 0.00383519230769231, 0.0031434796557563, 0.00856711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 600, '2021-05-09 00:00:00', 0.000379709605640147, 0.00114076923076922, 0.000541744511171667, 0.00162134615384616, 0.000621756073862259, 0.00228884615384613, 0.0014215495472845, 0.00384865384615384, 0.00309760905935777, 0.00854826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 615, '2021-05-09 00:00:00', 0.00049518543535186, 0.00112615384615386, 0.000493880708112946, 0.00158807692307692, 0.00056572598014885, 0.00209826923076922, 0.00135032219801855, 0.00375903846153847, 0.00313313468614717, 0.00849519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 630, '2021-05-09 00:00:00', 0.000272765678531261, 0.00101134615384614, 0.000437094823368316, 0.00148673076923073, 0.000648401851893129, 0.00205980769230766, 0.00125993609422801, 0.00365519230769229, 0.00315324845931207, 0.00848961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 645, '2021-05-09 00:00:00', 0.000352321749803504, 0.00111884615384613, 0.000403029727859434, 0.00146480769230767, 0.000697214816251064, 0.00215249999999998, 0.00114831704614256, 0.00378596153846155, 0.00306565247792124, 0.00849865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 660, '2021-05-09 00:00:00', 0.000359410842694226, 0.000986923076923086, 0.000463024878879689, 0.00147096153846155, 0.000907963846281298, 0.00211288461538463, 0.00109469836028014, 0.00384750000000004, 0.0030667636223525, 0.00850365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 675, '2021-05-09 00:00:00', 0.000424228530575033, 0.00105038461538461, 0.000514922286892352, 0.00152019230769231, 0.000833562442864247, 0.0019871153846154, 0.00107815975696482, 0.00385730769230773, 0.00309463597958692, 0.00860961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 690, '2021-05-09 00:00:00', 0.000368933650486823, 0.000980961538461551, 0.00061090462556645, 0.00149269230769232, 0.000784214182870614, 0.00195173076923079, 0.00122714592261256, 0.00385365384615386, 0.00304024085584325, 0.00867269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 705, '2021-05-09 00:00:00', 0.000418753461524158, 0.00100269230769231, 0.000413938354756445, 0.0012301923076923, 0.000628844881203139, 0.00177173076923078, 0.0013228720067164, 0.0040521153846154, 0.00302085979228024, 0.00867673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 720, '2021-05-09 00:00:00', 0.000239586904098279, 0.000841730769230775, 0.000641142999769861, 0.0013171153846154, 0.000669262539033739, 0.00172288461538463, 0.00129454464818863, 0.00416538461538464, 0.00287235606856383, 0.00866423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 735, '2021-05-09 00:00:00', 0.000398947316745556, 0.000954807692307722, 0.000396028602308165, 0.00125557692307696, 0.000501520649164584, 0.00173980769230769, 0.00132115976149162, 0.00420865384615386, 0.00286514249880553, 0.00867153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 750, '2021-05-09 00:00:00', 0.00019741288244145, 0.000869615384615402, 0.000271544018247789, 0.00117807692307693, 0.000403274911005089, 0.00162057692307692, 0.00126797609780917, 0.00417923076923079, 0.00288776669098085, 0.00869230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 765, '2021-05-09 00:00:00', 0.000332719852127876, 0.000897500000000004, 0.000419945967220305, 0.00132115384615383, 0.00045314185247177, 0.00158846153846154, 0.00117755850744732, 0.00442903846153846, 0.00296555264664109, 0.00881749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 780, '2021-05-09 00:00:00', 0.000365390833955183, 0.000922307692307663, 0.00045188664337592, 0.00121153846153845, 0.000537534292287122, 0.00167634615384615, 0.00120273662312884, 0.00471076923076924, 0.00299470055007431, 0.00886923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 795, '2021-05-09 00:00:00', 0.000287889936233649, 0.000813846153846174, 0.00040949049016853, 0.00115730769230772, 0.000571349684115122, 0.00173230769230772, 0.00141835859900965, 0.00481134615384614, 0.00300869788472329, 0.00884480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 810, '2021-05-09 00:00:00', 0.000338648217749049, 0.000883846153846162, 0.000429504544616392, 0.00126692307692308, 0.000741592880224699, 0.00180999999999999, 0.00138709520775778, 0.00493865384615384, 0.00300674752080152, 0.0088405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 825, '2021-05-09 00:00:00', 0.000275985297824684, 0.000941730769230781, 0.000505108366133896, 0.00137230769230772, 0.00074343063925599, 0.00207865384615385, 0.00136183209458661, 0.00492942307692306, 0.00292967244165359, 0.00877384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 840, '2021-05-09 00:00:00', 0.000474586297575221, 0.00104807692307694, 0.000573763989271379, 0.00139865384615384, 0.00106639329229237, 0.00229942307692309, 0.00148776353838703, 0.00516788461538461, 0.00288992779388101, 0.0087755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 855, '2021-05-09 00:00:00', 0.000216506617415304, 0.000898653846153832, 0.000543201655429682, 0.00140403846153846, 0.000960599572382566, 0.00217653846153848, 0.00160073734212129, 0.00521596153846154, 0.00279720187797624, 0.00872211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 870, '2021-05-09 00:00:00', 0.000559761075404905, 0.00102730769230768, 0.000877025150941877, 0.00161365384615384, 0.000961831666065397, 0.00224192307692309, 0.00177490018137533, 0.00532942307692307, 0.00275814405268913, 0.00876115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 885, '2021-05-09 00:00:00', 0.000629482846347813, 0.00118557692307694, 0.000731025754571048, 0.00166057692307693, 0.00089356358733747, 0.00247826923076925, 0.00180624303032991, 0.00542326923076922, 0.00272730427627437, 0.00880884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 900, '2021-05-09 00:00:00', 0.000408419090942318, 0.00114192307692309, 0.000486061724475401, 0.00163500000000002, 0.000728962513545017, 0.00252788461538462, 0.00177252232274107, 0.00548423076923076, 0.00267278892084363, 0.00885384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 915, '2021-05-09 00:00:00', 0.000392719561323539, 0.00115557692307695, 0.000462139173176887, 0.00176615384615389, 0.000633648531552364, 0.00242230769230771, 0.00178940046900117, 0.00550403846153845, 0.00266405191679602, 0.00888115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 930, '2021-05-09 00:00:00', 0.000479810539532171, 0.00130807692307694, 0.000571090488586389, 0.00183288461538461, 0.000671400488072971, 0.00232115384615386, 0.00178463007371274, 0.00543249999999999, 0.00264662037032426, 0.00894076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 945, '2021-05-09 00:00:00', 0.000475455571005337, 0.00134000000000001, 0.000594571985678639, 0.00174038461538463, 0.000879928668437658, 0.00265269230769235, 0.00185075136509057, 0.00540615384615385, 0.00252880681045732, 0.00897326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 960, '2021-05-09 00:00:00', 0.000410983435937953, 0.00120076923076923, 0.000594937359340025, 0.00161769230769235, 0.000835704424192788, 0.00278326923076927, 0.00178470906915902, 0.00531230769230771, 0.00256652189068876, 0.00889115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 975, '2021-05-09 00:00:00', 0.000505344551157557, 0.00115865384615389, 0.00061053145197128, 0.00193057692307696, 0.000954067023125395, 0.00288173076923082, 0.00183327408878634, 0.00537326923076923, 0.00263285405245685, 0.00883769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 990, '2021-05-09 00:00:00', 0.000565934081510718, 0.00155576923076925, 0.00080457597528142, 0.00225750000000001, 0.0010631481733331, 0.00295403846153848, 0.00190765873419591, 0.00540461538461537, 0.00276482917124257, 0.00879211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1005, '2021-05-09 00:00:00', 0.000481383303216271, 0.00147173076923076, 0.000689427995905634, 0.00203019230769232, 0.00107693934191011, 0.00272211538461538, 0.00175276038337774, 0.00517980769230768, 0.00282840961700006, 0.00866480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1020, '2021-05-09 00:00:00', 0.000491210749068049, 0.00139000000000001, 0.000777485023353138, 0.0019098076923077, 0.00124224319432473, 0.00288692307692309, 0.00171168859497101, 0.00500038461538461, 0.00306467292771122, 0.00864807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1035, '2021-05-09 00:00:00', 0.000512420387812691, 0.00131442307692311, 0.000743406090494678, 0.00195615384615388, 0.00113130829641547, 0.00299230769230771, 0.00166875817485754, 0.00481461538461539, 0.0040538096090164, 0.00922711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1050, '2021-05-09 00:00:00', 0.000428495040811407, 0.00138500000000003, 0.000859822275911608, 0.0021171153846154, 0.00100551412414057, 0.00279557692307691, 0.00171609849322864, 0.00455096153846154, 0.00424816637367955, 0.00922846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1065, '2021-05-09 00:00:00', 0.000693652539931838, 0.0016753846153846, 0.000767932313724022, 0.00216403846153846, 0.000961891905809346, 0.00279596153846153, 0.00177388821085644, 0.00438076923076923, 0.00427442743354189, 0.00927673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1080, '2021-05-09 00:00:00', 0.000576424022613694, 0.00139557692307692, 0.000598670739092977, 0.00183942307692305, 0.00089840722306843, 0.00258153846153844, 0.00165496181689629, 0.00409384615384616, 0.00410469590366187, 0.00920769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1095, '2021-05-09 00:00:00', 0.000352786762790233, 0.00112249999999997, 0.000635562046840917, 0.00169134615384613, 0.00088974629054493, 0.00226230769230767, 0.00172380910954604, 0.00379461538461538, 0.00419849555930915, 0.00915019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1110, '2021-05-09 00:00:00', 0.000503904638414227, 0.00118173076923077, 0.000657000643952394, 0.00164961538461539, 0.000730419821325123, 0.00203634615384613, 0.00166886133451709, 0.00368692307692307, 0.00414195865967559, 0.00913346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1125, '2021-05-09 00:00:00', 0.000407556319845639, 0.0011369230769231, 0.000646092991639884, 0.00146807692307691, 0.000820702419600699, 0.00186269230769228, 0.00170197447553852, 0.00354134615384617, 0.00412968140417636, 0.00915250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1140, '2021-05-09 00:00:00', 0.0003772381414765, 0.000961153846153832, 0.000392135229814327, 0.00130403846153844, 0.000565636775270558, 0.00181019230769231, 0.00163042811744458, 0.00340461538461541, 0.00411205180396133, 0.00919596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1155, '2021-05-09 00:00:00', 0.000332575728796657, 0.000893846153846143, 0.000394355755046729, 0.00118769230769228, 0.000692943470887903, 0.00182442307692305, 0.00154213169147326, 0.00325692307692311, 0.00407881587737649, 0.00917980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1170, '2021-05-09 00:00:00', 0.000299251630674839, 0.000858461538461534, 0.0004905452617712, 0.00134442307692308, 0.000966026138362759, 0.00194249999999999, 0.00153047726342022, 0.00316557692307694, 0.0040471827428282, 0.00924307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1185, '2021-05-09 00:00:00', 0.000330853964996429, 0.000917115384615398, 0.000460627707172927, 0.00127173076923077, 0.000942699560590993, 0.00178230769230769, 0.0013989433924876, 0.00295615384615388, 0.00398054946439078, 0.00923403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1200, '2021-05-09 00:00:00', 0.00043055027402329, 0.000948461538461509, 0.000863120479155985, 0.00138980769230768, 0.000912485700625564, 0.00183692307692306, 0.00143737256291311, 0.00295826923076923, 0.00395635992373722, 0.00925961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1215, '2021-05-09 00:00:00', 0.000844004124124102, 0.000924807692307696, 0.000843095395642675, 0.00122038461538462, 0.000812709357642723, 0.0016625, 0.00125010418027401, 0.0028523076923077, 0.00386461416623268, 0.00924557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1230, '2021-05-09 00:00:00', 0.000378730267320421, 0.000816153846153864, 0.000464191770715486, 0.00119500000000001, 0.000518050190618631, 0.00155999999999999, 0.00112683989716652, 0.00273192307692307, 0.00383406291830724, 0.0092276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1245, '2021-05-09 00:00:00', 0.0002373141378005, 0.00075500000000001, 0.000349891906385184, 0.00102711538461538, 0.00049585377031791, 0.00147019230769231, 0.00102295131097012, 0.00264423076923076, 0.00382377411728258, 0.00922749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1260, '2021-05-09 00:00:00', 0.000263076253935257, 0.000726346153846155, 0.00037225342897631, 0.00100615384615381, 0.000570076782952583, 0.00152846153846155, 0.000995496802915725, 0.0025732692307692, 0.00381181037646864, 0.0092378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1275, '2021-05-09 00:00:00', 0.000295654944409604, 0.000735384615384591, 0.000361608851576505, 0.00102480769230767, 0.000586645221053254, 0.00154384615384613, 0.000924789955362032, 0.00245730769230768, 0.00380053731525103, 0.00928673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1290, '2021-05-09 00:00:00', 0.000302462203614608, 0.000730769230769244, 0.000490292220556787, 0.00116769230769234, 0.000686446395464495, 0.00156557692307693, 0.000883830039352362, 0.00239653846153848, 0.0037894759582905, 0.00927096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1305, '2021-05-09 00:00:00', 0.000269882310532702, 0.000907307692307701, 0.000424991221628818, 0.00116153846153843, 0.00056494819367665, 0.0014476923076923, 0.000840239182980312, 0.00229326923076923, 0.00376832560756306, 0.00922826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1320, '2021-05-09 00:00:00', 0.000297954049116007, 0.000753846153846148, 0.000386963772901916, 0.000999807692307683, 0.000606356204020292, 0.00140538461538461, 0.000753125793967038, 0.0022023076923077, 0.00373621149644316, 0.00927211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1335, '2021-05-09 00:00:00', 0.00026955033781352, 0.000654230769230768, 0.00031015083179245, 0.000891538461538469, 0.000533842241173854, 0.00131153846153849, 0.000637221613424547, 0.00216423076923078, 0.00373621149644316, 0.00927211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1350, '2021-05-09 00:00:00', 0.000220858813237353, 0.000646153846153869, 0.00042330312833895, 0.000988461538461558, 0.000515889523057025, 0.00128500000000001, 0.000602611272839994, 0.00214788461538462, 0.0037071657015113, 0.00928846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1365, '2021-05-09 00:00:00', 0.000375284712431273, 0.000823846153846162, 0.000471891447752058, 0.00106346153846155, 0.000479574330486462, 0.00128653846153848, 0.000616154326322659, 0.00212307692307693, 0.00370020587784811, 0.00929346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1380, '2021-05-09 00:00:00', 0.000257072872039155, 0.000727307692307683, 0.000284972603271626, 0.000885769230769218, 0.000555958942867065, 0.0013771153846154, 0.000703121611102944, 0.002155, 0.00369885714158391, 0.00929192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1395, '2021-05-09 00:00:00', 0.000241647550083845, 0.000628461538461514, 0.000332507084944744, 0.000964807692307685, 0.000540906788500718, 0.00153192307692307, 0.000686504215909507, 0.00219596153846155, 0.00369928819036646, 0.00931634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1410, '2021-05-09 00:00:00', 0.000301267067821637, 0.000700384615384626, 0.00050908987418727, 0.00112750000000003, 0.000498708987131938, 0.0014894230769231, 0.000717173645961383, 0.00224596153846155, 0.00370795036167092, 0.00932826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1425, '2021-05-09 00:00:00', 0.000454530696263936, 0.00091692307692308, 0.000480427253758424, 0.00124211538461537, 0.000489907526595985, 0.00142576923076923, 0.000782637871854872, 0.00220903846153847, 0.00373558690682758, 0.00928653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 0, '2021-05-09 00:00:00', 0.000378313311341872, 0.000850192307692292, 0.000365890063354456, 0.00103846153846155, 0.000391724589279438, 0.00125692307692307, 0.000765757041204211, 0.00223461538461539, 0.00374924023585498, 0.00927211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 15, '2021-05-09 00:00:00', 0.00031411958771242, 0.000728653846153871, 0.000394263675924964, 0.000994615384615402, 0.000505293821606634, 0.00121961538461539, 0.000837225753031074, 0.0022348076923077, 0.0037548153544687, 0.00922788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 30, '2021-05-09 00:00:00', 0.000387352403652503, 0.00073173076923078, 0.00036122574446117, 0.000910961538461528, 0.000475589229676831, 0.00115365384615385, 0.000788190625127236, 0.00219730769230769, 0.00375307154720791, 0.00921403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 45, '2021-05-09 00:00:00', 0.000269088204012105, 0.000687692307692304, 0.000464580414501565, 0.000909807692307709, 0.000418019322335884, 0.00103692307692307, 0.000790907001243132, 0.00215673076923076, 0.00372882788347965, 0.00918423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 60, '2021-05-09 00:00:00', 0.000439102099569264, 0.000700576923076927, 0.000414143230518865, 0.000793846153846162, 0.000413883298304458, 0.000980769230769225, 0.000798740474843881, 0.0021778846153846, 0.00372380723805005, 0.00915788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 75, '2021-05-09 00:00:00', 0.000189513953210692, 0.000428461538461544, 0.000230641580079456, 0.000583461538461552, 0.000225929277566124, 0.000889038461538453, 0.000792930615841288, 0.0021548076923077, 0.00371730680528462, 0.00913673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 90, '2021-05-09 00:00:00', 0.000155980398176773, 0.000431730769230771, 0.000185046355938577, 0.000626923076923085, 0.000251704955484356, 0.000895769230769224, 0.000815187118679825, 0.00213903846153848, 0.00374408762635788, 0.00910807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 105, '2021-05-09 00:00:00', 0.00018632901008698, 0.000492499999999981, 0.000231976540591098, 0.00075365384615383, 0.000355853740482502, 0.000921730769230753, 0.000821354697108094, 0.00216346153846154, 0.00375200584815849, 0.00908326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 120, '2021-05-09 00:00:00', 0.000257289420990939, 0.000589615384615387, 0.000291189866687596, 0.000713461538461524, 0.000649196929942057, 0.00100942307692306, 0.000830120843844213, 0.00218384615384616, 0.00375200584815849, 0.00908326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 135, '2021-05-09 00:00:00', 0.000225535687095936, 0.000467884615384589, 0.00030435183334676, 0.000615961538461534, 0.000700799104319786, 0.00114923076923078, 0.000849153786923283, 0.00224692307692308, 0.00374856118551352, 0.00906519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 150, '2021-05-09 00:00:00', 0.00017407215568442, 0.000413653846153857, 0.000681450743182986, 0.000793653846153845, 0.000802900606934257, 0.00126576923076924, 0.000868474878960012, 0.00227615384615385, 0.00374132739196213, 0.00904942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 165, '2021-05-09 00:00:00', 0.000633374266558492, 0.000654807692307661, 0.000645399578079081, 0.000976153846153845, 0.000797878436856165, 0.00133499999999998, 0.000833456380659202, 0.00222653846153847, 0.00372817772046674, 0.00903865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 180, '2021-05-09 00:00:00', 0.000356911753799195, 0.000725000000000001, 0.000554819478610985, 0.000960576923076922, 0.000656688926474187, 0.00132788461538462, 0.000792470843918898, 0.00214903846153847, 0.0037373759048089, 0.00902057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 195, '2021-05-09 00:00:00', 0.000341468829526873, 0.000645192307692316, 0.000464260205554514, 0.000908461538461537, 0.000637877037825136, 0.00125134615384619, 0.000815319663595902, 0.0020919230769231, 0.00373989554049924, 0.00900057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 210, '2021-05-09 00:00:00', 0.000271097555531934, 0.000631730769230774, 0.000371561569595118, 0.000845000000000002, 0.000528731609972962, 0.00115865384615387, 0.00092324879970345, 0.0020471153846154, 0.00372240614904684, 0.00897153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 225, '2021-05-09 00:00:00', 0.000236480361845264, 0.0005448076923077, 0.000314674190479367, 0.000794615384615406, 0.000409153394217881, 0.00106250000000001, 0.000927275828186255, 0.00197269230769233, 0.00372610015245885, 0.00895211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 240, '2021-05-09 00:00:00', 0.000176240220677966, 0.000561153846153867, 0.000275364932687278, 0.000755384615384636, 0.000363894373939217, 0.00105365384615384, 0.000950031902298365, 0.00192884615384617, 0.00368641566586549, 0.00892730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 255, '2021-05-09 00:00:00', 0.000192593234165068, 0.000486923076923098, 0.000269925702028135, 0.000678269230769242, 0.000446354851935259, 0.00102057692307694, 0.000917320848155961, 0.00190346153846154, 0.00368790157656921, 0.00888903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 270, '2021-05-09 00:00:00', 0.000172200352898789, 0.000494807692307714, 0.000248915880137456, 0.000741346153846168, 0.000405255664792181, 0.00101807692307696, 0.000927681332056534, 0.0019194230769231, 0.0036667989603174, 0.00887115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 285, '2021-05-09 00:00:00', 0.000129294089340759, 0.000499807692307662, 0.000366398532496241, 0.000741730769230769, 0.000395679746181743, 0.000967307692307718, 0.000873845876218842, 0.00188384615384616, 0.00365756583620226, 0.00883538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 300, '2021-05-09 00:00:00', 0.000340441399001157, 0.000587115384615388, 0.000301566678428604, 0.000757692307692327, 0.000406533563757699, 0.000953461538461559, 0.000894663000584816, 0.00188326923076925, 0.00365924279683023, 0.00882961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 315, '2021-05-09 00:00:00', 0.000127117904083009, 0.000439807692307704, 0.000238381078237194, 0.000606538461538472, 0.000503622912963173, 0.000909038461538481, 0.000960538330633082, 0.00195673076923079, 0.00367578980000845, 0.00883442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 330, '2021-05-09 00:00:00', 0.000181760726061637, 0.000440192307692288, 0.00025846588824178, 0.00061884615384616, 0.000541451787753577, 0.000905961538461547, 0.000984577847842165, 0.00208346153846155, 0.00365636351500314, 0.00881807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 345, '2021-05-09 00:00:00', 0.000211924242632568, 0.000451730769230799, 0.000416845479579844, 0.000678076923076959, 0.000482935415334842, 0.000881153846153871, 0.00109946072445327, 0.00216826923076925, 0.00364616578909112, 0.0087998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 360, '2021-05-09 00:00:00', 0.000251999771062159, 0.000483269230769237, 0.0003393625812291, 0.000644807692307689, 0.000383438892935224, 0.000834230769230769, 0.00102445206742993, 0.00227403846153847, 0.00361962241974747, 0.00876269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 375, '2021-05-09 00:00:00', 0.000227722165402045, 0.000390769230769237, 0.000229578962450845, 0.000567499999999994, 0.000346392174365315, 0.000776538461538476, 0.00104940627902706, 0.00254846153846153, 0.00360513243648766, 0.00874326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 390, '2021-05-09 00:00:00', 0.000144523221450611, 0.000399807692307673, 0.000192469777847359, 0.000523846153846153, 0.000384787453817537, 0.000785769230769237, 0.00105361589848407, 0.00276769230769233, 0.00361027105843656, 0.00873634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 405, '2021-05-09 00:00:00', 0.000170476255960006, 0.000388076923076946, 0.000254530714483309, 0.000571730769230783, 0.000384666888859206, 0.000793846153846162, 0.00121673143487595, 0.00310076923076924, 0.00361440151977529, 0.0087321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 420, '2021-05-09 00:00:00', 0.000179555433908718, 0.000408076923076923, 0.000315664195966826, 0.000618269230769233, 0.000333782056945049, 0.000842307692307694, 0.00127079526887087, 0.00328884615384617, 0.00361371166531035, 0.00873500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 435, '2021-05-09 00:00:00', 0.000238449881849068, 0.000432115384615397, 0.000234000986191211, 0.000572307692307684, 0.000281681284706405, 0.000862884615384581, 0.00128270376998685, 0.00355480769230768, 0.00361371021783176, 0.00872653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 450, '2021-05-09 00:00:00', 0.000137892516670963, 0.00040211538461538, 0.000227564023113037, 0.000615769230769225, 0.000341002143011528, 0.000907307692307701, 0.00132845186068364, 0.00377711538461541, 0.00361455797914703, 0.00872076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 465, '2021-05-09 00:00:00', 0.000198267496075409, 0.000444999999999995, 0.00021829029718741, 0.00067442307692308, 0.000331387293753936, 0.000973461538461545, 0.00137953743641175, 0.00389653846153848, 0.00361552313482594, 0.00871653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 480, '2021-05-09 00:00:00', 0.00016050221661544, 0.000474807692307686, 0.000265398104450957, 0.000668076923076927, 0.000448083826292166, 0.00102365384615385, 0.00139214775962013, 0.00395576923076923, 0.00362386216094632, 0.00872980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 495, '2021-05-09 00:00:00', 0.000211194132348551, 0.000470192307692314, 0.000275998885170555, 0.000769230769230753, 0.000580255514009522, 0.00125730769230769, 0.00130077972178818, 0.00400673076923076, 0.00361768287507563, 0.00871923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 510, '2021-05-09 00:00:00', 0.000260945396587117, 0.000577499999999983, 0.000400319679948219, 0.000785384615384619, 0.000680609681433887, 0.00134846153846152, 0.00124948624826982, 0.00408673076923076, 0.00360935210465601, 0.00873115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 525, '2021-05-09 00:00:00', 0.000258334383786103, 0.000570576923076929, 0.000429222597799246, 0.000960961538461557, 0.000703615935447306, 0.00146576923076922, 0.00142725734836485, 0.00411346153846153, 0.00361193896894518, 0.00868865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 540, '2021-05-09 00:00:00', 0.000359865412876274, 0.000801346153846177, 0.000504140395585949, 0.00110346153846153, 0.000634000000000008, 0.001655, 0.00158854544013841, 0.00416384615384614, 0.00361688482622187, 0.00867538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 555, '2021-05-09 00:00:00', 0.00026509076819954, 0.000746346153846141, 0.000458536677502876, 0.00111173076923073, 0.000619616010122386, 0.00178499999999996, 0.00157413233731619, 0.00409615384615383, 0.0036232328583951, 0.00859211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 570, '2021-05-09 00:00:00', 0.000412528973341442, 0.000808076923076905, 0.000451874046440098, 0.00116192307692308, 0.000623740731394057, 0.00191750000000002, 0.0015756421035443, 0.00407403846153845, 0.00365974622911733, 0.0085973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 585, '2021-05-09 00:00:00', 0.00038608827209091, 0.000898076923076931, 0.000539101424737337, 0.00145788461538461, 0.000861071805278832, 0.00223557692307693, 0.00163455212637776, 0.00412057692307691, 0.00368140136883519, 0.00860596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 600, '2021-05-09 00:00:00', 0.000437136706305912, 0.00116749999999999, 0.00054735099834072, 0.00157865384615386, 0.000907097929578789, 0.00226442307692308, 0.00164246050180816, 0.00411749999999998, 0.00366231639602799, 0.00856576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 615, '2021-05-09 00:00:00', 0.000376590166953632, 0.000961923076923102, 0.000720166567271339, 0.00152173076923078, 0.000917769055079501, 0.00219596153846153, 0.00150352570262748, 0.00392346153846154, 0.00363085368219908, 0.00852230769230771 where not exists (select 1 from powerstats_trumpet where symbo[...];
Date: 2021-05-09 15:17:00 Duration: 15s133ms 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 975875, 1, 915, '2021-05-09 00:00:00', 0.000435130970557687, 0.00102480769230769, 0.000861088867923364, 0.00166096153846155, 0.000965407626143187, 0.00229673076923079, 0.00221764292748993, 0.00507192307692309, 0.00176556620902802, 0.00786903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 930, '2021-05-09 00:00:00', 0.000710542723232336, 0.00136980769230771, 0.000758297409687286, 0.00177480769230771, 0.000931003036432319, 0.00232557692307695, 0.00222683866984982, 0.00511769230769231, 0.00174837621369529, 0.00788923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 945, '2021-05-09 00:00:00', 0.000583977772232426, 0.00128903846153849, 0.000632770465128141, 0.00164230769230771, 0.00098203307558272, 0.00251480769230768, 0.00222540862280651, 0.00517346153846152, 0.00182283786569607, 0.00805826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 960, '2021-05-09 00:00:00', 0.000503058797603384, 0.00120307692307692, 0.00069863339126083, 0.00161884615384616, 0.00110615529581592, 0.00270153846153846, 0.00223215481438556, 0.00518365384615384, 0.00185322638618751, 0.00819903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 975, '2021-05-09 00:00:00', 0.000560445701754758, 0.00118076923076923, 0.000823981702560081, 0.00195461538461536, 0.00143357537163341, 0.00302711538461535, 0.00216692523210621, 0.00506480769230768, 0.00183036389824538, 0.00820999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 990, '2021-05-09 00:00:00', 0.000789784999954938, 0.0015678846153846, 0.00101729832626197, 0.00218826923076921, 0.00145570956792688, 0.00311788461538458, 0.00219404638475615, 0.00494846153846152, 0.00183333165617641, 0.00813980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1005, '2021-05-09 00:00:00', 0.000874728265498211, 0.00159653846153846, 0.00128302936293515, 0.0023478846153846, 0.0016323140369992, 0.00291365384615384, 0.00206110955928709, 0.00476115384615381, 0.00192296009798998, 0.00803346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1020, '2021-05-09 00:00:00', 0.000819039587659738, 0.00160038461538461, 0.000948148986183071, 0.00213249999999999, 0.00125941856242655, 0.00301365384615384, 0.00175265180402549, 0.00442788461538459, 0.00187656930225183, 0.00799211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1035, '2021-05-09 00:00:00', 0.000557633736977395, 0.00131576923076922, 0.000857451949763863, 0.0018096153846154, 0.00139301615209584, 0.00302499999999995, 0.00153307012233623, 0.00422999999999996, 0.00194643722853203, 0.00792673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1050, '2021-05-09 00:00:00', 0.000723862635715245, 0.00129865384615386, 0.000979979061785756, 0.00224480769230768, 0.00130825908984186, 0.00282538461538458, 0.00143055519077254, 0.00402807692307691, 0.00201415689557694, 0.00798499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1065, '2021-05-09 00:00:00', 0.00090752556649725, 0.00181057692307691, 0.00121714767449904, 0.00237730769230766, 0.00116748295984929, 0.00263230769230766, 0.00145889895258245, 0.0039130769230769, 0.00207030671269149, 0.0079682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1080, '2021-05-09 00:00:00', 0.000740738924214279, 0.00146807692307692, 0.000725553687776558, 0.00168807692307691, 0.00101528124182415, 0.00213, 0.00129898214590679, 0.00351615384615383, 0.00223223131728015, 0.0080155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1095, '2021-05-09 00:00:00', 0.000427689679017949, 0.00105230769230767, 0.000518588023831558, 0.00134153846153845, 0.000838093165373742, 0.00195692307692309, 0.0012310755928799, 0.00331365384615383, 0.00216938658469307, 0.0080330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1110, '2021-05-09 00:00:00', 0.000369632041568151, 0.000939615384615391, 0.000587759631665347, 0.00136923076923077, 0.000724856166103669, 0.00188230769230772, 0.00128692418042163, 0.00317961538461539, 0.00223100467192561, 0.00804961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1125, '2021-05-09 00:00:00', 0.000498278420780369, 0.000985769230769232, 0.000610112599948074, 0.00141076923076927, 0.000759957817655274, 0.00188826923076922, 0.00125190789781654, 0.00309423076923077, 0.0021964655962215, 0.00799134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1140, '2021-05-09 00:00:00', 0.000404891295952948, 0.000909807692307734, 0.000492874184288911, 0.00119480769230771, 0.000718800068490201, 0.00167846153846154, 0.00126691553054593, 0.00297019230769232, 0.00224853922666387, 0.00791057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1155, '2021-05-09 00:00:00', 0.000350064224876642, 0.000829807692307706, 0.000575377234115535, 0.0012351923076923, 0.000683294620541944, 0.00165153846153847, 0.00121892335847917, 0.00298807692307693, 0.00224874484649001, 0.00790076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1170, '2021-05-09 00:00:00', 0.000387171995172868, 0.000823076923076944, 0.000403212532238047, 0.0011671153846154, 0.00052094293205833, 0.00145846153846156, 0.00120226389014163, 0.00288730769230769, 0.00237801229213359, 0.00795230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1185, '2021-05-09 00:00:00', 0.000313105597817407, 0.00085865384615386, 0.00037140088231534, 0.00108115384615386, 0.000614142084537468, 0.00147750000000002, 0.00117032745253366, 0.0028528846153846, 0.00241363090671423, 0.0079230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1200, '2021-05-09 00:00:00', 0.000373701083755447, 0.000707499999999989, 0.000384850670340514, 0.000964038461538483, 0.000683717890541211, 0.00149192307692309, 0.00115664509881615, 0.00290173076923074, 0.00239083384231076, 0.00789769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1215, '2021-05-09 00:00:00', 0.000285248946603593, 0.000664807692307701, 0.000526469993300813, 0.00105057692307694, 0.000627838324362614, 0.00144980769230769, 0.00111132824203224, 0.00283269230769228, 0.00248801715922849, 0.00803923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1230, '2021-05-09 00:00:00', 0.000376937711646778, 0.000720961538461539, 0.000542278419831849, 0.00104826923076921, 0.000616231974303355, 0.0013753846153846, 0.00102441640046344, 0.00274519230769227, 0.00251066721135118, 0.00802461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1245, '2021-05-09 00:00:00', 0.000328264902409376, 0.00070461538461538, 0.000335693541561557, 0.000928076923076948, 0.000474654044055744, 0.00133730769230768, 0.000977864313381275, 0.00263384615384615, 0.00253977521718876, 0.00806307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1260, '2021-05-09 00:00:00', 0.000300846242353908, 0.000692692307692311, 0.000425851048354478, 0.000956346153846159, 0.000627984351838364, 0.00148211538461533, 0.00100675938611886, 0.00257730769230768, 0.00260052062834764, 0.00813346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1275, '2021-05-09 00:00:00', 0.000346407052690659, 0.000644615384615414, 0.00044709936944023, 0.000965384615384569, 0.000659257536930769, 0.00148749999999997, 0.00102312440028645, 0.00255846153846153, 0.00264924750564268, 0.00816788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1290, '2021-05-09 00:00:00', 0.000319076853534572, 0.000720961538461488, 0.000500865097759693, 0.00117461538461532, 0.000626535314248138, 0.00143749999999995, 0.000968239639758665, 0.00248999999999998, 0.00271693908654574, 0.00818999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1305, '2021-05-09 00:00:00', 0.000419015375153912, 0.000896730769230726, 0.000478362270187012, 0.00106269230769229, 0.000552254574797363, 0.00141365384615382, 0.000939584134686096, 0.00238288461538461, 0.00285523692267653, 0.00825673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1320, '2021-05-09 00:00:00', 0.000304858100660706, 0.000702692307692299, 0.000390059019202881, 0.000925961538461507, 0.000459362643737519, 0.00136403846153842, 0.000853595562673189, 0.00225923076923075, 0.00291876032694598, 0.00833461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1335, '2021-05-09 00:00:00', 0.000319159232021599, 0.000633846153846139, 0.000291365749531414, 0.00100000000000001, 0.000528924489303168, 0.00141865384615384, 0.000815264751712365, 0.00222115384615384, 0.00294244441160485, 0.00837634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1350, '2021-05-09 00:00:00', 0.000323421610999559, 0.000741538461538477, 0.000386660256357096, 0.00108192307692308, 0.000524361003067985, 0.00146269230769232, 0.000836380871097872, 0.00217980769230769, 0.00294794429025744, 0.00841153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1365, '2021-05-09 00:00:00', 0.000354842760409945, 0.000815769230769237, 0.000521451966959711, 0.00110307692307693, 0.000574240769658909, 0.0014426923076923, 0.000808201065044116, 0.0021101923076923, 0.00292427129647449, 0.00840884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1380, '2021-05-09 00:00:00', 0.000534902902763308, 0.00086634615384615, 0.000558983452348991, 0.00115249999999998, 0.000813455213650634, 0.00174923076923077, 0.000819449745021249, 0.00210826923076922, 0.00297011911183063, 0.00843346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1395, '2021-05-09 00:00:00', 0.00040561292651226, 0.000810384615384638, 0.000481111853298805, 0.00107115384615386, 0.000756168403099563, 0.00164942307692309, 0.000754943400833165, 0.00202153846153846, 0.00294085733182585, 0.00845538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1410, '2021-05-09 00:00:00', 0.000286381939697002, 0.000636153846153846, 0.000633752833402863, 0.0012294230769231, 0.000614568047180607, 0.00149173076923076, 0.000655259226448725, 0.00188057692307693, 0.00284899010447292, 0.00843615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1425, '2021-05-09 00:00:00', 0.000549339918587595, 0.00105788461538462, 0.000516205832530454, 0.0012876923076923, 0.000586796682125782, 0.00146788461538461, 0.000642712191839002, 0.00189980769230769, 0.00282768695906416, 0.00843846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 0, '2021-05-09 00:00:00', 0.000452308650574629, 0.000971346153846163, 0.000560849801640344, 0.00121250000000003, 0.000584973635171828, 0.00137807692307692, 0.000559075610683892, 0.00183346153846154, 0.00281346280614094, 0.0084751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 15, '2021-05-09 00:00:00', 0.000391444121171839, 0.000702499999999999, 0.000412289153572881, 0.000927884615384605, 0.000418223026625746, 0.0011775, 0.000616643644753924, 0.00178923076923077, 0.00278908112798131, 0.00847846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 30, '2021-05-09 00:00:00', 0.000424647953739775, 0.000686730769230759, 0.0004369080170752, 0.00096384615384614, 0.000394127663815448, 0.00113384615384614, 0.000626668480630266, 0.00184076923076923, 0.00278544977724216, 0.0084823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 45, '2021-05-09 00:00:00', 0.000376664357832686, 0.000680961538461542, 0.000320689641481982, 0.000905384615384611, 0.000323563808948922, 0.00100653846153847, 0.00072914375495142, 0.00186384615384616, 0.00278812984605479, 0.00848403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 60, '2021-05-09 00:00:00', 0.000234503485294723, 0.000656730769230784, 0.000271772812360717, 0.000787692307692318, 0.000267265713361166, 0.000914807692307699, 0.000678299797570856, 0.00185384615384615, 0.00278532158756468, 0.00848711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 75, '2021-05-09 00:00:00', 0.000142002302256536, 0.000424423076923073, 0.000193624934821474, 0.000548846153846163, 0.000369164545343215, 0.000892307692307731, 0.000686580742072364, 0.00181865384615385, 0.0027823641925528, 0.0084825 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 90, '2021-05-09 00:00:00', 0.000205034049705088, 0.000415192307692312, 0.000309580609609422, 0.000606923076923073, 0.000409642996541355, 0.000919230769230796, 0.000671480482561868, 0.00185903846153845, 0.00278284721380542, 0.00847884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 105, '2021-05-09 00:00:00', 0.000207853591223726, 0.00045134615384613, 0.000328683211993182, 0.000735576923076934, 0.000380985614507321, 0.000884038461538463, 0.000667120794044188, 0.00188692307692306, 0.00278185881409147, 0.00847230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 120, '2021-05-09 00:00:00', 0.000260879577288361, 0.000593076923076948, 0.000270782910493601, 0.000709230769230787, 0.000330652559924504, 0.000916346153846153, 0.000628122966892992, 0.00188269230769229, 0.00277726969549923, 0.00847519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 135, '2021-05-09 00:00:00', 0.00018719518813671, 0.000414038461538467, 0.000195736970290389, 0.000589807692307671, 0.000269794294858961, 0.000895192307692322, 0.000614882227622593, 0.00184692307692307, 0.00277495449720143, 0.00847269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 150, '2021-05-09 00:00:00', 0.000178485616744362, 0.000391346153846164, 0.000252849985929624, 0.000656346153846158, 0.00033224967442248, 0.000945384615384609, 0.000584338054159107, 0.00186019230769229, 0.00277495649307543, 0.00847346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 165, '2021-05-09 00:00:00', 0.000254350227956549, 0.000534038461538442, 0.000263910022545563, 0.000727499999999992, 0.000482135992625148, 0.00108634615384615, 0.000592091631422016, 0.00186249999999998, 0.00279390777475674, 0.00848557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 180, '2021-05-09 00:00:00', 0.000224593307661087, 0.000566923076923076, 0.000296883556556879, 0.000749615384615368, 0.000476006342879542, 0.00109096153846153, 0.000561634975899692, 0.00183961538461538, 0.00276355239612964, 0.00849538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 195, '2021-05-09 00:00:00', 0.000151324028291793, 0.000504807692307694, 0.000354800702453581, 0.000803461538461541, 0.000439426199281949, 0.00105576923076924, 0.000551757646072966, 0.00176749999999999, 0.00275716992584789, 0.00849000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 210, '2021-05-09 00:00:00', 0.000329214975358072, 0.000567500000000011, 0.000327708183977954, 0.000739423076923096, 0.000442495023874678, 0.00104038461538463, 0.000446179724050569, 0.00169788461538462, 0.00272359019282668, 0.00855346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 225, '2021-05-09 00:00:00', 0.000169211406234907, 0.00048250000000001, 0.000355402534513267, 0.000755192307692327, 0.000416677517807418, 0.00102692307692308, 0.000417857032967022, 0.00168249999999998, 0.00269850164265, 0.00858365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 240, '2021-05-09 00:00:00', 0.000296806074994865, 0.000574615384615383, 0.000315204939438097, 0.000733076923076909, 0.000411365456086847, 0.000963461538461531, 0.000432170060900168, 0.00168019230769228, 0.00274507831610294, 0.0086198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 255, '2021-05-09 00:00:00', 0.000226888993529023, 0.000481153846153855, 0.000354099507961327, 0.000697692307692326, 0.000393305713936859, 0.000890769230769225, 0.000460349699852015, 0.00168961538461536, 0.0028275574944845, 0.00864423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 270, '2021-05-09 00:00:00', 0.000215970795746493, 0.000495769230769233, 0.000348961536341965, 0.000633076923076911, 0.000387495111631707, 0.000897692307692304, 0.000457589167434987, 0.0016603846153846, 0.00282928319272133, 0.00862576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 285, '2021-05-09 00:00:00', 0.000331707934554115, 0.000478076923076921, 0.00036174433172959, 0.000669807692307682, 0.000346572725190778, 0.000914423076923081, 0.000464088850909451, 0.00168230769230771, 0.00282579299285378, 0.00862403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 300, '2021-05-09 00:00:00', 0.00015567236304297, 0.000456730769230747, 0.0001999666318318, 0.000610576923076918, 0.000311226420175703, 0.000876730769230757, 0.000494614107547078, 0.00169365384615383, 0.00285363507046445, 0.00865134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 315, '2021-05-09 00:00:00', 0.000146691329511447, 0.000427884615384609, 0.000232392655120247, 0.00063288461538462, 0.000434628400077392, 0.000904615384615384, 0.000588251679522895, 0.0018259615384615, 0.0028673239467114, 0.00864384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 330, '2021-05-09 00:00:00', 0.000186496958110901, 0.000448653846153839, 0.000290092293006121, 0.000608461538461519, 0.000416418243892069, 0.000843076923076912, 0.000693334778721356, 0.00183634615384613, 0.00289611150444072, 0.0086296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 345, '2021-05-09 00:00:00', 0.000227391986192634, 0.000431346153846161, 0.00037236747771728, 0.000618461538461568, 0.000344703718932851, 0.000770576923076933, 0.000724561326172313, 0.00193134615384612, 0.00286696658240298, 0.00861076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 360, '2021-05-09 00:00:00', 0.000279555691437995, 0.000434230769230796, 0.000239863502851084, 0.000542499999999993, 0.000233368724422225, 0.000745192307692305, 0.000757200334227249, 0.00207711538461537, 0.0028264833546027, 0.00859192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 375, '2021-05-09 00:00:00', 0.000124300659073658, 0.000350576923076888, 0.000232458846647317, 0.000518653846153811, 0.000273086348699725, 0.000748076923076888, 0.000790658172761058, 0.00232788461538458, 0.00281623646843687, 0.00857538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 390, '2021-05-09 00:00:00', 0.000146749918097202, 0.000371538461538462, 0.000200074601471161, 0.000530384615384631, 0.000280693098213364, 0.000723846153846165, 0.000972199587770724, 0.00256096153846154, 0.00281543236193224, 0.00857423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 405, '2021-05-09 00:00:00', 0.000149826181341525, 0.000366730769230781, 0.00018707258977774, 0.000526923076923079, 0.000352601594743126, 0.000761730769230746, 0.00101260374587193, 0.00279711538461537, 0.00281970460127679, 0.00856903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 420, '2021-05-09 00:00:00', 0.000172303399671779, 0.000387307692307702, 0.000185505960924293, 0.000507307692307702, 0.000354446100925856, 0.000819038461538421, 0.000948998662558828, 0.00292769230769228, 0.00281806611949509, 0.00855057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 435, '2021-05-09 00:00:00', 0.000148213982523167, 0.00035576923076923, 0.000245019700934786, 0.000584423076923054, 0.000318182579419685, 0.000883076923076892, 0.000956261490629809, 0.00304403846153844, 0.00282445523678733, 0.00854423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 450, '2021-05-09 00:00:00', 0.000219412502273357, 0.000455384615384618, 0.000298490303927055, 0.000627692307692278, 0.000263926053163489, 0.000899807692307703, 0.000916216215664249, 0.0031130769230769, 0.00277552456580458, 0.00852884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 465, '2021-05-09 00:00:00', 0.000260448429857768, 0.00045576923076921, 0.000248540431628005, 0.000687115384615394, 0.000289993899140072, 0.000907307692307701, 0.000950953934013332, 0.00323076923076923, 0.00278423598828504, 0.00850403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 480, '2021-05-09 00:00:00', 0.000216369697864173, 0.000520384615384626, 0.000214093437545334, 0.000695000000000018, 0.000352136173397985, 0.000956730769230743, 0.00109233351134163, 0.00344249999999998, 0.00277998127414833, 0.00849826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 495, '2021-05-09 00:00:00', 0.000174869621762556, 0.00043076923076926, 0.000257667346667099, 0.000622692307692339, 0.000375676671538797, 0.00108980769230766, 0.0011907792051361, 0.00349634615384614, 0.00277333520401812, 0.00849307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 510, '2021-05-09 00:00:00', 0.000229256322788421, 0.000487307692307708, 0.00028454254785263, 0.000682692307692279, 0.000449908708688604, 0.00119961538461534, 0.00146258901109799, 0.00364384615384614, 0.00276322585312613, 0.00850365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 525, '2021-05-09 00:00:00', 0.000178040725678122, 0.000452499999999984, 0.000314718188958841, 0.000906538461538431, 0.000506842563934171, 0.00132423076923074, 0.0014182106277332, 0.00373923076923076, 0.00279828324430973, 0.00850634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 540, '2021-05-09 00:00:00', 0.000295852354029187, 0.000761153846153837, 0.000381617609656568, 0.001, 0.000608761542300949, 0.00156884615384616, 0.00143200302159114, 0.00380557692307691, 0.00281066044798123, 0.00849807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 555, '2021-05-09 00:00:00', 0.000296024232376066, 0.000732884615384626, 0.000423426317266469, 0.00105461538461538, 0.000548797286380363, 0.0018126923076923, 0.00144147356495412, 0.00388403846153846, 0.00293056044128082, 0.00851250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 570, '2021-05-09 00:00:00', 0.000342826991577157, 0.000752115384615359, 0.000520112450858888, 0.00122019230769231, 0.000656134015391558, 0.00197038461538463, 0.00142406191794942, 0.0038528846153846, 0.00308038673895638, 0.00852769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 585, '2021-05-09 00:00:00', 0.000316006572473043, 0.000878076923076936, 0.000440704505920304, 0.00134769230769231, 0.000734725903889446, 0.00209307692307693, 0.00143636385201821, 0.00379134615384615, 0.00316549969928193, 0.00850211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 600, '2021-05-09 00:00:00', 0.000397882327018722, 0.0011371153846154, 0.000604129666417868, 0.00159057692307696, 0.000741630324664199, 0.00215653846153846, 0.00143633963200265, 0.00379653846153846, 0.00312299148992661, 0.0084796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 615, '2021-05-09 00:00:00', 0.000539092720724805, 0.00109980769230771, 0.000566810509646883, 0.00151692307692308, 0.000589838830659572, 0.00197538461538459, 0.00136299026465283, 0.00370769230769232, 0.00315319647952069, 0.00843403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 630, '2021-05-09 00:00:00', 0.000326469989196776, 0.000950576923076916, 0.000504472153687533, 0.00139307692307689, 0.000635448266973777, 0.00205749999999999, 0.00126365891210952, 0.00364038461538462, 0.00317112651665233, 0.00842923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 645, '2021-05-09 00:00:00', 0.000415969303601207, 0.0010526923076923, 0.000412209244848402, 0.00145230769230768, 0.000738271187405988, 0.00218711538461539, 0.00114105829757357, 0.00374403846153846, 0.00308695488492115, 0.0084376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 660, '2021-05-09 00:00:00', 0.000386666075375337, 0.000950576923076916, 0.000497061712621144, 0.00147211538461538, 0.000949442670525908, 0.00217076923076922, 0.0010028980506512, 0.00385249999999999, 0.00309028284117516, 0.00844403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 675, '2021-05-09 00:00:00', 0.000439181450147715, 0.00104288461538462, 0.000524570740261473, 0.0015373076923077, 0.000850468671697232, 0.00204519230769231, 0.000983644498790071, 0.00386249999999999, 0.00312095151294504, 0.00855288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 690, '2021-05-09 00:00:00', 0.000386443597237864, 0.000969423076923082, 0.000647493510510959, 0.00148038461538461, 0.00079183584157321, 0.00188500000000001, 0.00114756868405136, 0.00387326923076923, 0.00306728022847605, 0.008615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 705, '2021-05-09 00:00:00', 0.000450282817110097, 0.000986153846153842, 0.00042869412620906, 0.00123442307692306, 0.000560961982806182, 0.00168211538461539, 0.00129137149811889, 0.00410288461538462, 0.00304806488422765, 0.00861846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 720, '2021-05-09 00:00:00', 0.000263496387363923, 0.000807115384615352, 0.000632422357654703, 0.00123403846153847, 0.000588622936639821, 0.00161480769230766, 0.00137356744954937, 0.00426346153846153, 0.00290030171507406, 0.00860903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 735, '2021-05-09 00:00:00', 0.000427292594762028, 0.000915192307692317, 0.000390233115733901, 0.00119173076923075, 0.000481537281886025, 0.00166192307692306, 0.00156666157800592, 0.00441250000000001, 0.00289243123713226, 0.00861730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 750, '2021-05-09 00:00:00', 0.000305289270138207, 0.000866538461538459, 0.000364500290176117, 0.00116230769230765, 0.000530418738791865, 0.00160403846153843, 0.00152207107132151, 0.00437788461538462, 0.0029132478637055, 0.00863365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 765, '2021-05-09 00:00:00', 0.000366554854746852, 0.000872692307692303, 0.000459170992115161, 0.00128000000000001, 0.000519965531401998, 0.00160807692307694, 0.00132421333686776, 0.00453019230769233, 0.00295784433589475, 0.00872134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 780, '2021-05-09 00:00:00', 0.000405469955256105, 0.000896730769230768, 0.00048694957091614, 0.00118326923076921, 0.000587069940794594, 0.00165634615384616, 0.00124737239211688, 0.00470326923076922, 0.00298303059629994, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 795, '2021-05-09 00:00:00', 0.000274539614627851, 0.000765000000000007, 0.000406292808395417, 0.00115461538461541, 0.000581593831307866, 0.00171076923076924, 0.0014346877575063, 0.00476980769230769, 0.00298720682500972, 0.00869615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 810, '2021-05-09 00:00:00', 0.000337632936781906, 0.000859999999999997, 0.000451004050808975, 0.00120442307692308, 0.000702621163928333, 0.00177250000000001, 0.00150044988125359, 0.00491038461538462, 0.0029875402282454, 0.00869384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 825, '2021-05-09 00:00:00', 0.000327074738577238, 0.000908269230769271, 0.00055499636173441, 0.00139019230769233, 0.00068643507732675, 0.00202134615384619, 0.00154788059815797, 0.00493711538461539, 0.00294030040328169, 0.00866769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 840, '2021-05-09 00:00:00', 0.000500333734774913, 0.00104961538461539, 0.000586857340809098, 0.00137653846153847, 0.00103298553493482, 0.00228865384615384, 0.00160504564996187, 0.00516153846153847, 0.00289267685450956, 0.00864923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 855, '2021-05-09 00:00:00', 0.000264162901372484, 0.000864038461538451, 0.000540237127422931, 0.00131192307692308, 0.000951043960805489, 0.00214884615384614, 0.00161246367877995, 0.00513865384615384, 0.0028097886315248, 0.00860692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 870, '2021-05-09 00:00:00', 0.000568640788331148, 0.000957115384615395, 0.000875472356019182, 0.0016103846153846, 0.000972134052167997, 0.00222884615384614, 0.00173518251090595, 0.00523788461538461, 0.00277200236568884, 0.00863865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 885, '2021-05-09 00:00:00', 0.000658273879171875, 0.0011575, 0.000760420354399183, 0.00158634615384615, 0.000931834026984494, 0.00245442307692307, 0.00176771899959762, 0.0052826923076923, 0.00274698752482394, 0.00865769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 900, '2021-05-09 00:00:00', 0.000460857937396679, 0.00107596153846152, 0.000556884223570342, 0.00156903846153846, 0.000800962617969542, 0.00254134615384612, 0.00177620048244731, 0.00533807692307691, 0.00272919518286137, 0.00869711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 915, '2021-05-09 00:00:00', 0.000429038639106245, 0.00113307692307694, 0.000459856332079759, 0.00177961538461539, 0.000876995658264814, 0.00255423076923079, 0.00181580831756928, 0.00537461538461538, 0.00273057706636976, 0.00874134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 930, '2021-05-09 00:00:00', 0.000529221089468691, 0.00125019230769232, 0.000601132648870828, 0.00182230769230771, 0.000820620590678853, 0.0023919230769231, 0.00188871646485525, 0.00535826923076923, 0.00274206175237651, 0.00874942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 945, '2021-05-09 00:00:00', 0.000528376177183815, 0.00127923076923078, 0.000741177467588921, 0.00176903846153849, 0.000956992343832402, 0.00260788461538464, 0.00193399905536528, 0.00528711538461538, 0.00266143220552682, 0.00876576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 960, '2021-05-09 00:00:00', 0.000512772254139563, 0.00123076923076922, 0.000617582756833787, 0.00164230769230769, 0.00090319154199896, 0.00264980769230766, 0.00186471754924479, 0.00519153846153844, 0.00268266730068299, 0.00873038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 975, '2021-05-09 00:00:00', 0.000561025057715438, 0.00111634615384617, 0.000696564674781791, 0.0018871153846154, 0.000889738358256989, 0.00273711538461535, 0.00191944142515873, 0.00526423076923075, 0.00273217419762243, 0.00868961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 990, '2021-05-09 00:00:00', 0.000594269687548065, 0.00153769230769232, 0.000899353015313697, 0.00213461538461536, 0.0010940513453005, 0.00284211538461535, 0.00192074073251402, 0.00521980769230768, 0.0028403263626129, 0.00870038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1005, '2021-05-09 00:00:00', 0.000563648860960051, 0.00138903846153843, 0.000666145658592466, 0.00194403846153841, 0.00108636436726429, 0.00266346153846151, 0.00181862320070812, 0.00504288461538461, 0.00290025553250851, 0.00857807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1020, '2021-05-09 00:00:00', 0.000542776799288762, 0.00134442307692304, 0.000843523037850563, 0.00189134615384609, 0.00126482885738013, 0.00288903846153845, 0.00178161639011839, 0.0048798076923077, 0.00307402204586463, 0.00862153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1035, '2021-05-09 00:00:00', 0.000556992507890507, 0.00124442307692307, 0.000813800887573476, 0.00179326923076921, 0.00125151534303267, 0.00278442307692308, 0.0018228853818561, 0.00458365384615385, 0.00404202447847803, 0.00917826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1050, '2021-05-09 00:00:00', 0.000515021022722534, 0.00129557692307692, 0.000877809182874309, 0.00208980769230771, 0.00101334748008008, 0.00268365384615387, 0.00179570672823995, 0.00436057692307691, 0.00422914128399611, 0.00926000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1065, '2021-05-09 00:00:00', 0.000716026106099049, 0.00165576923076923, 0.000871488735087614, 0.00203115384615385, 0.00103050891087106, 0.00267115384615382, 0.00187692686632659, 0.00421230769230767, 0.00425407294881579, 0.00928942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1080, '2021-05-09 00:00:00', 0.000564551591973694, 0.00126750000000001, 0.000505091042821465, 0.00175019230769231, 0.000912687262133972, 0.00245096153846152, 0.00176509054027965, 0.00397384615384614, 0.00411656191966811, 0.00916403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1095, '2021-05-09 00:00:00', 0.00041359200446071, 0.00111288461538464, 0.000632006846360206, 0.00169942307692307, 0.000906522942982635, 0.00224461538461539, 0.00178279007781022, 0.00378230769230769, 0.00422291636376861, 0.00909884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1110, '2021-05-09 00:00:00', 0.000530972112841533, 0.00116423076923074, 0.000678174472672517, 0.00161615384615383, 0.000942490909974551, 0.00213134615384614, 0.00173974680960724, 0.00368480769230768, 0.00416536475455171, 0.00908846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1125, '2021-05-09 00:00:00', 0.000460635388934107, 0.00108019230769229, 0.000659401506029422, 0.00146711538461537, 0.00104368393388334, 0.00195807692307689, 0.00175180422378234, 0.00352403846153846, 0.00415376457612204, 0.00910807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1140, '2021-05-09 00:00:00', 0.000420518590094851, 0.000946730769230754, 0.000840223413512975, 0.00140076923076922, 0.000873852742391217, 0.00189615384615385, 0.00168102830251196, 0.00338192307692307, 0.00413701824989933, 0.00915000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1155, '2021-05-09 00:00:00', 0.000865700605556889, 0.000986538461538468, 0.000846857198932991, 0.00128634615384614, 0.000957230620873825, 0.0019023076923077, 0.00156578626107929, 0.00325384615384615, 0.00410522631719431, 0.00913134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1170, '2021-05-09 00:00:00', 0.000446972766336093, 0.000874423076923066, 0.000594131169148553, 0.00134538461538462, 0.000809777961020049, 0.00182288461538462, 0.00148076935564435, 0.00312826923076923, 0.00407660724320908, 0.00919384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1185, '2021-05-09 00:00:00', 0.000374999487179152, 0.000871153846153857, 0.00051234693774373, 0.00120923076923079, 0.000735694883452689, 0.00159519230769231, 0.00125913883880397, 0.00285115384615387, 0.00401515458558621, 0.00918211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1200, '2021-05-09 00:00:00', 0.000452780469815307, 0.00091192307692309, 0.000500937160192314, 0.00119596153846154, 0.000691283115773748, 0.00167211538461538, 0.00129434485952727, 0.00282884615384618, 0.00398211735329144, 0.00923115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1215, '2021-05-09 00:00:00', 0.000244422474731439, 0.000727115384615366, 0.000391668816142513, 0.0010376923076923, 0.000485564263353633, 0.00152442307692307, 0.00111582927078406, 0.00263480769230773, 0.00388351458584382, 0.00924153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1230, '2021-05-09 00:00:00', 0.000251550270247409, 0.000723461538461521, 0.000372209670026922, 0.00112903846153844, 0.000481763307668163, 0.0015032692307692, 0.00107069158095994, 0.00256769230769234, 0.00385320366708018, 0.00922750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1245, '2021-05-09 00:00:00', 0.000274011229416183, 0.000776923076923034, 0.000396336298537569, 0.00104230769230765, 0.000551188820083087, 0.00151634615384611, 0.0010705440924344, 0.00253557692307694, 0.0038403496435371, 0.00926076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1260, '2021-05-09 00:00:00', 0.000307931623279222, 0.000723269230769221, 0.000409392091539817, 0.00101826923076922, 0.000635763986203873, 0.00154038461538463, 0.0010261477064169, 0.00244865384615388, 0.00383630836672648, 0.0092467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1275, '2021-05-09 00:00:00', 0.00030598994453062, 0.000724615384615392, 0.000380910902160351, 0.00103134615384616, 0.000598096982102388, 0.00151500000000005, 0.000939209426141954, 0.00231711538461542, 0.00383308457832795, 0.00926923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1290, '2021-05-09 00:00:00', 0.000330682045754824, 0.000698846153846155, 0.000543270756975397, 0.00110865384615385, 0.000696537066217881, 0.00150826923076925, 0.000903434302238733, 0.00223346153846156, 0.00382137915599149, 0.00925442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1305, '2021-05-09 00:00:00', 0.000314893632834987, 0.000855000000000007, 0.000421542405933254, 0.00112500000000003, 0.000525835635331633, 0.00137634615384618, 0.000851424078552222, 0.00211480769230769, 0.00378100398246084, 0.00916134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1320, '2021-05-09 00:00:00', 0.000315021610980292, 0.0007161538461539, 0.000391478116099271, 0.000946346153846188, 0.000565010313044084, 0.0013594230769231, 0.000736230942028422, 0.00205000000000002, 0.00374916662021761, 0.00921711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1335, '2021-05-09 00:00:00', 0.000313510213304349, 0.000625576923076931, 0.00031940624000455, 0.00087288461538462, 0.000536965978008362, 0.00133730769230769, 0.000616765788984399, 0.00200096153846156, 0.00374916662021761, 0.00921711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1350, '2021-05-09 00:00:00', 0.00023155228683491, 0.000632307692307693, 0.000426162347179862, 0.000972884615384609, 0.000536737473430556, 0.00129365384615383, 0.00057739707707555, 0.00198423076923078, 0.00372021234402224, 0.00923326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1365, '2021-05-09 00:00:00', 0.000398405137825997, 0.00078557692307692, 0.000515458011421385, 0.00106480769230766, 0.00050051327501033, 0.00127653846153846, 0.000577585591392833, 0.00196634615384616, 0.00370831830535705, 0.00924442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1380, '2021-05-09 00:00:00', 0.000347555197608407, 0.000741153846153834, 0.000333808097795481, 0.000904615384615375, 0.000520112007167696, 0.00134250000000002, 0.000662642524582159, 0.00199865384615386, 0.00370478651414419, 0.00924634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1395, '2021-05-09 00:00:00', 0.000250687976453724, 0.000627307692307677, 0.000352292273764069, 0.000919615384615405, 0.000512737787237844, 0.00142596153846155, 0.000685533397043155, 0.00202596153846154, 0.00371040777875094, 0.00925673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1410, '2021-05-09 00:00:00', 0.000317443150573727, 0.000668076923076944, 0.00047647245460783, 0.00107500000000001, 0.000430261682449915, 0.00141134615384614, 0.000729447973575799, 0.00209288461538461, 0.0037160436571088, 0.00927769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1425, '2021-05-09 00:00:00', 0.000426504576582905, 0.000878076923076936, 0.000383417075579795, 0.00118942307692308, 0.000393779321252578, 0.00135307692307691, 0.000761483168155799, 0.00207115384615385, 0.0037290974779429, 0.00926500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 0, '2021-05-09 00:00:00', 0.000336440245008723, 0.000874038461538483, 0.000347837550500865, 0.0010698076923077, 0.000334819181970471, 0.00121173076923077, 0.000742647265893046, 0.00209980769230768, 0.00373741033851806, 0.00925403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 15, '2021-05-09 00:00:00', 0.000334580104240871, 0.000655384615384613, 0.000383899225558728, 0.00089384615384616, 0.000360663491146699, 0.00107307692307693, 0.000827761508759955, 0.00212634615384615, 0.00375034965036597, 0.00920250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 30, '2021-05-09 00:00:00', 0.000361804026851756, 0.000651923076923086, 0.000333727664190667, 0.000866923076923086, 0.00030893794497622, 0.00102442307692311, 0.000787338457179516, 0.00212538461538462, 0.00374592587404587, 0.0091894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 45, '2021-05-09 00:00:00', 0.000310270911400891, 0.000615961538461534, 0.000334380540931801, 0.000792115384615373, 0.000314034784942437, 0.000929615384615368, 0.000812492674523177, 0.00213288461538461, 0.00373082760977324, 0.00914557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 60, '2021-05-09 00:00:00', 0.000170651804741497, 0.000530961538461532, 0.000172361092343516, 0.000632115384615392, 0.000248476666603033, 0.000854423076923072, 0.000793012852742839, 0.00214076923076924, 0.00372430357454716, 0.00911634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 75, '2021-05-09 00:00:00', 0.000196917397754661, 0.000437307692307705, 0.000222855593119469, 0.000583846153846144, 0.000236980038107743, 0.000906538461538456, 0.000799772684050798, 0.00215211538461538, 0.00372488684908168, 0.00909596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 90, '2021-05-09 00:00:00', 0.000166052355043187, 0.00040923076923076, 0.000200488250183262, 0.00064153846153842, 0.000281160028344099, 0.000925192307692297, 0.000819973381369058, 0.00212288461538462, 0.003740270290521, 0.00907961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 105, '2021-05-09 00:00:00', 0.00020825474415135, 0.000505961538461514, 0.000251193459003557, 0.00076692307692308, 0.000356407556252456, 0.000942884615384626, 0.000822281254522095, 0.0021373076923077, 0.0037486005850389, 0.00905211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 120, '2021-05-09 00:00:00', 0.000252692272567634, 0.000585769230769234, 0.000297597818437006, 0.000717692307692295, 0.000649099287178292, 0.000988269230769232, 0.000837824563975037, 0.002145, 0.00374939415105962, 0.00904750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 135, '2021-05-09 00:00:00', 0.000245719665159607, 0.000481923076923074, 0.000307991258617219, 0.000638846153846146, 0.000702360634957887, 0.00111769230769229, 0.000853670829193166, 0.00221673076923076, 0.00374626166485185, 0.00903769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 150, '2021-05-09 00:00:00', 0.000185817528360905, 0.000428076923076884, 0.000677290217308305, 0.000770961538461516, 0.000808590035898195, 0.00122461538461536, 0.000884781698412744, 0.00223057692307691, 0.00374017058434507, 0.009025 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 165, '2021-05-09 00:00:00', 0.0006296486199583, 0.00062576923076924, 0.000649969496325657, 0.000932884615384621, 0.000805645488937989, 0.00129557692307694, 0.000846438511556601, 0.00219692307692308, 0.00372334942780537, 0.00901519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 180, '2021-05-09 00:00:00', 0.000374410151489598, 0.000684807692307669, 0.000566566853954594, 0.000940000000000001, 0.000653872605799773, 0.00131076923076923, 0.000803051966897841, 0.00212269230769232, 0.00373096145579334, 0.00900076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 195, '2021-05-09 00:00:00', 0.0003582324127413, 0.000647692307692341, 0.00048435047704674, 0.000895769230769266, 0.000674500527456022, 0.0012648076923077, 0.000816619485816608, 0.00205923076923076, 0.00373409960828786, 0.00898173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 210, '2021-05-09 00:00:00', 0.000285233305316094, 0.000604038461538465, 0.000365814370748538, 0.000831923076923061, 0.000560291304728031, 0.00117711538461538, 0.000909287908200717, 0.00201250000000001, 0.00371586658284965, 0.00895269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 225, '2021-05-09 00:00:00', 0.000227323557952082, 0.000519999999999965, 0.000326870534239209, 0.000787115384615383, 0.000424732902494666, 0.00106596153846153, 0.000909901283741197, 0.00190711538461538, 0.00372049889644679, 0.00893596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 240, '2021-05-09 00:00:00', 0.00019236383795776, 0.000570384615384646, 0.000292765067273016, 0.000750769230769256, 0.000331759470330328, 0.00101288461538462, 0.000943011318147284, 0.0018421153846154, 0.00368310834966674, 0.00891134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 255, '2021-05-09 00:00:00', 0.000194126544770692, 0.000446346153846157, 0.000244239872634733, 0.000638653846153837, 0.000362276615521683, 0.000937115384615392, 0.000921783075599431, 0.00179903846153848, 0.00368176500315565, 0.00887153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 270, '2021-05-09 00:00:00', 0.00018139470351018, 0.000455961538461545, 0.000245663387585539, 0.000672500000000025, 0.000381454302132498, 0.000935769230769255, 0.00094439846544691, 0.0018523076923077, 0.00366241402104386, 0.00885269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 285, '2021-05-09 00:00:00', 0.000148115988852809, 0.000457115384615407, 0.000374459816063281, 0.000683076923076932, 0.000389814008904823, 0.000904807692307676, 0.000895911740158524, 0.00183461538461539, 0.00365292710870868, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 300, '2021-05-09 00:00:00', 0.000353016452002739, 0.000551153846153853, 0.000326523176230075, 0.000710769230769258, 0.000429025057543252, 0.000902499999999994, 0.000904767989809895, 0.00187634615384615, 0.00365516246613559, 0.00880942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 315, '2021-05-09 00:00:00', 0.000158077512632215, 0.000417500000000019, 0.000254153194262519, 0.000589615384615362, 0.000511128803577074, 0.000890576923076907, 0.00095791046634768, 0.00200230769230768, 0.00365868795314137, 0.00880153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 330, '2021-05-09 00:00:00', 0.000205311114765278, 0.000419423076923041, 0.000269113073175305, 0.000590384615384589, 0.000559159671705284, 0.00087346153846153, 0.000986170546180442, 0.0021228846153846, 0.00365404761873737, 0.00878999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 345, '2021-05-09 00:00:00', 0.000224559825847411, 0.000428653846153862, 0.000418150506580867, 0.000670384615384618, 0.000488025732297603, 0.000871346153846166, 0.00110712171869221, 0.00223749999999999, 0.00364417478260224, 0.00877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 360, '2021-05-09 00:00:00', 0.000262721262060118, 0.000452307692307684, 0.000361919880636588, 0.000614999999999998, 0.000390139274934168, 0.000820576923076901, 0.00102124428253743, 0.00234326923076921, 0.00361112214074585, 0.00873634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 375, '2021-05-09 00:00:00', 0.000246170750621483, 0.000375961538461516, 0.000230261473446679, 0.000572115384615392, 0.000348571370023379, 0.000759999999999991, 0.00103903662850962, 0.00260134615384614, 0.00359907056912458, 0.0087151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 390, '2021-05-09 00:00:00', 0.000156063596504284, 0.000394615384615391, 0.000208297955970629, 0.000510961538461512, 0.000367635061523704, 0.00078346153846153, 0.00109083158116254, 0.00283346153846152, 0.00360412042507763, 0.00871903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 405, '2021-05-09 00:00:00', 0.000184528192551051, 0.000370576923076883, 0.000259079138488578, 0.000544999999999975, 0.000374665029880556, 0.000786730769230756, 0.00125023223996431, 0.00314057692307688, 0.00360449809266148, 0.00871249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 420, '2021-05-09 00:00:00', 0.000184910477300155, 0.000393269230769237, 0.00030595525062438, 0.00062615384615384, 0.000337343981031929, 0.000844807692307701, 0.00130215761777846, 0.00336730769230768, 0.00361012305351753, 0.0087226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 435, '2021-05-09 00:00:00', 0.000248390588822121, 0.000426730769230772, 0.000253315324933501, 0.000555576923076942, 0.000276074474344567, 0.000853653846153853, 0.00127050463929164, 0.0036609615384615, 0.00361063593375933, 0.00871038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 450, '2021-05-09 00:00:00', 0.000156526232748562, 0.000382692307692338, 0.000245009261991334, 0.000603461538461563, 0.000332488114304639, 0.000912115384615399, 0.00129815871081373, 0.00386903846153844, 0.00361173233525668, 0.00870230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 465, '2021-05-09 00:00:00', 0.000210927621563573, 0.000427692307692317, 0.000214965918586756, 0.000652884615384622, 0.000315448154950276, 0.000978461538461543, 0.00133307741133644, 0.00399576923076921, 0.00361263040754776, 0.00869730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 480, '2021-05-09 00:00:00', 0.000177837112160385, 0.000454038461538464, 0.000270940881999149, 0.000680192307692306, 0.000455956306948528, 0.00104807692307691, 0.00135280887273623, 0.00404038461538459, 0.00362027151552948, 0.00871038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 495, '2021-05-09 00:00:00', 0.000234263822348961, 0.000483461538461537, 0.00030820628706213, 0.000758653846153846, 0.00059712348935412, 0.0012926923076923, 0.00130051043233624, 0.00403576923076921, 0.00361568906083137, 0.00869423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 510, '2021-05-09 00:00:00', 0.000286685635925736, 0.000560576923076949, 0.000429608095110647, 0.000788653846153846, 0.000705613453778919, 0.00138288461538464, 0.00126425569468304, 0.00409230769230769, 0.00360726452933739, 0.00870923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 525, '2021-05-09 00:00:00', 0.000279972594812669, 0.000575576923076902, 0.000463095604018771, 0.000998461538461555, 0.000745798591083103, 0.00151846153846155, 0.00144183611572726, 0.00411076923076922, 0.0036118326532918, 0.00866134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 540, '2021-05-09 00:00:00', 0.000381071010947577, 0.000798653846153877, 0.000518044251154097, 0.00109961538461541, 0.000619940816033752, 0.00168615384615386, 0.00158956554296596, 0.00413115384615385, 0.003625148294049, 0.00862307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 555, '2021-05-09 00:00:00', 0.000309812101864243, 0.000716538461538484, 0.000496863276349375, 0.00111865384615386, 0.000611534167861079, 0.00178096153846157, 0.00161656831448124, 0.00401865384615384, 0.00363903368407691, 0.00852192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 570, '2021-05-09 00:00:00', 0.000429749300800482, 0.000837692307692313, 0.000415395455699044, 0.00118576923076922, 0.00061438386897895, 0.00189346153846156, 0.00158927574215912, 0.00400423076923077, 0.00367582765666982, 0.00850980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 585, '2021-05-09 00:00:00', 0.000386045832273062, 0.000875769230769212, 0.00055903350663306, 0.00140230769230771, 0.000876670098462621, 0.00218730769230769, 0.00165619577995433, 0.00403730769230769, 0.00366884360318286, 0.00848076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 600, '2021-05-09 00:00:00', 0.000452168280451157, 0.00114192307692309, 0.000521359908169147, 0.00155307692307694, 0.000927667484359815, 0.00229519230769231, 0.00167112974223567, 0.00406384615384613, 0.00368723265523706, 0.00849942307692307 where not exists (select 1 from powerstats_trumpet where symbo[...];
Date: 2021-05-09 15:02:22 Duration: 13s342ms Database: acaweb_fx User: pgperfstats
20 23s776ms 71 62ms 1s787ms 334ms (( 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 #20
Day Hour Count Duration Avg duration May 09 15 71 23s776ms 334ms [ User: postgres - Total duration: 23s776ms - Times executed: 71 ]
-
(( 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-09 15:45:34 Duration: 1s787ms 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-09 15:55:38 Duration: 1s432ms 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-09 15:40:31 Duration: 1s416ms Database: acaweb_fx User: postgres Bind query: yes
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 278 5m57s 209ms 8s837ms 1s285ms 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 09 15 278 5m57s 1s285ms [ User: postgres - Total duration: 5m57s - Times executed: 278 ]
-
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-09 15:01:30 Duration: 8s837ms 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-09 15:26:27 Duration: 8s782ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-09 15:00:35 Duration: 4s877ms Database: acaweb_fx User: postgres Bind query: yes
2 229 54s808ms 53ms 5s626ms 239ms 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 09 15 229 54s808ms 239ms [ User: postgres - Total duration: 54s808ms - Times executed: 229 ]
-
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 ('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-09 15:11:56 Duration: 5s626ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('800' = 0 OR kr.patternlengthbars <= '800') 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-09 15:04:09 Duration: 549ms 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-09 15:50:57 Duration: 503ms Database: acaweb_fx User: postgres Bind query: yes
3 185 14s117ms 50ms 242ms 76ms 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 09 15 185 14s117ms 76ms [ User: pgperfstats - Total duration: 14s117ms - Times executed: 185 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 976170order by pricedatetime asc;
Date: 2021-05-09 15:06:40 Duration: 242ms 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 = 983510order by pricedatetime asc;
Date: 2021-05-09 15:48:50 Duration: 211ms 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 = 982680order by pricedatetime asc;
Date: 2021-05-09 15:36:02 Duration: 172ms Database: acaweb_fx User: pgperfstats
4 154 4m23s 56ms 9s131ms 1s709ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 09 15 154 4m23s 1s709ms [ User: postgres - Total duration: 4m23s - Times executed: 154 ]
-
WITH rar_max as ( ;
Date: 2021-05-09 15:51:07 Duration: 9s131ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:56:10 Duration: 9s50ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:36:10 Duration: 9s45ms Database: acaweb_fx User: postgres Bind query: yes
5 80 6s157ms 50ms 678ms 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 #5
Day Hour Count Duration Avg duration May 09 15 80 6s157ms 76ms [ User: postgres - Total duration: 6s157ms - Times executed: 80 ]
-
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 = '689' 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 ('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 fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') 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 ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-05-09 15:56:16 Duration: 678ms 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 = '660' 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 ('224' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BBVA.mc.', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'BZU.MI', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'ENI.MI', 'EOAN.de', 'FB', 'FCA.MI', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'ISP.MI', 'JNJ', 'JPM', 'KBC.br.', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MA.', 'MC.pa', 'MCD.', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'REP.mc.', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.mc.', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UCG.MI', 'UMI.br.', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR fr.pattern in ('')) AND ('800' = 0 OR fr.patternlengthbars <= '800') 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-09 15:02:07 Duration: 133ms 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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR fr.pattern in ('')) AND ('800' = 0 OR fr.patternlengthbars <= '800') 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-09 15:04:09 Duration: 131ms Database: acaweb_fx User: postgres Bind query: yes
6 71 23s776ms 62ms 1s787ms 334ms (( 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 09 15 71 23s776ms 334ms [ User: postgres - Total duration: 23s776ms - Times executed: 71 ]
-
(( 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-09 15:45:34 Duration: 1s787ms 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-09 15:55:38 Duration: 1s432ms 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-09 15:40:31 Duration: 1s416ms Database: acaweb_fx User: postgres Bind query: yes
7 58 29s523ms 61ms 14s985ms 509ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 09 15 58 29s523ms 509ms [ User: postgres - Total duration: 29s523ms - Times executed: 58 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:05:43 Duration: 14s985ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:46:14 Duration: 2s37ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:03:16 Duration: 1s484ms Database: acaweb_fx User: postgres
8 24 1m53s 707ms 10s476ms 4s736ms 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 #8
Day Hour Count Duration Avg duration May 09 15 24 1m53s 4s736ms [ User: postgres - Total duration: 1m53s - 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-09 15:00:40 Duration: 10s476ms 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-09 15:50:39 Duration: 9s180ms 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-09 15:55:39 Duration: 9s134ms Database: acaweb_fx User: postgres Bind query: yes
9 17 1s629ms 54ms 126ms 95ms 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, (? - 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 ?) then ? else ? 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 ?) 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 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 = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration May 09 15 17 1s629ms 95ms [ User: postgres - Total duration: 1s629ms - Times executed: 17 ]
-
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 = 689 AND sg.groupid = 5201 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 & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 60835556 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-09 15:21:24 Duration: 126ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 689 AND sg.groupid = 5201 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 & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 60835556 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-09 15:53:28 Duration: 123ms Database: acaweb_fx User: postgres Bind query: yes
-
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 = 689 AND sg.groupid = 5201 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 & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 60835556 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-05-09 15:41:27 Duration: 113ms Database: acaweb_fx User: postgres Bind query: yes
10 16 3s792ms 218ms 448ms 237ms 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 #10
Day Hour Count Duration Avg duration May 09 15 16 3s792ms 237ms [ User: postgres - Total duration: 3s792ms - 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-09 15:01:14 Duration: 448ms 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-09 15:18:16 Duration: 238ms 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-09 15:03:16 Duration: 233ms Database: acaweb_fx User: postgres
11 16 3s559ms 209ms 244ms 222ms 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 #11
Day Hour Count Duration Avg duration May 09 15 16 3s559ms 222ms [ User: postgres - Total duration: 3s559ms - 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-09 15:41:18 Duration: 244ms 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-09 15:20:24 Duration: 235ms 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-09 15:56:12 Duration: 233ms Database: acaweb_fx User: postgres
12 16 2s377ms 141ms 156ms 148ms 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 #12
Day Hour Count Duration Avg duration May 09 15 16 2s377ms 148ms [ User: postgres - Total duration: 2s377ms - 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-09 15:46:11 Duration: 156ms 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-09 15:26:12 Duration: 156ms 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-09 15:48:20 Duration: 153ms Database: acaweb_fx User: postgres
13 16 1s935ms 112ms 159ms 120ms 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 #13
Day Hour Count Duration Avg duration May 09 15 16 1s935ms 120ms [ User: postgres - Total duration: 1s935ms - 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-09 15:01:13 Duration: 159ms 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-09 15:46:12 Duration: 134ms 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-09 15:48:20 Duration: 126ms Database: acaweb_fx User: postgres
14 16 1s386ms 80ms 99ms 86ms with max_ra as ( select resultuid from relevance_bigmovement_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_bigmovement_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 bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 09 15 16 1s386ms 86ms [ User: postgres - Total duration: 1s386ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_bigmovement_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_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-09 15:03:16 Duration: 99ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_bigmovement_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_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-09 15:31:26 Duration: 94ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_bigmovement_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_bigmovement_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'bm_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'bm_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join bigmovement_results a on a.resultuid = s.result_uid where s.uuid ilike 'bm_%' and a.resultuid is null);
Date: 2021-05-09 15:35:13 Duration: 89ms Database: acaweb_fx User: postgres
15 16 1s265ms 74ms 94ms 79ms 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 #15
Day Hour Count Duration Avg duration May 09 15 16 1s265ms 79ms [ User: postgres - Total duration: 1s265ms - 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-09 15:20:24 Duration: 94ms 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-09 15:41:18 Duration: 87ms 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-09 15:48:20 Duration: 85ms Database: acaweb_fx User: postgres
16 16 1s242ms 73ms 81ms 77ms with max_ra as ( select resultuid from relevance_fibonacci_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_fibonacci_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 fibonacci_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 09 15 16 1s242ms 77ms [ User: postgres - Total duration: 1s242ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_fibonacci_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_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-09 15:01:13 Duration: 81ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_fibonacci_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_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-09 15:56:12 Duration: 80ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_fibonacci_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_fibonacci_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'fp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'fp_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join fibonacci_results a on a.resultuid = s.result_uid where s.uuid ilike 'fp_%' and a.resultuid is null);
Date: 2021-05-09 15:31:25 Duration: 78ms Database: acaweb_fx User: postgres
17 15 1s689ms 51ms 223ms 112ms 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 09 15 15 1s689ms 112ms [ User: postgres - Total duration: 1s689ms - 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 = 558 AND (((s.symbol ilike '%gbpusd%' AND timegranularity = 240))) 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 > 513234395 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-09 15:58:30 Duration: 223ms 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 = 558 AND (((s.symbol ilike '%gbpjpy%' AND timegranularity = 240))) 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 > 513051027 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-09 15:58:30 Duration: 179ms 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 = 558 AND (((s.symbol ilike '%eurusd%' AND timegranularity = 240))) 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 > 513234833 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-05-09 15:58:30 Duration: 174ms Database: acaweb_fx User: postgres Bind query: yes
18 13 1m24s 6s340ms 6s844ms 6s486ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 09 15 13 1m24s 6s486ms [ User: pgperfstats - Total duration: 1m24s - Times executed: 13 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 960, '2021-05-09 00:00:00', 0.441601469322182, 0.641304347826086, 0.57056175078816, 0.900434782608693, 0.723793257665402, 1.66304347826086, 2.22460146539597, 4.76304347826087, 4.46606824988695, 11.0726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 975, '2021-05-09 00:00:00', 0.219902960991807, 0.568695652173912, 0.535885455432294, 1.19369565217391, 0.653075424343483, 1.63434782608695, 2.10373230818608, 4.72347826086957, 4.41878218159477, 10.9978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 990, '2021-05-09 00:00:00', 0.537692607277568, 1.09760869565217, 0.617504540637157, 1.39130434782608, 0.758181462734868, 1.69869565217391, 2.23234662243294, 4.79152173913043, 4.41934406629362, 10.9926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1005, '2021-05-09 00:00:00', 0.388784464303538, 0.895217391304346, 0.470120664016349, 1.27043478260869, 0.806433371462696, 1.78565217391304, 2.23644801047494, 4.76739130434783, 4.46803221314569, 10.9513043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1020, '2021-05-09 00:00:00', 0.295424261141742, 0.871304347826084, 0.465526604785212, 1.13826086956522, 0.649004406277483, 1.72608695652174, 2.07660935732384, 4.66782608695652, 4.47893170845592, 10.8773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1035, '2021-05-09 00:00:00', 0.322762287250456, 0.758695652173913, 0.551592018561461, 1.21086956521739, 0.500098804466925, 1.59521739130435, 2.05035153160673, 4.59630434782609, 4.50092950435375, 10.8386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1050, '2021-05-09 00:00:00', 0.358806762046258, 0.751739130434781, 0.371947656651494, 1.10782608695652, 0.43335806152207, 1.38086956521739, 1.99338280317655, 4.565, 4.46741332520082, 10.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1065, '2021-05-09 00:00:00', 0.295968965363767, 0.776086956521736, 0.388022247844289, 1.07391304347826, 1.38485119989471, 3.38586956521739, 1.95823231875824, 4.51978260869565, 4.43951093165148, 10.7986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1080, '2021-05-09 00:00:00', 0.301748691343102, 0.695000000000006, 0.302731797969721, 0.839782608695657, 1.56250805531521, 3.56217391304348, 1.91690593396854, 4.47978260869566, 4.46030852900481, 10.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1095, '2021-05-09 00:00:00', 0.162548867690152, 0.483043478260871, 1.25003723264708, 3.14391304347826, 1.69763332120945, 3.6804347826087, 1.85543856614205, 4.365, 4.47075437303725, 10.7691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 600, '2021-05-09 00:00:00', 1.24307577589437, 2.49076923076923, 1.71045986843844, 2.89019230769231, 1.81904836701459, 3.33519230769231, 1.82374133624768, 4.06769230769231, 4.5053026706145, 10.3419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 615, '2021-05-09 00:00:00', 0.656830735718584, 1.34884615384615, 0.896233142744589, 1.83461538461538, 0.791355239689873, 2.31365384615385, 1.08813971458703, 3.18096153846154, 4.07179836001433, 9.72173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 630, '2021-05-09 00:00:00', 0.445955197818723, 1.14903846153846, 0.63369639054094, 1.56634615384615, 0.512887452041419, 1.92846153846154, 0.738085699631148, 2.8475, 4.04475866447507, 9.49942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 645, '2021-05-09 00:00:00', 0.427111631958025, 0.992884615384617, 0.410345117412913, 1.31865384615385, 0.405732812802485, 1.68634615384615, 0.759010514774639, 2.64519230769231, 4.03333815267778, 9.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 660, '2021-05-09 00:00:00', 0.30907853122069, 0.873461538461539, 0.278531934365773, 1.08903846153846, 0.586271399478221, 1.55192307692308, 0.806154117733367, 2.50769230769231, 4.04203445062014, 9.32249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 675, '2021-05-09 00:00:00', 0.185903304062998, 0.745961538461533, 0.442276323302354, 1.10711538461538, 0.713488720195463, 1.46807692307692, 0.831903308915532, 2.49865384615385, 4.05567663424224, 9.30480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 690, '2021-05-09 00:00:00', 0.354700523735817, 0.782692307692309, 0.529755241016655, 1.09384615384615, 0.594303762009349, 1.40519230769231, 0.957280462881897, 2.53326923076923, 4.07277260031126, 9.26942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 705, '2021-05-09 00:00:00', 0.271975111983545, 0.777692307692305, 0.349234822917849, 1.01980769230769, 0.407446268283881, 1.30269230769231, 1.04309083976421, 2.5975, 4.09400688154696, 9.94288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 720, '2021-05-09 00:00:00', 0.197620459856377, 0.600384615384609, 0.322309693403006, 0.831538461538457, 0.362194168070962, 1.14384615384615, 1.17852371798202, 2.61307692307693, 4.09296917333201, 10.0544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 735, '2021-05-09 00:00:00', 0.309201452877473, 0.648461538461535, 0.340129443685106, 0.929038461538463, 0.367033901179966, 1.16673076923077, 1.1846132929552, 2.64557692307692, 4.12363092898256, 10.1359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 750, '2021-05-09 00:00:00', 0.282693908943658, 0.650384615384617, 0.278700280146699, 0.824615384615383, 0.297304816385731, 1.11692307692308, 1.14066323487023, 2.62615384615385, 4.13995578292998, 10.1332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 765, '2021-05-09 00:00:00', 0.215988692723982, 0.543653846153845, 0.259596136038566, 0.766923076923079, 0.425412198298943, 1.16653846153846, 1.06528697830859, 2.70288461538462, 4.14519607497643, 10.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 780, '2021-05-09 00:00:00', 0.196609041970648, 0.583653846153844, 0.263346510543401, 0.820769230769229, 0.549520665251513, 1.31519230769231, 1.12770756233779, 2.84288461538462, 4.11392427756497, 10.1501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 795, '2021-05-09 00:00:00', 0.22723217540318, 0.587692307692309, 0.399766855131261, 0.90153846153846, 0.668702187363414, 1.42115384615385, 1.20257520155066, 2.88865384615385, 4.08234759478114, 10.1582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 810, '2021-05-09 00:00:00', 0.284856306555805, 0.63634615384615, 0.51163448491462, 0.974615384615385, 0.742958974951872, 1.35096153846154, 1.22093715581988, 2.91346153846154, 4.09352374536244, 10.2394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 825, '2021-05-09 00:00:00', 0.345194315400201, 0.65365384615385, 0.476413685781585, 0.935000000000002, 0.659278510074579, 1.29192307692308, 1.14329202474528, 2.87557692307692, 4.11456348278237, 10.2305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 840, '2021-05-09 00:00:00', 0.316197662133136, 0.599807692307693, 0.372602128488076, 0.832884615384614, 0.533055380295082, 1.17403846153846, 1.16078355499139, 2.92769230769231, 4.1439776181828, 10.1775 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 855, '2021-05-09 00:00:00', 0.21125704357852, 0.558461538461538, 0.375720026697454, 0.841538461538465, 0.389898655471466, 1.07019230769231, 1.23527866678551, 3.08423076923077, 4.16815547196377, 10.1490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 870, '2021-05-09 00:00:00', 0.337426516216727, 0.570576923076924, 0.358827202896408, 0.74519230769231, 0.626291158635196, 1.12615384615385, 1.28425949929851, 3.20769230769231, 4.17669450182061, 10.1448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 885, '2021-05-09 00:00:00', 0.22627493487756, 0.507884615384615, 0.255550160663975, 0.703269230769231, 0.582629714840726, 1.26576923076923, 3.36315232162648, 5.04153846153846, 4.16148842178077, 10.1732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 900, '2021-05-09 00:00:00', 0.176885882377919, 0.523846153846151, 0.446185930543966, 0.821730769230767, 0.70707917628683, 1.37480769230769, 3.2720051955949, 5.22, 4.16149648101959, 10.1748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 915, '2021-05-09 00:00:00', 0.336196885996655, 0.587884615384613, 0.492529147907476, 0.994807692307693, 0.70710528538216, 1.37326923076923, 3.20351424820642, 5.35346153846154, 4.1760675696346, 10.2028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 930, '2021-05-09 00:00:00', 0.441999825965856, 0.709615384615387, 0.597703425300027, 1.02576923076923, 0.682332312451479, 1.32576923076923, 3.181217691388, 5.325, 4.17285226194267, 10.24 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 945, '2021-05-09 00:00:00', 0.309104973456239, 0.638269230769231, 0.508496161395388, 0.872115384615382, 0.589123468840328, 1.43769230769231, 3.18651990663555, 5.31634615384615, 4.15045860302023, 10.2488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 960, '2021-05-09 00:00:00', 0.391660763730749, 0.616923076923077, 0.445243623890769, 0.873269230769232, 0.574945616157267, 1.6723076923077, 3.30322863038806, 5.35076923076923, 4.13761778823739, 10.2298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 975, '2021-05-09 00:00:00', 0.274731757286153, 0.608461538461538, 0.461382537764321, 1.16538461538462, 0.644745417855882, 1.77942307692308, 3.33909129163103, 5.35442307692307, 4.10887094729665, 10.1926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 990, '2021-05-09 00:00:00', 0.28145665057669, 0.995384615384621, 0.437600845520209, 1.4275, 0.797416236256922, 1.85442307692308, 3.40522207566781, 5.41923076923077, 4.21162968640224, 10.3361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1005, '2021-05-09 00:00:00', 0.312153869848731, 0.96596153846154, 0.484668046589225, 1.26365384615384, 0.773120848350275, 1.75961538461538, 3.33438254577043, 5.33480769230769, 4.20210826664609, 10.2867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1020, '2021-05-09 00:00:00', 0.261221097039388, 0.817307692307692, 0.504954567644077, 1.22365384615385, 0.741921232601288, 1.71865384615384, 3.41921311797815, 5.31711538461538, 4.19715141952986, 10.2359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1035, '2021-05-09 00:00:00', 0.500372822541809, 0.874807692307696, 0.630703666855217, 1.20865384615385, 0.837625788486995, 1.79980769230769, 3.41896824855327, 5.28173076923077, 4.12764928910466, 10.3344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1050, '2021-05-09 00:00:00', 0.403683234536883, 0.808076923076922, 0.542562580580487, 1.17307692307692, 0.83384494039083, 1.68576923076923, 3.4029244210509, 5.15615384615384, 4.13866749273056, 10.2861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1065, '2021-05-09 00:00:00', 0.261523347979608, 0.727692307692306, 0.53033052103237, 1.12230769230769, 2.98676522344827, 3.8675, 3.34990498143087, 5.17576923076923, 4.12641846940121, 10.3042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1080, '2021-05-09 00:00:00', 0.410235954618239, 0.768461538461538, 0.641266055429534, 1.02307692307692, 2.9895397446121, 4.09673076923077, 3.35553042923745, 5.11769230769231, 4.14859108613997, 10.25 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1095, '2021-05-09 00:00:00', 0.272022906275299, 0.607307692307692, 3.00954550619295, 3.52192307692308, 2.97961404960699, 4.15673076923077, 3.34220056480526, 4.96884615384615, 4.17367847808879, 10.2059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 600, '2021-05-09 00:00:00', 2.85436216773825, 2.69076923076923, 2.87227134056763, 3.18057692307693, 2.93442611346489, 3.60384615384615, 3.26812402669271, 4.62557692307692, 3.98409012873029, 9.98192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 615, '2021-05-09 00:00:00', 0.594520103820008, 1.36807692307693, 0.718823317330804, 1.7998076923077, 0.797937244495989, 2.15461538461539, 1.41052473869179, 3.33096153846154, 3.20901634221694, 9.17173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 630, '2021-05-09 00:00:00', 0.486557649363204, 1.05211538461539, 0.420547125320556, 1.33673076923077, 0.643054011369542, 1.71730769230769, 1.11949033733419, 2.98884615384615, 3.13317592621534, 8.99076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 645, '2021-05-09 00:00:00', 0.38238608157805, 0.876346153846153, 0.461067365343301, 1.20134615384615, 0.724897685088147, 1.56942307692308, 1.16881827237862, 2.90807692307692, 3.13050728255883, 8.91961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 660, '2021-05-09 00:00:00', 0.411397804863072, 0.86807692307692, 0.581095517105405, 1.21999999999999, 0.88279076709124, 1.63346153846154, 1.18972091103495, 2.82961538461538, 3.14645101662175, 8.895 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 675, '2021-05-09 00:00:00', 0.401900293796662, 0.870384615384615, 0.488368240635625, 1.10346153846154, 0.80814735899225, 1.54307692307693, 1.01264771002327, 2.73076923076923, 3.15788958251941, 8.80115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 690, '2021-05-09 00:00:00', 0.313653655143081, 0.728846153846154, 0.605998222896609, 1.08461538461539, 0.759224705766449, 1.49307692307692, 0.843623343770098, 2.63211538461539, 3.16676496541089, 8.72711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 705, '2021-05-09 00:00:00', 0.384265333010731, 0.660384615384616, 0.404140303131703, 0.975769230769233, 0.469374215148378, 1.38807692307692, 0.773382580217977, 2.66384615384616, 3.41119422467581, 8.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 720, '2021-05-09 00:00:00', 0.265270834025558, 0.663846153846157, 0.400684990408251, 0.947307692307694, 0.43259236452595, 1.39192307692308, 0.682003045334955, 2.61807692307692, 3.36065211734957, 8.93942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 735, '2021-05-09 00:00:00', 0.258404051528135, 0.615576923076923, 0.380455799515022, 0.951153846153847, 0.458578405342152, 1.39692307692308, 0.653759777100002, 2.56461538461538, 3.35812216871275, 8.9275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 750, '2021-05-09 00:00:00', 0.351741163576069, 0.724615384615385, 0.433221208373524, 1.00615384615385, 0.478296335565499, 1.34076923076923, 0.725026285995632, 2.64634615384616, 3.30289787098449, 8.89711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 765, '2021-05-09 00:00:00', 0.34844887054576, 0.703846153846155, 0.403961155786811, 0.956153846153846, 0.407558584745799, 1.26, 1.00363893676193, 2.83365384615385, 3.24498110104726, 8.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 780, '2021-05-09 00:00:00', 0.336822482348469, 0.625769230769227, 0.3073645417716, 0.864807692307691, 0.439283682654109, 1.25192307692308, 1.02875969011232, 2.9375, 3.21113081567609, 8.95365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 795, '2021-05-09 00:00:00', 0.282619681932075, 0.641730769230772, 0.347373053735521, 0.84096153846154, 0.384866860095799, 1.2275, 1.15764032211418, 3.11634615384615, 3.21213821069632, 8.95826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 810, '2021-05-09 00:00:00', 0.273021906700659, 0.569807692307689, 0.38763642759679, 0.909999999999999, 0.355242928798786, 1.17846153846154, 1.16603286996815, 3.13557692307692, 3.20153057746784, 8.96403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 825, '2021-05-09 00:00:00', 0.312861052963675, 0.685961538461537, 0.329127576387124, 0.890192307692307, 0.416171238794805, 1.2125, 1.10550456631976, 3.20788461538461, 3.14445033107782, 8.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 840, '2021-05-09 00:00:00', 0.24636683093431, 0.573846153846154, 0.330006992932902, 0.796153846153848, 0.425970024225255, 1.0523076923077, 1.04532219913288, 3.2725, 3.09064631652445, 8.94557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 855, '2021-05-09 00:00:00', 0.250336696348064, 0.552692307692307, 0.341422589491946, 0.785769230769232, 0.368483169430902, 0.990384615384618, 1.03119588902325, 3.26480769230769, 3.04927964380997, 8.96711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 870, '2021-05-09 00:00:00', 0.197733309127373, 0.512307692307691, 0.243733776580416, 0.636923076923077, 0.310069533144764, 0.961346153846155, 1.10797696796389, 3.24019230769231, 3.09264137168314, 8.98557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 885, '2021-05-09 00:00:00', 0.190558692755316, 0.463846153846154, 0.199177153462784, 0.69346153846154, 0.534049983255674, 1.25423076923077, 2.21586032085474, 4.54480769230769, 3.04297458848309, 9.02788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 900, '2021-05-09 00:00:00', 0.152030867311163, 0.534230769230769, 0.259803550043842, 0.746730769230769, 0.537662175891718, 1.30615384615385, 2.18644232452209, 4.60596153846154, 3.03720076715386, 9.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 915, '2021-05-09 00:00:00', 0.241379449128421, 0.559038461538464, 0.57672990612191, 1.04423076923077, 0.633530279769339, 1.35615384615385, 2.16632419088187, 4.6975, 3.05931342850747, 9.06557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 930, '2021-05-09 00:00:00', 0.502642899696578, 0.791730769230767, 0.516061154694493, 0.986346153846156, 0.786829372569717, 1.49769230769231, 2.17748171413323, 4.69384615384615, 3.06098081314822, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 945, '2021-05-09 00:00:00', 0.302925479538858, 0.600384615384618, 0.462308754638485, 0.894230769230767, 1.08266567394485, 1.86980769230769, 2.1333589621858, 4.72230769230769, 3.02326769216051, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 960, '2021-05-09 00:00:00', 0.370084397858734, 0.682307692307692, 0.612293324628491, 1.07865384615384, 1.00314001246854, 1.96673076923077, 2.2266455626207, 4.76269230769231, 2.98560152423904, 9.08769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 975, '2021-05-09 00:00:00', 0.472981094109072, 0.803653846153845, 0.906922798003481, 1.56980769230769, 1.0493602629881, 2.05519230769231, 2.17896016131902, 4.74423076923077, 3.01176204494721, 9.09384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 990, '2021-05-09 00:00:00', 0.760821848145401, 1.30326923076923, 0.789704935159571, 1.60173076923077, 0.875624634189788, 1.9675, 2.01207741860534, 4.67846153846154, 3.1446479074037, 9.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1005, '2021-05-09 00:00:00', 0.313567622445546, 0.860576923076922, 0.413910478987162, 1.27826923076923, 0.481306075654088, 1.64653846153846, 1.96713434682574, 4.41653846153846, 3.21020459448639, 9.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1020, '2021-05-09 00:00:00', 0.305810650315114, 0.928076923076921, 0.373612715975325, 1.13230769230769, 0.497416711234541, 1.62076923076923, 1.97244249209334, 4.38076923076923, 3.39152119262139, 9.265 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1035, '2021-05-09 00:00:00', 0.265775208660367, 0.747307692307695, 0.34143317850586, 1.09615384615385, 0.468639930666803, 1.54923076923077, 2.00169562736581, 4.31076923076923, 3.43263854558201, 9.22423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1050, '2021-05-09 00:00:00', 0.2764781254388, 0.861923076923078, 0.444297890367055, 1.20384615384616, 0.4819728686906, 1.47538461538462, 2.02540772723382, 4.32769230769231, 3.52609208396709, 9.23923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1065, '2021-05-09 00:00:00', 0.324446985120603, 0.71538461538462, 0.369153709907489, 1.01769230769231, 1.81871502609778, 3.18211538461539, 1.91706145321026, 4.23884615384615, 3.58524922961592, 9.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1080, '2021-05-09 00:00:00', 0.280507507098225, 0.717307692307691, 0.3586761985198, 0.836153846153844, 1.75608275825661, 3.29057692307692, 1.93044932991897, 4.25615384615384, 3.61439634815254, 9.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1095, '2021-05-09 00:00:00', 0.151611345221918, 0.454999999999997, 1.80955142125164, 3.07711538461538, 1.69249183613529, 3.37615384615384, 1.92402094982997, 4.24884615384615, 3.641622298034, 9.36519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 600, '2021-05-09 00:00:00', 1.60531257440365, 2.31230769230769, 1.55507394085891, 2.50980769230769, 1.48701938583401, 2.84557692307692, 1.74854185405572, 3.81615384615384, 3.80983232520197, 9.32211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 615, '2021-05-09 00:00:00', 0.64949968910989, 1.23538461538462, 0.707090055193709, 1.60211538461539, 0.879553033342239, 2.04153846153846, 1.24956386237513, 3.10538461538462, 3.9707655917487, 9.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 630, '2021-05-09 00:00:00', 0.371303783982872, 0.9475, 0.431134103713235, 1.27115384615385, 1.13912098364687, 1.80115384615385, 1.16192605351897, 2.85807692307693, 3.95234639656768, 9.17903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 645, '2021-05-09 00:00:00', 0.270053057464924, 0.839423076923073, 0.62073706188691, 1.2225, 1.08749297079956, 1.68480769230769, 1.1645623806656, 2.69846153846154, 3.9810208441477, 9.20480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 660, '2021-05-09 00:00:00', 0.595657103219111, 0.935769230769231, 1.14723629448541, 1.27634615384616, 1.09697430023889, 1.58384615384615, 1.37854573596738, 2.90788461538461, 4.00390165963151, 9.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 675, '2021-05-09 00:00:00', 0.649283155013755, 0.833846153846156, 0.656162737788072, 1.07846153846154, 0.829212787017812, 1.45461538461539, 1.71977046768994, 2.99769230769231, 4.01395820855175, 9.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 690, '2021-05-09 00:00:00', 0.361027220367325, 0.684423076923078, 0.396245650303718, 0.948846153846153, 0.733964996021351, 1.40384615384615, 1.77014123730283, 2.985, 3.99445830061907, 9.28634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 705, '2021-05-09 00:00:00', 0.200788062777261, 0.620384615384611, 0.399641570179313, 0.934230769230763, 0.571179077401774, 1.31846153846153, 1.72084980124982, 3.04403846153846, 4.07762781717319, 9.77384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 720, '2021-05-09 00:00:00', 0.246589038373879, 0.623076923076916, 0.386067550884759, 0.931923076923071, 0.627389739010283, 1.35673076923077, 1.68212147416474, 3.11942307692307, 4.07632611739843, 9.74884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 735, '2021-05-09 00:00:00', 0.21990102668806, 0.637307692307694, 0.510559873683182, 0.910769230769231, 0.591154802061191, 1.35, 1.63604764130369, 3.21673076923077, 4.05783663469171, 9.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 750, '2021-05-09 00:00:00', 0.368087155231137, 0.601923076923075, 0.48924215335086, 0.92826923076923, 0.499593681058764, 1.31461538461538, 1.65977426639426, 3.25384615384615, 4.01416992089848, 9.77807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 765, '2021-05-09 00:00:00', 0.25301999008896, 0.646346153846155, 0.307497091918711, 0.947692307692306, 0.417116843987944, 1.34230769230769, 1.66412444061319, 3.42807692307692, 3.95642459026601, 9.82346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 780, '2021-05-09 00:00:00', 0.24569900284698, 0.679999999999997, 0.332103088721655, 0.947307692307691, 0.546558463337782, 1.30307692307692, 1.65386425124266, 3.47519230769231, 3.92347103487951, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 795, '2021-05-09 00:00:00', 0.273882905917561, 0.629615384615387, 0.392277766581089, 0.885384615384615, 0.566424175114245, 1.29711538461538, 1.70342005524632, 3.41673076923077, 3.9461378392238, 9.86038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 810, '2021-05-09 00:00:00', 0.260953281996254, 0.596153846153848, 0.365969313551754, 0.851538461538464, 0.648088817512402, 1.23365384615385, 1.72412498431478, 3.4198076923077, 3.92878834326232, 9.85538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 825, '2021-05-09 00:00:00', 0.22545031859336, 0.589615384615386, 0.415129312568803, 0.912884615384617, 0.601128202120494, 1.15865384615385, 1.71989021340138, 3.48288461538462, 3.92939000942307, 9.85461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 840, '2021-05-09 00:00:00', 0.307644212587303, 0.664807692307693, 0.485551589590488, 0.907115384615386, 1.05561239972896, 1.45346153846154, 1.66085711190151, 3.56288461538462, 3.9453204413096, 9.83576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 855, '2021-05-09 00:00:00', 0.289758785623763, 0.591923076923079, 0.325277632894639, 0.778461538461542, 1.57968362217054, 1.60788461538462, 1.80179129885106, 3.67326923076923, 3.93872802584013, 9.78769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 870, '2021-05-09 00:00:00', 0.261827012768709, 0.505769230769232, 1.06759362767214, 1.15692307692308, 1.70366958018905, 1.76596153846154, 1.77718650811202, 3.68326923076923, 3.93972503921471, 9.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 885, '2021-05-09 00:00:00', 0.297214117908382, 0.608333333333333, 0.390745698744028, 0.853125000000001, 0.621356007489647, 1.419375, 2.86959585821641, 5.04604166666667, 3.54462197244448, 9.46333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 900, '2021-05-09 00:00:00', 0.300915195213114, 0.652708333333331, 0.492502298972056, 0.995416666666664, 0.617048219699876, 1.519375, 2.92669923855715, 5.24145833333334, 3.56088685826878, 9.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 915, '2021-05-09 00:00:00', 0.320064248532085, 0.702916666666666, 0.549194403425256, 1.04833333333333, 0.725394445422128, 1.57416666666667, 2.99734737799072, 5.3325, 3.53760478925042, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 930, '2021-05-09 00:00:00', 0.417573216698994, 0.7675, 0.509190889862379, 1.05166666666666, 0.794807623018735, 1.568125, 3.00427747589565, 5.32875, 3.54524643467964, 9.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 945, '2021-05-09 00:00:00', 0.310914674440768, 0.733749999999997, 0.605041620319495, 1.09916666666667, 0.672845696665837, 1.793125, 2.99821214087107, 5.32229166666667, 3.54853365817325, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 960, '2021-05-09 00:00:00', 0.501261452216567, 0.77, 0.613846530824924, 1.06520833333333, 0.623552199911516, 1.80104166666667, 2.96183562078742, 5.344375, 3.57778388111971, 9.40625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 975, '2021-05-09 00:00:00', 0.329162309639115, 0.660000000000002, 0.408177062673487, 1.31791666666667, 0.631526216652042, 1.82416666666667, 2.97218591025947, 5.31729166666667, 3.65422313137014, 9.33979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 990, '2021-05-09 00:00:00', 0.346192540881977, 1.10166666666667, 0.442517296804334, 1.43958333333333, 0.590953540438265, 1.805, 2.99128824914831, 5.52020833333334, 3.64663632357948, 9.33729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1005, '2021-05-09 00:00:00', 0.267305394470526, 0.934999999999996, 0.430668506300193, 1.31333333333333, 0.579716947423857, 1.7025, 3.0435967992573, 5.42520833333333, 3.60769160583691, 9.298125 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1020, '2021-05-09 00:00:00', 0.43493127892956, 0.899999999999999, 0.488248681884872, 1.13958333333333, 0.67058040510452, 1.70208333333333, 2.97015479730056, 5.36604166666667, 3.51950835844226, 9.26604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1035, '2021-05-09 00:00:00', 0.271339938672579, 0.725833333333333, 0.509944583519488, 1.09, 1.00592150772818, 1.64791666666666, 2.96101388304407, 5.30145833333334, 3.49292057705421, 9.249375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1050, '2021-05-09 00:00:00', 0.298356609892702, 0.775833333333331, 0.455659261201657, 1.08416666666666, 0.974821797166991, 1.50916666666667, 2.90530186731386, 5.179375, 3.48363081430313, 9.14520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1065, '2021-05-09 00:00:00', 0.279515302528907, 0.68375, 0.979977724532404, 1.08208333333333, 2.67295695209512, 3.90520833333334, 2.83982201645542, 5.10729166666667, 3.37205372607284, 9.079375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1080, '2021-05-09 00:00:00', 0.766008736280448, 0.78291666666667, 0.792218953045945, 0.947500000000003, 2.83281616390444, 4.103125, 2.85964157801465, 5.05729166666667, 3.36316022422967, 9.09979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1095, '2021-05-09 00:00:00', 0.229589662318402, 0.523750000000001, 2.56094270459764, 3.55583333333334, 2.66702743257113, 4.03625, 2.61018833653319, 4.89625000000001, 3.25498980802741, 9.15770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 600, '2021-05-09 00:00:00', 1.10986445599088, 2.29673913043478, 1.35551282537748, 2.71826086956522, 1.47642361124505, 3.15804347826087, 1.80384276349548, 4.08652173913044, 2.48950397459528, 8.86369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 615, '2021-05-09 00:00:00', 0.617778117426913, 1.4804347826087, 0.776494097211275, 1.95608695652174, 0.864154868275147, 2.32, 1.48257907426972, 3.34956521739131, 2.46428025474235, 8.65608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 630, '2021-05-09 00:00:00', 0.371372840365672, 1.09217391304348, 0.436936424134199, 1.3004347826087, 0.726837592159002, 1.80739130434783, 1.34056400731465, 2.83130434782609, 2.66447224638926, 8.59652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 645, '2021-05-09 00:00:00', 0.278010293550724, 0.795217391304349, 0.419339307179107, 1.23, 0.708792047082854, 1.70043478260869, 1.19855380575777, 2.71695652173913, 2.59860035677463, 8.59521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 660, '2021-05-09 00:00:00', 0.319157116201622, 0.906086956521741, 0.528888012384728, 1.22956521739131, 0.997841544051748, 1.76173913043479, 1.24946486568966, 2.71478260869565, 2.52861030198181, 8.62217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 675, '2021-05-09 00:00:00', 0.418369222486683, 0.803478260869566, 0.535739303010813, 1.08434782608696, 0.881660029214557, 1.54804347826087, 1.27338722302481, 2.70173913043478, 2.5654812745293, 8.65652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 690, '2021-05-09 00:00:00', 0.355051073540321, 0.763913043478261, 0.726735893766465, 1.21782608695653, 0.678921197264349, 1.52608695652174, 1.19041793571001, 2.73695652173913, 2.57694738136503, 8.66347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 705, '2021-05-09 00:00:00', 0.625362503568585, 0.903478260869567, 0.61517816115372, 1.11152173913043, 0.635318226569847, 1.44739130434783, 1.27596774092817, 2.86130434782608, 3.59280443050959, 9.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 720, '2021-05-09 00:00:00', 0.229030651934822, 0.646304347826085, 0.330539743055397, 0.957391304347824, 0.5729005321719, 1.29826086956522, 1.16775738586958, 2.76869565217391, 3.70402345069792, 9.81978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 735, '2021-05-09 00:00:00', 0.345457106813886, 0.677608695652174, 0.567175321968264, 0.975869565217389, 0.578618021002845, 1.33521739130435, 1.20825880011827, 2.77434782608696, 3.75330149793316, 9.92304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 750, '2021-05-09 00:00:00', 0.365063208561285, 0.704347826086957, 0.482742904103678, 0.980434782608697, 0.468448368038343, 1.42434782608696, 1.20469782017926, 2.74826086956522, 3.73260537498615, 9.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 765, '2021-05-09 00:00:00', 0.289661789970944, 0.646956521739133, 0.370621206963908, 0.923478260869566, 0.497470280360444, 1.43695652173913, 1.23725854034319, 2.95217391304348, 3.63422115985463, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 780, '2021-05-09 00:00:00', 0.288173339359811, 0.665652173913046, 0.338830236038275, 0.971739130434786, 0.621486487822105, 1.46, 1.31102319513494, 2.94, 3.63813179591214, 9.95565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 795, '2021-05-09 00:00:00', 0.30632463598068, 0.684347826086961, 0.48168183617856, 0.97913043478261, 0.701432681248967, 1.38847826086957, 1.44350733934233, 3.0095652173913, 3.63993004211103, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 810, '2021-05-09 00:00:00', 0.307673277763607, 0.640869565217394, 0.451609331327742, 0.923478260869568, 0.591342095836499, 1.25673913043478, 1.41181197171517, 3.02695652173913, 3.65972206767785, 9.98760869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 825, '2021-05-09 00:00:00', 0.304849473644007, 0.608260869565219, 0.489651707304698, 0.887608695652174, 0.531675422547172, 1.06413043478261, 1.26036289397377, 3.06652173913043, 3.69205554003077, 9.95326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 840, '2021-05-09 00:00:00', 0.388833641536474, 0.580652173913042, 0.454728234001826, 0.783695652173911, 0.596151939011653, 1.01804347826087, 1.21958426143952, 3.04695652173913, 3.72543707810572, 9.93282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 855, '2021-05-09 00:00:00', 0.439069263535742, 0.619999999999998, 0.504515871724705, 0.73891304347826, 0.750744492147713, 1.10673913043478, 1.25497885908843, 3.05086956521739, 3.71910102720979, 9.92978260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 870, '2021-05-09 00:00:00', 0.193193722023386, 0.430217391304348, 0.373884506908124, 0.671521739130437, 0.606820831662142, 1.10239130434782, 1.16367534828471, 2.92304347826087, 3.74500856213104, 9.91369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 885, '2021-05-09 00:00:00', 0.243943231911153, 0.47913043478261, 0.476564927827029, 0.74369565217391, 0.92172205219468, 1.34521739130435, 1.85420977063486, 4.79934782608696, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 900, '2021-05-09 00:00:00', 0.412160148658615, 0.558478260869563, 0.455957057127821, 0.811739130434781, 0.885200899463539, 1.39478260869565, 1.8012485788163, 4.94152173913044, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 915, '2021-05-09 00:00:00', 0.31748268758626, 0.599565217391303, 0.806991680950012, 1.08913043478261, 0.929712650579853, 1.46260869565218, 1.9171260090008, 5.02195652173913, 3.87235319525153, 9.85478260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 930, '2021-05-09 00:00:00', 0.665803030850209, 0.83130434782609, 0.69766238706419, 1.05652173913044, 0.851436823276757, 1.41086956521739, 1.95302299377894, 5.01978260869565, 3.86284171902565, 9.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 945, '2021-05-09 00:00:00', 0.415504360407666, 0.644347826086956, 0.52408889509364, 0.926521739130436, 0.713701036821772, 1.61347826086957, 1.97675228714755, 5.10282608695652, 3.81050504728901, 9.86847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 960, '2021-05-09 00:00:00', 0.279494886007501, 0.619130434782612, 0.369753683634474, 0.807826086956523, 0.606412374856785, 1.64782608695652, 1.89557071614882, 5.07760869565217, 3.73245835284618, 9.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 975, '2021-05-09 00:00:00', 0.203622335061668, 0.554347826086959, 0.558291436494633, 1.24565217391305, 0.714810569450138, 1.80217391304348, 1.90080703684102, 5.07586956521739, 3.72023203354296, 9.89673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 990, '2021-05-09 00:00:00', 0.589400445686541, 1.14260869565218, 0.623390576024918, 1.47391304347826, 0.884668491538469, 1.90260869565217, 1.8931066443279, 5.07630434782609, 3.72456667771687, 9.90413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1005, '2021-05-09 00:00:00', 0.319440593053105, 0.971739130434785, 0.524423643729729, 1.31739130434783, 0.72850407124338, 1.77, 2.01193597404002, 4.955, 3.88568360206231, 9.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1020, '2021-05-09 00:00:00', 0.385332872883824, 0.897826086956522, 0.572068226119899, 1.15565217391304, 0.611191087512363, 1.49, 2.03735398613548, 5.00891304347826, 3.87033116669891, 9.76239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1035, '2021-05-09 00:00:00', 0.358823285472984, 0.792173913043475, 0.545643182137773, 1.12913043478261, 0.650901472784264, 1.4, 2.07818753695021, 5.01543478260869, 3.89612449328736, 9.79239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1050, '2021-05-09 00:00:00', 0.403773700952685, 0.801739130434784, 0.502355715426959, 1.00391304347826, 0.692344359016846, 1.3295652173913, 2.11721029816131, 4.95891304347826, 3.93243662457821, 9.76152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1065, '2021-05-09 00:00:00', 0.504658926812024, 0.705217391304342, 0.595105862970862, 0.976521739130434, 2.07311569760401, 4.04282608695652, 2.18638009164425, 4.90978260869565, 4.01010865721712, 9.77847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1080, '2021-05-09 00:00:00', 0.332961914283955, 0.640000000000001, 0.436816094478274, 0.829130434782611, 2.06630415134118, 4.14913043478261, 2.17843944578965, 4.88434782608696, 4.05150610018569, 9.87804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1095, '2021-05-09 00:00:00', 0.272454804606856, 0.510434782608699, 2.06919283588912, 3.79891304347826, 2.10622156212842, 4.17021739130435, 2.18436419508261, 4.83586956521739, 4.18270539329686, 9.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 600, '2021-05-09 00:00:00', 1.36645505039935, 2.8275, 1.58460641459559, 3.22818181818182, 1.80740905419263, 3.60181818181818, 1.6164235044961, 4.46022727272727, 3.98886006267042, 10.4438636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 615, '2021-05-09 00:00:00', 0.552198086987566, 1.35818181818181, 0.866077544942027, 1.87113636363636, 0.890818152329348, 2.23613636363636, 0.863647411070832, 3.18477272727273, 3.99306021368698, 10.0318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 630, '2021-05-09 00:00:00', 0.415779922222015, 1.16090909090909, 0.494627193556988, 1.51818181818182, 0.794146230823226, 1.85295454545455, 0.855884298781343, 2.95113636363636, 4.02742847069691, 10.0090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 645, '2021-05-09 00:00:00', 0.35036097649826, 0.891363636363633, 0.505115444778827, 1.23477272727273, 0.683566531848367, 1.55318181818181, 0.816025766718216, 2.77863636363636, 4.09756872797998, 9.93136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 660, '2021-05-09 00:00:00', 0.304960876775428, 0.795227272727277, 0.532085509272232, 1.03068181818182, 0.589243957591793, 1.38818181818182, 0.817951194047759, 2.68818181818182, 4.16659587818656, 9.89454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 675, '2021-05-09 00:00:00', 0.305506906136294, 0.719772727272728, 0.402263347653995, 1.06590909090909, 0.499849327947286, 1.44727272727273, 0.790444009150386, 2.62727272727273, 4.23150922796115, 9.93318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 690, '2021-05-09 00:00:00', 0.268936095339806, 0.738636363636365, 0.339013401770614, 0.944090909090908, 0.591129962051184, 1.42181818181818, 0.826894257178096, 2.50727272727273, 4.24832312220355, 9.92727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 705, '2021-05-09 00:00:00', 0.204850277919352, 0.557272727272723, 0.294090792000352, 0.85681818181818, 0.391890743675267, 1.31545454545454, 0.676974425140551, 2.46090909090909, 4.95196615812031, 10.5254545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 720, '2021-05-09 00:00:00', 0.254851200113197, 0.644090909090908, 0.276791781807537, 1.0225, 0.431610294000789, 1.34727272727273, 0.682257520790595, 2.46909090909091, 4.93262890577407, 10.5377272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 735, '2021-05-09 00:00:00', 0.282860791331578, 0.740681818181823, 0.329247140691729, 0.943181818181821, 0.48183361896368, 1.26272727272727, 0.745733753539989, 2.46045454545455, 4.88134154081593, 10.62 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 750, '2021-05-09 00:00:00', 0.178456586448226, 0.550909090909089, 0.348415398688534, 0.808636363636365, 0.371786665542656, 1.18590909090909, 0.827918686012921, 2.44272727272727, 4.87584364994421, 10.6268181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 765, '2021-05-09 00:00:00', 0.302826868943478, 0.577727272727276, 0.325701374392842, 0.866363636363635, 0.482060871656975, 1.23272727272727, 0.829237379786173, 2.60181818181818, 4.80623794252565, 10.7177272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 780, '2021-05-09 00:00:00', 0.289756204435139, 0.64590909090909, 0.360028858872147, 0.887272727272728, 0.557096096383793, 1.43318181818182, 0.821759936927684, 2.62681818181818, 4.71907632755409, 10.8663636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 795, '2021-05-09 00:00:00', 0.213742167776309, 0.600000000000001, 0.336175652396282, 0.870454545454548, 0.597580257791512, 1.44545454545454, 0.782288379196002, 2.58681818181818, 4.66946656111466, 10.8431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 810, '2021-05-09 00:00:00', 0.150742211360035, 0.582500000000001, 0.590186888002917, 1.02409090909091, 0.631234103567367, 1.36227272727273, 0.79971653527768, 2.58681818181818, 4.58359952788577, 10.8331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 825, '2021-05-09 00:00:00', 0.61924742238452, 0.784318181818182, 0.651957633141341, 1.06522727272727, 0.603971568738259, 1.26068181818182, 0.86252385624828, 2.72045454545454, 4.56377067936732, 10.8586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 840, '2021-05-09 00:00:00', 0.272215537215089, 0.628181818181818, 0.322689254513307, 0.819545454545455, 0.376937993683639, 1.04818181818182, 0.814205718710547, 2.64499999999999, 4.53952235410987, 10.8681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 855, '2021-05-09 00:00:00', 0.223649385465392, 0.54, 0.242128011650808, 0.714545454545456, 0.334474130125104, 0.95590909090909, 0.806662194542363, 2.65909090909091, 4.54344056464946, 10.8895454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 870, '2021-05-09 00:00:00', 0.171928204083295, 0.475454545454546, 0.218675667642849, 0.649999999999998, 0.393915025886355, 0.975000000000001, 0.785586746831017, 2.67681818181818, 4.52772863844297, 10.9313636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 885, '2021-05-09 00:00:00', 0.147413486257994, 0.445454545454546, 0.214554809393233, 0.626363636363639, 0.383566087816613, 1.14909090909091, 1.82934380459532, 4.13477272727273, 4.54733088545558, 10.9509090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 900, '2021-05-09 00:00:00', 0.204261948788669, 0.48909090909091, 0.395717333196576, 0.767272727272732, 0.375049780245686, 1.17636363636364, 1.95521497140739, 4.23181818181818, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 915, '2021-05-09 00:00:00', 0.26078013163636, 0.535909090909094, 0.311214976993014, 0.865000000000003, 0.469527947524418, 1.15772727272728, 2.03459261267879, 4.39863636363636, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 930, '2021-05-09 00:00:00', 0.281614086129395, 0.622727272727276, 0.326404060007855, 0.805909090909093, 0.559526895082215, 1.13681818181819, 2.07374454796546, 4.50045454545455, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 945, '2021-05-09 00:00:00', 0.23293023313107, 0.517727272727273, 0.442007423886255, 0.740909090909094, 0.615743180637972, 1.45704545454545, 2.08058781862139, 4.57363636363637, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:36 Duration: 6s844ms 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 983375, 1, 960, '2021-05-09 00:00:00', 0.137472958174505, 0.324782608695652, 0.218434060382484, 0.559565217391304, 36.507942088991, 8.51086956521739, 36.3983641588291, 10.0404347826087, 35.8259385408396, 12.9378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 975, '2021-05-09 00:00:00', 0.190292057621112, 0.412608695652176, 36.5335037526198, 8.30347826086956, 36.5019485754168, 8.5395652173913, 36.399789324196, 10.0308695652174, 35.8179096677127, 12.974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 990, '2021-05-09 00:00:00', 36.566658186237, 8.15, 36.5538300335078, 8.3008695652174, 36.5768643750374, 8.51565217391305, 36.4103428492944, 9.98130434782609, 35.8222744095558, 12.955652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1005, '2021-05-09 00:00:00', 0.167657659858088, 0.440000000000003, 0.236481955791596, 0.646521739130436, 0.391355200911693, 0.890434782608695, 0.884049924367796, 2.46478260869565, 2.23358376666015, 5.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1020, '2021-05-09 00:00:00', 0.187430092369639, 0.471304347826089, 0.296716550705299, 0.639565217391305, 0.395749151994477, 0.890869565217391, 0.876778373481882, 2.44695652173913, 2.23755318792084, 5.51521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1035, '2021-05-09 00:00:00', 0.222421101168614, 0.425652173913042, 0.297966096169353, 0.627391304347825, 0.335919480282407, 0.793478260869563, 0.887460515182454, 2.4204347826087, 2.21347267090021, 5.51608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1050, '2021-05-09 00:00:00', 0.165844348188557, 0.410434782608697, 0.198482384399716, 0.549565217391304, 0.25339512802951, 0.710000000000002, 0.890997575665556, 2.41695652173913, 2.19601498587369, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1065, '2021-05-09 00:00:00', 0.133907525167345, 0.356956521739128, 0.149360957589909, 0.482173913043477, 0.644746173667205, 1.62391304347826, 0.903935182537581, 2.44521739130435, 2.1896509188099, 5.49565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1080, '2021-05-09 00:00:00', 0.137540507867126, 0.370869565217393, 0.173111492780825, 0.493043478260873, 0.634219821992893, 1.76565217391304, 0.998487195632421, 2.47304347826087, 2.17998694560402, 5.49391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1095, '2021-05-09 00:00:00', 0.109663516980452, 0.264782608695652, 0.618125113651342, 1.51173913043478, 0.632413971090173, 1.83739130434783, 1.09503514842428, 2.46739130434782, 2.1627547943295, 5.50086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 600, '2021-05-09 00:00:00', 0.399518941497626, 1.09076923076923, 0.402263786396631, 1.33807692307692, 0.545630052183853, 1.61807692307692, 0.971113555904528, 2.22846153846154, 2.05053842835335, 5.39038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 615, '2021-05-09 00:00:00', 0.277374503847445, 0.726153846153844, 0.424226354674009, 0.929999999999997, 0.524634524803111, 1.16423076923077, 0.894955091266938, 1.89615384615384, 2.11857441183016, 5.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 630, '2021-05-09 00:00:00', 0.306516155930079, 0.611923076923076, 0.404577082129741, 0.818846153846156, 0.510562886957583, 1.06769230769231, 0.787855219030658, 1.75961538461539, 2.07436500014972, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 645, '2021-05-09 00:00:00', 0.229576533241935, 0.455769230769234, 0.2470306738973, 0.621923076923079, 0.43431147986032, 0.927692307692308, 0.71305550544551, 1.62192307692308, 2.07944656098684, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 660, '2021-05-09 00:00:00', 0.114165871230621, 0.395384615384618, 0.225427115971851, 0.62576923076923, 0.383960735172033, 0.924615384615383, 0.651515157152926, 1.56, 2.10015856544214, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 675, '2021-05-09 00:00:00', 0.187281770438187, 0.457692307692306, 0.239670286339058, 0.644615384615383, 0.356538270682878, 0.906538461538461, 0.6032283659929, 1.56730769230769, 2.12603422796095, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 690, '2021-05-09 00:00:00', 0.186567785165441, 0.446538461538461, 0.248511878682194, 0.693076923076923, 0.266446992852236, 0.815000000000002, 0.548532167207667, 1.52653846153846, 2.12860748992242, 5.04538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 705, '2021-05-09 00:00:00', 0.200341247337175, 0.456153846153846, 0.224747379551762, 0.570769230769233, 0.292454861737407, 0.764615384615386, 0.554056509197947, 1.51115384615384, 2.1941549275641, 5.05961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 720, '2021-05-09 00:00:00', 0.117109416293547, 0.311153846153845, 0.185508863565972, 0.471538461538462, 0.288124171949421, 0.703461538461538, 0.545791309793546, 1.45192307692307, 2.19337590169899, 5.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 735, '2021-05-09 00:00:00', 0.131748011224223, 0.331538461538458, 0.211057775538796, 0.515769230769227, 0.31564634543206, 0.776153846153842, 0.529442667775783, 1.45846153846154, 2.21180483211892, 5.10384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 750, '2021-05-09 00:00:00', 0.169281286166409, 0.388076923076922, 0.2248363507429, 0.550769230769231, 0.441221556067313, 0.807307692307691, 0.542446877937936, 1.47615384615385, 2.21143785456779, 5.10423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 765, '2021-05-09 00:00:00', 0.191316089636618, 0.355384615384616, 0.318206754267629, 0.563461538461539, 0.475799731626014, 0.765769230769231, 0.511746481705991, 1.45269230769231, 2.21178619080736, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 780, '2021-05-09 00:00:00', 0.170169146620468, 0.371538461538461, 0.298185538523612, 0.531153846153846, 0.394633422889571, 0.716538461538463, 0.62843407340419, 1.48576923076923, 2.21360009591059, 5.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 795, '2021-05-09 00:00:00', 0.179002363542625, 0.325384615384615, 0.252003968222725, 0.485, 0.34222889326387, 0.736153846153844, 0.682963677376319, 1.55923076923077, 2.21960235523947, 5.11884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 810, '2021-05-09 00:00:00', 0.142886722212441, 0.303846153846154, 0.332102162223982, 0.509615384615385, 0.370851203833309, 0.721153846153847, 0.687647159075506, 1.59884615384615, 2.22526541200059, 5.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 825, '2021-05-09 00:00:00', 0.311014469116789, 0.385000000000003, 0.301243831727463, 0.549615384615385, 0.386335844331566, 0.739230769230774, 0.716906280754058, 1.63115384615384, 2.2279513873995, 5.12076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 840, '2021-05-09 00:00:00', 0.179269028600547, 0.324230769230771, 0.211734231090265, 0.450769230769232, 0.312081103857019, 0.688846153846158, 0.737762521724666, 1.65846153846154, 2.22828419676182, 5.1276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 855, '2021-05-09 00:00:00', 0.11712189573918, 0.301538461538462, 0.297876587764906, 0.522307692307695, 0.392668386222346, 0.727307692307693, 0.740245801172724, 1.67038461538462, 2.23298713351903, 5.13653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 870, '2021-05-09 00:00:00', 0.213214590350806, 0.352692307692308, 0.214910356982771, 0.452307692307693, 0.360751352681503, 0.668461538461537, 0.749474585190289, 1.64192307692308, 2.23800189042334, 5.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 885, '2021-05-09 00:00:00', 0.132100195073518, 0.272307692307692, 0.348497434048604, 0.467692307692308, 0.475632857763855, 0.678846153846154, 1.32128631963762, 2.68846153846154, 2.23473268062338, 5.15307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 900, '2021-05-09 00:00:00', 0.3405633342205, 0.350769230769228, 0.35435944376383, 0.458846153846151, 0.502349097127301, 0.688846153846151, 1.29106759639515, 2.81346153846154, 2.22306264834384, 5.14653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 915, '2021-05-09 00:00:00', 0.107136146309979, 0.273076923076924, 0.197853092353508, 0.464615384615386, 0.24346757800262, 0.622692307692309, 1.25535260140175, 2.78692307692307, 2.17136330801287, 5.09115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 930, '2021-05-09 00:00:00', 0.137178154798224, 0.335384615384616, 0.192462983453963, 0.445, 0.284070684594792, 0.658076923076924, 1.24248838409676, 2.80423076923077, 2.17067366359989, 5.08192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 945, '2021-05-09 00:00:00', 0.186070292755601, 0.326923076923073, 0.16606439900046, 0.464230769230768, 0.293891921526366, 0.817307692307691, 1.23323495796156, 2.88730769230769, 2.17475289489315, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 960, '2021-05-09 00:00:00', 0.135762802201259, 0.323461538461536, 0.222840750312864, 0.484999999999997, 0.377220604706829, 0.960769230769227, 1.24580681302705, 2.91115384615384, 2.17612089596285, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 975, '2021-05-09 00:00:00', 0.189384834093481, 0.348846153846152, 0.233139443252316, 0.644999999999999, 0.476529279106914, 1.05192307692307, 1.22524446540272, 2.88, 2.1602777955268, 5.07807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 990, '2021-05-09 00:00:00', 0.127025739366233, 0.496538461538459, 0.296700833526611, 0.739230769230765, 0.464797226259435, 1.02730769230769, 1.22812452387934, 2.84461538461538, 2.14624168830432, 5.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1005, '2021-05-09 00:00:00', 0.176929364436772, 0.459999999999998, 0.358692711855791, 0.707307692307692, 0.408401197918835, 0.913461538461537, 1.18412999546243, 2.73961538461538, 2.12139667345686, 4.98961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1020, '2021-05-09 00:00:00', 0.208158223843899, 0.474615384615383, 0.226896113130761, 0.615384615384617, 0.329353912987228, 0.845, 1.21713541374188, 2.65884615384615, 2.12216902828577, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1035, '2021-05-09 00:00:00', 0.160236843933742, 0.390384615384617, 0.184000418059728, 0.541923076923077, 0.229827025256957, 0.737307692307692, 1.20014742684132, 2.60461538461538, 2.11739477079372, 5.00615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1050, '2021-05-09 00:00:00', 0.148317746228003, 0.363076923076922, 0.218161901771633, 0.541153846153845, 0.243863770293046, 0.691538461538462, 1.26958969750073, 2.615, 2.12604338185712, 4.99269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1065, '2021-05-09 00:00:00', 0.151850635114298, 0.371153846153846, 0.194566184112245, 0.520000000000001, 1.16774575736594, 2.07307692307692, 1.28779913627266, 2.59115384615385, 2.12406272542466, 4.98230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1080, '2021-05-09 00:00:00', 0.158913619496689, 0.368461538461539, 0.196592511008472, 0.473846153846153, 1.15736703838431, 2.19230769230769, 1.3018112825539, 2.56615384615385, 2.12118965169584, 4.96153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1095, '2021-05-09 00:00:00', 0.10860301738265, 0.261153846153845, 1.1552696654894, 1.96, 1.12956118096297, 2.18730769230769, 1.30902177216424, 2.525, 2.12291211456194, 4.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 600, '2021-05-09 00:00:00', 0.548469338600269, 1.22115384615385, 0.651097653079902, 1.44192307692308, 0.606313069677325, 1.61653846153846, 0.816113114331965, 2.01615384615384, 1.85147874372393, 4.68153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 615, '2021-05-09 00:00:00', 0.27841419061977, 0.702307692307694, 0.375438205506378, 0.964615384615383, 0.39311849847871, 1.25692307692308, 0.90003076870482, 1.75923076923077, 1.84285768890017, 4.56730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 630, '2021-05-09 00:00:00', 0.325366538868683, 0.65076923076923, 0.344827270026379, 0.855384615384615, 0.461546730695153, 1.19423076923077, 0.913564110840274, 1.64923076923077, 1.85019500011797, 4.53846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 645, '2021-05-09 00:00:00', 0.202261065115206, 0.528461538461539, 0.299887414771709, 0.827307692307693, 0.402427442098379, 1.02961538461538, 0.865731260487116, 1.52115384615384, 1.79798558221309, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 660, '2021-05-09 00:00:00', 0.252768364622327, 0.540384615384616, 0.360177093193806, 0.733461538461538, 0.401436650812284, 0.960769230769229, 0.82197360990765, 1.45384615384615, 1.79911978478366, 4.42 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 675, '2021-05-09 00:00:00', 0.215233683380505, 0.44846153846154, 0.251619064949688, 0.551923076923076, 0.42152981462215, 0.84076923076923, 0.81536976038718, 1.41038461538461, 1.77177915796958, 4.37576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 690, '2021-05-09 00:00:00', 0.188712642762645, 0.372692307692305, 0.315683629360399, 0.648076923076921, 0.492333376733851, 0.828076923076923, 0.806801186071361, 1.39807692307692, 1.79264668963133, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 705, '2021-05-09 00:00:00', 0.240015384122318, 0.440769230769228, 0.34039886106652, 0.590769230769229, 0.459751939804331, 0.800384615384614, 0.799882395201846, 1.40961538461538, 2.32859445886272, 5.01192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 720, '2021-05-09 00:00:00', 0.158721817607457, 0.343846153846154, 0.263400543192013, 0.529615384615384, 0.327989915417207, 0.734230769230769, 0.686084094419468, 1.41076923076923, 2.30199047648902, 4.99192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 735, '2021-05-09 00:00:00', 0.168856789572155, 0.403846153846153, 0.273966870540665, 0.564615384615382, 0.359727460939314, 0.760384615384613, 0.72726600783609, 1.43038461538461, 2.28474273926308, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 750, '2021-05-09 00:00:00', 0.237496234787967, 0.382692307692306, 0.28012524671324, 0.543076923076922, 0.334678720796299, 0.724615384615382, 0.678468977806763, 1.41192307692308, 2.28166474312069, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 765, '2021-05-09 00:00:00', 0.154047445238847, 0.358846153846154, 0.196265518739673, 0.508076923076923, 0.240969835328953, 0.672307692307691, 0.660022843427525, 1.53692307692308, 2.269549633399, 4.97346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 780, '2021-05-09 00:00:00', 0.180190070587869, 0.342692307692309, 0.193984932008013, 0.483076923076924, 0.285084872652662, 0.734230769230773, 0.740569115872797, 1.59884615384615, 2.30512636062788, 5.00346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 795, '2021-05-09 00:00:00', 0.163754036943778, 0.340769230769228, 0.188585422391184, 0.462692307692304, 0.489323551917887, 0.771538461538462, 0.716309881373866, 1.64038461538462, 2.32469872324268, 5.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 810, '2021-05-09 00:00:00', 0.109227356393053, 0.298846153846152, 0.212669841628901, 0.492692307692306, 0.480148054089729, 0.703076923076921, 0.694580891894251, 1.64115384615385, 2.34570297811519, 5.03769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 825, '2021-05-09 00:00:00', 0.210764177367831, 0.378461538461538, 0.467317220542305, 0.565769230769231, 0.45306087212002, 0.738076923076924, 0.660021095233965, 1.63961538461538, 2.33581795918721, 5.05153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 840, '2021-05-09 00:00:00', 0.338691600132038, 0.350000000000001, 0.342925872232112, 0.463076923076922, 0.339384964083788, 0.643076923076923, 0.58586687907749, 1.62, 2.37629799348612, 5.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 855, '2021-05-09 00:00:00', 0.105798793071493, 0.274230769230769, 0.167745228064653, 0.442307692307693, 0.258441780380328, 0.658076923076924, 0.586776461171216, 1.60884615384615, 2.37865391798354, 5.05230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 870, '2021-05-09 00:00:00', 0.164578716261104, 0.316923076923078, 0.185492691127004, 0.426538461538463, 0.250727249907452, 0.678076923076923, 0.591785824043177, 1.58769230769231, 2.43494343639879, 5.06846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 885, '2021-05-09 00:00:00', 0.138377966231844, 0.27269230769231, 0.174707227625579, 0.468846153846153, 0.324478279467446, 0.723076923076921, 0.938165476628968, 2.20769230769231, 2.3771843719959, 5.09846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 900, '2021-05-09 00:00:00', 0.145925165225718, 0.363076923076924, 0.193432556324299, 0.491923076923078, 0.348619475161011, 0.846538461538459, 0.979406727800834, 2.37846153846154, 2.34203543952691, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 915, '2021-05-09 00:00:00', 0.132670209977163, 0.28423076923077, 0.272356101737866, 0.514615384615383, 0.329052953419123, 0.809615384615382, 1.06124288527107, 2.44269230769231, 2.32106530581243, 5.10192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 930, '2021-05-09 00:00:00', 0.2450670237993, 0.364615384615382, 0.278810660871107, 0.589230769230764, 0.36193667104364, 0.843076923076919, 1.04085800405982, 2.48576923076923, 2.31565099668787, 5.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 945, '2021-05-09 00:00:00', 0.18893385085791, 0.4, 0.254698615260046, 0.579230769230768, 0.345852792161859, 0.97307692307692, 1.04021417912925, 2.48846153846154, 2.30933103866766, 5.06538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 960, '2021-05-09 00:00:00', 0.207242704242005, 0.401538461538463, 0.326358934068232, 0.613076923076923, 0.432594498346892, 0.965000000000001, 1.01637424966624, 2.48615384615385, 2.35164652629075, 5.07423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 975, '2021-05-09 00:00:00', 0.248978219622028, 0.433076923076921, 0.316963477634014, 0.735384615384615, 0.394360436461562, 1.03807692307693, 1.03261438181853, 2.48730769230769, 2.38873574543909, 5.18769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 990, '2021-05-09 00:00:00', 0.222107735466024, 0.590384615384615, 0.357319938516644, 0.771538461538462, 0.329110923550098, 0.985000000000002, 1.00762088413939, 2.47038461538462, 2.36025842783239, 5.18038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1005, '2021-05-09 00:00:00', 0.195453319235057, 0.454999999999997, 0.219826854942352, 0.659615384615385, 0.264722786790547, 0.866923076923078, 0.962780348781586, 2.385, 2.35208516329333, 5.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1020, '2021-05-09 00:00:00', 0.2005638206503, 0.444615384615389, 0.235896978817838, 0.630769230769233, 0.249404521580132, 0.828846153846155, 0.951438182639635, 2.33115384615385, 2.45935767098772, 5.13192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1035, '2021-05-09 00:00:00', 0.179332094171682, 0.439999999999997, 0.200181456145708, 0.616153846153844, 0.252983429071183, 0.796153846153844, 0.947838675010759, 2.32307692307692, 2.46195257093601, 5.12769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1050, '2021-05-09 00:00:00', 0.188304172918343, 0.427692307692309, 0.247391623513437, 0.568846153846152, 0.257635699867379, 0.688076923076924, 0.97707451884931, 2.30115384615385, 2.45882298296125, 5.12230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1065, '2021-05-09 00:00:00', 0.212353841138209, 0.396923076923075, 0.229058608556509, 0.519615384615383, 0.847873720641133, 1.54461538461538, 0.943555713572538, 2.28423076923077, 2.45311996006341, 5.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1080, '2021-05-09 00:00:00', 0.125467740260805, 0.373076923076921, 0.119764512529955, 0.433461538461538, 0.890655160757861, 1.74115384615384, 0.938252385268236, 2.25846153846154, 2.47839330708735, 5.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1095, '2021-05-09 00:00:00', 0.090953919017353, 0.243846153846155, 0.811665808455292, 1.43576923076923, 0.889895758804626, 1.80769230769231, 0.928043185334688, 2.24192307692308, 2.46192782497469, 5.14384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 4, 600, '2021-05-09 00:00:00', 0.394850117620111, 0.988846153846153, 0.559939694555101, 1.28269230769231, 0.64942590031504, 1.585, 0.691941749438047, 2.02076923076923, 2.21891491153117, 5.01923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 615, '2021-05-09 00:00:00', 0.256681784436567, 0.708461538461539, 0.322046341624692, 0.934615384615385, 0.443308713409309, 1.24884615384615, 0.519695917007097, 1.70038461538461, 2.1926818142315, 4.89846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 630, '2021-05-09 00:00:00', 0.202282361678306, 0.563076923076924, 0.25902539228067, 0.856923076923077, 0.387154510996082, 1.07384615384616, 0.472029497122634, 1.58961538461539, 2.27698427412562, 4.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 645, '2021-05-09 00:00:00', 0.217278622970601, 0.565000000000001, 0.245849234600896, 0.735384615384618, 0.354355102208984, 0.93346153846154, 0.676187957483832, 1.63307692307693, 2.36299187797686, 4.83115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 660, '2021-05-09 00:00:00', 0.228828790550084, 0.468846153846156, 0.311397099932148, 0.658076923076926, 0.323172733046297, 0.856153846153848, 0.713490337382687, 1.60269230769231, 2.38667145107671, 4.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 675, '2021-05-09 00:00:00', 0.200158783123642, 0.456538461538461, 0.19016470593834, 0.648846153846154, 0.254073581104734, 0.81423076923077, 0.726157007815802, 1.57, 2.40201594819531, 4.79615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 690, '2021-05-09 00:00:00', 0.184132059632796, 0.393846153846154, 0.167117185968869, 0.558076923076924, 0.270781490107089, 0.761153846153846, 0.735076866728914, 1.555, 2.40998924351254, 4.77807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 705, '2021-05-09 00:00:00', 0.161338630978922, 0.416923076923079, 0.224998119650261, 0.551923076923078, 0.245075812446177, 0.783076923076923, 0.812647809040583, 1.64269230769231, 2.40939162445627, 4.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 720, '2021-05-09 00:00:00', 0.13856239916203, 0.32653846153846, 0.209565117473153, 0.491538461538461, 0.282505547937356, 0.735769230769231, 0.869777778869628, 1.66576923076923, 2.37829195335321, 4.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 735, '2021-05-09 00:00:00', 0.125067366462422, 0.345384615384618, 0.194591880611702, 0.545000000000001, 0.286025281292514, 0.752307692307693, 0.970186342133064, 1.71153846153846, 2.36981557218148, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 750, '2021-05-09 00:00:00', 0.161531611576375, 0.392692307692306, 0.213911556130459, 0.546923076923078, 0.29362587393851, 0.731923076923077, 0.98956626085138, 1.74576923076923, 2.36230060615624, 4.90807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 765, '2021-05-09 00:00:00', 0.162211637636197, 0.366153846153849, 0.178928864249286, 0.506538461538462, 0.308927922885683, 0.712692307692309, 0.969774279843591, 1.81307692307692, 2.36146851312092, 4.90153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 780, '2021-05-09 00:00:00', 0.184549347163465, 0.382307692307691, 0.266832128154359, 0.560769230769231, 0.406273307023734, 0.765000000000001, 0.934659213913737, 1.87038461538462, 2.38303584659439, 4.93038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 795, '2021-05-09 00:00:00', 0.190353921379664, 0.338846153846154, 0.23751178108432, 0.479615384615385, 0.363417115722417, 0.699999999999999, 0.90500522735422, 1.89230769230769, 2.35243915968086, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 810, '2021-05-09 00:00:00', 0.130112968667171, 0.324230769230768, 0.202559013243433, 0.496923076923076, 0.304165187913513, 0.727307692307692, 0.892255310133562, 1.89653846153846, 2.34627862467683, 4.96923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 825, '2021-05-09 00:00:00', 0.130117107016954, 0.362307692307691, 0.199081351751955, 0.494230769230767, 0.666334635265082, 0.864615384615384, 0.897419977148167, 1.90115384615385, 2.34009562592248, 4.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 840, '2021-05-09 00:00:00', 0.160108136534703, 0.308846153846154, 0.250008307554277, 0.471923076923076, 0.745632307817691, 0.826538461538461, 0.913363016549279, 1.91, 2.33031701375915, 4.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 855, '2021-05-09 00:00:00', 0.14025032565436, 0.293076923076922, 0.672714363890513, 0.606153846153845, 0.71689340480029, 0.791923076923075, 0.916410472357314, 1.89807692307692, 2.32528459796612, 4.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 870, '2021-05-09 00:00:00', 0.195936990759343, 0.304999999999996, 0.219742932814095, 0.454999999999996, 0.338968757912262, 0.729583333333332, 0.583750834030996, 1.70541666666667, 2.20952348295716, 4.76125 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 885, '2021-05-09 00:00:00', 0.19111751828941, 0.32958333333333, 0.225166202704982, 0.470416666666665, 0.423246382146383, 0.816249999999998, 0.759235766593857, 2.05708333333333, 2.19397755230084, 4.81375 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 900, '2021-05-09 00:00:00', 0.130606167597446, 0.29833333333333, 0.248047447541561, 0.496666666666661, 0.429801942928282, 0.824166666666662, 0.762774184488264, 2.15625, 2.1963038367854, 4.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 915, '2021-05-09 00:00:00', 0.176583929217726, 0.330833333333331, 0.329122680972362, 0.58, 0.490686446119919, 0.865833333333335, 0.814712094608549, 2.21083333333334, 2.19207362453051, 4.82958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 930, '2021-05-09 00:00:00', 0.274953223953311, 0.395833333333333, 0.372020530834414, 0.569166666666666, 0.557121874107177, 0.922499999999999, 0.832852506210703, 2.23791666666667, 2.18247462093251, 4.84041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 945, '2021-05-09 00:00:00', 0.228986028939052, 0.354583333333332, 0.333860814529439, 0.562500000000002, 0.513555205674487, 0.99208333333333, 0.770753442785186, 2.255, 2.17305435214845, 4.815 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 960, '2021-05-09 00:00:00', 0.251797883059097, 0.367500000000003, 0.428641052833151, 0.638749999999999, 0.45615576255282, 0.994583333333332, 0.763158838672187, 2.25125, 2.15396192927211, 4.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 975, '2021-05-09 00:00:00', 0.204105950747241, 0.413749999999997, 0.258246245255194, 0.680416666666665, 0.328275853866659, 0.965416666666666, 0.677075981008021, 2.17833333333333, 1.97086160625613, 4.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 990, '2021-05-09 00:00:00', 0.17650389000927, 0.541666666666664, 0.248524632086287, 0.764166666666663, 0.342845879516509, 0.95958333333333, 0.676403398846441, 2.14458333333333, 1.98143996826199, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1005, '2021-05-09 00:00:00', 0.191780369550503, 0.483333333333333, 0.219422413741561, 0.63375, 0.307408228322824, 0.862916666666665, 0.673693582779487, 2.1175, 2.00698774755617, 4.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1020, '2021-05-09 00:00:00', 0.163480597616665, 0.447083333333335, 0.252843252124567, 0.610833333333335, 0.279575247188625, 0.811666666666669, 0.669340471409481, 2.14416666666667, 2.0102582933039, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1035, '2021-05-09 00:00:00', 0.131413028494024, 0.367916666666665, 0.174428674015599, 0.535833333333331, 0.224071352507394, 0.739166666666666, 0.688579587140144, 2.15125, 2.01920327952833, 4.66583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1050, '2021-05-09 00:00:00', 0.157920705657501, 0.362083333333331, 0.202618725260251, 0.5025, 0.251542703897484, 0.667083333333331, 0.684593262297118, 2.20375, 2.00833679114502, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1065, '2021-05-09 00:00:00', 0.149404615492413, 0.365, 0.19418680308598, 0.517083333333332, 0.594737641585634, 1.55458333333333, 0.643684902435339, 2.22208333333333, 1.98387028415364, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1080, '2021-05-09 00:00:00', 0.149171018477529, 0.344583333333333, 0.158237003495901, 0.449583333333332, 0.608975737838019, 1.66916666666667, 0.694675401207988, 2.235, 1.97669240457863, 4.67458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1095, '2021-05-09 00:00:00', 0.112009801589743, 0.263750000000001, 0.618511390824541, 1.40541666666666, 0.652139733403861, 1.67083333333333, 0.717718683535305, 2.20375, 1.96622495653731, 4.66666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 600, '2021-05-09 00:00:00', 0.357469697988846, 0.908695652173911, 0.399817151884098, 1.21086956521739, 0.487432168180432, 1.41086956521739, 0.598197886541276, 1.98043478260869, 1.99117787454141, 4.57434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 615, '2021-05-09 00:00:00', 0.224269565355321, 0.618260869565217, 0.285798928738343, 0.819130434782609, 0.415951692239234, 1.13608695652174, 0.424399133488665, 1.76347826086957, 1.91160911462428, 4.42304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 630, '2021-05-09 00:00:00', 0.182194570885301, 0.513043478260871, 0.244368185893091, 0.693913043478265, 0.294868497520573, 0.997391304347828, 0.425295990860361, 1.69304347826087, 1.85432471754619, 4.39739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 645, '2021-05-09 00:00:00', 0.161517017789374, 0.471739130434789, 0.201707141051053, 0.756956521739132, 0.233963951143724, 0.921304347826087, 0.454431843509295, 1.64086956521739, 1.74051886770979, 4.41173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 660, '2021-05-09 00:00:00', 0.154617978798035, 0.513913043478259, 0.208846824365205, 0.644782608695648, 0.220838323706262, 0.781739130434779, 0.50499090118207, 1.58608695652174, 1.72756391346277, 4.3804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 675, '2021-05-09 00:00:00', 0.139891262119515, 0.371739130434784, 0.215215674525035, 0.542173913043475, 0.273160393890683, 0.704347826086955, 0.530665180313199, 1.55347826086956, 1.70000174377962, 4.36173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 690, '2021-05-09 00:00:00', 0.154122532229106, 0.390869565217387, 0.228638347770331, 0.541304347826083, 0.236709992508467, 0.770434782608692, 0.536901887092641, 1.55, 1.69173368053302, 4.35086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 705, '2021-05-09 00:00:00', 0.136010346037532, 0.345217391304348, 0.17905880412861, 0.475652173913043, 0.240159696539398, 0.783043478260868, 0.517466846048029, 1.50913043478261, 1.88571140683866, 4.87434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 720, '2021-05-09 00:00:00', 0.108372801161643, 0.320869565217388, 0.142688748860525, 0.533478260869565, 0.26251820941923, 0.796086956521737, 0.530830879777073, 1.49217391304348, 1.87161562808407, 4.94782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 735, '2021-05-09 00:00:00', 0.132320427947362, 0.377826086956521, 0.238783147027481, 0.54086956521739, 0.284427168584945, 0.744782608695649, 0.506359556046889, 1.45, 1.87211427474594, 4.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 750, '2021-05-09 00:00:00', 0.146418372894078, 0.337391304347824, 0.179078669752919, 0.503478260869563, 0.225998880685602, 0.738695652173912, 0.511950080940999, 1.39739130434782, 1.85924343914613, 4.93043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 765, '2021-05-09 00:00:00', 0.113555544382825, 0.336956521739129, 0.174198333196782, 0.522173913043477, 0.270464393483305, 0.736521739130435, 0.517334304496322, 1.40565217391304, 1.88907834566157, 4.93478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 780, '2021-05-09 00:00:00', 0.104355730925879, 0.350869565217391, 0.150687489087805, 0.493913043478261, 0.264170713758933, 0.669565217391306, 0.488692293885185, 1.38739130434783, 1.89064923913838, 4.93 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 795, '2021-05-09 00:00:00', 0.104255311425717, 0.336521739130433, 0.206602480576195, 0.478695652173911, 0.288376949186539, 0.67391304347826, 0.468555091230244, 1.39565217391305, 1.90087258931011, 4.91434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 810, '2021-05-09 00:00:00', 0.160062981675233, 0.312608695652172, 0.196462791536968, 0.436086956521737, 0.225984888787887, 0.626521739130432, 0.475575789980744, 1.41217391304348, 1.89784139913866, 4.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 825, '2021-05-09 00:00:00', 0.113196460789101, 0.290434782608695, 0.184581569316184, 0.443913043478259, 0.211562042965451, 0.593043478260865, 0.44833861074128, 1.43565217391304, 1.89513783953306, 4.87739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 840, '2021-05-09 00:00:00', 0.126092067498974, 0.299130434782609, 0.133786450095847, 0.414782608695652, 0.240771979775593, 0.604347826086957, 0.436634632583743, 1.4295652173913, 1.90655318816144, 4.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 855, '2021-05-09 00:00:00', 0.116396827035244, 0.268695652173915, 0.18234853479612, 0.386521739130435, 0.344580285452506, 0.58913043478261, 0.422938618594723, 1.4204347826087, 1.91190993635765, 4.86217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 870, '2021-05-09 00:00:00', 0.115756661765461, 0.26217391304348, 0.215727466774514, 0.427391304347829, 0.312961122236649, 0.62086956521739, 0.41495749579946, 1.47478260869565, 1.91734242541195, 4.85260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 885, '2021-05-09 00:00:00', 0.178596858720034, 0.271739130434786, 0.252216263310399, 0.416956521739134, 0.331694058759878, 0.678695652173912, 1.20559466572465, 2.42304347826087, 1.94037403182975, 4.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 900, '2021-05-09 00:00:00', 0.201197010798251, 0.295652173913047, 0.198560033633467, 0.444782608695654, 0.304271955534687, 0.692173913043479, 1.19345464601503, 2.45608695652174, 1.94189997015067, 4.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 915, '2021-05-09 00:00:00', 0.124278152901215, 0.312173913043475, 0.24115089662017, 0.520869565217385, 0.283399046862981, 0.698260869565214, 1.19744210253891, 2.47304347826087, 1.94899092164336, 4.81739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 930, '2021-05-09 00:00:00', 0.20108401877995, 0.385652173913039, 0.256389494953533, 0.509130434782606, 0.26448249118286, 0.663478260869565, 1.18691249248718, 2.48608695652174, 1.96549373253853, 4.80260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 945, '2021-05-09 00:00:00', 0.163751716039644, 0.326521739130435, 0.182116454945883, 0.448695652173913, 0.258238943187614, 0.716521739130436, 1.21037739516862, 2.4804347826087, 2.16033630817678, 4.87565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 960, '2021-05-09 00:00:00', 0.140111474535252, 0.323043478260872, 0.179054389246121, 0.431739130434784, 0.32889562480491, 0.742173913043484, 1.2325283310969, 2.50478260869565, 2.14718180956345, 4.87521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 975, '2021-05-09 00:00:00', 0.138156982373878, 0.313478260869566, 0.19185592420401, 0.58217391304348, 0.329190527145081, 0.811304347826088, 1.24381982096909, 2.53826086956522, 2.13133046832663, 4.88173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 990, '2021-05-09 00:00:00', 0.194623382124465, 0.493478260869568, 0.277056807005894, 0.628260869565221, 0.330863046790095, 0.883913043478262, 1.26446883034929, 2.57217391304348, 2.12515091303231, 4.87869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1005, '2021-05-09 00:00:00', 0.169963958048679, 0.38826086956522, 0.266129481992827, 0.57608695652174, 0.313792308140627, 0.852608695652174, 1.25486688899298, 2.55, 2.16608698032284, 4.82652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1020, '2021-05-09 00:00:00', 0.169832514566414, 0.403913043478261, 0.240012351460826, 0.631739130434783, 0.278930056258887, 0.792608695652176, 1.33738122371649, 2.56391304347826, 2.1674832858563, 4.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1035, '2021-05-09 00:00:00', 0.18911171594251, 0.427826086956523, 0.238422848203469, 0.59, 0.337822017362722, 0.733478260869566, 1.33289025905652, 2.55652173913043, 2.15881381205023, 4.79043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1050, '2021-05-09 00:00:00', 0.133403308383812, 0.363478260869565, 0.195190187986401, 0.489130434782611, 0.426439899801007, 0.753478260869563, 1.3892899201439, 2.55913043478261, 2.13761641848326, 4.79695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1065, '2021-05-09 00:00:00', 0.116325493995772, 0.279565217391307, 0.215560671649665, 0.418695652173913, 1.1764747703948, 2.00739130434783, 1.3749873157877, 2.51913043478261, 2.13407939441345, 4.75695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1080, '2021-05-09 00:00:00', 0.123798574129595, 0.315217391304347, 0.258204502705494, 0.568260869565213, 1.1549929418192, 2.08217391304348, 1.37940197273005, 2.5204347826087, 2.14367356741561, 4.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1095, '2021-05-09 00:00:00', 0.167702446827519, 0.298260869565216, 1.23086251451747, 1.8995652173913, 1.17207663416845, 2.05, 1.39146821539926, 2.48739130434782, 2.12089147115336, 4.76478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 600, '2021-05-09 00:00:00', 0.516661988527904, 1.16590909090909, 0.51315444963236, 1.31681818181818, 0.431088424151278, 1.42090909090909, 0.887435626590454, 2.01090909090909, 1.92431041226996, 4.84909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 615, '2021-05-09 00:00:00', 0.231283357252507, 0.685909090909089, 0.291704944921705, 0.891818181818181, 0.430007550522654, 1.16727272727273, 0.822148094431587, 1.84681818181818, 1.91706869489656, 4.83 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 630, '2021-05-09 00:00:00', 0.263560781821358, 0.555000000000002, 0.294384676337503, 0.763636363636366, 0.478966464858318, 1.12772727272727, 0.944772814488048, 1.83636363636364, 1.87871767080104, 4.80090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 645, '2021-05-09 00:00:00', 0.257967832485765, 0.499545454545454, 0.417474627893801, 0.777727272727272, 0.679191650936097, 1.13818181818182, 1.02429967628611, 1.85772727272727, 1.87263438070797, 4.795 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 660, '2021-05-09 00:00:00', 0.292391245923408, 0.594545454545454, 0.376444979393838, 0.808181818181816, 0.507107919045289, 1.13181818181818, 0.886188882761873, 1.78545454545454, 1.80482764103745, 4.74136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 675, '2021-05-09 00:00:00', 0.198653475839723, 0.441818181818182, 0.334854429831068, 0.693181818181819, 0.383258980178476, 0.887272727272727, 0.861985149679733, 1.64227272727273, 1.79663038378258, 4.75045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 690, '2021-05-09 00:00:00', 0.232060691419645, 0.479545454545456, 0.283984101134143, 0.647727272727273, 0.392178122354724, 0.813181818181818, 0.972577242951163, 1.59727272727273, 1.79593359820944, 4.75181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 705, '2021-05-09 00:00:00', 0.157321327225523, 0.405, 0.153916405039425, 0.500454545454544, 0.311148201767585, 0.793181818181821, 0.977581608289452, 1.61090909090909, 2.1083002837784, 5.1140909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 720, '2021-05-09 00:00:00', 0.107433660190799, 0.299090909090906, 0.270809672626143, 0.510454545454543, 0.486653249533364, 0.788636363636364, 0.989408958206908, 1.59409090909091, 2.0956426139416, 5.19318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 735, '2021-05-09 00:00:00', 0.290724203964105, 0.395909090909091, 0.332900476528235, 0.576818181818186, 0.483471393925834, 0.772727272727274, 0.95855139623328, 1.61272727272728, 2.12664278237073, 5.27999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 750, '2021-05-09 00:00:00', 0.221072259053333, 0.375909090909091, 0.334981100455438, 0.551363636363637, 0.342028896781788, 0.748636363636362, 0.931264094579409, 1.63363636363637, 2.10895662637904, 5.35136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 765, '2021-05-09 00:00:00', 0.313304203306504, 0.374999999999997, 0.317546056243024, 0.485454545454543, 0.484619947491324, 0.787727272727272, 0.864348339472026, 1.61863636363636, 2.15349670349134, 5.38363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 780, '2021-05-09 00:00:00', 0.186103820580428, 0.32181818181818, 0.289454255857063, 0.488636363636362, 0.613543571627732, 0.855000000000001, 0.856791684916461, 1.63590909090909, 2.16408104128444, 5.40909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 795, '2021-05-09 00:00:00', 0.165008198668144, 0.319090909090908, 0.345298979554507, 0.548636363636367, 0.545000099289078, 0.788181818181822, 0.827332462997194, 1.63863636363636, 2.18604666006927, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 810, '2021-05-09 00:00:00', 0.256373729499511, 0.406818181818183, 0.422492347326888, 0.580454545454547, 0.547264151893811, 0.791363636363637, 0.810490204934256, 1.68090909090909, 2.20133646930274, 5.42181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 825, '2021-05-09 00:00:00', 0.31770960630644, 0.36818181818182, 0.336075195152122, 0.556818181818182, 0.465684805058461, 0.776363636363636, 0.874902220881793, 1.72590909090909, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 840, '2021-05-09 00:00:00', 0.164909131478585, 0.330454545454544, 0.285726839551042, 0.502727272727271, 0.386293576535682, 0.726818181818182, 0.74406628201702, 1.68818181818182, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 855, '2021-05-09 00:00:00', 0.248833207928456, 0.346818181818178, 0.303725781996446, 0.482727272727268, 0.432346111550876, 0.702272727272725, 0.729561482474205, 1.64863636363636, 2.21814482174101, 5.42045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 870, '2021-05-09 00:00:00', 0.216193455936137, 0.325909090909089, 0.265988314686536, 0.465454545454547, 0.433915027490696, 0.668181818181816, 0.689868078235228, 1.62681818181818, 2.22445211893563, 5.43409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 885, '2021-05-09 00:00:00', 0.172396527721885, 0.284090909090912, 0.252917179264478, 0.413636363636367, 0.381167323020388, 0.751363636363636, 0.84703212448727, 2.22590909090909, 2.21653467692837, 5.45454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 900, '2021-05-09 00:00:00', 0.171946457990806, 0.283181818181823, 0.355496421399293, 0.445909090909092, 0.360496290906822, 0.736363636363635, 0.847886218169066, 2.33590909090909, 2.2173333307302, 5.45363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 915, '2021-05-09 00:00:00', 0.275157963290008, 0.314999999999995, 0.295295361713237, 0.542272727272724, 0.291678231063256, 0.749999999999999, 0.807306997829569, 2.41272727272727, 2.22048125706726, 5.47681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 930, '2021-05-09 00:00:00', 0.214268108944897, 0.39818181818182, 0.28072417175238, 0.558181818181818, 0.254594576274508, 0.80227272727273, 0.821442085339618, 2.44636363636364, 2.23326450433448, 5.49318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 945, '2021-05-09 00:00:00', 0.208675995255015, 0.351363636363633, 0.190212913286536, 0.500000000000001, 0.216579069871705, 0.887272727272726, 0.842901220507166, 2.46409090909091, 2.23891618221756, 5.49136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:46:17 Duration: 6s687ms 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 983345, 1, 960, '2021-05-09 00:00:00', 0.760954258414527, 1.22173913043478, 0.995750605711438, 1.85978260869565, 2.04167426257629, 4.33260869565217, 4.48321308937498, 10.4228260869565, 8.39965384897548, 18.029347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 975, '2021-05-09 00:00:00', 0.766533828785099, 1.37173913043478, 1.97009760798298, 3.40869565217391, 2.14475933123808, 4.53695652173914, 4.6320598291548, 10.5434782608696, 8.42160312585948, 17.9608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 990, '2021-05-09 00:00:00', 2.00376498389206, 2.97826086956521, 2.05190971975468, 3.78695652173913, 2.05628014712934, 4.58695652173912, 4.58647936702977, 10.4695652173913, 8.42851113193699, 17.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1005, '2021-05-09 00:00:00', 0.764035339496808, 1.8, 0.856525751881611, 2.42500000000001, 1.07591995749717, 3.1391304347826, 4.3474880303358, 9.65108695652174, 7.97415368401466, 17.0673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1020, '2021-05-09 00:00:00', 0.692738308191745, 1.7, 0.765224268968371, 2.17499999999999, 1.20793857983269, 3.25760869565217, 4.36576439073561, 9.45652173913044, 7.93754913463986, 17.0239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1035, '2021-05-09 00:00:00', 0.544805691147509, 1.52717391304347, 0.888819441731551, 2.22499999999999, 1.22167512808318, 3.0641304347826, 4.32826306571215, 9.31956521739131, 7.92320243700156, 17.0413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1050, '2021-05-09 00:00:00', 0.612464486346406, 1.51173913043478, 0.905764968336485, 2.19978260869565, 1.11548789375174, 2.62282608695652, 4.25036240026622, 9.05652173913044, 7.87634783622169, 17.120652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1065, '2021-05-09 00:00:00', 0.593219676831634, 1.43369565217392, 0.866819466868549, 1.78152173913044, 2.71952799395068, 6.87934782608695, 4.53331377630828, 8.96739130434783, 7.88517959923887, 17.1663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1080, '2021-05-09 00:00:00', 0.464811683572781, 1.30108695652173, 0.515845750146942, 1.60326086956521, 2.80138834863035, 7.11195652173913, 4.54041578427253, 8.95869565217391, 7.88527421255054, 17.1619565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1095, '2021-05-09 00:00:00', 0.414211475269651, 0.979347826086957, 2.58821248616063, 6.47934782608695, 2.83756170380925, 7.12282608695652, 4.5886093719535, 8.87717391304348, 7.73254249511344, 17.0804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 600, '2021-05-09 00:00:00', 1.62889651179989, 3.78461538461538, 1.88854543131846, 4.48461538461539, 2.25906485928615, 5.32596153846154, 3.82052302098105, 7.64807692307692, 6.80689469469121, 16.2692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 615, '2021-05-09 00:00:00', 1.19954157910429, 2.55, 1.58650074547244, 3.30384615384615, 1.96277006960923, 4.32788461538462, 3.48379228052509, 6.63942307692307, 6.43043514498405, 15.7730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 630, '2021-05-09 00:00:00', 0.802845899573225, 1.91153846153846, 1.13617653354777, 2.60865384615384, 1.63201974912636, 3.65769230769231, 2.75217117088421, 5.87692307692307, 6.36369880651181, 15.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 645, '2021-05-09 00:00:00', 0.689758179475851, 1.62788461538461, 0.94586549702457, 2.36346153846153, 1.54223987957576, 3.53461538461538, 2.3588165220329, 5.53076923076922, 6.48660135320374, 15.5913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 660, '2021-05-09 00:00:00', 0.709189678435896, 1.6, 1.14720898773435, 2.43269230769231, 1.40936019308272, 3.54807692307692, 2.15890307795418, 5.4875, 6.57835582684726, 15.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 675, '2021-05-09 00:00:00', 0.677282465786278, 1.61153846153846, 1.08250821634828, 2.57596153846154, 1.50093848846442, 3.32788461538461, 1.79517301501726, 5.12692307692307, 6.68627763810673, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 690, '2021-05-09 00:00:00', 0.850203595526481, 1.72692307692308, 0.814061517236978, 2.17692307692307, 1.33988949027666, 2.85961538461538, 1.7003022921279, 4.74326923076923, 6.65491576551903, 15.7153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 705, '2021-05-09 00:00:00', 0.568107519617686, 1.39807692307692, 1.21525938984868, 2.16423076923076, 1.18581195811141, 2.67499999999999, 1.74662091347397, 4.62884615384615, 6.84386474262784, 16.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 720, '2021-05-09 00:00:00', 0.928237370172424, 1.41615384615384, 0.922772265429645, 1.88557692307692, 0.92516162829072, 2.44903846153846, 1.71844518276082, 4.44038461538462, 6.96745490725381, 16.8567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 735, '2021-05-09 00:00:00', 0.597826994526518, 1.25865384615384, 0.713854650148378, 1.68269230769231, 1.25429761221171, 2.4125, 1.78003268120388, 4.47788461538462, 6.97015892104443, 16.8192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 750, '2021-05-09 00:00:00', 0.510158346458765, 1.16346153846153, 0.742335840438809, 1.6375, 1.17744059134796, 2.40288461538461, 1.82751091757236, 4.62307692307692, 7.04427809261913, 16.7653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 765, '2021-05-09 00:00:00', 0.511281384216316, 1.08942307692308, 1.12760808794545, 1.7, 1.18916583562403, 2.35576923076923, 2.43550046191742, 5.6875, 7.0934053881052, 16.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 780, '2021-05-09 00:00:00', 0.840663657246693, 1.28076923076923, 0.876064188024179, 1.76730769230769, 1.38105067305239, 2.4451923076923, 2.6127786932689, 6.0375, 7.08253139502667, 16.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 795, '2021-05-09 00:00:00', 0.470426361440835, 1.07019230769231, 0.571149313631329, 1.48846153846153, 1.22908971945157, 2.26346153846153, 2.72083573840549, 6.10865384615385, 7.15754503733915, 16.8201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 810, '2021-05-09 00:00:00', 0.464008454830133, 0.990384615384613, 1.03897740036131, 1.67403846153846, 1.07587218643223, 2.32980769230769, 2.86593856287147, 6.24038461538462, 7.38641509019194, 16.9932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 825, '2021-05-09 00:00:00', 0.865758893421527, 1.21730769230769, 0.919916906782682, 1.61634615384614, 0.924275183797889, 2.20384615384615, 2.75264924838152, 6.33173076923077, 7.43582285550573, 16.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 840, '2021-05-09 00:00:00', 0.460993909520924, 0.99423076923076, 0.559907272542653, 1.55192307692307, 0.796147575226136, 2.15480769230769, 2.70874527439153, 6.4048076923077, 7.56539826853408, 16.8951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 855, '2021-05-09 00:00:00', 0.42058109983505, 1.05769230769231, 0.70856572356795, 1.54423076923077, 0.832286586181982, 2.30480769230769, 2.78380982026154, 6.49134615384616, 7.64201198084539, 16.8913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 870, '2021-05-09 00:00:00', 0.655198149710919, 1.05384615384615, 0.754637584947483, 1.51826923076922, 0.888439426964267, 2.10115384615385, 2.82730862101425, 6.44903846153846, 7.74494053212507, 16.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 885, '2021-05-09 00:00:00', 0.561872727170888, 0.929807692307693, 0.62113110222709, 1.43461538461539, 0.782272945677181, 2.13480769230769, 4.38653632853284, 8.14519230769231, 7.71302469852132, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 900, '2021-05-09 00:00:00', 0.364744378350733, 1.01730769230769, 0.435857245507673, 1.36846153846154, 0.732030369273344, 2.12230769230769, 4.14213898663666, 8.21923076923077, 7.59547309510483, 16.8615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 915, '2021-05-09 00:00:00', 0.299392975612578, 0.978076923076921, 0.509958708735696, 1.53673076923076, 1.03633609413163, 2.2675, 4.12857164721091, 8.38461538461539, 7.5962384415932, 16.8326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 930, '2021-05-09 00:00:00', 0.548227914424143, 1.14538461538462, 0.881458145086013, 1.63769230769231, 1.22192510471733, 2.55480769230769, 4.04672849823923, 8.48653846153847, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 945, '2021-05-09 00:00:00', 0.486893607080013, 1.00576923076923, 0.708943553139787, 1.62019230769231, 1.70222394124682, 3.95288461538461, 4.08315630176159, 8.50576923076923, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 960, '2021-05-09 00:00:00', 0.619109938043817, 1.20865384615386, 0.979107226782878, 1.8298076923077, 2.01623339804315, 4.41634615384616, 4.07034502884536, 8.53942307692308, 7.53253302987473, 16.7903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 975, '2021-05-09 00:00:00', 0.709834758669496, 1.29423076923077, 1.6127735307657, 3.51730769230769, 2.01281113218457, 4.46057692307692, 3.74549691167736, 8.43365384615385, 7.2762376689732, 16.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 990, '2021-05-09 00:00:00', 1.53236619443465, 3.05192307692308, 1.90854757503025, 3.81538461538462, 2.32363938682404, 4.475, 3.63163835140348, 8.35865384615384, 7.13547475645454, 16.6 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1005, '2021-05-09 00:00:00', 1.11031353853141, 2.14807692307693, 1.49726802492457, 2.81153846153846, 1.71280359465005, 3.57692307692308, 3.43044962291892, 7.84615384615385, 6.83293241475542, 16.4057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1020, '2021-05-09 00:00:00', 0.71117183902021, 1.86076923076922, 1.09698581787341, 2.51826923076923, 1.33793181383116, 3.33846153846153, 3.52175873895197, 7.67115384615385, 6.390438470571, 16.2153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1035, '2021-05-09 00:00:00', 0.838497396904362, 1.61826923076923, 1.15550355323489, 2.3076923076923, 1.45762616553819, 3.17403846153845, 3.33986022853559, 7.50288461538462, 6.25733999764707, 16.1596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1050, '2021-05-09 00:00:00', 0.705937047749026, 1.59134615384615, 0.83999313184005, 2.20769230769231, 1.14255154739799, 2.85096153846153, 3.65711963688112, 7.37403846153847, 6.4108648762502, 16.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1065, '2021-05-09 00:00:00', 0.367062141039649, 1.37115384615385, 0.577951455241162, 2.00673076923077, 2.97642661334281, 5.50576923076924, 3.57204638612313, 7.33076923076923, 6.39454334690012, 16.0538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1080, '2021-05-09 00:00:00', 0.510946519856877, 1.35288461538461, 0.570628027837618, 1.60288461538461, 2.75726609998996, 5.62788461538462, 3.34156918458748, 7.22115384615385, 6.28019697449543, 15.9509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1095, '2021-05-09 00:00:00', 0.350429681303481, 0.879807692307687, 2.71157915954182, 4.98846153846154, 2.6675053168428, 5.82884615384616, 3.30808348536639, 7.24711538461538, 6.23364051245028, 16.0490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 600, '2021-05-09 00:00:00', 1.30865374159272, 3.50884615384616, 1.65821480699995, 4.18288461538462, 1.85248897017375, 4.91076923076923, 2.449227193658, 6.31461538461538, 5.79363045474544, 15.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 615, '2021-05-09 00:00:00', 1.16038852909771, 2.30846153846153, 1.45059251819598, 2.98057692307692, 1.44324287630322, 3.57000000000001, 2.13766429867885, 5.31442307692308, 5.77410307720202, 15.4278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 630, '2021-05-09 00:00:00', 0.771408427189162, 1.69019230769231, 0.895002041252497, 2.28057692307692, 1.17995110720088, 3.09615384615384, 1.89010810639131, 5.06057692307692, 5.57163774086081, 15.3413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 645, '2021-05-09 00:00:00', 0.600906366698224, 1.44230769230769, 0.917974882344493, 2.08173076923077, 0.925932482170515, 2.7451923076923, 1.74891724745956, 4.98846153846154, 5.56843646056814, 15.2961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 660, '2021-05-09 00:00:00', 0.581023632512882, 1.40769230769232, 0.824019813988807, 1.98942307692307, 1.11124194208379, 2.71442307692307, 1.74305876153211, 4.79038461538461, 5.50663585699458, 15.1423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 675, '2021-05-09 00:00:00', 0.511404551587698, 1.32115384615384, 0.471875350229114, 1.77788461538461, 1.13282899789047, 2.71653846153846, 1.67115143400728, 4.60865384615384, 5.53250473599853, 14.9644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 690, '2021-05-09 00:00:00', 0.475706963775615, 1.25865384615385, 1.07757964188982, 1.90673076923076, 1.28802211220867, 2.70480769230769, 1.60499131318042, 4.46634615384615, 5.59752039883595, 14.8711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 705, '2021-05-09 00:00:00', 0.710607134779831, 1.21249999999999, 0.778027214275854, 1.75211538461538, 0.947742256425969, 2.44423076923077, 1.49181484724531, 4.38846153846154, 5.8088491015532, 15.5932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 720, '2021-05-09 00:00:00', 0.472818268877816, 1.09634615384615, 0.702106719917882, 1.64038461538461, 0.972708352211254, 2.23653846153846, 1.52378734888284, 4.35673076923077, 5.79591766146324, 15.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 735, '2021-05-09 00:00:00', 0.525532696779774, 1.09115384615384, 0.746114035416943, 1.64307692307692, 0.970415553334678, 2.12288461538462, 1.65931548676416, 4.40673076923077, 5.8327995818079, 15.7201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 750, '2021-05-09 00:00:00', 0.401884981632231, 1.18846153846155, 0.589885908134265, 1.55576923076923, 0.985727474429999, 2.16442307692307, 1.82550504076164, 4.41942307692308, 5.8356705665706, 15.7701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 765, '2021-05-09 00:00:00', 0.611515299512992, 1.00480769230769, 0.631058329621451, 1.42115384615385, 1.00364144685547, 2.12307692307692, 2.04589927566189, 5.21538461538462, 5.74234783462706, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 780, '2021-05-09 00:00:00', 0.462975327470213, 1.02692307692307, 0.851256989127516, 1.5076923076923, 1.09628744125167, 2.29807692307691, 1.97518450939497, 5.49038461538461, 5.56764977692217, 15.8490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 795, '2021-05-09 00:00:00', 0.635676502149175, 1.07884615384615, 0.833173382085253, 1.56826923076923, 1.04060818015976, 2.24423076923077, 1.89740916474585, 5.71153846153846, 5.53287213284941, 15.8009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 810, '2021-05-09 00:00:00', 0.51170905194862, 1.09807692307692, 0.866939799169819, 1.69615384615384, 0.842108160420115, 2.04807692307692, 1.84571013017087, 5.71673076923077, 5.51170197433117, 15.8105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 825, '2021-05-09 00:00:00', 0.813908542395655, 1.25865384615384, 0.804946247608167, 1.5576923076923, 0.791053946424543, 1.99711538461538, 1.9304184480613, 5.97423076923077, 5.42868848377268, 15.8394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 840, '2021-05-09 00:00:00', 0.370333789147865, 0.858653846153847, 0.508626544272388, 1.2701923076923, 0.728385992346201, 1.74807692307692, 1.9415814331463, 6.0423076923077, 5.3851345422804, 15.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 855, '2021-05-09 00:00:00', 0.346555856303809, 0.87980769230769, 0.363319365763042, 1.22019230769231, 0.682791217103619, 1.65961538461538, 2.13187192031214, 6.31826923076923, 5.34360005412657, 15.8115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 870, '2021-05-09 00:00:00', 0.355566990334286, 0.881730769230772, 0.687006466210755, 1.28173076923077, 0.709178831737534, 1.69615384615385, 2.1593920529773, 6.45096153846154, 5.32381911788896, 15.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 885, '2021-05-09 00:00:00', 0.556642579703047, 0.845192307692307, 0.618426197325483, 1.1451923076923, 1.11556169018813, 2.08173076923077, 3.14302356265183, 8.09134615384616, 5.32305119630288, 15.8740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 900, '2021-05-09 00:00:00', 0.329937348365035, 0.839423076923071, 0.579695709303261, 1.25865384615384, 1.07935566605552, 2.31057692307693, 3.12209310953652, 8.19423076923077, 5.30609990047739, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 915, '2021-05-09 00:00:00', 0.461206611467721, 1.01346153846154, 1.02028135259916, 1.77403846153846, 1.30002551750104, 2.62788461538462, 3.12836173026468, 8.20865384615385, 5.29133217194368, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 930, '2021-05-09 00:00:00', 0.943867595831933, 1.30096153846154, 0.930918425741285, 1.76634615384616, 1.56372887675582, 2.76, 3.34988820134918, 8.22980769230769, 5.26823061816336, 15.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 945, '2021-05-09 00:00:00', 0.589439107574705, 1.11730769230769, 1.11409544198249, 1.78942307692308, 2.11647021095175, 3.97307692307692, 3.41571495500519, 8.18942307692308, 5.25571447239903, 15.9788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 960, '2021-05-09 00:00:00', 0.765732429668593, 1.20192307692308, 1.2376336757638, 1.92134615384615, 1.86752818946905, 4.28846153846153, 3.22568552642452, 8.19134615384615, 5.00731580175063, 15.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 975, '2021-05-09 00:00:00', 0.699698836313498, 1.34730769230769, 1.41379229515731, 3.36442307692308, 1.43800643253082, 4.31249999999999, 3.03087509576917, 8.20961538461539, 4.6882561954149, 16.0480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 990, '2021-05-09 00:00:00', 1.15346634774692, 2.95384615384616, 1.31652989390232, 3.62019230769231, 1.35564814189206, 4.12173076923077, 2.86331588977105, 8.08173076923077, 5.60760781301754, 16.4942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1005, '2021-05-09 00:00:00', 0.724153617361987, 1.99730769230768, 0.996143042709455, 2.72980769230769, 1.43134773767727, 3.65211538461538, 2.83625430128161, 7.46730769230769, 5.79476819739482, 16.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1020, '2021-05-09 00:00:00', 0.50372126755243, 1.65634615384615, 0.661186928066609, 2.15307692307692, 1.33757846642586, 3.29692307692307, 2.4906166984226, 7.28153846153846, 5.87713079198972, 16.4528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1035, '2021-05-09 00:00:00', 0.483618134482153, 1.35250000000001, 0.984787208565306, 2.30961538461539, 1.56647503601606, 3.14596153846154, 2.27061720684046, 7.0325, 5.8488802347116, 16.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1050, '2021-05-09 00:00:00', 0.889369093580053, 1.70576923076923, 1.04328764748013, 2.18365384615384, 1.36920775801752, 2.99326923076923, 2.29632710079512, 6.97307692307692, 5.84791744653928, 16.3576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1065, '2021-05-09 00:00:00', 0.563573761468173, 1.39423076923076, 1.03544676347941, 2.075, 1.9060460483581, 4.93653846153846, 2.3206516409107, 6.90096153846154, 5.85764269007724, 16.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1080, '2021-05-09 00:00:00', 0.449987179304547, 1.41730769230769, 0.493571170146713, 1.8375, 1.85959078418221, 4.86826923076923, 2.198806713092, 6.75480769230769, 5.87079178253208, 16.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1095, '2021-05-09 00:00:00', 0.335759758435427, 0.97884615384615, 1.89669753478554, 4.31346153846153, 1.88198366092801, 4.7375, 2.23008709729877, 6.61730769230769, 6.07228326401705, 16.3759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 4, 600, '2021-05-09 00:00:00', 1.03675158362736, 2.99038461538462, 1.12300806559196, 3.31634615384616, 1.15442793025543, 3.80961538461539, 1.53288096030368, 5.79903846153846, 6.23290832227189, 16.4980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 615, '2021-05-09 00:00:00', 0.736434889283394, 1.85211538461538, 0.794679422544324, 2.28076923076923, 1.03162353374892, 3.08365384615384, 1.34285717208323, 5.24423076923076, 6.45499873383769, 16.5144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 630, '2021-05-09 00:00:00', 0.602077972205743, 1.51326923076923, 0.675137735235154, 2.07480769230769, 0.96684459016869, 3.01730769230769, 1.36785099559632, 4.92788461538461, 6.44850728105708, 16.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 645, '2021-05-09 00:00:00', 0.464286052408999, 1.40653846153847, 0.772690106058052, 2.07500000000001, 1.0461876762064, 3.03942307692309, 1.3858626860607, 4.85576923076923, 6.66677590455375, 16.4951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 660, '2021-05-09 00:00:00', 0.720808840550247, 1.48076923076924, 0.789649386655965, 2.07692307692308, 0.972678696257838, 2.70961538461539, 2.30210438846388, 4.92884615384615, 6.70938063173781, 16.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 675, '2021-05-09 00:00:00', 0.652179777008191, 1.44230769230769, 0.811589726780337, 1.95673076923077, 0.910976335925026, 2.45673076923077, 2.19993531373434, 4.80576923076922, 6.74208431877994, 16.7798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 690, '2021-05-09 00:00:00', 0.488021909974722, 1.21923076923078, 0.776263238460131, 1.74615384615385, 1.20648886634538, 2.46923076923077, 2.02893776679781, 4.7076923076923, 6.74137968074785, 16.825 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 705, '2021-05-09 00:00:00', 0.518085417667785, 1.1625, 0.710771520142834, 1.62307692307693, 0.963403422168591, 2.34807692307692, 2.11997913632695, 4.76346153846153, 6.99451955792203, 18.9653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 720, '2021-05-09 00:00:00', 0.379403631222235, 1.04634615384616, 0.650088751337373, 1.69423076923077, 0.943934075273023, 2.31153846153845, 2.21590860857087, 4.87980769230769, 7.07736865758628, 19.0086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 735, '2021-05-09 00:00:00', 0.538495946702829, 1.16826923076924, 0.595996257086849, 1.53653846153846, 1.08416265101052, 2.36442307692308, 2.36078295356566, 4.82692307692307, 7.23337729662878, 19.0413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 750, '2021-05-09 00:00:00', 0.436582003928064, 0.984615384615382, 0.600032050426021, 1.51730769230768, 0.919349686546878, 2.05961538461538, 2.51028901952315, 4.80480769230768, 7.25686942463166, 19.1653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 765, '2021-05-09 00:00:00', 0.454643774331576, 1.07980769230768, 0.674992877455298, 1.59423076923076, 0.949271481797402, 2.10288461538461, 2.451270667351, 5.35673076923076, 7.18077113118511, 19.2240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 780, '2021-05-09 00:00:00', 0.596018843274651, 1.1076923076923, 0.737892007941956, 1.42884615384615, 1.08730890451893, 2.33557692307692, 2.34991509666594, 5.6701923076923, 7.22805884144454, 19.2538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 795, '2021-05-09 00:00:00', 0.469173782794325, 0.999038461538458, 0.767954325564895, 1.48461538461539, 1.07185425243432, 2.31653846153846, 2.27955651051151, 5.83173076923077, 7.21021257554972, 19.4192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 810, '2021-05-09 00:00:00', 0.530432515826612, 0.985576923076929, 0.705471800668509, 1.64230769230769, 0.764674515976971, 2.21365384615384, 2.20216938494749, 5.875, 7.09658097526277, 19.4865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 825, '2021-05-09 00:00:00', 0.435765992248131, 1.12499999999999, 0.55704042803151, 1.43096153846154, 0.778092836066785, 2.1376923076923, 2.32540567180472, 6.06346153846154, 7.11098364936515, 19.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 840, '2021-05-09 00:00:00', 0.435836949046136, 0.859615384615392, 0.680763146430867, 1.4173076923077, 2.14623574767904, 2.25673076923077, 2.48070244394297, 6.27884615384615, 7.22889926720415, 19.5288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 855, '2021-05-09 00:00:00', 0.412139119529012, 0.935576923076922, 0.672061266666842, 1.35288461538461, 2.15048473963073, 2.24615384615384, 2.57323670022495, 6.35865384615385, 7.25240331518827, 19.5596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 870, '2021-05-09 00:00:00', 0.417375230857481, 0.820999999999992, 2.14644230841021, 1.63199999999999, 2.03648046066411, 2.33119999999999, 2.47851181827591, 6.24, 7.33245851789607, 19.71 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 885, '2021-05-09 00:00:00', 0.381713753345037, 0.836458333333334, 0.611691643450086, 1.35416666666667, 1.02435973286676, 2.30541666666666, 3.18658003916651, 8.86145833333333, 6.11134421217707, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 900, '2021-05-09 00:00:00', 0.531045890031025, 1.08020833333333, 0.602192213463879, 1.60437499999999, 1.12114118798918, 2.57520833333334, 3.21751040222184, 8.90833333333333, 6.11732179191165, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 915, '2021-05-09 00:00:00', 0.485271803040412, 1.116875, 0.881103145847973, 1.86583333333333, 1.03608583995421, 2.61895833333333, 3.20917220352601, 8.84166666666667, 6.10550125762693, 19.1010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 930, '2021-05-09 00:00:00', 0.638324913858265, 1.275, 0.824572325467888, 1.75729166666667, 0.792198800944177, 2.239375, 3.31494845933438, 8.714375, 6.24336024120419, 19.0541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 945, '2021-05-09 00:00:00', 0.492120108395247, 1.10812500000001, 0.653376646098302, 1.63854166666667, 0.901639584433479, 3.176875, 3.3486167379936, 8.73416666666666, 6.24945214990187, 19.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 960, '2021-05-09 00:00:00', 0.444913890056511, 1.09375000000001, 0.572085200341065, 1.53645833333334, 1.05019899770596, 3.89875, 3.29145483862532, 8.76645833333333, 6.18780357182403, 19.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 975, '2021-05-09 00:00:00', 0.483241573623655, 1.13437500000001, 0.904362614845631, 2.98, 1.25332425726169, 4.23104166666667, 3.26946694204802, 8.79979166666667, 6.17581626359942, 19.0375 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 990, '2021-05-09 00:00:00', 0.837803130302643, 2.61645833333333, 0.988434203127875, 3.605, 1.37312533601482, 4.43833333333334, 3.46788307158536, 8.94770833333333, 6.17180614757045, 18.9770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1005, '2021-05-09 00:00:00', 0.907486974394478, 2.1625, 1.05584499352998, 2.74895833333333, 1.48118024815896, 3.67083333333333, 3.4195051063131, 8.30729166666666, 6.15836740787969, 18.7125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1020, '2021-05-09 00:00:00', 0.568269525509844, 1.58958333333333, 0.999202580611882, 2.29166666666667, 1.61226580986718, 3.31979166666666, 3.56195155325751, 7.96979166666666, 6.02120488673517, 18.503125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1035, '2021-05-09 00:00:00', 0.70313737911807, 1.56250000000001, 0.879507025950137, 2.2375, 1.61452167951476, 2.98958333333333, 3.48053838054951, 7.896875, 5.96967189746688, 18.4677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1050, '2021-05-09 00:00:00', 0.478532582977401, 1.55104166666667, 1.00067006536128, 2.11666666666667, 1.11251933707344, 2.62083333333333, 3.32671103953735, 7.72291666666667, 6.02250525279369, 18.1677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1065, '2021-05-09 00:00:00', 0.964058074503027, 1.28416666666667, 1.08917397816425, 1.87895833333333, 2.69619548784869, 6.06875000000001, 3.17939453235852, 7.553125, 6.04972264006699, 18.00625 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1080, '2021-05-09 00:00:00', 0.436303643767979, 1.2, 0.500773993325631, 1.514375, 2.61577225552104, 5.89583333333333, 2.93781084540952, 7.40729166666667, 6.12285417898397, 17.7729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1095, '2021-05-09 00:00:00', 0.424252059255594, 0.890625000000002, 2.62854229592168, 5.52708333333334, 2.49890102656741, 5.87291666666667, 3.07275604468446, 7.37916666666666, 6.11937815053747, 17.6979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 600, '2021-05-09 00:00:00', 0.885855920261561, 3.0904347826087, 0.963440700920261, 3.4295652173913, 1.15515411424969, 3.97413043478261, 2.42983343335176, 5.98282608695652, 6.78763698280018, 16.8489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 615, '2021-05-09 00:00:00', 0.714186150599059, 2.03630434782608, 0.851025363876116, 2.56347826086956, 1.10122757589566, 3.42108695652173, 2.23035173762297, 5.42934782608695, 6.72534620822998, 16.7054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 630, '2021-05-09 00:00:00', 0.524501551447047, 1.46717391304347, 0.661033297015242, 2.01173913043478, 0.861738350190885, 2.92043478260869, 1.96560845561637, 4.92065217391304, 6.92396165928788, 16.7521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 645, '2021-05-09 00:00:00', 0.407380041268248, 1.38804347826087, 0.655027682485343, 2.12608695652174, 0.853930403714112, 2.93695652173913, 1.91687817473071, 4.76086956521739, 6.86512100138347, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 660, '2021-05-09 00:00:00', 0.521627128953303, 1.43695652173913, 0.769382291628766, 2.04673913043477, 1.20758983986446, 2.86630434782609, 1.90469567454968, 4.65760869565217, 6.83314875710744, 17.0141304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 675, '2021-05-09 00:00:00', 0.540055625886241, 1.43152173913043, 0.70690062811099, 2.01304347826087, 1.18392247669771, 2.81739130434782, 2.00772470673241, 4.66195652173912, 6.69434252469537, 16.9282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 690, '2021-05-09 00:00:00', 0.456354020574882, 1.23891304347826, 1.03110210042554, 1.77478260869565, 1.28948357313131, 2.44760869565217, 1.7915942014331, 4.37934782608695, 6.72991522184943, 16.8945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 705, '2021-05-09 00:00:00', 0.67350331800786, 1.14891304347826, 0.711472544669287, 1.7, 1.05347040831044, 2.42391304347826, 1.77515169423613, 4.32608695652174, 6.88642403344286, 17.5271739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 720, '2021-05-09 00:00:00', 0.534933319327267, 1.19673913043478, 0.692880936449304, 1.60108695652174, 0.907182037416893, 2.40760869565216, 1.92778531618447, 4.28804347826086, 6.84364697749447, 17.5880434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 735, '2021-05-09 00:00:00', 0.476588772116497, 1.09130434782609, 0.832284583816431, 1.70108695652174, 0.839224891773552, 2.34565217391304, 1.99012445734713, 4.19891304347826, 6.83407907897673, 17.5663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 750, '2021-05-09 00:00:00', 0.524149980044856, 1.10326086956522, 0.637416196150223, 1.63804347826087, 1.1097250220239, 2.40652173913043, 2.03654967653142, 4.21630434782609, 6.85414443593193, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 765, '2021-05-09 00:00:00', 0.523227763493223, 1.24673913043478, 0.708363364472275, 1.79673913043479, 1.28638641930132, 2.42173913043478, 1.94808041222381, 4.54673913043477, 6.86761712821579, 17.5282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 780, '2021-05-09 00:00:00', 0.469162697114382, 1.125, 0.635032133263104, 1.57391304347826, 1.02263416352627, 2.20978260869565, 1.70366670365836, 4.62065217391304, 6.80896311892939, 17.5358695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 795, '2021-05-09 00:00:00', 0.48208262375497, 0.978260869565217, 0.722692935520602, 1.48152173913043, 0.765219426537895, 1.96195652173913, 1.88201651587012, 4.88043478260869, 6.74483241660334, 17.595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 810, '2021-05-09 00:00:00', 0.313784907826117, 0.997826086956524, 0.518818302327543, 1.43260869565218, 0.763525924867429, 1.94673913043479, 1.94657206045943, 5.27282608695651, 6.7512440297042, 17.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 825, '2021-05-09 00:00:00', 0.448892466678061, 0.973913043478265, 0.510816791488299, 1.30760869565218, 0.673143765955137, 1.6804347826087, 1.9617645773428, 5.21956521739129, 6.73432358373392, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 840, '2021-05-09 00:00:00', 0.406515001740791, 0.826086956521742, 0.521930136314896, 1.15760869565218, 0.655363249001873, 1.59347826086957, 1.88909851035307, 5.24999999999999, 6.65010772892621, 17.4815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 855, '2021-05-09 00:00:00', 0.336880158374933, 0.812173913043488, 0.367414855292117, 1.10130434782609, 0.938057396880317, 1.79695652173913, 1.93939741976178, 5.25652173913043, 6.6363581880426, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 870, '2021-05-09 00:00:00', 0.24964896303226, 0.75217391304347, 0.48394173693026, 1.22282608695652, 0.825877243507689, 1.85130434782608, 1.95099738858787, 5.27391304347825, 6.61108446073983, 17.4967391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 885, '2021-05-09 00:00:00', 0.35389908903158, 0.853260869565224, 0.712775153167059, 1.32065217391304, 1.08588764441105, 2.09239130434783, 3.63451898617541, 7.56847826086956, 6.79475028407409, 17.3978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 900, '2021-05-09 00:00:00', 0.620246747406213, 0.985869565217386, 0.606874403399892, 1.32978260869565, 1.46122508702141, 2.22086956521739, 3.5883526448159, 7.78260869565217, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 915, '2021-05-09 00:00:00', 0.391981890361703, 0.97543478260869, 1.1001737645722, 1.75130434782609, 1.43247981450781, 2.23065217391304, 3.54767640930487, 7.96521739130435, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 930, '2021-05-09 00:00:00', 1.10324364557516, 1.35978260869565, 1.49281887768779, 1.74673913043478, 1.49101395984695, 2.26108695652174, 3.40865774586691, 8.05108695652174, 6.67838954072818, 17.4586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 945, '2021-05-09 00:00:00', 0.774260133896037, 1.03586956521739, 0.727639328304113, 1.34891304347826, 1.15372420684258, 2.8, 3.41751258849037, 7.95326086956522, 6.75037658150232, 17.4010869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 960, '2021-05-09 00:00:00', 0.453140120028503, 0.972826086956521, 0.711672166609922, 1.45, 1.19914536430872, 3.37717391304348, 3.39921302796488, 8.16413043478262, 6.61331936950001, 17.4489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 975, '2021-05-09 00:00:00', 0.621837850450551, 1.04130434782609, 1.04955288805383, 2.52608695652175, 1.45736425547031, 3.88913043478261, 3.40308799550325, 8.20978260869566, 6.61275977918699, 17.4934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 990, '2021-05-09 00:00:00', 1.0297369574707, 2.37826086956522, 1.18629567597208, 3.19239130434783, 1.72513675920046, 4.32826086956522, 3.38911883565824, 8.2358695652174, 6.61077729788362, 17.4891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1005, '2021-05-09 00:00:00', 0.640902433178214, 1.84673913043479, 1.05904955898176, 2.64782608695653, 1.41024799489828, 3.43695652173913, 3.48434776505247, 7.71956521739131, 6.7136962908204, 17.0826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1020, '2021-05-09 00:00:00', 0.787813241547337, 1.78260869565218, 1.19076236914123, 2.52173913043478, 1.28712923975873, 2.95304347826087, 3.5920338959817, 7.52065217391304, 6.6125466517329, 16.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1035, '2021-05-09 00:00:00', 0.815491982739885, 1.50108695652174, 0.830140292443589, 2.00978260869565, 1.19966835008582, 2.56717391304348, 3.71518622624118, 7.37282608695652, 6.74454160066954, 16.9336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1050, '2021-05-09 00:00:00', 0.605881499391051, 1.38913043478261, 0.839693149299336, 1.8486956521739, 0.953230672720422, 2.41847826086957, 3.76737116227063, 7.29673913043478, 6.81873798785637, 16.8467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1065, '2021-05-09 00:00:00', 0.625449324651892, 1.18130434782609, 0.765221750908349, 1.66065217391305, 3.6733140576335, 5.7054347826087, 3.71450859612304, 7.22826086956522, 6.82785831791244, 16.8608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1080, '2021-05-09 00:00:00', 0.601215090446207, 1.23130434782609, 0.619351949980522, 1.60326086956522, 3.69388682842148, 5.90108695652174, 3.75200506343574, 7.14021739130435, 6.86824767222007, 16.8097826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1095, '2021-05-09 00:00:00', 0.495246674673043, 0.909782608695654, 3.72617994681516, 5.44021739130435, 3.67995518425194, 6.04239130434783, 3.80831080996503, 7.01304347826087, 6.87861726614232, 16.8663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 600, '2021-05-09 00:00:00', 1.93623492423265, 3.6784090909091, 1.95425221801121, 4.07272727272728, 1.71981426121358, 4.79204545454546, 1.80927631666457, 5.87613636363637, 6.86691791769143, 17.8704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 615, '2021-05-09 00:00:00', 0.903485943802862, 2.22477272727273, 1.27103972846721, 3.00090909090909, 1.19954753374524, 3.56, 2.35153325683662, 5.5009090909091, 6.855017658589, 17.6213636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 630, '2021-05-09 00:00:00', 0.945973610323554, 1.9875, 0.950968548193727, 2.58068181818182, 1.62000689766583, 3.32159090909092, 2.43211985323904, 5.42386363636364, 6.87021725019923, 17.5127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 645, '2021-05-09 00:00:00', 0.607761176109612, 1.54886363636363, 0.96755817973331, 2.19545454545454, 1.38523639503511, 3.06818181818182, 2.38234992804452, 5.13068181818181, 6.85518533792603, 17.6727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 660, '2021-05-09 00:00:00', 0.599419136219229, 1.4034090909091, 1.02125212277303, 2.01022727272728, 1.13283646321124, 2.88750000000001, 2.24523545559976, 4.96818181818182, 6.78872898116088, 17.7193181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 675, '2021-05-09 00:00:00', 0.516088560808526, 1.27045454545455, 0.666313150317265, 2.0125, 1.13786653863284, 2.67045454545455, 2.36994192533008, 4.74659090909091, 6.94608878079235, 17.8727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 690, '2021-05-09 00:00:00', 0.597583744063402, 1.35795454545455, 0.968458883084416, 1.79431818181818, 1.51667677557166, 2.60681818181818, 2.84878196991648, 4.88295454545455, 6.93558107894338, 17.9079545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 705, '2021-05-09 00:00:00', 0.597890411131467, 1.11590909090908, 0.831446999245364, 1.70227272727273, 1.15457927439644, 2.37159090909091, 2.83669069927912, 4.72386363636363, 8.1827186478393, 18.4397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 720, '2021-05-09 00:00:00', 0.480097674495806, 1.12159090909091, 0.767897034099206, 1.66704545454545, 0.951986559301609, 2.15113636363637, 2.75562515003991, 4.62159090909091, 8.14159926108738, 18.3363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 735, '2021-05-09 00:00:00', 0.583911278322642, 1.15, 0.650944202661302, 1.47954545454545, 0.68620450550592, 2.03863636363636, 2.80581806059792, 4.64431818181818, 8.15364539154087, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 750, '2021-05-09 00:00:00', 0.509663117663514, 0.952272727272725, 0.612210042684407, 1.33977272727273, 0.776205249109143, 1.92727272727273, 2.92334077148624, 4.70113636363636, 8.21834178985589, 18.3431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 765, '2021-05-09 00:00:00', 0.578595478095647, 0.968181818181817, 0.626706544623234, 1.40795454545454, 1.18873056541122, 2.0875, 2.89719995626468, 5.47840909090909, 8.206840487669, 18.3488636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 780, '2021-05-09 00:00:00', 0.445072833185566, 0.997727272727268, 0.688852958379649, 1.37727272727273, 1.1481257077048, 2.40454545454545, 2.84244294090389, 5.85340909090909, 8.18062634867954, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 795, '2021-05-09 00:00:00', 0.453730329734755, 0.929545454545451, 0.824536633615003, 1.43522727272727, 2.14964886894121, 2.65454545454546, 2.89291192294881, 6.05681818181819, 8.19534631963172, 18.2431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 810, '2021-05-09 00:00:00', 0.462004678018332, 1.00568181818182, 0.903541163533316, 1.67840909090909, 2.20100331313144, 2.44318181818182, 2.84811326816748, 6.26704545454545, 8.18169612703573, 18.1840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 825, '2021-05-09 00:00:00', 0.91020920125172, 1.22613636363636, 2.10493390709702, 1.96590909090908, 2.20245583118293, 2.27954545454545, 2.83159666345724, 6.38295454545454, 8.18520509954668, 18.1170454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 840, '2021-05-09 00:00:00', 1.20297025976848, 1.17272727272727, 1.29894489733797, 1.55568181818182, 1.36566439200916, 1.98522727272727, 2.32895848375354, 6.32499999999999, 8.35553546720513, 17.9659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 855, '2021-05-09 00:00:00', 0.620122744797128, 1.05113636363636, 0.659348359928392, 1.32045454545455, 1.07842879134817, 1.91590909090909, 2.22686154434045, 6.21136363636363, 8.41422599733327, 17.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 870, '2021-05-09 00:00:00', 0.379573481869489, 0.851136363636367, 0.539991582425969, 1.26363636363636, 1.19957660730632, 2.08068181818181, 2.23263046622169, 6.18068181818181, 8.48085992804076, 17.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 885, '2021-05-09 00:00:00', 0.462133498168953, 0.955681818181817, 0.685976765916035, 1.42613636363637, 1.04401769320397, 2.20909090909091, 3.91646886301658, 9.82954545454545, 8.47671283244413, 17.9965909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 900, '2021-05-09 00:00:00', 0.454339644965095, 1.06931818181818, 0.899305287430243, 1.575, 1.10730553196737, 2.22727272727272, 3.94201752463155, 10.0454545454545, 8.47598562121729, 17.9818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 915, '2021-05-09 00:00:00', 0.628667809169285, 0.987499999999991, 0.691484420260645, 1.49431818181817, 1.31407630554566, 2.15681818181818, 4.04989711803481, 10.1, 8.49001617957452, 17.9284090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 930, '2021-05-09 00:00:00', 0.624531209469734, 1.06022727272726, 0.987349637848368, 1.47045454545454, 1.27704985461368, 2.25795454545454, 4.09530552301533, 10.2397727272727, 8.46361674708622, 17.9431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 945, '2021-05-09 00:00:00', 0.56382179954754, 1.07045454545455, 0.88140129108751, 1.60795454545455, 1.34859886003266, 3.45113636363636, 4.32076620089199, 10.1590909090909, 8.5555034691355, 17.8090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:43 Duration: 6s567ms Database: acaweb_fx User: pgperfstats
19 13 1s12ms 71ms 122ms 77ms copy ( select array_to_json(array_agg(row_to_json(t))) from ( select pattern_type, uuid, string_to_array(broker_ids, ?) as broker_ids, string_to_array(coalesce(replace(broker_symbol_mappings, ?, ?), ?), ?) as broker_symbol_mappings, exchange, symbol_id, symbol, short_name, long_name, interval, timezone, timezoneoffset, pattern_gmt_timefound, result_uid, pattern_id, direction, pattern_name, downloader_symbol, pattern_category, pattern_end_time, pattern_start_time, pattern_length, age, relevance, prediction_time_from, prediction_time_to, prediction_price_from, prediction_price_to, pattern_quality, pattern_start_price, pattern_end_price, breakout, pattern_cp_resx0, pattern_cp_resx1, pattern_cp_resy0, pattern_cp_resy1, pattern_cp_supportx0, pattern_cp_supportx1, pattern_cp_supporty0, pattern_cp_supporty1, pattern_cp_trend_change, pattern_cp_volume_increase, pattern_cp_uniformity, pattern_cp_initial_trend, pattern_clarity, pattern_fp_average_quality, pattern_fp_pricea, pattern_fp_priceb, pattern_fp_pricec, pattern_fp_pricex, pattern_fp_priced, pattern_fp_ratiosfound, pattern_fp_target_03, pattern_fp_target_05, pattern_fp_target_06, pattern_fp_target_07, pattern_fp_target_10, pattern_fp_target_12, pattern_fp_target_16, pattern_fp_timea, pattern_fp_timeb, pattern_fp_timec, pattern_fp_timed, pattern_fp_timequality, pattern_fp_timex, pattern_fp_ratioquality, pattern_kl_errormargin as pattern_kl_error_margin, pattern_kl_breakoutprice as pattern_kl_breakout_price, pattern_kl_breakoutbars as pattern_kl_breakout_bars, pattern_kl_stoplosslevel as pattern_kl_stoploss_level, pattern_kl_approaching_time as pattern_kl_approaching_time, pattern_kl_approachingregion as pattern_kl_approaching_region, pattern_kl_predictiontimebars as pattern_kl_prediction_time_bars, pattern_kl_x0 as pattern_kl_point_x0, pattern_kl_x1 as pattern_kl_point_x1, pattern_kl_x2 as pattern_kl_point_x2, pattern_kl_x3 as pattern_kl_point_x3, pattern_kl_x4 as pattern_kl_point_x4, pattern_kl_x5 as pattern_kl_point_x5, pattern_kl_x6 as pattern_kl_point_x6, pattern_kl_x7 as pattern_kl_point_x7, pattern_kl_x8 as pattern_kl_point_x8, pattern_kl_x9 as pattern_kl_point_x9, pattern_jc_initial_trend_strength, stats_hod_correct, stats_hod_percent, stats_hod_total, stats_pattern_hourofday, stats_pattern_name_correct, stats_pattern_name_percent, stats_pattern_name_total, stats_percent, stats_symbol_correct, stats_symbol_percent, stats_symbol_total, ig_derivativeid, ig_fullname, ig_isunderlying, ig_premium, ig_underlyingid, ig_epic, ig_id, pattern_bm_statistical_movement, pattern_bm_movement, pattern_bm_movement_percentile, pattern_cc_qty_consecutive_candles, pattern_cc_statistical_qty_candles, pattern_cc_consecutice_candles_percentile, pattern_st_to_price, pattern_st_from_price, string_to_array(pattern_groupnames_per_broker, ?) as search_groups, string_to_array(pattern_basegroupnames, ?) as base_groups, simulation from solr_fetch_results (?::character varying, current_timestamp::timestamp without time zone)) t) to ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration May 09 15 13 1s12ms 77ms [ User: postgres - Total duration: 1s12ms - 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-09 15:01:02 Duration: 122ms 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-09 15:46:02 Duration: 89ms 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-09 15:16:02 Duration: 75ms Database: acaweb_fx User: postgres
20 12 866ms 50ms 144ms 72ms 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 #20
Day Hour Count Duration Avg duration May 09 15 12 866ms 72ms [ User: postgres - Total duration: 866ms - Times executed: 12 ]
-
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 ('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 ('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-09 15:00:49 Duration: 144ms 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 = '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 ('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 ('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-09 15:50:47 Duration: 103ms 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 = '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 ('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 ('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-09 15:55:47 Duration: 103ms 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 36s388ms 36s388ms 36s388ms 1 36s388ms select cleanuppatternresultsrelevance ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration May 09 15 1 36s388ms 36s388ms [ User: postgres - Total duration: 36s388ms - Times executed: 1 ]
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:38 Duration: 36s388ms Database: acaweb_fx User: postgres
-
select cleanuppatternresultsrelevance ();
Date: 2021-05-09 15:00:09 Duration: 0ms Database: acaweb_fx User: postgres
2 16s222ms 18s597ms 17s410ms 2 34s820ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration May 09 15 2 34s820ms 17s410ms [ User: pgperfstats - Total duration: 34s820ms - 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 983555, 1, 960, '2021-05-09 00:00:00', 0.000261078237610566, 0.000840384615384608, 0.000291494359359582, 0.0010451923076923, 0.000726406116544894, 0.0018146153846154, 0.00150837380594517, 0.00337846153846153, 0.00274221398480527, 0.00632153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983555, 1, 975, '2021-05-09 00:00:00', 0.000235728983890741, 0.00067807692307692, 0.000383696995838362, 0.00110576923076925, 0.000757764551417256, 0.00184365384615386, 0.00136604557025012, 0.00324249999999999, 0.00276150862475848, 0.00631173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 990, '2021-05-09 00:00:00', 0.000358313571309579, 0.00095115384615386, 0.000586594080591188, 0.00153384615384618, 0.000884790566266307, 0.00195788461538463, 0.00136079072035907, 0.00317423076923077, 0.00278325894342476, 0.0062921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1005, '2021-05-09 00:00:00', 0.00041167747831749, 0.0010271153846154, 0.000513220338046543, 0.00139365384615385, 0.000714518692224687, 0.00188519230769231, 0.00126924333909859, 0.00301057692307692, 0.00280978149301001, 0.00625596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1020, '2021-05-09 00:00:00', 0.000352854077488152, 0.000979999999999998, 0.000461164954636209, 0.00132365384615385, 0.000634448064189526, 0.00196288461538462, 0.00118017821340023, 0.00282615384615385, 0.00278015046632096, 0.00633884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1035, '2021-05-09 00:00:00', 0.000254429981300566, 0.000801153846153834, 0.00048093022842757, 0.00121673076923077, 0.000814751779095, 0.0019276923076923, 0.00121828233433544, 0.0026003846153846, 0.0028338712852807, 0.00627769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1050, '2021-05-09 00:00:00', 0.00039303963393806, 0.000906923076923096, 0.00054503637846124, 0.00136057692307693, 0.000742046235341586, 0.00183615384615385, 0.00111322893146295, 0.00246942307692308, 0.00283607760011009, 0.00627692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1065, '2021-05-09 00:00:00', 0.000341689017405258, 0.000995769230769234, 0.000650222358416431, 0.00136865384615384, 0.000725727645459788, 0.00164615384615384, 0.00107960692633228, 0.00230865384615384, 0.00285220020335179, 0.00625000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1080, '2021-05-09 00:00:00', 0.000492015790866064, 0.000916538461538449, 0.000487818061923167, 0.0011576923076923, 0.000721809904657413, 0.00153653846153845, 0.00103053826488133, 0.00223365384615384, 0.00286079741438533, 0.00622538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1095, '2021-05-09 00:00:00', 0.000290188532880569, 0.000684230769230777, 0.000393754511573639, 0.000913846153846158, 0.000655397853333249, 0.00127288461538462, 0.00090843307615153, 0.00220057692307693, 0.00283768180712029, 0.00622903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1110, '2021-05-09 00:00:00', 0.000229383873754146, 0.000625192307692313, 0.000562193916722689, 0.000950000000000002, 0.000641833431542901, 0.00120807692307692, 0.000771983185348962, 0.00212403846153846, 0.00284016384278198, 0.00624557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1125, '2021-05-09 00:00:00', 0.000414231262052412, 0.00062153846153846, 0.000394811980567955, 0.000817500000000009, 0.000553424756889726, 0.00113019230769231, 0.000710010536216509, 0.00205019230769231, 0.00291692148703706, 0.00627980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1140, '2021-05-09 00:00:00', 0.000195986361377922, 0.000545576923076936, 0.00034103648575391, 0.000788269230769241, 0.000425335704518735, 0.00101230769230769, 0.000691797991857777, 0.0020526923076923, 0.00295388174858361, 0.00629923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1155, '2021-05-09 00:00:00', 0.000263195525447118, 0.00056326923076924, 0.000325301989873075, 0.000740769230769241, 0.000520002995553496, 0.00108865384615385, 0.000722429661202123, 0.00205115384615384, 0.00300216993958599, 0.0063671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1170, '2021-05-09 00:00:00', 0.000175959894906154, 0.000453269230769224, 0.000237043001616552, 0.000585769230769217, 0.000538256480185363, 0.000985961538461524, 0.000783004887498247, 0.00202557692307691, 0.00298706550750963, 0.00634288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1185, '2021-05-09 00:00:00', 0.000210276009092805, 0.000429999999999999, 0.000446547998970573, 0.000758653846153842, 0.000514895097605784, 0.0009901923076923, 0.000768190481185886, 0.00202384615384613, 0.00305739039680273, 0.00636403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1200, '2021-05-09 00:00:00', 0.000432209395476861, 0.000605192307692301, 0.00047088333521651, 0.000753653846153843, 0.000570797148394577, 0.00105076923076923, 0.00075402593813781, 0.00199365384615383, 0.00304879769493079, 0.00633923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1215, '2021-05-09 00:00:00', 0.000189946146213964, 0.000393461538461533, 0.000272006504447102, 0.000576538461538464, 0.000591988175557559, 0.000939999999999992, 0.000790837749575629, 0.0019328846153846, 0.00307317108212349, 0.00635250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1230, '2021-05-09 00:00:00', 0.000213886742135978, 0.000443461538461544, 0.000484010807253793, 0.000732307692307695, 0.000541755586389841, 0.000976346153846149, 0.000834820869777112, 0.00195173076923076, 0.00306734761391913, 0.00637576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1245, '2021-05-09 00:00:00', 0.000335679334163756, 0.000533846153846158, 0.000415795484120961, 0.000706730769230766, 0.000487298044953375, 0.000939230769230773, 0.000871450426676039, 0.00196038461538461, 0.00308153963141802, 0.00640250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1260, '2021-05-09 00:00:00', 0.000369519438439455, 0.000483846153846138, 0.000397790822495353, 0.000668461538461524, 0.000534650029314639, 0.00105057692307691, 0.000830563594564184, 0.00190673076923076, 0.00313070154339983, 0.00641307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1275, '2021-05-09 00:00:00', 0.00015976822154417, 0.000398269230769235, 0.000230039127106691, 0.000585000000000006, 0.000418810632808981, 0.00105711538461539, 0.000848282178196718, 0.00188057692307692, 0.00309335192854711, 0.00640807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1290, '2021-05-09 00:00:00', 0.000191248127190428, 0.000415384615384612, 0.00033756577706598, 0.000735576923076917, 0.000461682208384158, 0.00106269230769231, 0.000852964896924025, 0.00186365384615384, 0.00304822347378827, 0.00641711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1305, '2021-05-09 00:00:00', 0.000274746036578129, 0.000560769230769228, 0.00027231853520351, 0.000809230769230772, 0.000375713475117166, 0.00105884615384616, 0.000809166261321815, 0.00184403846153846, 0.00299713928348606, 0.00645173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1320, '2021-05-09 00:00:00', 0.00024903822690813, 0.000615961538461543, 0.000311517193006215, 0.000774807692307695, 0.000399872672042196, 0.00105807692307691, 0.000813186254566186, 0.00179173076923077, 0.00309624241870442, 0.00645865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1335, '2021-05-09 00:00:00', 0.000241329331316865, 0.000444615384615389, 0.000279692757256131, 0.000640961538461553, 0.000414995319714108, 0.000941346153846155, 0.000731552090789485, 0.0017626923076923, 0.00305113706421318, 0.00645423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1350, '2021-05-09 00:00:00', 0.000165500639087771, 0.00043269230769232, 0.000273246929745579, 0.00064326923076923, 0.000428259132553385, 0.000871730769230767, 0.000753153779373511, 0.00177384615384614, 0.00301740119970812, 0.00646500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1365, '2021-05-09 00:00:00', 0.000216513279038503, 0.000464999999999997, 0.000342278170723534, 0.00064211538461539, 0.000399762477555785, 0.000774038461538464, 0.000781890042436625, 0.00187403846153845, 0.00298451001647868, 0.00647596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1380, '2021-05-09 00:00:00', 0.000294502775225275, 0.000421730769230782, 0.000385480369648855, 0.000546346153846159, 0.000375854564753638, 0.000799423076923079, 0.000899079614854072, 0.00194307692307691, 0.00298518784359351, 0.00648769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1395, '2021-05-09 00:00:00', 0.000228237477540036, 0.000287884615384623, 0.000214069003971929, 0.000421538461538465, 0.000389936730568107, 0.000825576923076921, 0.00121704669337135, 0.00213057692307691, 0.00291403386813114, 0.00645576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1410, '2021-05-09 00:00:00', 0.000113562588639302, 0.000292692307692308, 0.000288255295501414, 0.000576346153846151, 0.000466078278337935, 0.000914807692307686, 0.00122395464031085, 0.0022301923076923, 0.00290973570039511, 0.0064546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 1, 1425, '2021-05-09 00:00:00', 0.000308950083097812, 0.000483076923076919, 0.000415855744219064, 0.000719999999999998, 0.000638692293795569, 0.000974615384615373, 0.00122649412805518, 0.00234538461538462, 0.00291241053345585, 0.00646365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 0, '2021-05-09 00:00:00', 0.000425325938365088, 0.000448076923076929, 0.000508527777019104, 0.000662499999999989, 0.000626710336721716, 0.000915384615384604, 0.00125750346382761, 0.00241019230769231, 0.00291421479066897, 0.0064696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 15, '2021-05-09 00:00:00', 0.000403363931875995, 0.0004576923076923, 0.000520170127495289, 0.000624807692307686, 0.000563757619767718, 0.00094942307692308, 0.00116043791468831, 0.00249692307692308, 0.00280210860163996, 0.00644384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 30, '2021-05-09 00:00:00', 0.000409327967057441, 0.000385769230769234, 0.000387406762976583, 0.000619999999999997, 0.000498575355001995, 0.00100076923076924, 0.0010837388452092, 0.00255826923076923, 0.00269084356947494, 0.00640865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 45, '2021-05-09 00:00:00', 0.00026981282686052, 0.000444807692307686, 0.000397081661820141, 0.000700384615384626, 0.000535878574076106, 0.00102461538461539, 0.00107696198418729, 0.00264365384615384, 0.00264501453391383, 0.00639173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 60, '2021-05-09 00:00:00', 0.000322472717987364, 0.00058442307692308, 0.000422107942811557, 0.000788653846153855, 0.000473237661873383, 0.00104173076923077, 0.00121207344598483, 0.00271403846153847, 0.00264501453391383, 0.00639173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 75, '2021-05-09 00:00:00', 0.00022842201160267, 0.000428846153846166, 0.00026969077734437, 0.000606346153846155, 0.00030820996839068, 0.000900769230769231, 0.00112155626766492, 0.0026123076923077, 0.00256949381426351, 0.0064023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 90, '2021-05-09 00:00:00', 0.000152827831738343, 0.000387884615384612, 0.000253219044732781, 0.00057826923076924, 0.000405863230089227, 0.000985192307692297, 0.00109546182744294, 0.00274615384615385, 0.00256474962790643, 0.00640057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 105, '2021-05-09 00:00:00', 0.000226861191039805, 0.000410000000000013, 0.000302997334337103, 0.000714230769230768, 0.000444599430775812, 0.00108057692307692, 0.00113761261488192, 0.00277269230769231, 0.002552789944355, 0.00636250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 120, '2021-05-09 00:00:00', 0.00024566651880455, 0.000545961538461533, 0.000388588966152404, 0.000765769230769217, 0.00051026312970708, 0.0011176923076923, 0.00113872325603993, 0.00277442307692307, 0.00259971226218478, 0.00637461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 135, '2021-05-09 00:00:00', 0.00035629762839513, 0.000499999999999992, 0.000389325501545746, 0.000762115384615369, 0.001021952279482, 0.00131730769230768, 0.00111371837346099, 0.00275384615384615, 0.00258639591829129, 0.00634038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 150, '2021-05-09 00:00:00', 0.000206305225706596, 0.000504615384615368, 0.000313816028908668, 0.000777499999999982, 0.000963659611145884, 0.00134038461538461, 0.0010224493404791, 0.00269942307692307, 0.0024752161444081, 0.00627519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 165, '2021-05-09 00:00:00', 0.000222517069353897, 0.000530384615384606, 0.000968698413018519, 0.00100615384615384, 0.000972951971302557, 0.00137653846153847, 0.00101213234540517, 0.00260826923076923, 0.00242427429268098, 0.00626961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 180, '2021-05-09 00:00:00', 0.000966070968089115, 0.000836346153846142, 0.000955431598002473, 0.00106346153846154, 0.00093877891228652, 0.00142038461538463, 0.00100869329027518, 0.00254692307692308, 0.00245885714541095, 0.00626269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 195, '2021-05-09 00:00:00', 0.000282513444200171, 0.000589615384615383, 0.000390480030022231, 0.000830576923076933, 0.000406490278055757, 0.00119788461538463, 0.000758427649812435, 0.00226750000000001, 0.00230438192113668, 0.00622096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 210, '2021-05-09 00:00:00', 0.000291424947456459, 0.000587500000000023, 0.000311300250809157, 0.000864615384615417, 0.000411345493939862, 0.00125865384615387, 0.000831525127979633, 0.00222096153846155, 0.00230556438109732, 0.00633634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 225, '2021-05-09 00:00:00', 0.000222661263944894, 0.000610961538461566, 0.000382512945985033, 0.000951923076923092, 0.00046405006361217, 0.00131230769230771, 0.000828019044745671, 0.00220653846153847, 0.00228441735544234, 0.00641442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 240, '2021-05-09 00:00:00', 0.000351704257317674, 0.000696730769230769, 0.000398119473757094, 0.000946346153846162, 0.000565440638250048, 0.00128634615384616, 0.000846203557980256, 0.0021476923076923, 0.00231114816620525, 0.00647961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 255, '2021-05-09 00:00:00', 0.000209897868937768, 0.000533653846153862, 0.000273726772811586, 0.000792884615384613, 0.000542172162551857, 0.00107442307692308, 0.000820854643742628, 0.00202211538461537, 0.00228826044947148, 0.00641826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 270, '2021-05-09 00:00:00', 0.000205462798429461, 0.000564807692307699, 0.000373389928173678, 0.000775961538461541, 0.000533113532431442, 0.00115096153846154, 0.00074202024127482, 0.00197096153846153, 0.00234956005701886, 0.00645269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 285, '2021-05-09 00:00:00', 0.000299051899277583, 0.00055903846153846, 0.000355043009312299, 0.000733461538461553, 0.000462923195158098, 0.00115826923076924, 0.000654133484378084, 0.00193615384615383, 0.00231885780902183, 0.00643846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 300, '2021-05-09 00:00:00', 0.000215717496883175, 0.000480961538461547, 0.000406660366701931, 0.000794423076923085, 0.000493602923566964, 0.00110538461538461, 0.0006132092126359, 0.00190346153846152, 0.00226027612336329, 0.00641807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 315, '2021-05-09 00:00:00', 0.000303978807459671, 0.000578653846153845, 0.000357621469412306, 0.000816346153846143, 0.000486942146302983, 0.00108557692307692, 0.00053761124072497, 0.0019453846153846, 0.00229984728589999, 0.00648153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 330, '2021-05-09 00:00:00', 0.00028631370638086, 0.000528461538461525, 0.000449508449479935, 0.000760384615384605, 0.000498298219327163, 0.00100865384615385, 0.000577285457984171, 0.00197749999999999, 0.00232870604545826, 0.00650961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 345, '2021-05-09 00:00:00', 0.000289541082510819, 0.000500961538461524, 0.000317081462476366, 0.000710576923076915, 0.000344517778931653, 0.000987499999999992, 0.000727502603748975, 0.00204596153846153, 0.0023518493868574, 0.00653846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 360, '2021-05-09 00:00:00', 0.000186416097852253, 0.000479807692307689, 0.000254864443607548, 0.000683269230769232, 0.000313052711216493, 0.000920000000000011, 0.000800538496647975, 0.00216173076923077, 0.00237107904679575, 0.00658538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 375, '2021-05-09 00:00:00', 0.000129626237847369, 0.000415192307692295, 0.000206905868601008, 0.000629038461538449, 0.0002944272144612, 0.000805769230769227, 0.000871160234311774, 0.00236807692307692, 0.00232378723539497, 0.00660634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 390, '2021-05-09 00:00:00', 0.000158563745977652, 0.000422692307692301, 0.000212291889043952, 0.000549615384615394, 0.000274401796921677, 0.000767884615384611, 0.000843139097931968, 0.00246653846153846, 0.00225733334847865, 0.0066196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 405, '2021-05-09 00:00:00', 0.000136418050914785, 0.000376730769230769, 0.000177725479754175, 0.000532115384615378, 0.000336220680734896, 0.000867884615384605, 0.000882924685349769, 0.002655, 0.00223168063609882, 0.0066373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 420, '2021-05-09 00:00:00', 0.000170373458568592, 0.000401346153846149, 0.000189854296359483, 0.00055942307692307, 0.000344978260184605, 0.000869999999999999, 0.000931748067633341, 0.00277769230769231, 0.00221409645575448, 0.00663634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 435, '2021-05-09 00:00:00', 0.000115120004276479, 0.000381153846153841, 0.000287707116031892, 0.000619230769230778, 0.000337722462294792, 0.000927307692307704, 0.000895674241090952, 0.0028971153846154, 0.00219285388337803, 0.00661807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 450, '2021-05-09 00:00:00', 0.000279000964983175, 0.000446538461538453, 0.000292030886143117, 0.000604038461538456, 0.000386953038295541, 0.000945576923076913, 0.000895732360439474, 0.00297230769230769, 0.00221306112397772, 0.00663653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 465, '2021-05-09 00:00:00', 0.000167078977179592, 0.000419230769230766, 0.00025676246131094, 0.00066019230769229, 0.000269367706933193, 0.000940192307692293, 0.000923365520590514, 0.00301173076923077, 0.00221887445479771, 0.00661961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 480, '2021-05-09 00:00:00', 0.000221782291031949, 0.000530769230769215, 0.000268242140898547, 0.000735384615384608, 0.000248672243355338, 0.000991730769230754, 0.000941096251106204, 0.00304307692307693, 0.00221466927553528, 0.00660500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 495, '2021-05-09 00:00:00', 0.000158959114240107, 0.000469999999999996, 0.000171301915207752, 0.00066711538461537, 0.000373131498783756, 0.00106134615384614, 0.001019604146414, 0.00306384615384616, 0.00220296799795184, 0.00662500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 510, '2021-05-09 00:00:00', 0.000157200019573294, 0.000454615384615374, 0.000231680565899236, 0.000678269230769216, 0.00045734686382016, 0.00122692307692307, 0.00115055025297263, 0.00316826923076924, 0.00222507973927987, 0.00664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 525, '2021-05-09 00:00:00', 0.000182001796271785, 0.00044442307692308, 0.000265119711712396, 0.000817307692307688, 0.000545948715540218, 0.001385, 0.00116806376604124, 0.0031748076923077, 0.00220713559584849, 0.00665846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 540, '2021-05-09 00:00:00', 0.000193120528327612, 0.000668461538461532, 0.000383018979244533, 0.00103846153846154, 0.000584200209359254, 0.00161673076923078, 0.00121630487068889, 0.00321153846153847, 0.00220709868727807, 0.00666884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 555, '2021-05-09 00:00:00', 0.000293595024585787, 0.000659038461538466, 0.000415508261511873, 0.00109634615384616, 0.000614599963703726, 0.00173134615384616, 0.00126249162982754, 0.00324134615384617, 0.00222900171687823, 0.00672442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 570, '2021-05-09 00:00:00', 0.000375983223848336, 0.000829230769230779, 0.000469508417226101, 0.00121807692307694, 0.000642126904543391, 0.00178019230769231, 0.00118924449191008, 0.00317769230769231, 0.00225842634116359, 0.00667346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 585, '2021-05-09 00:00:00', 0.000328300108952866, 0.000754807692307718, 0.000459222587222564, 0.00127423076923077, 0.000592275176430187, 0.00181826923076924, 0.00110021116854203, 0.00319384615384617, 0.00224876722638461, 0.00673596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 600, '2021-05-09 00:00:00', 0.000330042188445416, 0.00104461538461538, 0.000449865107987511, 0.00137615384615385, 0.000614377014043185, 0.00187134615384615, 0.00105899053892773, 0.00322019230769232, 0.00221626227273273, 0.0067673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 615, '2021-05-09 00:00:00', 0.000294918045982528, 0.000785576923076928, 0.0003992550755903, 0.00115884615384616, 0.000568347943266613, 0.00166923076923077, 0.00110123526795349, 0.00310865384615385, 0.00222255964703207, 0.00672923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 630, '2021-05-09 00:00:00', 0.000284338097774735, 0.000793076923076935, 0.000382491880255695, 0.00111903846153847, 0.000501399579638363, 0.00155846153846154, 0.00106740204018196, 0.00309365384615385, 0.00217473960421789, 0.00675288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 645, '2021-05-09 00:00:00', 0.000305884153536302, 0.000738653846153839, 0.000459297833654806, 0.0010775, 0.000564821959695119, 0.00152461538461538, 0.00101361874565264, 0.00308019230769231, 0.00218447856830516, 0.00675115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 660, '2021-05-09 00:00:00', 0.000310942735267085, 0.000735769230769243, 0.000446961536806708, 0.00100115384615385, 0.000647530575458676, 0.00146038461538462, 0.00103807560492406, 0.00304519230769232, 0.00218709839390351, 0.00679076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 675, '2021-05-09 00:00:00', 0.000256189608268208, 0.000623653846153854, 0.000369706120296401, 0.000993846153846157, 0.000498728228751742, 0.00141538461538462, 0.000952727925485546, 0.00296750000000001, 0.00212865696192187, 0.0067273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 690, '2021-05-09 00:00:00', 0.000246972436954785, 0.000729230769230764, 0.000370540198172259, 0.00100903846153846, 0.00063958616428005, 0.00150730769230769, 0.000872926201832739, 0.00295692307692308, 0.00210882921400623, 0.00667557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 705, '2021-05-09 00:00:00', 0.000214710628163006, 0.000665576923076907, 0.000299780945666363, 0.000906153846153826, 0.000595861270637846, 0.0014105769230769, 0.00086756325417804, 0.00305000000000001, 0.00221166467934137, 0.00669057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 720, '2021-05-09 00:00:00', 0.00017426692611757, 0.00062019230769231, 0.000507395915813881, 0.00106384615384617, 0.000609969765959422, 0.00146365384615385, 0.000855177736811747, 0.0031098076923077, 0.00224119320040429, 0.00665019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 735, '2021-05-09 00:00:00', 0.000420940567703413, 0.000760192307692313, 0.000479551753844547, 0.00100673076923076, 0.000570200369640767, 0.00143230769230769, 0.00101944398495529, 0.00312903846153846, 0.0023528872606945, 0.0066326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 750, '2021-05-09 00:00:00', 0.00020025992724841, 0.000610961538461527, 0.000303917498926674, 0.000930384615384604, 0.000405921221989602, 0.00126403846153845, 0.00101394765454328, 0.00299538461538462, 0.00236260276943752, 0.00659538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 765, '2021-05-09 00:00:00', 0.000218573786168422, 0.000662500000000002, 0.000357102872486989, 0.000942692307692313, 0.000376558147517138, 0.00129096153846155, 0.00103363274611738, 0.00309057692307692, 0.00237207981607832, 0.00661942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 780, '2021-05-09 00:00:00', 0.00022185268847732, 0.000611153846153849, 0.000246160438613639, 0.000824807692307694, 0.000328204732071075, 0.00131288461538463, 0.000964897862271131, 0.00321173076923078, 0.00238505682080355, 0.00661403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 795, '2021-05-09 00:00:00', 0.000210223324476233, 0.000579615384615394, 0.000277160395106121, 0.000888269230769247, 0.000454798898922956, 0.00140596153846156, 0.000965842099692528, 0.00320519230769232, 0.00241343084871691, 0.00660269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 810, '2021-05-09 00:00:00', 0.000245325529418806, 0.000618846153846151, 0.000341833067671705, 0.00092038461538462, 0.000548738448275118, 0.00141173076923076, 0.000935102462505911, 0.00321115384615384, 0.00239608055759015, 0.00663096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 825, '2021-05-09 00:00:00', 0.000288189107251581, 0.000669807692307699, 0.000441141700590636, 0.000990000000000004, 0.000517606473624947, 0.0013726923076923, 0.000890714665526851, 0.00323384615384615, 0.0024293951130651, 0.00661884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 840, '2021-05-09 00:00:00', 0.000321010184357957, 0.000693461538461547, 0.000377537568176479, 0.00100384615384615, 0.000436790611691146, 0.00131403846153846, 0.000928857693828626, 0.00324615384615385, 0.00239301378214553, 0.0065851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 855, '2021-05-09 00:00:00', 0.000264794550257642, 0.00068307692307691, 0.000270116855054638, 0.00089634615384615, 0.00048875572001375, 0.00125807692307692, 0.000926966039540589, 0.00319403846153846, 0.00239258862869358, 0.00657788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 870, '2021-05-09 00:00:00', 0.000230463412747838, 0.00066076923076923, 0.000351506701982276, 0.000889807692307689, 0.000497847713818029, 0.00133211538461538, 0.0008599976073312, 0.00319326923076923, 0.00236884278791272, 0.00655692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 885, '2021-05-09 00:00:00', 0.00023477624372024, 0.000623269230769245, 0.000393614463852442, 0.000922115384615392, 0.000672474449042774, 0.00157173076923078, 0.000888163186668915, 0.00321538461538464, 0.00233942718169673, 0.00656346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 900, '2021-05-09 00:00:00', 0.000275444815078891, 0.000704615384615385, 0.000324173030719934, 0.00104807692307693, 0.000603720165690659, 0.00173596153846155, 0.000875060635261723, 0.00319134615384617, 0.00233215091377367, 0.00651826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 915, '2021-05-09 00:00:00', 0.000213988227569804, 0.000794807692307698, 0.000588182500458954, 0.00125942307692309, 0.000738651916565702, 0.00175557692307694, 0.00108581645991181, 0.00318423076923079, 0.0023395474250047, 0.00649192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 930, '2021-05-09 00:00:00', 0.000592715815936728, 0.000874038461538457, 0.00062363722196114, 0.00127076923076924, 0.000714759023404737, 0.0017223076923077, 0.00110538077323888, 0.00307557692307693, 0.00238004619379863, 0.00649673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 945, '2021-05-09 00:00:00', 0.000307955541246807, 0.000871153846153857, 0.000503790745632177, 0.00122134615384616, 0.000660311581463922, 0.00185076923076923, 0.00110393068692672, 0.00296980769230771, 0.00221631250399951, 0.00647865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 960, '2021-05-09 00:00:00', 0.000275753792079384, 0.000851923076923073, 0.000324566041638107, 0.00111634615384616, 0.000757485541877767, 0.0018121153846154, 0.00105404721832637, 0.00296846153846154, 0.00221987252752529, 0.00648096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 975, '2021-05-09 00:00:00', 0.000297637621691471, 0.000768076923076925, 0.000507099481971116, 0.00131326923076923, 0.000667938648725714, 0.00172403846153846, 0.000972821985455017, 0.00292115384615385, 0.00213753492099229, 0.00654653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 990, '2021-05-09 00:00:00', 0.000418519597923615, 0.00104557692307692, 0.000631687848910792, 0.00137846153846155, 0.000577315438373694, 0.00173634615384615, 0.000981684835058895, 0.00288865384615385, 0.00209758685526597, 0.00656615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1005, '2021-05-09 00:00:00', 0.000328742358788081, 0.000853461538461544, 0.000362651188630875, 0.00119173076923078, 0.000464819443853857, 0.00164365384615385, 0.00104494064976841, 0.00275019230769231, 0.00217655861042504, 0.00670423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1020, '2021-05-09 00:00:00', 0.000305256512562037, 0.000968461538461542, 0.000399221598382887, 0.00129673076923077, 0.000439225016801884, 0.00178384615384615, 0.0010907944176326, 0.0027123076923077, 0.00216822200289688, 0.00673557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1035, '2021-05-09 00:00:00', 0.000277895733075437, 0.000860961538461534, 0.00030357593144689, 0.00123211538461539, 0.000481934602968571, 0.0017551923076923, 0.00107997307658748, 0.00257038461538462, 0.00200131652822682, 0.00677038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1050, '2021-05-09 00:00:00', 0.000259651615705483, 0.000839807692307699, 0.000410435603493882, 0.00128423076923077, 0.00061399072907058, 0.00170615384615384, 0.00109825317593964, 0.00247903846153847, 0.00190835902121329, 0.00681692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1065, '2021-05-09 00:00:00', 0.0003942342626487, 0.00103557692307692, 0.000559417141730168, 0.00134653846153846, 0.00061687911794278, 0.00166538461538462, 0.00111736289814627, 0.00240038461538463, 0.00190414197313282, 0.00684557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1080, '2021-05-09 00:00:00', 0.000502764702573533, 0.000917884615384608, 0.000542168757434856, 0.0011401923076923, 0.000612711627490077, 0.00139653846153847, 0.0011333218193231, 0.0022921153846154, 0.00194471284215986, 0.00693096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1095, '2021-05-09 00:00:00', 0.000295844813789501, 0.000688076923076926, 0.000433971152887448, 0.00102519230769232, 0.000600879643650738, 0.0013321153846154, 0.0011479828462937, 0.00223115384615385, 0.0019137545457917, 0.0069176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1110, '2021-05-09 00:00:00', 0.000303587523813801, 0.00073923076923077, 0.000339087009482815, 0.000925000000000005, 0.000479628862928246, 0.00124038461538462, 0.0011192989048782, 0.00212096153846155, 0.00181025222424518, 0.00688865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1125, '2021-05-09 00:00:00', 0.000286098691955164, 0.000617692307692311, 0.00044295320120927, 0.000946538461538475, 0.000406522021354507, 0.0011669230769231, 0.00112076088508587, 0.00205519230769232, 0.00179599216205245, 0.00687038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1140, '2021-05-09 00:00:00', 0.000322376094265443, 0.000682884615384618, 0.000314565634584485, 0.000851538461538463, 0.000402590505830192, 0.00110134615384616, 0.00115689599625629, 0.00201711538461539, 0.00174048500092978, 0.00687403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1155, '2021-05-09 00:00:00', 0.000249070348418979, 0.000549038461538463, 0.000321801897972128, 0.000757692307692314, 0.000824277329170601, 0.00118134615384616, 0.00118604643831771, 0.00197307692307693, 0.00171567184642501, 0.00688673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1170, '2021-05-09 00:00:00', 0.000180321614387685, 0.000516730769230764, 0.00024632631578082, 0.000700576923076914, 0.000772473051558824, 0.00113615384615385, 0.00104888220721651, 0.00188326923076924, 0.00170530115770253, 0.00689903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1185, '2021-05-09 00:00:00', 0.000164670767103496, 0.000477307692307689, 0.000810328328518742, 0.000845000000000006, 0.000794914533383676, 0.00110365384615386, 0.00103367120200097, 0.00181307692307693, 0.00172199262930612, 0.00690115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1200, '2021-05-09 00:00:00', 0.000829760414911333, 0.000722115384615397, 0.000798938358072751, 0.000902500000000011, 0.000868640958845835, 0.00106865384615386, 0.00116156878335359, 0.00192903846153848, 0.00171468100868309, 0.00689019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1215, '2021-05-09 00:00:00', 0.000177803370219848, 0.000444038461538475, 0.000228914495289931, 0.000600384615384629, 0.000299568664274795, 0.00081076923076923, 0.000929198496637745, 0.00181538461538462, 0.00161062803087682, 0.00693557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1230, '2021-05-09 00:00:00', 0.000140043399866457, 0.000388076923076925, 0.000161623018162632, 0.000594999999999999, 0.00034687245494562, 0.000837500000000004, 0.000876392869401872, 0.00180269230769232, 0.00159003967052591, 0.00698192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1245, '2021-05-09 00:00:00', 0.000154234087821566, 0.000438076923076919, 0.000268063138372011, 0.000660384615384616, 0.000410143924082202, 0.000924038461538473, 0.000875728268357254, 0.00177500000000001, 0.00163047888199, 0.00710076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1260, '2021-05-09 00:00:00', 0.000215680051500807, 0.000446730769230762, 0.000264843059478348, 0.000600384615384607, 0.000380666672279858, 0.000948653846153848, 0.000869442991451775, 0.00173134615384616, 0.00165761609408952, 0.00713365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1275, '2021-05-09 00:00:00', 0.000125513100756604, 0.000396538461538455, 0.000245543980080647, 0.00061538461538462, 0.000386353614431938, 0.000993653846153852, 0.000958669992148569, 0.00178692307692309, 0.00161461585095459, 0.00717711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1290, '2021-05-09 00:00:00', 0.000185353819657277, 0.000465961538461564, 0.000263232567543203, 0.000719230769230784, 0.000346485874947998, 0.000977307692307702, 0.00100756097353194, 0.00182865384615386, 0.00161680793065081, 0.00726673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1305, '2021-05-09 00:00:00', 0.000192027642240933, 0.000528846153846155, 0.000298703673588712, 0.000768269230769225, 0.000301111083514699, 0.000916730769230771, 0.000980902567105336, 0.00181461538461539, 0.00169893646596469, 0.00734134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1320, '2021-05-09 00:00:00', 0.000269152587549556, 0.000578653846153841, 0.000254057837146172, 0.000690769230769226, 0.000256076085448181, 0.000889807692307693, 0.00109039371858906, 0.0019423076923077, 0.00168269487384419, 0.00736096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1335, '2021-05-09 00:00:00', 0.000124701027076151, 0.000332884615384631, 0.000150066139264835, 0.000480384615384633, 0.000425931964592402, 0.000855961538461548, 0.00108932302548243, 0.00189942307692309, 0.00169755054303365, 0.00738038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1350, '2021-05-09 00:00:00', 0.00010925710679226, 0.000341346153846157, 0.000160647248533972, 0.000558461538461538, 0.000427349838674805, 0.00088326923076924, 0.00103941300002232, 0.00189576923076923, 0.00172702172495354, 0.00739596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1365, '2021-05-09 00:00:00', 0.000128806503658051, 0.000431346153846157, 0.000440493298648049, 0.000677115384615384, 0.000418878906680121, 0.000838461538461544, 0.000991507632151866, 0.00193423076923077, 0.00208343259660958, 0.00751576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1380, '2021-05-09 00:00:00', 0.000440599635112799, 0.000445961538461539, 0.000438358476416446, 0.000591923076923086, 0.000708849446964257, 0.00100653846153848, 0.000984534583523534, 0.00197788461538461, 0.00208614791311272, 0.00750365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1395, '2021-05-09 00:00:00', 0.000207728095207335, 0.000349807692307687, 0.000205643829509639, 0.000469230769230765, 0.000630349475718406, 0.00111269230769233, 0.00105655448729129, 0.00221576923076924, 0.00211654308139111, 0.00746384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1410, '2021-05-09 00:00:00', 0.000138933852550827, 0.000311153846153843, 0.000612113520140243, 0.000775192307692318, 0.000628102178115837, 0.00110788461538463, 0.00131243496542173, 0.00236153846153847, 0.00211287139657422, 0.00746653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 2, 1425, '2021-05-09 00:00:00', 0.00050010752689951, 0.000633461538461551, 0.000558784704652746, 0.000932884615384629, 0.000528150655953979, 0.00104865384615386, 0.00127530961549916, 0.00246615384615385, 0.0021335679398243, 0.00743692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 0, '2021-05-09 00:00:00', 0.000374867361157976, 0.000606538461538464, 0.000432536748105343, 0.000744038461538468, 0.000432023013988128, 0.000876730769230774, 0.00138021749958252, 0.00248711538461538, 0.00220003298052202, 0.00738134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 15, '2021-05-09 00:00:00', 0.000289022557011611, 0.000369038461538462, 0.000332769266332378, 0.000535769230769222, 0.000460730565348281, 0.00086057692307692, 0.00135543776635503, 0.00247153846153845, 0.00220597242642645, 0.00734288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 30, '2021-05-09 00:00:00', 0.000251397325730859, 0.000393846153846146, 0.000287058088466181, 0.000507115384615385, 0.000503752266648845, 0.000867115384615395, 0.00156184811632294, 0.00252653846153845, 0.00218388331788899, 0.00732788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 45, '2021-05-09 00:00:00', 0.000241240783004492, 0.000301346153846164, 0.000441234108452126, 0.000653461538461549, 0.000475845037801181, 0.000902500000000007, 0.00154695155560366, 0.00257365384615384, 0.00218533620895134, 0.00732288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 60, '2021-05-09 00:00:00', 0.000399610387175378, 0.000557692307692319, 0.000470077244061662, 0.000691153846153861, 0.000647082594894488, 0.00103673076923077, 0.00152505012527961, 0.00258326923076922, 0.00220419443683732, 0.00730365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 75, '2021-05-09 00:00:00', 0.000232938750615821, 0.000382307692307699, 0.000251073387984171, 0.000565384615384609, 0.000520250864043943, 0.00097980769230768, 0.00169313568905107, 0.00264730769230769, 0.00220134648480284, 0.00732211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 90, '2021-05-09 00:00:00', 0.00022317257896078, 0.00043499999999998, 0.000511210479006605, 0.000726923076923069, 0.000466451621697917, 0.00107365384615383, 0.00177232046937168, 0.00269038461538461, 0.0021973013255775, 0.00739865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 105, '2021-05-09 00:00:00', 0.0005068375934694, 0.000537115384615381, 0.000468456549171359, 0.000826538461538445, 0.000476705521098883, 0.0011630769230769, 0.00176253890300764, 0.00273923076923076, 0.00224957972998035, 0.00745480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 120, '2021-05-09 00:00:00', 0.000199100766911167, 0.000566346153846136, 0.000270692559074789, 0.000792307692307673, 0.000409542568464628, 0.00121865384615382, 0.00178292805843042, 0.00273769230769231, 0.00224936620988087, 0.00746711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 135, '2021-05-09 00:00:00', 0.000226066702205674, 0.000491923076923063, 0.00031059000925039, 0.000753076923076899, 0.000857552711992766, 0.00138442307692307, 0.00176127698428856, 0.00272115384615385, 0.00225902150362633, 0.00744192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 150, '2021-05-09 00:00:00', 0.000265082280404817, 0.000503846153846154, 0.000322325981673113, 0.000825961538461527, 0.00117121260304798, 0.00145480769230769, 0.00175783303005105, 0.0027198076923077, 0.00228414094270775, 0.00743461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 165, '2021-05-09 00:00:00', 0.000285965032827444, 0.000594999999999991, 0.000909909124794675, 0.00107384615384616, 0.00127163069142915, 0.00155615384615385, 0.00177066437987379, 0.00269788461538462, 0.00224742297720334, 0.00744903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 180, '2021-05-09 00:00:00', 0.000955958097729904, 0.000911730769230794, 0.00122869112661211, 0.00120673076923078, 0.00146242538271187, 0.00165000000000001, 0.0017823776363222, 0.00269403846153848, 0.00226246459385811, 0.00745096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 195, '2021-05-09 00:00:00', 0.000466250840378702, 0.000679615384615375, 0.000574652537157494, 0.00104153846153847, 0.000734827452273926, 0.00137923076923078, 0.00124641283752154, 0.00241019230769232, 0.00187704932110112, 0.00722692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 210, '2021-05-09 00:00:00', 0.000370214283064019, 0.000738846153846165, 0.000587250830958557, 0.00103346153846154, 0.000814577214548454, 0.00138596153846153, 0.0011171901566671, 0.0023846153846154, 0.00187090208599612, 0.00726884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 225, '2021-05-09 00:00:00', 0.00035005433644154, 0.000645961538461543, 0.000356197924668937, 0.000879807692307704, 0.000545193684708602, 0.00127692307692306, 0.000992637667259075, 0.00220153846153847, 0.00188217263983778, 0.00719538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 240, '2021-05-09 00:00:00', 0.000208722211416183, 0.000589807692307705, 0.000423623199771464, 0.000861153846153843, 0.000429187783896701, 0.00112692307692308, 0.000947792191601906, 0.00207903846153848, 0.00190856761634318, 0.00715788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 255, '2021-05-09 00:00:00', 0.000371351430070463, 0.000593269230769236, 0.000386065608214661, 0.000825576923076921, 0.000596086080515747, 0.00112115384615385, 0.000946403963188271, 0.00202730769230771, 0.00196303592388463, 0.00717903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 270, '2021-05-09 00:00:00', 0.000322714448676577, 0.000578846153846146, 0.000323257042281558, 0.000756346153846147, 0.000597607183820487, 0.00111711538461539, 0.000964635921754152, 0.00200769230769231, 0.00197080288207625, 0.00718000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 285, '2021-05-09 00:00:00', 0.000296153091907141, 0.000545576923076923, 0.000460598648917499, 0.00083365384615385, 0.000590770813299174, 0.00115807692307692, 0.000915218258962579, 0.00196269230769233, 0.00200809121957991, 0.00722288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 300, '2021-05-09 00:00:00', 0.000386168357067234, 0.000600000000000011, 0.000439682402859857, 0.000788846153846159, 0.00072146562901233, 0.0010844230769231, 0.00089509442991316, 0.00190596153846155, 0.00203817267329192, 0.00723038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 315, '2021-05-09 00:00:00', 0.000257211750539102, 0.000526730769230778, 0.000414456827110442, 0.000772692307692305, 0.000588357982341198, 0.00101634615384617, 0.000851462203867784, 0.00201173076923078, 0.00198502018009507, 0.00717365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 330, '2021-05-09 00:00:00', 0.000289168835431166, 0.00052115384615384, 0.000431474751913085, 0.000687692307692325, 0.000548287438652946, 0.00098365384615386, 0.000784093204820803, 0.00203807692307693, 0.00194901604366449, 0.00712153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 345, '2021-05-09 00:00:00', 0.000232496484671517, 0.000446153846153861, 0.000274332756954868, 0.000687307692307707, 0.00041633515529975, 0.000900192307692321, 0.000715918264565499, 0.00210019230769232, 0.00190829501025231, 0.00705461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 360, '2021-05-09 00:00:00', 0.000213250665072446, 0.000485384615384623, 0.000391388062394116, 0.000661153846153843, 0.000389709359158068, 0.000835769230769223, 0.000813441974669271, 0.00216961538461539, 0.00188808186140979, 0.00701865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 375, '2021-05-09 00:00:00', 0.00030171694580287, 0.00039865384615384, 0.000310752931788883, 0.000555769230769217, 0.000292318385431949, 0.000780961538461535, 0.000818033218245948, 0.00225711538461538, 0.00187304578160813, 0.00697249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 390, '2021-05-09 00:00:00', 0.000183462844697822, 0.000403846153846152, 0.000198789122903183, 0.000538653846153861, 0.000287295077469957, 0.000832692307692314, 0.000785426611172844, 0.00229019230769231, 0.00187179362767785, 0.00692576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 405, '2021-05-09 00:00:00', 0.000116576815217069, 0.000348076923076927, 0.000199273777656622, 0.00054096153846153, 0.000299779662675529, 0.000795384615384604, 0.00077056502745612, 0.00235769230769229, 0.0018917857660463, 0.00692076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 420, '2021-05-09 00:00:00', 0.000160650241207413, 0.000407499999999992, 0.000247110999661787, 0.000609615384615377, 0.000336150836106927, 0.00081423076923077, 0.000736608130868443, 0.00249346153846153, 0.00188220358786022, 0.00689788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 435, '2021-05-09 00:00:00', 0.00019014164760474, 0.000425384615384618, 0.000174032711337228, 0.000544230769230756, 0.000289514447626746, 0.000851153846153841, 0.000764745709370098, 0.00260499999999999, 0.00188010200214285, 0.00689346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 450, '2021-05-09 00:00:00', 0.000165447760753844, 0.000424807692307691, 0.000289579801675577, 0.00060269230769231, 0.000358359993045239, 0.000966730769230766, 0.000814599193563203, 0.00269538461538461, 0.00188418896039159, 0.00689903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 465, '2021-05-09 00:00:00', 0.000208771129745916, 0.000409230769230769, 0.000237798233803368, 0.000654999999999991, 0.000350566135535971, 0.00095884615384615, 0.000800058771879607, 0.00284903846153846, 0.00188523840565427, 0.00690038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 480, '2021-05-09 00:00:00', 0.000166985489926983, 0.000531923076923064, 0.000259187191041528, 0.000759999999999991, 0.000369410184774859, 0.000981730769230761, 0.00084961249085413, 0.00286423076923076, 0.00188721483836734, 0.0069403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 495, '2021-05-09 00:00:00', 0.000253132680320312, 0.000528076923076924, 0.000342536073338927, 0.000720192307692316, 0.000418870091849669, 0.00115192307692308, 0.000887290191885036, 0.00286326923076922, 0.00189885021890779, 0.00694807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 510, '2021-05-09 00:00:00', 0.000222898821475976, 0.000493269230769247, 0.000237767501175801, 0.000630769230769238, 0.000391599874282995, 0.00120730769230769, 0.000893150344825293, 0.00287153846153844, 0.00188382602699932, 0.00690249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 525, '2021-05-09 00:00:00', 0.000145567985702702, 0.000430961538461539, 0.000333721210224715, 0.000844615384615384, 0.000416369473498661, 0.00130153846153847, 0.000928234552586469, 0.00288576923076922, 0.00192253643558551, 0.00688711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 540, '2021-05-09 00:00:00', 0.000346535878928314, 0.000703653846153844, 0.000359979326329478, 0.000973653846153845, 0.000583452225979122, 0.0014075, 0.000909384322579764, 0.00286461538461537, 0.00194305698875212, 0.0068726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 555, '2021-05-09 00:00:00', 0.00026336410888001, 0.000649423076923087, 0.000319925712530998, 0.000937692307692315, 0.000524832464110812, 0.00145865384615385, 0.000839087324693649, 0.00278653846153846, 0.00213023458440975, 0.00685423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 570, '2021-05-09 00:00:00', 0.000227491419956559, 0.000637884615384622, 0.00041006659871857, 0.000931153846153849, 0.000523272285349982, 0.00145326923076923, 0.000823243514772751, 0.00274173076923076, 0.00220163163271103, 0.00688461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 585, '2021-05-09 00:00:00', 0.000348264101818411, 0.000701730769230772, 0.000402478140830234, 0.00113557692307692, 0.00055257634348985, 0.00151115384615383, 0.000791481497912912, 0.00272019230769229, 0.00222682510280029, 0.00686903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 600, '2021-05-09 00:00:00', 0.000252033041179434, 0.000884423076923064, 0.000315967622489313, 0.00113346153846153, 0.000533829596839224, 0.00158096153846153, 0.000704485518768024, 0.0026603846153846, 0.00227629205913072, 0.00682653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 615, '2021-05-09 00:00:00', 0.000244687241501983, 0.000750384615384612, 0.000387264618336592, 0.00107826923076922, 0.000581381643487843, 0.00158384615384615, 0.000693903008074899, 0.00267923076923076, 0.00229981487549292, 0.00692230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 630, '2021-05-09 00:00:00', 0.000281224793742264, 0.00082576923076923, 0.000409536323175358, 0.00116, 0.000498072631404145, 0.00158711538461538, 0.00070407672768069, 0.00266096153846154, 0.00230220516361697, 0.00695615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983555 and enddate = '2021-05-09 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 983555, 3, 645, '2021-05-09 00:00:00', 0.000300090050587372, 0.000840961538461531, 0.000402483492255843, 0.0011351923076923, 0.000649686196441124, 0.00164307692307692, 0.000769949373960091, 0.00[...];
Date: 2021-05-09 15:52:03 Duration: 18s597ms 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 982530, 1, 930, '2021-05-09 00:00:00', 0.000383340629807916, 0.000860961538461576, 0.000484804996483529, 0.00112826923076923, 0.000669919512961233, 0.00156692307692307, 0.00166335143610727, 0.00337499999999999, 0.00169663254713565, 0.00583 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 945, '2021-05-09 00:00:00', 0.000424772925763325, 0.000840961538461531, 0.000480182657553776, 0.00117423076923078, 0.000719984000890623, 0.00181480769230769, 0.00163868037902926, 0.00337576923076922, 0.00162725479069694, 0.00589807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 960, '2021-05-09 00:00:00', 0.00041274037285519, 0.000893846153846185, 0.000528055540493773, 0.00116442307692308, 0.000808691749774819, 0.00202288461538462, 0.00176063301553296, 0.00345615384615385, 0.00162286627962333, 0.0059298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982530, 1, 975, '2021-05-09 00:00:00', 0.000338885730684468, 0.00072346153846153, 0.000578655736633185, 0.00138730769230769, 0.00104275094747575, 0.00209846153846154, 0.001722454822451, 0.00335884615384615, 0.00163881726817285, 0.00588096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 990, '2021-05-09 00:00:00', 0.000569396475361276, 0.0011428846153846, 0.000660732140536884, 0.00161519230769232, 0.0011125115211158, 0.00215173076923077, 0.00165623485189011, 0.00331826923076923, 0.00165555596053458, 0.00586346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1005, '2021-05-09 00:00:00', 0.000610370253333045, 0.00123961538461538, 0.000956770630016181, 0.00164903846153844, 0.00148223936611522, 0.00212153846153845, 0.00157611900419501, 0.00326134615384614, 0.00163368249669269, 0.00584749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1020, '2021-05-09 00:00:00', 0.000582721202634677, 0.00111499999999997, 0.000693143591517324, 0.00140903846153843, 0.00107178284252852, 0.00209230769230768, 0.0011474161775988, 0.00298326923076923, 0.00161735088481609, 0.00577173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1035, '2021-05-09 00:00:00', 0.000330691641168131, 0.000859807692307689, 0.000825582148920027, 0.00129326923076922, 0.000886330724868623, 0.00190692307692308, 0.000985931812277881, 0.00280846153846154, 0.00161031430281364, 0.00579307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1050, '2021-05-09 00:00:00', 0.000646072870383991, 0.000976923076923097, 0.000760606033674187, 0.00155653846153849, 0.000803971488204768, 0.00185692307692311, 0.000900456294587117, 0.00270153846153848, 0.00181030121802977, 0.00585749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1065, '2021-05-09 00:00:00', 0.000524041395898633, 0.00114923076923074, 0.000519969673671911, 0.00140269230769228, 0.00054790510127213, 0.00169999999999997, 0.000804433030152289, 0.00250249999999999, 0.00191798669482833, 0.00586980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1080, '2021-05-09 00:00:00', 0.000344725754990619, 0.000994615384615393, 0.000393675823293943, 0.00122942307692309, 0.000433528989359872, 0.00151423076923078, 0.000818726426554349, 0.00240480769230771, 0.00224338182216047, 0.00607499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1095, '2021-05-09 00:00:00', 0.000329413931796386, 0.000738461538461525, 0.00033700793188571, 0.00101788461538458, 0.000459652084147937, 0.0013609615384615, 0.000769126777586123, 0.00221499999999998, 0.00236674269018382, 0.00616519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1110, '2021-05-09 00:00:00', 0.000248528902513603, 0.000693846153846147, 0.000341575760264096, 0.000949999999999981, 0.00044920258407367, 0.00125019230769227, 0.000759360662257798, 0.00209384615384614, 0.00248109299735793, 0.00616769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1125, '2021-05-09 00:00:00', 0.000282505071431651, 0.000698653846153846, 0.000404041315480685, 0.000955769230769207, 0.000492348571019161, 0.0012336538461538, 0.000780358226418121, 0.00198519230769228, 0.00246843202333916, 0.00617057692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1140, '2021-05-09 00:00:00', 0.000300859601807894, 0.000657499999999995, 0.000359765735743978, 0.000860769230769199, 0.00078360314229549, 0.00124173076923073, 0.000767486907931423, 0.00186692307692305, 0.00246074529047919, 0.00620923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1155, '2021-05-09 00:00:00', 0.00024738633753706, 0.000609999999999965, 0.000393511606709853, 0.000814230769230732, 0.000809429048536897, 0.00116923076923075, 0.000839522506226914, 0.00190403846153845, 0.00242868151156456, 0.00626673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1170, '2021-05-09 00:00:00', 0.000277597661262587, 0.000567692307692312, 0.000648673231711022, 0.000889807692307689, 0.000697547158593241, 0.00113096153846153, 0.000696072277414213, 0.00184115384615384, 0.00244852417088024, 0.00625615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1185, '2021-05-09 00:00:00', 0.000500148593304642, 0.000616153846153835, 0.000515635418309658, 0.000798269230769217, 0.000534100681951932, 0.00104346153846153, 0.000586481424717334, 0.0017176923076923, 0.00243751213014737, 0.00626923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1200, '2021-05-09 00:00:00', 0.000311985514949725, 0.000595192307692321, 0.000361701374914966, 0.000778269230769239, 0.00044500993938769, 0.00109038461538462, 0.000692769719759307, 0.00194173076923077, 0.00244414030819712, 0.00627961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1215, '2021-05-09 00:00:00', 0.000222576607382349, 0.000487884615384618, 0.000317408799742305, 0.000707115384615405, 0.000334143509012794, 0.000951730769230787, 0.000821385134064136, 0.00202653846153847, 0.00242732930161147, 0.00628153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1230, '2021-05-09 00:00:00', 0.000219293971996141, 0.000464615384615388, 0.000271792907588432, 0.000690769230769247, 0.000246573440456325, 0.000877307692307726, 0.000864170055379965, 0.00207673076923079, 0.00243047250866673, 0.00628115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1245, '2021-05-09 00:00:00', 0.000248837605369718, 0.000526923076923087, 0.00024900980827143, 0.000681730769230769, 0.000232926284146219, 0.000860576923076941, 0.00086622256866326, 0.00209153846153846, 0.00244328628789495, 0.00628173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1260, '2021-05-09 00:00:00', 0.000171685871467422, 0.000475961538461548, 0.000202288541064874, 0.000634423076923091, 0.000288202185973671, 0.00084250000000002, 0.000807050780024711, 0.00207019230769233, 0.00245128986454073, 0.00627999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1275, '2021-05-09 00:00:00', 0.000192790140986384, 0.000440961538461532, 0.00023578673545261, 0.000555769230769234, 0.000327731656178576, 0.00085403846153848, 0.000813766267709334, 0.00209846153846154, 0.00245595202439989, 0.00629211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1290, '2021-05-09 00:00:00', 0.000198139810778642, 0.00038076923076924, 0.000252244691946893, 0.000604230769230791, 0.000301648547408821, 0.000795384615384625, 0.000795372868534024, 0.00209499999999999, 0.0024538256160221, 0.00631307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1305, '2021-05-09 00:00:00', 0.000249268236737369, 0.000534423076923102, 0.000300074349761219, 0.000688846153846183, 0.0002831749255523, 0.000780961538461548, 0.000790525044608897, 0.00207961538461538, 0.00245870118933994, 0.00633846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1320, '2021-05-09 00:00:00', 0.000234789594842152, 0.000466923076923078, 0.000231923478759686, 0.000597499999999977, 0.000381261922890509, 0.000900576923076905, 0.000789307510514051, 0.00207211538461537, 0.00246833213698271, 0.00636153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1335, '2021-05-09 00:00:00', 0.000167828323455384, 0.000412115384615343, 0.0001603999808172, 0.000538076923076913, 0.00042516874478078, 0.00106730769230768, 0.000776264229400132, 0.0020880769230769, 0.00246092627964477, 0.00637692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1350, '2021-05-09 00:00:00', 0.000161765737553267, 0.000416923076923084, 0.000285364611573462, 0.0007601923076923, 0.000427971826894467, 0.00108326923076921, 0.000778428298165379, 0.00209384615384614, 0.00248771381763693, 0.00640596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1365, '2021-05-09 00:00:00', 0.000229449257001336, 0.00067519230769229, 0.000402680871926371, 0.000936730769230757, 0.000417036108010584, 0.00104134615384614, 0.000778931245114371, 0.0020982692307692, 0.00249845765500362, 0.00641557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1380, '2021-05-09 00:00:00', 0.000389565290271893, 0.000658653846153865, 0.000438722139154855, 0.000833653846153833, 0.000758687657431205, 0.0014348076923077, 0.000781115770007169, 0.00211961538461535, 0.00271338015851364, 0.00649173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1395, '2021-05-09 00:00:00', 0.000322715223354308, 0.000571346153846122, 0.000311708443655542, 0.000671923076923046, 0.000777646844901082, 0.00167115384615383, 0.000767366350177446, 0.00213134615384613, 0.00273898195573581, 0.00650307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1410, '2021-05-09 00:00:00', 0.000220656712146699, 0.000430769230769217, 0.000805697500019984, 0.00116769230769231, 0.000823159135002765, 0.00174480769230768, 0.000792077890497786, 0.00214423076923073, 0.00274346970795409, 0.00651596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 1, 1425, '2021-05-09 00:00:00', 0.000847091426361635, 0.00101673076923078, 0.000805750987493145, 0.00154442307692307, 0.000845275922178934, 0.00176423076923076, 0.000815484306315086, 0.00220942307692305, 0.00274202368418209, 0.00651826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 0, '2021-05-09 00:00:00', 0.000575479331982028, 0.00111269230769226, 0.000748709248281056, 0.00141153846153844, 0.00074422473859616, 0.00158730769230771, 0.000754626652468244, 0.00215923076923075, 0.00296184638359252, 0.00666499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 15, '2021-05-09 00:00:00', 0.000796394761022835, 0.000978846153846144, 0.000789086740869086, 0.00123673076923078, 0.0007976842444515, 0.00173192307692312, 0.000779767938852026, 0.00214903846153846, 0.00307108029101263, 0.00672192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 30, '2021-05-09 00:00:00', 0.000652265401386701, 0.000813076923076955, 0.000750213405536158, 0.00109307692307694, 0.000743516204365363, 0.0015671153846154, 0.000806548486787035, 0.00209769230769232, 0.00296387944839452, 0.00671576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 45, '2021-05-09 00:00:00', 0.000511770982434042, 0.000748461538461531, 0.000584101413744625, 0.00131230769230769, 0.000572359892160399, 0.0013803846153846, 0.000857029687126048, 0.00208673076923077, 0.00296991877640813, 0.00671846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 60, '2021-05-09 00:00:00', 0.000560632335300614, 0.00108384615384617, 0.000551732132609532, 0.00119211538461539, 0.000552119134301257, 0.00125346153846152, 0.000894524712648267, 0.00210730769230769, 0.00296048754430752, 0.00668749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 75, '2021-05-09 00:00:00', 0.000184017244175213, 0.000502115384615386, 0.000220655056244281, 0.000650576923076915, 0.000359715913550578, 0.000923461538461525, 0.000748045761660636, 0.0019373076923077, 0.00298787974734847, 0.00668076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 90, '2021-05-09 00:00:00', 0.000233074105085798, 0.000441538461538459, 0.000360923654829382, 0.000633269230769212, 0.000392976266654679, 0.000907884615384611, 0.000738496705893384, 0.00196423076923076, 0.0029884971075004, 0.00668019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 105, '2021-05-09 00:00:00', 0.000187912520563755, 0.000441346153846142, 0.000354532248723041, 0.00075634615384613, 0.000375871141994988, 0.000901346153846132, 0.000744833099528911, 0.00199711538461538, 0.0029884971075004, 0.00668019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 120, '2021-05-09 00:00:00', 0.000308403082893887, 0.000642692307692265, 0.000332081141613588, 0.000728269230769211, 0.000424077687004852, 0.000956730769230734, 0.000720145845271339, 0.00199096153846152, 0.00296182446371254, 0.00666307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 135, '2021-05-09 00:00:00', 0.000215223408077773, 0.000503653846153832, 0.000185524619970963, 0.000634230769230739, 0.000260249584349023, 0.000964615384615359, 0.000733672008042188, 0.00202384615384615, 0.00296219367776911, 0.00666423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 150, '2021-05-09 00:00:00', 0.000182953546016465, 0.000459999999999973, 0.000347345593808907, 0.00070519230769229, 0.000320484068966807, 0.00101403846153844, 0.000762450401917828, 0.00207384615384616, 0.00296219367776911, 0.00666423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 165, '2021-05-09 00:00:00', 0.000295364442420107, 0.000571923076923057, 0.000222530896731203, 0.000794999999999973, 0.000387680280643712, 0.00116999999999999, 0.000738211039243907, 0.00209346153846153, 0.00296442841811937, 0.0066553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 180, '2021-05-09 00:00:00', 0.000208008505743259, 0.000636538461538438, 0.000307122689089944, 0.000822115384615356, 0.000393209280741869, 0.00120153846153846, 0.000755543207541158, 0.00210346153846154, 0.0029326180283153, 0.00672249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 195, '2021-05-09 00:00:00', 0.000259426067725244, 0.000558269230769207, 0.000383912700413078, 0.000870192307692321, 0.000465347554150529, 0.00115711538461538, 0.000795406161365682, 0.00203019230769231, 0.00289460498832941, 0.00673096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 210, '2021-05-09 00:00:00', 0.000289288517148289, 0.000680384615384623, 0.000297153935761375, 0.000867307692307686, 0.00045125585442614, 0.00119461538461536, 0.000751632479750172, 0.00198076923076921, 0.00283295227905175, 0.00676615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 225, '2021-05-09 00:00:00', 0.000211809148491355, 0.000571346153846165, 0.000332012743036299, 0.000812307692307702, 0.000500207341624862, 0.00115076923076922, 0.000758684818515689, 0.00193942307692307, 0.00275936894262771, 0.00678480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 240, '2021-05-09 00:00:00', 0.000251422185545761, 0.000616346153846161, 0.000364610909579796, 0.000858653846153835, 0.000495951494216305, 0.00119173076923076, 0.000730004346667783, 0.00192788461538462, 0.00275144262160779, 0.00678249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 255, '2021-05-09 00:00:00', 0.000192051675738197, 0.000585384615384582, 0.000319408588102805, 0.000804615384615378, 0.000427799782428811, 0.00114557692307691, 0.00067289363658298, 0.00192961538461536, 0.0027377469962333, 0.00678615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 270, '2021-05-09 00:00:00', 0.000234228438790964, 0.000570192307692311, 0.000412986542898674, 0.000881730769230772, 0.000379033183040985, 0.00111307692307689, 0.000693930721436864, 0.00193961538461537, 0.00269605894708437, 0.0067703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 285, '2021-05-09 00:00:00', 0.000403208335155006, 0.000650192307692323, 0.000373706384128578, 0.00081269230769232, 0.000356973873209021, 0.000987115384615378, 0.000646855381530851, 0.00190173076923076, 0.00265113616427717, 0.0067251923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 300, '2021-05-09 00:00:00', 0.000183477519058873, 0.000530000000000013, 0.000200839775404736, 0.000706153846153835, 0.000370373460172352, 0.000937500000000001, 0.000696247441647049, 0.00193750000000002, 0.00265911012442998, 0.00672557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 315, '2021-05-09 00:00:00', 0.000201356553254343, 0.0004876923076923, 0.000254861425393979, 0.000657884615384612, 0.000529379462564077, 0.000971153846153837, 0.000644522273888565, 0.00198519230769231, 0.00266120022083729, 0.00673384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 330, '2021-05-09 00:00:00', 0.000175382768208919, 0.000473653846153841, 0.000339090922683244, 0.000690576923076904, 0.000538388192806867, 0.00104038461538462, 0.000622366945928719, 0.00208615384615384, 0.00267393622989374, 0.00674019230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 345, '2021-05-09 00:00:00', 0.000310434930627764, 0.000529615384615361, 0.000500885869082151, 0.000734423076923046, 0.000504996915451345, 0.000998269230769229, 0.00064781220569405, 0.00213442307692307, 0.00267721805238196, 0.00672749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 360, '2021-05-09 00:00:00', 0.000308303609100839, 0.000483653846153872, 0.000353063570218426, 0.00071673076923081, 0.000358645528878598, 0.000946153846153879, 0.000801379195752303, 0.00219115384615385, 0.00268788066355973, 0.00671230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 375, '2021-05-09 00:00:00', 0.000235121327109102, 0.000489038461538471, 0.000280700223342655, 0.000658846153846149, 0.000318091423723073, 0.000873076923076921, 0.000815054622992551, 0.00231403846153847, 0.00267943183558349, 0.00667480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 390, '2021-05-09 00:00:00', 0.000160501138265801, 0.000418846153846165, 0.000201803407762672, 0.000616153846153852, 0.000292979455830063, 0.000839807692307677, 0.00093649660149695, 0.00246173076923079, 0.00266926527632314, 0.00667865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 405, '2021-05-09 00:00:00', 0.000187574395497242, 0.0004519230769231, 0.000239251155450952, 0.000611346153846171, 0.00030269049945701, 0.000921538461538452, 0.00103470315326887, 0.00264615384615385, 0.00266253994552914, 0.00668480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 420, '2021-05-09 00:00:00', 0.000179287585910277, 0.000450961538461538, 0.000252175457843282, 0.000632692307692294, 0.000304868193461693, 0.000916153846153827, 0.000986471567682556, 0.0027869230769231, 0.0026471076014862, 0.0066755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 435, '2021-05-09 00:00:00', 0.000232644661364802, 0.000456538461538472, 0.000300866441107357, 0.00068884615384614, 0.000285118329011748, 0.000957307692307687, 0.000977948166000918, 0.00285115384615388, 0.00265802743517702, 0.00666961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 450, '2021-05-09 00:00:00', 0.000206101636614994, 0.000503269230769214, 0.000238623053241813, 0.000685192307692296, 0.000308347456363994, 0.000971923076923056, 0.000989286631094073, 0.00290096153846156, 0.00267746412746203, 0.00663807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 465, '2021-05-09 00:00:00', 0.000220331917447615, 0.000493076923076917, 0.000223737225677435, 0.000687115384615385, 0.000334905727263422, 0.000964615384615359, 0.00103476976257447, 0.00296269230769231, 0.00267037897051219, 0.00663038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 480, '2021-05-09 00:00:00', 0.000170716251310555, 0.000539038461538466, 0.000287988514728248, 0.00075076923076923, 0.000342144874847799, 0.00105365384615385, 0.00111042361978869, 0.00321384615384618, 0.00267060613258199, 0.00662865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 495, '2021-05-09 00:00:00', 0.000248467611261828, 0.000516923076923081, 0.000256803501653589, 0.000680961538461525, 0.000331104271282519, 0.00114403846153848, 0.00110226340562707, 0.00327384615384617, 0.00266890860004319, 0.00660134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 510, '2021-05-09 00:00:00', 0.000180541173654689, 0.000496346153846143, 0.000284397879468473, 0.000773076923076932, 0.000443293963935367, 0.0013265384615385, 0.00115212874881506, 0.0033744230769231, 0.00263460132730667, 0.0065780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 525, '2021-05-09 00:00:00', 0.000255230212824558, 0.000602307692307701, 0.000283726303653041, 0.00088615384615387, 0.000527723995460312, 0.00138615384615387, 0.00112560855335442, 0.00339884615384617, 0.00263649475921809, 0.00654115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 540, '2021-05-09 00:00:00', 0.000204525059589278, 0.000697500000000018, 0.000421146649042834, 0.00108750000000003, 0.000624761277486179, 0.00157057692307692, 0.0011627356336873, 0.00340307692307694, 0.00264520777139453, 0.00651192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 555, '2021-05-09 00:00:00', 0.000283986998618965, 0.000798846153846186, 0.000369324539375055, 0.00106615384615386, 0.000493435561999893, 0.00165057692307694, 0.00109904260783928, 0.0033894230769231, 0.00254932082207124, 0.00651057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 570, '2021-05-09 00:00:00', 0.000293894277170981, 0.000750384615384595, 0.000464261738180586, 0.00115480769230767, 0.000629156456021744, 0.00178038461538462, 0.00102116773277534, 0.00333846153846155, 0.00250028549139123, 0.00650153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 585, '2021-05-09 00:00:00', 0.00036526344549567, 0.000899230769230742, 0.000407303893350467, 0.0012526923076923, 0.000615035865120569, 0.00187365384615386, 0.000999932997755369, 0.00323500000000002, 0.00252576352507818, 0.00657923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 600, '2021-05-09 00:00:00', 0.000279831267841067, 0.00100653846153847, 0.000455185845393001, 0.0014319230769231, 0.000528869185512435, 0.00196615384615387, 0.00098660560275352, 0.00321115384615388, 0.00252061110569517, 0.00655288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 615, '2021-05-09 00:00:00', 0.000315415781762151, 0.000976346153846145, 0.000444861646599702, 0.00133826923076921, 0.000525508837662635, 0.00178846153846155, 0.000987958676339179, 0.00309288461538461, 0.00246762368562269, 0.0065855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 630, '2021-05-09 00:00:00', 0.000264154966172958, 0.000895384615384597, 0.000405957983805444, 0.00134673076923074, 0.000685435740128971, 0.00180307692307691, 0.000963424600858045, 0.00304980769230767, 0.00234510636957372, 0.00654173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 645, '2021-05-09 00:00:00', 0.000283616208715496, 0.00101807692307694, 0.000329194646652436, 0.00133865384615385, 0.00065726850268017, 0.00181173076923075, 0.000905474737361572, 0.00295749999999999, 0.00229728478526613, 0.00657576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 660, '2021-05-09 00:00:00', 0.000295506084800038, 0.00092038461538459, 0.000473780539912726, 0.00128499999999997, 0.000744550974645908, 0.00195807692307691, 0.000947500598741452, 0.00309423076923072, 0.00228840653327557, 0.00660730769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 675, '2021-05-09 00:00:00', 0.000403807646515804, 0.00093884615384613, 0.00052737685401793, 0.00128711538461534, 0.000783300315725315, 0.00186076923076923, 0.000972399015915725, 0.00300461538461533, 0.00213880304412032, 0.00663769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 690, '2021-05-09 00:00:00', 0.0003435372558455, 0.000919615384615354, 0.000635707963914748, 0.00142384615384616, 0.000784225438545304, 0.00180153846153846, 0.000978675105200109, 0.00298519230769227, 0.00227955920165412, 0.00679307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 705, '2021-05-09 00:00:00', 0.000441409150858407, 0.00104403846153849, 0.000494932940290495, 0.0012811538461539, 0.000626316091246153, 0.00170461538461538, 0.00101943000665152, 0.00311346153846152, 0.00231551786033672, 0.00674019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 720, '2021-05-09 00:00:00', 0.000219677035668248, 0.000795000000000016, 0.000534590029835962, 0.00117749999999999, 0.000534580065241746, 0.00151461538461537, 0.00108502089664387, 0.0031378846153846, 0.00227085840259037, 0.00670826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 735, '2021-05-09 00:00:00', 0.000420009386341986, 0.000856730769230771, 0.000435368985857004, 0.00116692307692305, 0.000479641051685053, 0.00145153846153844, 0.00111414444582103, 0.00313461538461536, 0.00231585461879294, 0.00669615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 750, '2021-05-09 00:00:00', 0.000250011076677702, 0.000818461538461512, 0.000310708928841044, 0.00105096153846154, 0.00037621536385427, 0.00138999999999999, 0.0011697057486657, 0.00316653846153845, 0.00236095564093472, 0.00666346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 765, '2021-05-09 00:00:00', 0.000248246775484525, 0.000772307692307705, 0.000316405776471617, 0.000986153846153825, 0.00038232366473368, 0.00135076923076922, 0.0011819674764496, 0.00315634615384613, 0.0023611291708711, 0.00666519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 780, '2021-05-09 00:00:00', 0.000220977635485142, 0.00074634615384615, 0.000340975974790934, 0.00102384615384613, 0.000399709317456519, 0.00142846153846154, 0.00126602904329306, 0.00327846153846152, 0.00237750856182231, 0.0066398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 795, '2021-05-09 00:00:00', 0.000244630018913953, 0.000709615384615371, 0.000287059160345868, 0.000975192307692291, 0.000524418395793054, 0.00139442307692306, 0.00130235108406062, 0.00335288461538462, 0.00239153253085835, 0.00662538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 810, '2021-05-09 00:00:00', 0.000259803550043845, 0.000733269230769226, 0.000366877520958462, 0.00104865384615386, 0.000595288294733004, 0.00138692307692307, 0.00131023685468874, 0.00339884615384614, 0.00238657408948797, 0.00661826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 825, '2021-05-09 00:00:00', 0.000295800348468141, 0.000785384615384636, 0.000500548353154965, 0.00106942307692308, 0.000544316402613252, 0.0013821153846154, 0.00131134248592221, 0.00345134615384617, 0.0023787766814058, 0.00660750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 840, '2021-05-09 00:00:00', 0.000494712076324711, 0.000814038461538448, 0.000492162418469582, 0.00103961538461536, 0.000735594291398777, 0.00161980769230766, 0.00171802614827418, 0.00370538461538462, 0.00233696618750432, 0.0066151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 855, '2021-05-09 00:00:00', 0.000261889289586272, 0.000704999999999981, 0.000340529677911457, 0.000927307692307712, 0.000715168188932884, 0.00148846153846155, 0.00192617653356631, 0.00376596153846155, 0.00232590684547902, 0.00660942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 870, '2021-05-09 00:00:00', 0.000211148143400654, 0.000673461538461544, 0.000728871968286507, 0.0011928846153846, 0.000785766480284332, 0.00163980769230768, 0.0020254121707787, 0.00380769230769232, 0.00226390813383882, 0.00669403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 885, '2021-05-09 00:00:00', 0.000717798450391608, 0.000978846153846144, 0.000716326982706788, 0.0011971153846154, 0.00105532364703914, 0.00192999999999998, 0.00200325232674653, 0.00381326923076923, 0.00225004376880506, 0.00668480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 900, '2021-05-09 00:00:00', 0.000281177195705155, 0.000761153846153854, 0.000484068177016371, 0.00112499999999999, 0.00103483227923848, 0.00195461538461538, 0.00202558424620194, 0.00375153846153848, 0.0023080664235209, 0.00672615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 915, '2021-05-09 00:00:00', 0.000392517515532732, 0.00085, 0.000907641427843871, 0.00143480769230768, 0.00102003237128122, 0.00191096153846151, 0.00198485201928546, 0.00372653846153848, 0.00229736565690759, 0.0067148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 930, '2021-05-09 00:00:00', 0.000924685143919067, 0.00117884615384612, 0.00097196114199, 0.00158769230769229, 0.00102393458700328, 0.00193596153846152, 0.00191036492687815, 0.00364692307692308, 0.00228331686031861, 0.00667173076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 945, '2021-05-09 00:00:00', 0.000391740494951206, 0.000951153846153843, 0.000370396253511529, 0.00123923076923075, 0.000460691453561493, 0.00167384615384615, 0.00173733298035101, 0.00336826923076924, 0.00241366440213914, 0.00655461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 960, '2021-05-09 00:00:00', 0.00027324742239615, 0.000891923076923062, 0.000347640840302386, 0.0012380769230769, 0.000596218887270816, 0.00178019230769228, 0.00165330354605096, 0.00326115384615385, 0.00241771113150114, 0.00653634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 975, '2021-05-09 00:00:00', 0.000361616669118841, 0.000956153846153842, 0.000384426045703691, 0.00127923076923077, 0.000677873853706175, 0.00187519230769231, 0.00165502804995985, 0.00322461538461539, 0.00243059460911236, 0.00649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 990, '2021-05-09 00:00:00', 0.000279007857623006, 0.000960769230769239, 0.000561124454863755, 0.00144942307692308, 0.000780546849724869, 0.00191576923076923, 0.00164519207436047, 0.00316980769230771, 0.00245262268571044, 0.00646096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1005, '2021-05-09 00:00:00', 0.000379279073222617, 0.00108884615384616, 0.00050309687092892, 0.00146730769230771, 0.000705270188269381, 0.00184903846153848, 0.00143888963600945, 0.00306576923076925, 0.0022821035505394, 0.00650384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1020, '2021-05-09 00:00:00', 0.000497886919506232, 0.00110076923076923, 0.000677663973912197, 0.0013826923076923, 0.00117365759651021, 0.00211692307692308, 0.00132935943220787, 0.0029325, 0.00232379530410589, 0.00653384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1035, '2021-05-09 00:00:00', 0.000412235229711618, 0.000906730769230748, 0.000513466050109808, 0.00127923076923078, 0.00123618551010135, 0.00200884615384616, 0.00122858674281279, 0.0027907692307692, 0.00227361298377713, 0.00654999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1050, '2021-05-09 00:00:00', 0.000335722871061578, 0.000934615384615401, 0.000908194934175233, 0.00157096153846155, 0.00112391775294486, 0.00189365384615384, 0.00100209083343855, 0.00269903846153846, 0.00223895277718435, 0.00651346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1065, '2021-05-09 00:00:00', 0.000747142788330236, 0.00128288461538462, 0.000897077841575742, 0.00156942307692307, 0.000925202763639519, 0.00185307692307692, 0.000808233234616405, 0.00256980769230769, 0.00206431982651766, 0.00645288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1080, '2021-05-09 00:00:00', 0.000443450500229572, 0.00104211538461535, 0.000485561689022245, 0.00127192307692305, 0.000550294501573058, 0.00169403846153845, 0.000667199341680194, 0.00231519230769228, 0.00199469392292498, 0.0063803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1095, '2021-05-09 00:00:00', 0.000274279265320246, 0.00075365384615383, 0.000392894436791302, 0.00103903846153846, 0.000489399003488368, 0.00144576923076925, 0.000588047224686562, 0.00211653846153845, 0.00199385954485651, 0.00629173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1110, '2021-05-09 00:00:00', 0.00031807933214601, 0.000747307692307695, 0.000388720188072847, 0.00103423076923076, 0.000363954826021885, 0.00125634615384615, 0.000519927546727566, 0.00196442307692307, 0.0020116221926977, 0.00619461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1125, '2021-05-09 00:00:00', 0.00030541799856289, 0.000738076923076907, 0.00027470459658443, 0.000946153846153844, 0.000328276384492337, 0.00114923076923077, 0.000536780717296653, 0.00191346153846154, 0.00200632783577745, 0.00617423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1140, '2021-05-09 00:00:00', 0.000177150631254461, 0.000657884615384647, 0.000197626298467982, 0.000778076923076939, 0.000327039929342891, 0.00102365384615385, 0.000682458818143267, 0.00194403846153847, 0.00200415230497548, 0.00617730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1155, '2021-05-09 00:00:00', 0.000173625702634706, 0.000573269230769212, 0.000322893230745909, 0.000794038461538445, 0.000395741562911168, 0.00111076923076922, 0.000702161196701881, 0.00192288461538461, 0.00200341554505147, 0.00616038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1170, '2021-05-09 00:00:00', 0.000259547016638887, 0.000610576923076909, 0.000275979096198359, 0.000807692307692296, 0.000367586096665161, 0.00107153846153847, 0.000725283498947915, 0.00190692307692306, 0.00200725051136739, 0.00619384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1185, '2021-05-09 00:00:00', 0.000172402592341774, 0.000594423076923068, 0.00028456255226898, 0.000830384615384615, 0.000319521577458426, 0.00106096153846154, 0.000708901967834756, 0.00189499999999999, 0.00200226822340604, 0.00618596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1200, '2021-05-09 00:00:00', 0.000221769891138037, 0.000581730769230763, 0.00023443089846231, 0.000729615384615391, 0.000418521941341932, 0.00108384615384614, 0.000859486094217838, 0.00212788461538459, 0.00199544092871727, 0.00618749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1215, '2021-05-09 00:00:00', 0.00017974297889361, 0.000506538461538458, 0.000284794392771077, 0.000724615384615375, 0.000425661702077344, 0.00105173076923072, 0.000835288273591804, 0.00227749999999997, 0.0020097921534328, 0.00618249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1230, '2021-05-09 00:00:00', 0.000223763353705554, 0.000515961538461545, 0.000330315234051026, 0.000803076923076906, 0.000368573132290141, 0.00106192307692306, 0.000845146050191228, 0.00228961538461537, 0.00200708220099191, 0.00617519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1245, '2021-05-09 00:00:00', 0.000236874520498807, 0.000586538461538461, 0.000288982898083274, 0.00075365384615383, 0.000346486818486075, 0.00100365384615384, 0.000848266762286466, 0.00226749999999999, 0.00201677317476746, 0.00617596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1260, '2021-05-09 00:00:00', 0.000211360792521656, 0.000454230769230739, 0.00028072844803914, 0.000717692307692304, 0.000380238235037728, 0.00106865384615385, 0.000860224590530757, 0.00225711538461539, 0.00202424668799191, 0.00617442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1275, '2021-05-09 00:00:00', 0.00018392222436503, 0.00052923076923076, 0.000205097819063486, 0.000693653846153847, 0.00030258450822104, 0.000989230769230785, 0.000915406193992564, 0.00222749999999999, 0.00200910244024159, 0.00632884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1290, '2021-05-09 00:00:00', 0.000221499782948292, 0.000513076923076937, 0.000305667239884253, 0.000807307692307712, 0.000332523452035851, 0.000979615384615389, 0.000932693143536476, 0.00221249999999999, 0.00202711583669625, 0.00639884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1305, '2021-05-09 00:00:00', 0.000181500582749644, 0.000582692307692308, 0.000204725050137608, 0.000707115384615388, 0.000325978585894118, 0.00089903846153845, 0.000930685686015315, 0.00216461538461537, 0.00200478294432246, 0.00648942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1320, '2021-05-09 00:00:00', 0.000141670799336418, 0.000456153846153863, 0.000188065455053876, 0.000581153846153827, 0.000574698750517316, 0.000980576923076933, 0.000912408815254324, 0.00213461538461539, 0.00199109865304408, 0.00651961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1335, '2021-05-09 00:00:00', 0.000160357293374697, 0.000427692307692283, 0.000258479280526554, 0.000648461538461508, 0.000559305235228361, 0.00103288461538461, 0.000899287752356499, 0.00213269230769229, 0.00197569999279711, 0.00653730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1350, '2021-05-09 00:00:00', 0.000216200494555732, 0.000484423076923048, 0.000491916190485251, 0.000811538461538466, 0.000499467254643935, 0.00104153846153845, 0.000859838916040917, 0.00212519230769228, 0.00195192993253818, 0.00653269230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1365, '2021-05-09 00:00:00', 0.000313085390170894, 0.000642692307692333, 0.000344624265853995, 0.000828269230769242, 0.000332659678257637, 0.000962307692307711, 0.000791332007537816, 0.00206211538461537, 0.00190738475808756, 0.00649615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1380, '2021-05-09 00:00:00', 0.000238096699812367, 0.000580961538461527, 0.000246699521374014, 0.000709423076923062, 0.000769637502084817, 0.00131673076923074, 0.000950129808945165, 0.00217442307692305, 0.00188748775849319, 0.00648903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1395, '2021-05-09 00:00:00', 0.000130399386501659, 0.000410000000000013, 0.000159072431494416, 0.00054596153846152, 0.00078118145237738, 0.00155730769230768, 0.000988751816102582, 0.00222807692307689, 0.00188014365244953, 0.00648307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1410, '2021-05-09 00:00:00', 0.000129477797324509, 0.000382499999999995, 0.000781008544225896, 0.00108788461538462, 0.000798459767301999, 0.00161500000000001, 0.00101283761702532, 0.00231096153846154, 0.00188014365244953, 0.00648307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 2, 1425, '2021-05-09 00:00:00', 0.000788210338971457, 0.00100846153846153, 0.000783539405518301, 0.00147000000000001, 0.000778550329384416, 0.00162115384615385, 0.0011181464057159, 0.00238076923076924, 0.00186734971591788, 0.00651980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 0, '2021-05-09 00:00:00', 0.000595477571753549, 0.00105653846153844, 0.000644689430298365, 0.00124769230769229, 0.000732092286111941, 0.00141865384615385, 0.00104802974488028, 0.00232788461538466, 0.00192886978664871, 0.00662057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 15, '2021-05-09 00:00:00', 0.000373296953355628, 0.00061615384615386, 0.000388145739876919, 0.000868653846153858, 0.000541986978271067, 0.00135326923076924, 0.00102486406228038, 0.00222711538461541, 0.0019694298667381, 0.00669499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 30, '2021-05-09 00:00:00', 0.000375307924858437, 0.000649038461538452, 0.000502645348286298, 0.00082788461538465, 0.000501401420635589, 0.00132423076923077, 0.00098152910533277, 0.00224076923076926, 0.00196795219610486, 0.0066903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 45, '2021-05-09 00:00:00', 0.000527818296240434, 0.00059692307692311, 0.000490254133470205, 0.00116134615384617, 0.000492374974368742, 0.00124134615384616, 0.000912543697583849, 0.00224000000000003, 0.00197455478915747, 0.00667884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 60, '2021-05-09 00:00:00', 0.000458067848518248, 0.00103192307692307, 0.000452211191301653, 0.00109519230769228, 0.000445547027648209, 0.00117692307692307, 0.000863233656754522, 0.00222211538461542, 0.00197480468362358, 0.00667846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 75, '2021-05-09 00:00:00', 0.000201099382242867, 0.000469807692307679, 0.000258245336542895, 0.000630576923076929, 0.000271276824267414, 0.000876346153846173, 0.000860107327828673, 0.00209115384615389, 0.00192944524709527, 0.00663480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 90, '2021-05-09 00:00:00', 0.000157060008130176, 0.000474615384615411, 0.000190603091427018, 0.000576538461538498, 0.000276709859155478, 0.000847884615384636, 0.000856789557682522, 0.00209711538461544, 0.00189440456445984, 0.00663057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 105, '2021-05-09 00:00:00', 0.000144388897932466, 0.000386923076923101, 0.000214580090839366, 0.000686153846153849, 0.000334850196126818, 0.000889423076923079, 0.000842968951887397, 0.00213557692307696, 0.00189557290913493, 0.00662942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 120, '2021-05-09 00:00:00', 0.000198302410862419, 0.000620384615384606, 0.000276403064104127, 0.000729423076923056, 0.000792843398059261, 0.00114442307692309, 0.000859602792886603, 0.00221519230769235, 0.00189602706082605, 0.00662615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 135, '2021-05-09 00:00:00', 0.000150420564265119, 0.000447884615384595, 0.000199072561181551, 0.000636730769230756, 0.000833709689372638, 0.00120038461538461, 0.000804987649212461, 0.00218134615384618, 0.00186259645078091, 0.00663653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 150, '2021-05-09 00:00:00', 0.000173480213901712, 0.000510769230769212, 0.000762036340744569, 0.000919230769230788, 0.000866134316284804, 0.00133057692307694, 0.000780455217263534, 0.00220788461538463, 0.00186148001497571, 0.00662461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 165, '2021-05-09 00:00:00', 0.000653748716721787, 0.00076576923076926, 0.000700117600011708, 0.0010444230769231, 0.000847816380700808, 0.0013738461538462, 0.000705187945487995, 0.00217903846153849, 0.0018792510373919, 0.00659269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 180, '2021-05-09 00:00:00', 0.000436770534720477, 0.000797499999999998, 0.000569493736036339, 0.00103634615384617, 0.000630679883446913, 0.00135634615384621, 0.000635745594981581, 0.00209730769230771, 0.00187690715314813, 0.00657269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 195, '2021-05-09 00:00:00', 0.00036933438049469, 0.000633269230769237, 0.000440311078845211, 0.000905384615384637, 0.000478154304029078, 0.00121846153846154, 0.000560706285377243, 0.00198653846153849, 0.00189958745521234, 0.0065275 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 210, '2021-05-09 00:00:00', 0.000300725788717877, 0.000639999999999991, 0.000337494444398698, 0.000862500000000014, 0.000424436096485656, 0.00113999999999999, 0.000515902979847363, 0.00188673076923076, 0.00185500138917637, 0.00649692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 225, '2021-05-09 00:00:00', 0.000207824352611702, 0.000614807692307706, 0.000288353148867045, 0.000856538461538436, 0.000461808360186826, 0.0011701923076923, 0.000460052045550699, 0.00180326923076923, 0.00184562688953772, 0.00647115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 240, '2021-05-09 00:00:00', 0.00025739165009471, 0.000647307692307654, 0.000346188032499914, 0.000846923076923091, 0.0003944521029713, 0.00113269230769232, 0.000416571168543341, 0.00175846153846154, 0.00183500949484027, 0.00642961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 255, '2021-05-09 00:00:00', 0.000226258956473797, 0.000541346153846165, 0.000346781687033132, 0.000793461538461519, 0.000314570280761641, 0.00105230769230769, 0.000370636458831828, 0.00166576923076921, 0.0018472979019264, 0.00636346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 270, '2021-05-09 00:00:00', 0.000200657381163477, 0.000580769230769218, 0.000197260858139289, 0.000755384615384619, 0.000226562608090147, 0.00098384615384616, 0.000457277268186361, 0.0016775, 0.00187201763839491, 0.00633903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 285, '2021-05-09 00:00:00', 0.000166312611113481, 0.00053326923076924, 0.000223272513723939, 0.000741153846153842, 0.000273026625920497, 0.000971538461538438, 0.00055090889935143, 0.00171615384615382, 0.00190254619877197, 0.00637403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 300, '2021-05-09 00:00:00', 0.000246268458894284, 0.000583076923076908, 0.000256854119027778, 0.000739038461538461, 0.00039698382063526, 0.00104807692307692, 0.000594348673889179, 0.00177211538461537, 0.00190254619877197, 0.00637403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 315, '2021-05-09 00:00:00', 0.000170689664416022, 0.000510192307692336, 0.000220639978245093, 0.000699999999999991, 0.000347690180388322, 0.000997692307692311, 0.000725001007956845, 0.00184769230769229, 0.0019129893240283, 0.00636307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 330, '2021-05-09 00:00:00', 0.000161972576026337, 0.000511346153846147, 0.000273645826683956, 0.000749038461538467, 0.000290833285577841, 0.000980000000000015, 0.000695508364159167, 0.00196173076923077, 0.00191580704022736, 0.00636115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 345, '2021-05-09 00:00:00', 0.00019201292023837, 0.00051980769230769, 0.000274002035365806, 0.000658653846153857, 0.000319919761574916, 0.000939423076923099, 0.000867573273340895, 0.00216576923076926, 0.00192481579538251, 0.0063553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 360, '2021-05-09 00:00:00', 0.000166922022329194, 0.000464807692307697, 0.000314658545092927, 0.00072500000000001, 0.000349106166351472, 0.000901346153846149, 0.000845179839761055, 0.00222980769230772, 0.00191880884525154, 0.00634423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 375, '2021-05-09 00:00:00', 0.000270876355557313, 0.000505000000000003, 0.000272369164074191, 0.000630192307692328, 0.000298374828800197, 0.000813461538461539, 0.000986298831295777, 0.00248576923076923, 0.00188996914911739, 0.00629923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 390, '2021-05-09 00:00:00', 0.000123053459301865, 0.000376923076923087, 0.00021518042518923, 0.000566153846153823, 0.000192992227822794, 0.000744999999999979, 0.00103225997396304, 0.00263442307692307, 0.00191016278001483, 0.00630461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 405, '2021-05-09 00:00:00', 0.000154675466703703, 0.00043249999999999, 0.000188726908928881, 0.000570384615384603, 0.00019229834592673, 0.000749423076923059, 0.00114321415989509, 0.00291884615384614, 0.00189837314966914, 0.00630115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 420, '2021-05-09 00:00:00', 0.000170078375598259, 0.000404423076923062, 0.000179104610600757, 0.000597692307692286, 0.000253253597438167, 0.000855769230769201, 0.00115511466297307, 0.00305173076923075, 0.00189000611517126, 0.00630865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 435, '2021-05-09 00:00:00', 0.000148981155235749, 0.00045076923076922, 0.000165006410131895, 0.000576346153846138, 0.000262632530646596, 0.000864615384615378, 0.00110111572786598, 0.00320961538461538, 0.00189080325828432, 0.00630480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 450, '2021-05-09 00:00:00', 0.00012569820389147, 0.000359038461538474, 0.000234456901074662, 0.000590961538461567, 0.000356278898962801, 0.000909423076923099, 0.00120097071315089, 0.00337942307692308, 0.00189163214020229, 0.0062980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 465, '2021-05-09 00:00:00', 0.000227267378958056, 0.000487307692307733, 0.000241903111564585, 0.000658653846153857, 0.000433953781658123, 0.00107826923076926, 0.0012118371939396, 0.00344576923076925, 0.0019003390385767, 0.00629269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 480, '2021-05-09 00:00:00', 0.00018369634224407, 0.000477884615384629, 0.000296920929645464, 0.000729038461538489, 0.000428041919226854, 0.00113326923076924, 0.00118674540397095, 0.00347442307692308, 0.00190925072899135, 0.00629288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 495, '2021-05-09 00:00:00', 0.000284181956878652, 0.000554230769230779, 0.000392469744056797, 0.000822500000000017, 0.000562556663812628, 0.00126999999999998, 0.00119201118025217, 0.00350557692307692, 0.00190925072899135, 0.00629288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 510, '2021-05-09 00:00:00', 0.000282784302142921, 0.000564807692307703, 0.000376561364904121, 0.000837307692307686, 0.000540714946941687, 0.00130942307692308, 0.00111730396662957, 0.00350807692307693, 0.00189971204295651, 0.00628461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 525, '2021-05-09 00:00:00', 0.000283639532885306, 0.000635769230769237, 0.000456530266921462, 0.00098673076923076, 0.000729225933122596, 0.00156269230769231, 0.00106210147277064, 0.00346846153846154, 0.00191915475184743, 0.00626980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 540, '2021-05-09 00:00:00', 0.000436591165913645, 0.000819615384615382, 0.000403680376230806, 0.00111461538461539, 0.000674604071916421, 0.00163942307692308, 0.00101616609787058, 0.00343346153846155, 0.00195047095890674, 0.00626019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 555, '2021-05-09 00:00:00', 0.000288828668937129, 0.00075500000000001, 0.000569539760211306, 0.00119346153846154, 0.000722548188438237, 0.00176673076923075, 0.00100697072373606, 0.00336596153846153, 0.0019319214130378, 0.00621711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 570, '2021-05-09 00:00:00', 0.000434314003741737, 0.000859423076923071, 0.000470971214211008, 0.00115826923076924, 0.000805777789563466, 0.00192461538461538, 0.00102679089325018, 0.00331346153846155, 0.00195902983249759, 0.00619326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 585, '2021-05-09 00:00:00', 0.000392077945547345, 0.000868653846153832, 0.000648373853456572, 0.00143942307692305, 0.000950502943790186, 0.00217038461538459, 0.00104635001130301, 0.00333788461538461, 0.00195582785934365, 0.00617615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 600, '2021-05-09 00:00:00', 0.000454087419574021, 0.00110423076923079, 0.000615161392206554, 0.00151153846153848, 0.000978923113190407, 0.00207769230769233, 0.00108191489783339, 0.0033446153846154, 0.00193498484390809, 0.00613711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982530 and enddate = '2021-05-09 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 982530, 3, 615, '2021-05-09 00:00:00', 0.000401655995176884, 0.000971538461538455, 0.000861930949402845, 0.0014701923076923, 0.000894690083858008, 0.00203288461538461, 0.00102022578571911, 0.003220576923076[...];
Date: 2021-05-09 15:27:49 Duration: 16s222ms Database: acaweb_fx User: pgperfstats
3 15s210ms 18s246ms 16s728ms 2 33s457ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 33s457ms 16s728ms [ User: pgperfstats - Total duration: 33s457ms - 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 983510, 1, 960, '2021-05-09 00:00:00', 0.00050331501070402, 0.000960000000000029, 0.00061719280742606, 0.00128980769230771, 0.0010379461228051, 0.00228192307692309, 0.00239138962658824, 0.00414711538461539, 0.00199605261415164, 0.00693096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 975, '2021-05-09 00:00:00', 0.000374322567600974, 0.000795769230769235, 0.000685355831218039, 0.00143115384615387, 0.00147360125334032, 0.00246557692307692, 0.00241123536802197, 0.00404000000000002, 0.0020353726648001, 0.00689173076923082 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 990, '2021-05-09 00:00:00', 0.000653033041925231, 0.00121692307692311, 0.00099890963632273, 0.00189769230769232, 0.00159823421793697, 0.00254384615384616, 0.00236269552711432, 0.00403692307692308, 0.00199431508389375, 0.00691942307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1005, '2021-05-09 00:00:00', 0.00083758960485064, 0.00134211538461538, 0.00134158873957477, 0.0018878846153846, 0.00186859684090662, 0.00253192307692307, 0.00221965067417929, 0.00388134615384617, 0.00183858248073389, 0.0067965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1020, '2021-05-09 00:00:00', 0.00073962318888637, 0.00119730769230766, 0.000949386846662339, 0.00149423076923075, 0.00126373696447662, 0.00248134615384615, 0.00153511322559105, 0.00346884615384616, 0.00159243960155962, 0.00663826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1035, '2021-05-09 00:00:00', 0.000330605505096353, 0.000860000000000023, 0.000874110382925682, 0.0014501923076923, 0.00134944434433643, 0.00223596153846155, 0.00136013619227577, 0.00317230769230772, 0.0015487979085531, 0.00660980769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1050, '2021-05-09 00:00:00', 0.000760903107144098, 0.00113153846153846, 0.000883016442916847, 0.00177596153846154, 0.00122655069825287, 0.00221115384615386, 0.00123598084687673, 0.00304057692307694, 0.0015877747006424, 0.00667250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1065, '2021-05-09 00:00:00', 0.000523849251656917, 0.00122403846153845, 0.000744395495584275, 0.00159942307692307, 0.000738481628332474, 0.00191865384615384, 0.000944796864614084, 0.00272634615384615, 0.00164298817824298, 0.00664692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1080, '2021-05-09 00:00:00', 0.000621624051608735, 0.00111230769230769, 0.000614377765272761, 0.00140903846153846, 0.000642575706404733, 0.00180846153846154, 0.000897115741610918, 0.00255557692307694, 0.00186043197010389, 0.00678365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1095, '2021-05-09 00:00:00', 0.000323568623086595, 0.000855576923076934, 0.000365707743760128, 0.00111692307692308, 0.000575820251066655, 0.00158480769230768, 0.00078026980047829, 0.00230480769230771, 0.00193693675684057, 0.00677000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1110, '2021-05-09 00:00:00', 0.000281744292140646, 0.000690384615384595, 0.000383775174568886, 0.00103423076923075, 0.000432455600210986, 0.00137038461538459, 0.000725168335894928, 0.00209365384615385, 0.00199109665376028, 0.00674326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1125, '2021-05-09 00:00:00', 0.00029241303769733, 0.00068576923076924, 0.000340132157573209, 0.000931730769230767, 0.000380387454294467, 0.00122384615384618, 0.000698000330614871, 0.0019623076923077, 0.00198492767742691, 0.00676326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1140, '2021-05-09 00:00:00', 0.000217904795725108, 0.000582499999999982, 0.000262192603897333, 0.00082980769230768, 0.00037362635593083, 0.00114057692307693, 0.000696586650416481, 0.00190480769230771, 0.00197057095396623, 0.00676673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1155, '2021-05-09 00:00:00', 0.000244249872057309, 0.000594999999999978, 0.000313570504892397, 0.000802307692307696, 0.000501862875847452, 0.00109711538461538, 0.000713446483357629, 0.00187826923076923, 0.00196121960681456, 0.00678788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1170, '2021-05-09 00:00:00', 0.000190542545218824, 0.000532307692307704, 0.000290268575898002, 0.000749615384615368, 0.000478051373164672, 0.00100634615384615, 0.000657751560533752, 0.00180134615384616, 0.00200010977583348, 0.00676365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1185, '2021-05-09 00:00:00', 0.000248515902602136, 0.000531923076923069, 0.000341661156928687, 0.000727115384615391, 0.000471548349752016, 0.000975384615384634, 0.000701971427207245, 0.00174673076923079, 0.00202095624738542, 0.00676192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1200, '2021-05-09 00:00:00', 0.000274936985787389, 0.000562884615384622, 0.000383581352318098, 0.000725576923076911, 0.000446698874652013, 0.000978269230769234, 0.000708534999949783, 0.00174961538461539, 0.00201883828932917, 0.00676596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1215, '2021-05-09 00:00:00', 0.000236225853466888, 0.000454423076923056, 0.000350283237043766, 0.000692884615384603, 0.000401250976514508, 0.000922115384615388, 0.000715823033566704, 0.00167384615384615, 0.00202326446995557, 0.00678634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1230, '2021-05-09 00:00:00', 0.00025771182474888, 0.000489230769230763, 0.00025505806277122, 0.000658846153846166, 0.000336903547027965, 0.000935000000000002, 0.000685594295820477, 0.00157653846153846, 0.00200607462089909, 0.00681923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1245, '2021-05-09 00:00:00', 0.000208944600681254, 0.000470384615384623, 0.000278678198755366, 0.000636538461538464, 0.000371626777208642, 0.000862692307692323, 0.000696082223259926, 0.0015223076923077, 0.00199146965445507, 0.00686923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1260, '2021-05-09 00:00:00', 0.000188854135817519, 0.000431730769230754, 0.000263355054281094, 0.000651730769230769, 0.000293960816331809, 0.00084480769230771, 0.000614349343113993, 0.00145634615384616, 0.00201806007381806, 0.00687269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1275, '2021-05-09 00:00:00', 0.000202469465884097, 0.000428269230769235, 0.0002385666331689, 0.00051403846153849, 0.000389163007175448, 0.000894615384615404, 0.000585832773461445, 0.00142596153846155, 0.00201631201797891, 0.00688807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1290, '2021-05-09 00:00:00', 0.000165077720623206, 0.000354423076923084, 0.00027526525668607, 0.000589807692307705, 0.000420107907383493, 0.000879423076923082, 0.000567504930510606, 0.00143038461538463, 0.00201069237979206, 0.00692461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1305, '2021-05-09 00:00:00', 0.000224585430036342, 0.000473846153846167, 0.000341672582813043, 0.000706923076923105, 0.000464669940760267, 0.000908076923076928, 0.000552584869917314, 0.00138903846153847, 0.00200932798754671, 0.00696480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1320, '2021-05-09 00:00:00', 0.000279117358829588, 0.000522499999999998, 0.000349069973148442, 0.000634615384615366, 0.000576224482164836, 0.00102057692307691, 0.000536570448453731, 0.00132961538461539, 0.0020303915973185, 0.00697596153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1335, '2021-05-09 00:00:00', 0.000174197169455054, 0.000364423076923056, 0.000257558432503858, 0.000547115384615356, 0.000397477623946895, 0.000927307692307653, 0.000490414149940157, 0.00128403846153844, 0.00208687662272154, 0.00701096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1350, '2021-05-09 00:00:00', 0.000188187713160625, 0.000391153846153855, 0.000377903935697113, 0.000720769230769247, 0.000363947164381791, 0.000841538461538466, 0.000511879342754201, 0.00132230769230771, 0.00211741540563018, 0.00702499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1365, '2021-05-09 00:00:00', 0.000332274967227663, 0.000564423076923068, 0.000324351898169498, 0.000678076923076899, 0.000321956578534352, 0.000734038461538454, 0.00054786312159153, 0.0014, 0.00220515456461585, 0.00705057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1380, '2021-05-09 00:00:00', 0.000178313035029818, 0.00041153846153845, 0.000188534122600164, 0.000473653846153841, 0.000296284426756561, 0.000707692307692307, 0.000518622176095929, 0.0014498076923077, 0.00238441572427166, 0.0071228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1395, '2021-05-09 00:00:00', 0.00018342311321517, 0.000329038461538448, 0.000200563916533837, 0.000443269230769214, 0.000313619809028967, 0.000700769230769218, 0.000462086738444377, 0.00153692307692309, 0.00240147883925397, 0.00712884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1410, '2021-05-09 00:00:00', 0.000149005420655118, 0.000296153846153831, 0.000306102358445909, 0.000529423076923069, 0.000312571776372417, 0.000681346153846142, 0.000468250959997392, 0.00161019230769232, 0.00240559600802923, 0.00713307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 1, 1425, '2021-05-09 00:00:00', 0.00021309116864348, 0.000409615384615386, 0.000260430486812759, 0.000545961538461528, 0.000257936784145602, 0.000650769230769233, 0.000502898980527301, 0.00167923076923078, 0.00241173213367808, 0.00712173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 0, '2021-05-09 00:00:00', 0.000232632840462264, 0.000395961538461545, 0.000222611424131493, 0.000504615384615368, 0.000235585767494878, 0.00059442307692306, 0.000529455344234506, 0.00170019230769231, 0.00237526559648519, 0.00712557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 15, '2021-05-09 00:00:00', 0.000227213302021231, 0.000331730769230765, 0.000225113646512502, 0.000426923076923073, 0.000254490441108074, 0.000624230769230785, 0.000617802432945877, 0.00178461538461538, 0.00235903676561822, 0.00711730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 30, '2021-05-09 00:00:00', 0.000147032832544821, 0.000300576923076928, 0.000188602655173382, 0.000405192307692332, 0.000285051479830985, 0.000672115384615407, 0.000652791049146784, 0.00186307692307692, 0.00234330673654526, 0.00711269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 45, '2021-05-09 00:00:00', 0.000167519000070496, 0.000263846153846174, 0.000221359783714562, 0.000473076923076948, 0.000310297623878463, 0.000653846153846184, 0.000694573167215194, 0.00189326923076923, 0.00233471935391353, 0.00710230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 60, '2021-05-09 00:00:00', 0.000190452093713889, 0.00039000000000001, 0.000256656085362978, 0.000522115384615389, 0.000334560848783087, 0.000670192307692326, 0.000776462416743621, 0.00197673076923078, 0.00233569568783132, 0.00709711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 75, '2021-05-09 00:00:00', 0.00022155160885131, 0.00034634615384616, 0.000236313432672632, 0.000455961538461562, 0.000310760357832197, 0.000749999999999986, 0.000779281152976635, 0.00196634615384617, 0.00234475631011968, 0.00709692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 90, '2021-05-09 00:00:00', 0.000113466531832774, 0.000279423076923097, 0.000163155895246976, 0.000410384615384639, 0.000380520746427246, 0.000800961538461568, 0.000745028264822632, 0.00197634615384616, 0.00232042509368102, 0.00707115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 105, '2021-05-09 00:00:00', 0.000144521491614431, 0.000292692307692329, 0.000296436528424917, 0.000588846153846143, 0.000463662219558786, 0.000890576923076916, 0.000734440236873274, 0.00197230769230769, 0.00229419132727716, 0.0070503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 120, '2021-05-09 00:00:00', 0.000267053149420464, 0.000484230769230773, 0.000383645469351412, 0.00065461538461542, 0.000446670072700396, 0.000943076923076935, 0.000735820970073572, 0.00200249999999998, 0.00232971682003165, 0.00706230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 135, '2021-05-09 00:00:00', 0.000310817532423036, 0.000418461538461556, 0.000373955828325298, 0.000634807692307683, 0.000301347741883784, 0.00096769230769231, 0.000736402090207211, 0.00198403846153844, 0.00233353383387644, 0.00702807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 150, '2021-05-09 00:00:00', 0.000220105918558804, 0.000401153846153844, 0.000274648026502193, 0.000608461538461536, 0.0004055021578241, 0.000969999999999984, 0.000742894779794664, 0.00194057692307689, 0.00227858275790356, 0.00698923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 165, '2021-05-09 00:00:00', 0.000201206457305755, 0.000435961538461542, 0.000244669400180332, 0.000703653846153836, 0.000460569046022245, 0.00101038461538459, 0.000694741567889702, 0.00196961538461535, 0.00227984268181954, 0.00698442307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 180, '2021-05-09 00:00:00', 0.000173706649268251, 0.000515, 0.000347896370511925, 0.000738269230769234, 0.000387825545633795, 0.00102557692307691, 0.000610794847844867, 0.0019278846153846, 0.00224620024451549, 0.00705653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 195, '2021-05-09 00:00:00', 0.000299061930812899, 0.000524038461538461, 0.000326484832961406, 0.000702884615384608, 0.0004135488530345, 0.00103057692307689, 0.000592558468390713, 0.00181653846153843, 0.00223482101331146, 0.0070898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 210, '2021-05-09 00:00:00', 0.000179170739369352, 0.000471923076923094, 0.000264106112124525, 0.000675961538461534, 0.000426262694374497, 0.00100826923076921, 0.000578871348800013, 0.00176403846153843, 0.00222019698537001, 0.00708942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 225, '2021-05-09 00:00:00', 0.000207598076914156, 0.000474807692307669, 0.000387391870769686, 0.000762307692307682, 0.000426099708446816, 0.00100480769230768, 0.000567935701940332, 0.00174980769230768, 0.00216913516974285, 0.00710423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 240, '2021-05-09 00:00:00', 0.000339140769502059, 0.000547307692307682, 0.000392641743147038, 0.000726538461538456, 0.000485053724225059, 0.000993653846153848, 0.000538019015963609, 0.00173269230769229, 0.00214116274127293, 0.00707826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 255, '2021-05-09 00:00:00', 0.000175829134717183, 0.000426730769230772, 0.000210894158652742, 0.000582115384615389, 0.000416396260974866, 0.000870384615384621, 0.000516952162643245, 0.00160846153846155, 0.0021721909534987, 0.00698846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 270, '2021-05-09 00:00:00', 0.000126974255416074, 0.000387692307692311, 0.000370793535749808, 0.00062538461538463, 0.000422285903879585, 0.000859230769230762, 0.000499342683319391, 0.00153865384615385, 0.00213821022388784, 0.00696480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 285, '2021-05-09 00:00:00', 0.000338928628747438, 0.00049115384615387, 0.000364221614700988, 0.000615769230769242, 0.000346243189324849, 0.00082711538461538, 0.000488045237499696, 0.00150807692307692, 0.00214034404135986, 0.00698615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 300, '2021-05-09 00:00:00', 0.000205499017403623, 0.000364615384615339, 0.00025932315746959, 0.000557499999999946, 0.000269945578560956, 0.0007711538461538, 0.0004921513603948, 0.00141480769230767, 0.00214516663329808, 0.00697326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 315, '2021-05-09 00:00:00', 0.000195810740649867, 0.000405384615384581, 0.00019182574223658, 0.000528653846153817, 0.000439001182756449, 0.00077403846153846, 0.000468404698458976, 0.0015151923076923, 0.00214616079403343, 0.00697307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 330, '2021-05-09 00:00:00', 0.000130156267026073, 0.000360576923076911, 0.000213573262515579, 0.000551538461538462, 0.00047901629970661, 0.000741153846153851, 0.000468760763978964, 0.00171942307692306, 0.0021835782647896, 0.00697596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 345, '2021-05-09 00:00:00', 0.000203171015497931, 0.00039269230769231, 0.000414549106305209, 0.000525192307692324, 0.000436323142424705, 0.000783269230769238, 0.000590657554047902, 0.0018671153846154, 0.00218758248196145, 0.00698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 360, '2021-05-09 00:00:00', 0.000321571142983947, 0.00036999999999999, 0.00034793550463356, 0.000543653846153846, 0.000356890254624787, 0.000774423076923086, 0.000707461578190197, 0.00210826923076924, 0.00220454255677123, 0.00700326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 375, '2021-05-09 00:00:00', 0.000120664187536521, 0.000315384615384606, 0.000208988037935159, 0.000494999999999989, 0.000269411609595061, 0.000663846153846156, 0.000712866828646543, 0.00238634615384617, 0.00220843359907843, 0.00700519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 390, '2021-05-09 00:00:00', 0.000166284279288431, 0.000332307692307683, 0.000205435747020459, 0.000470384615384614, 0.000221057945762243, 0.000613846153846144, 0.000668305578424888, 0.00253711538461541, 0.00220428545024321, 0.00700288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 405, '2021-05-09 00:00:00', 0.000123711823948315, 0.000306153846153828, 0.000161733874478575, 0.000409615384615378, 0.000200244946157282, 0.000609038461538463, 0.00067770245342966, 0.00280115384615385, 0.00220436124534978, 0.00700250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 420, '2021-05-09 00:00:00', 0.000109944741365137, 0.000309615384615406, 0.00013152961058842, 0.000415961538461514, 0.000253209323561485, 0.000659807692307702, 0.000712527921180302, 0.00299403846153847, 0.00220694279490884, 0.0069925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 435, '2021-05-09 00:00:00', 0.00010085118511183, 0.000285192307692255, 0.000160498741907357, 0.000449615384615375, 0.00026165986435713, 0.000726730769230782, 0.000710952800553855, 0.00310173076923078, 0.00220881921988965, 0.00698711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 450, '2021-05-09 00:00:00', 0.000159030355109164, 0.000349423076923086, 0.000241404942273037, 0.000532884615384613, 0.000249924065390942, 0.000764038461538462, 0.000704695788156941, 0.00317692307692308, 0.00221084652252342, 0.00699211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 465, '2021-05-09 00:00:00', 0.000191306138065533, 0.000400961538461518, 0.000200161569353756, 0.0006044230769231, 0.000258274153684685, 0.000766538461538462, 0.000757645467119133, 0.00322557692307693, 0.00222113080174526, 0.00698403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 480, '2021-05-09 00:00:00', 0.00015529636679091, 0.000485192307692326, 0.000190806083599187, 0.000614807692307706, 0.000252915917922262, 0.000792692307692343, 0.000899374996659013, 0.00334423076923076, 0.00222375411099201, 0.00697788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 495, '2021-05-09 00:00:00', 0.00012594198908779, 0.000375769230769241, 0.000172815263748961, 0.000548653846153837, 0.000296420244818838, 0.000934807692307702, 0.000972981164336623, 0.00343211538461538, 0.00220039518303837, 0.0069948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 510, '2021-05-09 00:00:00', 0.000176532847237693, 0.000419615384615375, 0.00019499112405834, 0.000603461538461572, 0.000397307331148825, 0.00121865384615384, 0.00101101426604862, 0.00356461538461538, 0.00218926518230697, 0.00703903846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 525, '2021-05-09 00:00:00', 0.000169485647225318, 0.000435769230769267, 0.000282498740637069, 0.000776538461538459, 0.000455241102646095, 0.0014423076923077, 0.00102553175699993, 0.00365923076923076, 0.00218615522180978, 0.00706942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 540, '2021-05-09 00:00:00', 0.000245969432122058, 0.000659807692307693, 0.000365986128362583, 0.00105961538461537, 0.000675773744566996, 0.00174307692307693, 0.00109662112172591, 0.00375826923076924, 0.00218727435759317, 0.00706865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 555, '2021-05-09 00:00:00', 0.00031356412667657, 0.000742307692307705, 0.000419467978057145, 0.00113923076923079, 0.000656394610440528, 0.00196826923076924, 0.00107525839470549, 0.00372384615384617, 0.0021823632920441, 0.00706653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 570, '2021-05-09 00:00:00', 0.000401463141329476, 0.0008444230769231, 0.000613149373192308, 0.0013169230769231, 0.000659585767444533, 0.00207076923076924, 0.00111406243783038, 0.00373634615384617, 0.00232994315711448, 0.00707134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 585, '2021-05-09 00:00:00', 0.000384421043208539, 0.000911538461538455, 0.000482615629827542, 0.00149038461538462, 0.000574593367923364, 0.00218153846153847, 0.00106386870213603, 0.00368115384615389, 0.00243160134795665, 0.00713134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 600, '2021-05-09 00:00:00', 0.000432305492055681, 0.0011940384615385, 0.000500034460350955, 0.00158730769230771, 0.000654993012293892, 0.0022296153846154, 0.00102882060931625, 0.00366961538461542, 0.0024385596947, 0.00708923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 615, '2021-05-09 00:00:00', 0.000323382186370154, 0.0010309615384615, 0.000507435331234084, 0.00151615384615382, 0.000620948158371229, 0.00197615384615384, 0.00111829932693148, 0.00340423076923078, 0.00253942955435634, 0.00712269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 630, '2021-05-09 00:00:00', 0.000293741120978753, 0.000969615384615374, 0.000472170153489354, 0.00137442307692305, 0.000670294223571868, 0.0018078846153846, 0.00120907595040436, 0.00327057692307691, 0.00254830746997658, 0.00710519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 645, '2021-05-09 00:00:00', 0.000292840203208836, 0.000969230769230765, 0.000409641729019218, 0.00128288461538464, 0.000606193831656542, 0.00176480769230768, 0.00116545265224094, 0.00314826923076924, 0.00251241009789405, 0.00724250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 660, '2021-05-09 00:00:00', 0.000227117472145694, 0.000832115384615396, 0.000439957908825859, 0.0011998076923077, 0.000696859024480526, 0.00175749999999998, 0.00119034933463315, 0.00316153846153845, 0.00253894188287471, 0.00724826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 675, '2021-05-09 00:00:00', 0.000481582966731737, 0.000911923076923064, 0.000578762074138861, 0.00128346153846151, 0.000847723195025717, 0.00175884615384612, 0.00112032538199335, 0.00312980769230768, 0.00248219940468435, 0.00720673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 690, '2021-05-09 00:00:00', 0.000383252728426218, 0.000920576923076925, 0.000569422413165626, 0.00132173076923076, 0.000853600969648354, 0.00178384615384614, 0.00100323844853328, 0.00313423076923077, 0.00249738122070669, 0.0071348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 705, '2021-05-09 00:00:00', 0.000441706872867564, 0.000910192307692318, 0.000543073305719038, 0.00114615384615384, 0.000626965616772868, 0.00166173076923076, 0.000987734782216387, 0.00337500000000002, 0.00254908279884837, 0.00707865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 720, '2021-05-09 00:00:00', 0.000343429087966542, 0.00080846153846154, 0.00056021946249113, 0.00125038461538462, 0.000698530875921323, 0.00164923076923077, 0.00115849240560577, 0.00357942307692308, 0.00257375183341362, 0.0070975 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 735, '2021-05-09 00:00:00', 0.000413156563730828, 0.000807115384615394, 0.000458043540086973, 0.00110826923076922, 0.000488734944682562, 0.00142038461538465, 0.00123267353279836, 0.00354096153846157, 0.00257342478331594, 0.00702865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 750, '2021-05-09 00:00:00', 0.000256172718177525, 0.000727307692307675, 0.000316455185793169, 0.000978269230769234, 0.000375180418137478, 0.00135288461538464, 0.0012800260213701, 0.00348615384615387, 0.00257735756153468, 0.00693500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 765, '2021-05-09 00:00:00', 0.000289970024976083, 0.000723846153846148, 0.000287423033175856, 0.000940000000000009, 0.000408669369840925, 0.00136557692307694, 0.00126954340671693, 0.00352769230769232, 0.00257333623621465, 0.00693423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 780, '2021-05-09 00:00:00', 0.000172891695756466, 0.000683461538461541, 0.000285402078047522, 0.000987115384615395, 0.00049245714378162, 0.00143403846153849, 0.00133779389294465, 0.00365250000000002, 0.00256380813514704, 0.00695307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 795, '2021-05-09 00:00:00', 0.000216888486058172, 0.000698846153846155, 0.000347950482772388, 0.00102346153846156, 0.000602213385386319, 0.00142519230769231, 0.00137009191157158, 0.00370538461538463, 0.00256481137408102, 0.00695076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 810, '2021-05-09 00:00:00', 0.0003206321280509, 0.000735192307692342, 0.000430386454247785, 0.00103750000000003, 0.000655413316453514, 0.00142615384615385, 0.00148196672857908, 0.00378576923076924, 0.00256624002115037, 0.0069646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 825, '2021-05-09 00:00:00', 0.000319584646304926, 0.000742115384615379, 0.000440406673952079, 0.00101403846153844, 0.000506596524328351, 0.00139596153846154, 0.00153249922825931, 0.00384326923076923, 0.00258610006350518, 0.00701346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 840, '2021-05-09 00:00:00', 0.000403068661835492, 0.000742884615384606, 0.00045472121636822, 0.000995769230769238, 0.000720507726964383, 0.00160423076923077, 0.00187779470697369, 0.00409019230769231, 0.00258144193456651, 0.00704269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 855, '2021-05-09 00:00:00', 0.000319431706918109, 0.000751153846153856, 0.000389770593278417, 0.00101134615384618, 0.000703098964475227, 0.00162692307692309, 0.00197105520353555, 0.00420884615384616, 0.00258060959554432, 0.00707826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 870, '2021-05-09 00:00:00', 0.000274591514799716, 0.000737500000000006, 0.000722572461098866, 0.00128480769230767, 0.000750874054788079, 0.0017446153846154, 0.00196410896807216, 0.00420903846153846, 0.00252038937773207, 0.00708884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 885, '2021-05-09 00:00:00', 0.000675976359395479, 0.000984038461538435, 0.000654557190308555, 0.00125365384615384, 0.00103573855106095, 0.00214211538461541, 0.00183329515228305, 0.00420865384615384, 0.00248040951953813, 0.00702923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 900, '2021-05-09 00:00:00', 0.000288506565716526, 0.000779038461538467, 0.000398758650738112, 0.0011723076923077, 0.00104034818505818, 0.00218711538461538, 0.00174267629060766, 0.00412057692307691, 0.00239962619685136, 0.00693826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 915, '2021-05-09 00:00:00', 0.000358550768854522, 0.000904423076923075, 0.000886447620909079, 0.00161423076923078, 0.00104273230210163, 0.00216442307692307, 0.001725171039458, 0.00405634615384614, 0.00230680525836057, 0.00683249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 930, '2021-05-09 00:00:00', 0.000909227144337427, 0.00122500000000001, 0.000982777715692393, 0.00170903846153844, 0.00103315856255687, 0.00215615384615384, 0.00163245163669673, 0.0039678846153846, 0.00219939307187582, 0.00673673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 945, '2021-05-09 00:00:00', 0.000453987461704203, 0.00104615384615382, 0.000523027282712413, 0.00134846153846152, 0.000564022946887271, 0.00196673076923074, 0.00157799922004463, 0.00368346153846153, 0.0021229318261455, 0.00653346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 960, '2021-05-09 00:00:00', 0.000269531787764226, 0.000929230769230776, 0.000421682892157661, 0.00137269230769231, 0.000556036004644961, 0.00200596153846154, 0.00153782329934227, 0.00358749999999998, 0.00210435242185916, 0.00651365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 975, '2021-05-09 00:00:00', 0.000457670691150799, 0.000962307692307703, 0.000501028058480398, 0.00140365384615383, 0.000661090270805622, 0.00200211538461538, 0.00144941871637721, 0.00351615384615384, 0.00200546890737839, 0.00651653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 990, '2021-05-09 00:00:00', 0.000372204245005331, 0.001095, 0.00053266730849421, 0.00157769230769232, 0.000780758925661449, 0.00208249999999997, 0.00141077016609313, 0.00347230769230767, 0.00198012528741139, 0.00647692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1005, '2021-05-09 00:00:00', 0.00040929343432876, 0.00109634615384615, 0.000608514584870403, 0.00158499999999997, 0.000860995421233255, 0.00208365384615383, 0.00133569009821195, 0.00337903846153845, 0.00212777218271559, 0.00656269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1020, '2021-05-09 00:00:00', 0.000520137999440104, 0.00117346153846154, 0.000693292590025739, 0.00150884615384616, 0.00106615506160436, 0.00229384615384617, 0.00129178351663353, 0.00321442307692308, 0.00213570338800553, 0.00659980769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1035, '2021-05-09 00:00:00', 0.000438787490180031, 0.000992692307692303, 0.000590136099035364, 0.00140615384615383, 0.00118150746278448, 0.00212326923076923, 0.0012665532422226, 0.00302634615384615, 0.00207825911799716, 0.00666519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1050, '2021-05-09 00:00:00', 0.00034167961826609, 0.000985192307692305, 0.000843374266767801, 0.00167192307692308, 0.00109907739280934, 0.00199134615384614, 0.00116346552955449, 0.00292403846153844, 0.00200763566454134, 0.00666019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1065, '2021-05-09 00:00:00', 0.000653203231420705, 0.00135230769230771, 0.000903869991502342, 0.00159519230769231, 0.000874814815568665, 0.00184980769230768, 0.00102487411985007, 0.00278980769230768, 0.00190881364686588, 0.00654346153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1080, '2021-05-09 00:00:00', 0.000609859031630708, 0.00104096153846154, 0.000616676576496947, 0.00128, 0.000600944544990521, 0.00173788461538462, 0.000738984542359414, 0.00253307692307692, 0.00182770538149297, 0.00652019230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1095, '2021-05-09 00:00:00', 0.000379736143211986, 0.000766538461538453, 0.000395672407233766, 0.00108557692307694, 0.000514044296205641, 0.00150846153846155, 0.000766753294994302, 0.00231115384615385, 0.00185575318526343, 0.00643326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1110, '2021-05-09 00:00:00', 0.000288600335838607, 0.000773076923076923, 0.000397802666580386, 0.00110980769230769, 0.000419821802856695, 0.00135711538461536, 0.000776791725377789, 0.0021707692307692, 0.00188691881526064, 0.00639884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1125, '2021-05-09 00:00:00', 0.000329363255154815, 0.000723076923076912, 0.000383759740542894, 0.000963461538461514, 0.000355257490583086, 0.00123673076923078, 0.000732652819448757, 0.0020930769230769, 0.00190431243396504, 0.00636461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1140, '2021-05-09 00:00:00', 0.000288946428359184, 0.000634038461538431, 0.000254950749391672, 0.000851730769230747, 0.000347023829817961, 0.00112846153846156, 0.000771764835645214, 0.00215480769230768, 0.00192650708238031, 0.00634153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1155, '2021-05-09 00:00:00', 0.000226695067979324, 0.000620576923076923, 0.000318989570603542, 0.000857884615384616, 0.000350728746820326, 0.00112942307692309, 0.000820842156662194, 0.00208538461538459, 0.00192582913212825, 0.00634538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1170, '2021-05-09 00:00:00', 0.000232395965144358, 0.00058826923076925, 0.000265448894110735, 0.000778653846153857, 0.000299042896331204, 0.00104442307692308, 0.000775601999442049, 0.00201230769230767, 0.00196588316422533, 0.00642384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1185, '2021-05-09 00:00:00', 0.000146290674817159, 0.00056519230769233, 0.000229961200740814, 0.000773076923076932, 0.000374874799612643, 0.00103865384615387, 0.000730314078904564, 0.00194442307692307, 0.00197786411604499, 0.00643230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1200, '2021-05-09 00:00:00', 0.00020332855185632, 0.000547500000000008, 0.00018893476692724, 0.000717884615384638, 0.000407750347827986, 0.00103288461538464, 0.000724200142332137, 0.00190461538461538, 0.00199507254543247, 0.00640230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1215, '2021-05-09 00:00:00', 0.000192229430228988, 0.000488076923076918, 0.000348907801354656, 0.000710576923076932, 0.000462409284242714, 0.000982884615384632, 0.000703734762097649, 0.00180884615384614, 0.00188668504566567, 0.0065473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1230, '2021-05-09 00:00:00', 0.00021894713095594, 0.000479615384615401, 0.000284066081152832, 0.000696538461538481, 0.000393574154873794, 0.000988846153846167, 0.000628109373131307, 0.00171423076923077, 0.00190785844499895, 0.00653961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1245, '2021-05-09 00:00:00', 0.000187517076145495, 0.000479423076923118, 0.000253867394216291, 0.000655576923076956, 0.000414719970397111, 0.000944423076923098, 0.00062486346200899, 0.00163211538461538, 0.00199453481177556, 0.00658365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1260, '2021-05-09 00:00:00', 0.000247544634669918, 0.000422884615384619, 0.000323846354832766, 0.000687692307692304, 0.000428478704254966, 0.00102499999999999, 0.000622273128259501, 0.00158038461538459, 0.00203123718457496, 0.00656750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1275, '2021-05-09 00:00:00', 0.000227209916495392, 0.000507115384615376, 0.000284011375720169, 0.000672307692307681, 0.000308903768933862, 0.00102846153846152, 0.000633271359990826, 0.00159615384615383, 0.00206731097173264, 0.00651557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1290, '2021-05-09 00:00:00', 0.000182836307621368, 0.000443653846153858, 0.000298889032662877, 0.000714423076923077, 0.000323857281007436, 0.000921538461538452, 0.000705337126159161, 0.00153230769230768, 0.00211368832758141, 0.00658711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1305, '2021-05-09 00:00:00', 0.000180759615128857, 0.000514038461538456, 0.000287934087008675, 0.000689038461538458, 0.000319064015761454, 0.00082038461538461, 0.000721283604736381, 0.00147096153846152, 0.00210202624773191, 0.00667711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1320, '2021-05-09 00:00:00', 0.000178262123333547, 0.00044076923076924, 0.00020456144459642, 0.000540769230769229, 0.000546044834732886, 0.000910192307692301, 0.000787888609854494, 0.00146769230769231, 0.00213264340306002, 0.00666173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1335, '2021-05-09 00:00:00', 0.00012607872998189, 0.000335384615384635, 0.000243838849684336, 0.000484230769230782, 0.000535064949328603, 0.000892499999999988, 0.00078524942142364, 0.00147557692307693, 0.00212726278619697, 0.00667019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1350, '2021-05-09 00:00:00', 0.000219778647384464, 0.000379423076923086, 0.000516116713097408, 0.000717692307692304, 0.000541890316747441, 0.000908653846153829, 0.000767245748415419, 0.00154096153846152, 0.00211792065116128, 0.00667826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1365, '2021-05-09 00:00:00', 0.000318365597774282, 0.000564423076923085, 0.000311832548752625, 0.000703461538461535, 0.0003626796106759, 0.000802500000000005, 0.000682416746119719, 0.00148115384615385, 0.00211632101861844, 0.00667442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1380, '2021-05-09 00:00:00', 0.000176806826356233, 0.000410576923076923, 0.000186203775885053, 0.00052461538461538, 0.000263238192809922, 0.00075288461538462, 0.000794491419327237, 0.00154384615384616, 0.00208907503455478, 0.00666250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1395, '2021-05-09 00:00:00', 0.000125203373019215, 0.000331730769230748, 0.000146292646642086, 0.000416538461538458, 0.000247172004887271, 0.000725000000000001, 0.000846632174241888, 0.00163096153846156, 0.00207367896781024, 0.00665769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1410, '2021-05-09 00:00:00', 0.000104288246996164, 0.000279038461538488, 0.000204350095518581, 0.000520192307692325, 0.000203128322458027, 0.000693653846153847, 0.000802225270491682, 0.00168576923076923, 0.00208169403094249, 0.00669596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 2, 1425, '2021-05-09 00:00:00', 0.000163280315832835, 0.000402307692307672, 0.000152518473029946, 0.000588269230769224, 0.000179265273997889, 0.000675961538461534, 0.000963484222057544, 0.00180538461538461, 0.00208449386035226, 0.00670057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 0, '2021-05-09 00:00:00', 0.000168840047199898, 0.000410192307692339, 0.000180913068796991, 0.000496538461538486, 0.000192872616391872, 0.000589615384615396, 0.000980698416749698, 0.00180076923076924, 0.00209244594636555, 0.00669403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 15, '2021-05-09 00:00:00', 0.000153029534605381, 0.000279038461538462, 0.000174667266098008, 0.00042442307692309, 0.000349049258150453, 0.00066076923076923, 0.000964094473506688, 0.00180307692307692, 0.0020945256852457, 0.00667038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 30, '2021-05-09 00:00:00', 0.00016232979251656, 0.000319807692307678, 0.000165465892372021, 0.00039019230769231, 0.000376186584228956, 0.000692115384615375, 0.000955790852564585, 0.00180307692307694, 0.00210576205829479, 0.00667038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 45, '2021-05-09 00:00:00', 0.000127293120244331, 0.000266538461538448, 0.000326243184426281, 0.000541153846153856, 0.000393892605433732, 0.000679230769230778, 0.00092925776832909, 0.00185000000000001, 0.00210261185561783, 0.00665884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 60, '2021-05-09 00:00:00', 0.000328935579383882, 0.000441153846153841, 0.000359342401531541, 0.000535192307692295, 0.000502803257134044, 0.000708653846153843, 0.000971920699519192, 0.00186961538461539, 0.00210786998759777, 0.00665173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 75, '2021-05-09 00:00:00', 0.000232412100836821, 0.000345769230769216, 0.000292226532255095, 0.000462884615384642, 0.000384918223083207, 0.000770961538461542, 0.000970913923143476, 0.00186961538461539, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 90, '2021-05-09 00:00:00', 0.00017110332011347, 0.00032711538461541, 0.000306966798505341, 0.000486153846153854, 0.00034159017280044, 0.000829615384615388, 0.000966195313906773, 0.00187576923076923, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 105, '2021-05-09 00:00:00', 0.000246000312695219, 0.000341923076923079, 0.000282666696903723, 0.000622692307692313, 0.000402332430479286, 0.000839230769230759, 0.000949249258017174, 0.00190692307692308, 0.00209521165628092, 0.00662826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 120, '2021-05-09 00:00:00', 0.000271813355080275, 0.000507500000000003, 0.00035599810932945, 0.000670576923076918, 0.00075402991677029, 0.00101365384615383, 0.000977058005521607, 0.00191288461538463, 0.00207640747446162, 0.00664500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 135, '2021-05-09 00:00:00', 0.000173419899488122, 0.000377307692307679, 0.000230486191810681, 0.000536730769230767, 0.000739279691009108, 0.00107730769230768, 0.000957581267890813, 0.00187826923076925, 0.00204763567222148, 0.00668538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 150, '2021-05-09 00:00:00', 0.000177736732708384, 0.000402884615384599, 0.000658094948725863, 0.000739807692307671, 0.00071714122630176, 0.00116153846153843, 0.000928200326521089, 0.00190461538461539, 0.0020500137710607, 0.00668769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 165, '2021-05-09 00:00:00', 0.00059471337634192, 0.000564999999999978, 0.000609288614192515, 0.000878846153846121, 0.000895427530031582, 0.00125269230769227, 0.00090851391759376, 0.00187346153846155, 0.00202708718646696, 0.00667730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 180, '2021-05-09 00:00:00', 0.000402381229490353, 0.000690576923076921, 0.000551629892646842, 0.000918461538461509, 0.00072275490579182, 0.00120557692307692, 0.000759829358373423, 0.00179442307692309, 0.00203755328387147, 0.00667423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 195, '2021-05-09 00:00:00', 0.000351604946582889, 0.000559038461538435, 0.000486996446046088, 0.000836538461538434, 0.000498982965641098, 0.00106000000000001, 0.000560442579231276, 0.00166673076923077, 0.00204673187902455, 0.00665576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 210, '2021-05-09 00:00:00', 0.000341497381451814, 0.00054269230769231, 0.000320343385471552, 0.000716730769230785, 0.000386839909244901, 0.000936346153846182, 0.000580781701343467, 0.0015892307692308, 0.00205361872912559, 0.00664673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 225, '2021-05-09 00:00:00', 0.00018437472294634, 0.000454038461538447, 0.000237395159045978, 0.000627692307692295, 0.000308765033891246, 0.000884615384615364, 0.000587230789383538, 0.00150499999999999, 0.00205634971584266, 0.00664307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 240, '2021-05-09 00:00:00', 0.000194826944906337, 0.000468461538461524, 0.000263076765631994, 0.000619230769230752, 0.000303180068352389, 0.000848076923076902, 0.000558275504085179, 0.00145846153846151, 0.00207100559000845, 0.00665807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 255, '2021-05-09 00:00:00', 0.000223659425156967, 0.00037653846153846, 0.000285728286744899, 0.000565576923076913, 0.000352437010193105, 0.000785384615384628, 0.000579210105362361, 0.00144788461538461, 0.00206764838552254, 0.0066646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 270, '2021-05-09 00:00:00', 0.000226685566708286, 0.000427884615384592, 0.000242211684276397, 0.000602500000000019, 0.000390904719848739, 0.000822500000000008, 0.000593382222128766, 0.00153769230769232, 0.00207203122192101, 0.00668576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 285, '2021-05-09 00:00:00', 0.000204583347694432, 0.000422115384615409, 0.000299759968077023, 0.000584038461538479, 0.000389320364422228, 0.00077788461538463, 0.000646324906386385, 0.00152826923076924, 0.00210441488304946, 0.00672500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 300, '2021-05-09 00:00:00', 0.000261884296236679, 0.000435769230769225, 0.000358861447443921, 0.000593461538461532, 0.000358142913030343, 0.000747115384615369, 0.00077175905466766, 0.00154903846153846, 0.00210747588726056, 0.00674115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 315, '2021-05-09 00:00:00', 0.000142789920997449, 0.000365192307692309, 0.000168088804367911, 0.000494615384615388, 0.000195345847153194, 0.000654999999999987, 0.000823788831231346, 0.00165403846153848, 0.00211393744904186, 0.00676153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 330, '2021-05-09 00:00:00', 0.000110370007074135, 0.000333461538461537, 0.000131548323966766, 0.000459807692307698, 0.000352497299498643, 0.000677115384615371, 0.000851671027135192, 0.00177653846153846, 0.00211765952990925, 0.00675173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 345, '2021-05-09 00:00:00', 0.000141052636110954, 0.000329615384615375, 0.000150107141223041, 0.000468076923076907, 0.000356241707055958, 0.000656923076923068, 0.00100500554916186, 0.00203307692307693, 0.00211661013451663, 0.00675269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 360, '2021-05-09 00:00:00', 0.000127891931543206, 0.000317115384615361, 0.00038727653606255, 0.000503653846153832, 0.000366674032560037, 0.000635384615384593, 0.000987421194518615, 0.00224115384615384, 0.00211011586448197, 0.00673980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 375, '2021-05-09 00:00:00', 0.000348293035333079, 0.000360961538461538, 0.000335291664077698, 0.000437500000000005, 0.000328275212869653, 0.000631153846153847, 0.00100936630920288, 0.00256288461538462, 0.00211635740219987, 0.00674557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 390, '2021-05-09 00:00:00', 0.000122801277868579, 0.000266923076923092, 0.000175266829544154, 0.000407692307692297, 0.000268170439488368, 0.000594230769230776, 0.000994250800274323, 0.00274557692307693, 0.00224065625688959, 0.00682769230769234 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 405, '2021-05-09 00:00:00', 0.000120993324672809, 0.00028923076923076, 0.000156770410277145, 0.000430192307692299, 0.000256242373244838, 0.000586923076923053, 0.00103672222004664, 0.00301519230769232, 0.0022470577343581, 0.00682230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 420, '2021-05-09 00:00:00', 0.000169931207800734, 0.000338846153846153, 0.000250504721282072, 0.000451153846153855, 0.000271363863021295, 0.00063288461538462, 0.00106371243945257, 0.00314692307692309, 0.00224959066361998, 0.0068219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 435, '2021-05-09 00:00:00', 0.000138745616701393, 0.000287884615384631, 0.000151935841722772, 0.000392500000000001, 0.000257668615443581, 0.000671346153846162, 0.000995764260022666, 0.00335269230769233, 0.00225816710051453, 0.0068394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 450, '2021-05-09 00:00:00', 0.000122916481964209, 0.000312692307692298, 0.000210338646363069, 0.000472884615384605, 0.000372141619031509, 0.00086576923076924, 0.000984948807728692, 0.00342307692307695, 0.00226324040158899, 0.00683365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 465, '2021-05-09 00:00:00', 0.000186195203606762, 0.000364423076923082, 0.000239240143274183, 0.00055961538461537, 0.00041483898637352, 0.000939230769230773, 0.000961809292627512, 0.00350365384615387, 0.00226932349289049, 0.00682365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 480, '2021-05-09 00:00:00', 0.000195168270592693, 0.000449423076923041, 0.000309725436723958, 0.00070461538461538, 0.000450042092048484, 0.00098173076923077, 0.00093558531658817, 0.00353326923076925, 0.00227667829050606, 0.00681596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 495, '2021-05-09 00:00:00', 0.0002637024109455, 0.000464807692307723, 0.000337176340533241, 0.00067173076923078, 0.000521609675759677, 0.0011494230769231, 0.000907792165302504, 0.00350115384615388, 0.00227697789759889, 0.00679288461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 510, '2021-05-09 00:00:00', 0.000263329860412039, 0.000481153846153813, 0.00037922638864688, 0.000680576923076924, 0.000551857318516292, 0.00133249999999998, 0.000981984959934978, 0.00350230769230771, 0.00226000130190569, 0.00679673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 525, '2021-05-09 00:00:00', 0.00022371272787971, 0.000474230769230793, 0.000417128692556439, 0.000912115384615399, 0.000687903951256157, 0.0015496153846154, 0.00099552214749539, 0.00346211538461541, 0.00224848383104295, 0.00678153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 540, '2021-05-09 00:00:00', 0.000395254348489648, 0.000805000000000004, 0.000466435295207575, 0.00113173076923075, 0.000674396368271979, 0.00175230769230768, 0.00101430956054619, 0.00345673076923078, 0.00224142228197942, 0.00676461538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 555, '2021-05-09 00:00:00', 0.000375904857029635, 0.000762307692307665, 0.000596811560261325, 0.00114596153846152, 0.000730636945516629, 0.00192288461538462, 0.0010767270384757, 0.00338634615384616, 0.00223892945743822, 0.00671634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 570, '2021-05-09 00:00:00', 0.000400257609354452, 0.000776923076923085, 0.000499484079980365, 0.00116711538461538, 0.000831790931572432, 0.00202807692307694, 0.00104842645829909, 0.00336596153846156, 0.00224111961202089, 0.00671134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 585, '2021-05-09 00:00:00', 0.000400124836289074, 0.000863269230769233, 0.000530835770634009, 0.00150615384615387, 0.000945607924117542, 0.00217788461538463, 0.00101718550233173, 0.00346288461538464, 0.00219768945975962, 0.00668019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 600, '2021-05-09 00:00:00', 0.000381880821118927, 0.00120019230769232, 0.000515005489141761, 0.00158442307692309, 0.000925932212172407, 0.00216269230769232, 0.00102369190452236, 0.00345634615384617, 0.00220206438108915, 0.00666153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 615, '2021-05-09 00:00:00', 0.000302713370394119, 0.000984230769230795, 0.000744248511018906, 0.00147961538461538, 0.000862933458527482, 0.00208307692307693, 0.000890701711271265, 0.00330346153846156, 0.0022218141236386, 0.006745 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 630, '2021-05-09 00:00:00', 0.000513576149697827, 0.00100730769230768, 0.000563340619737405, 0.00139057692307691, 0.000722456200429098, 0.00194980769230768, 0.000857550267645254, 0.00312269230769232, 0.00224672251033844, 0.00673403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983510 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983510, 3, 645, '2021-05-09 00:00:00', 0.000313148588471261, 0.000964038461538457, 0.000609127118222314, 0.00143038461538462, 0.000701751106436325, 0.00196884615384614, 0.00089[...];
Date: 2021-05-09 15:49:09 Duration: 18s246ms 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 981910, 1, 930, '2021-05-09 00:00:00', 0.00046297366597313, 0.000921153846153851, 0.000629008652257964, 0.00126173076923077, 0.000800093456079695, 0.00169346153846153, 0.0024402690346637, 0.0042101923076923, 0.00221665142466325, 0.00674346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 945, '2021-05-09 00:00:00', 0.00047891242976627, 0.000851346153846163, 0.000569427816726193, 0.00120903846153846, 0.000758929407885793, 0.00186961538461537, 0.00242170670904126, 0.00410423076923075, 0.00207073691825289, 0.00678576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 960, '2021-05-09 00:00:00', 0.000496015081966746, 0.000934807692307693, 0.000612070540178063, 0.00126211538461539, 0.00103899761234644, 0.00226403846153844, 0.00241064753509542, 0.00410346153846153, 0.00205059402275388, 0.00683961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 981910, 1, 975, '2021-05-09 00:00:00', 0.000409120444932211, 0.000753461538461538, 0.000691016308390436, 0.00141653846153844, 0.00148909151446836, 0.00243346153846151, 0.00242463618999761, 0.0040155769230769, 0.00206802772076347, 0.00677942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 990, '2021-05-09 00:00:00', 0.000678663760635564, 0.00120749999999996, 0.00103210481355039, 0.00186211538461535, 0.00163743105550693, 0.00248730769230764, 0.00237354134154008, 0.00401249999999997, 0.00202718794430572, 0.00682019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1005, '2021-05-09 00:00:00', 0.000874356554624827, 0.00132076923076922, 0.00136374721321019, 0.00185730769230767, 0.00192093158489474, 0.00244692307692304, 0.0022229916519446, 0.00388326923076923, 0.00187419452442499, 0.00671134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1020, '2021-05-09 00:00:00', 0.000771293743305073, 0.00116096153846152, 0.000988205366385866, 0.0014603846153846, 0.00135053487979335, 0.00238730769230767, 0.00153293393906536, 0.00348230769230771, 0.00155755964202387, 0.00660596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1035, '2021-05-09 00:00:00', 0.000364388001153471, 0.000851153846153854, 0.000886022768417315, 0.0013678846153846, 0.00138750201663055, 0.00217961538461538, 0.00135027928734989, 0.0031969230769231, 0.00155202126274093, 0.0066 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1050, '2021-05-09 00:00:00', 0.000780718505362476, 0.00104923076923073, 0.000941479441337689, 0.00172153846153845, 0.00125358053345053, 0.00215692307692309, 0.00122270217771319, 0.00307384615384619, 0.00160006379680503, 0.00663307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1065, '2021-05-09 00:00:00', 0.000553999861149664, 0.00120961538461538, 0.000760961335316136, 0.00158192307692309, 0.000734183795894304, 0.00192038461538465, 0.000927512243336167, 0.00277480769230772, 0.00165355738892288, 0.00659903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1080, '2021-05-09 00:00:00', 0.000648487589585305, 0.00107807692307692, 0.000626038245329625, 0.00134673076923078, 0.000631227497694889, 0.00182807692307692, 0.000883069994612339, 0.00259615384615386, 0.00187471553739595, 0.00672788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1095, '2021-05-09 00:00:00', 0.000357740344169001, 0.000831923076923078, 0.000446737790931285, 0.00115942307692309, 0.000577184845741691, 0.00161788461538462, 0.000767281539943759, 0.00236480769230769, 0.00194415807366186, 0.00672884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1110, '2021-05-09 00:00:00', 0.000373618738205759, 0.000715192307692322, 0.000404815817568731, 0.00106038461538461, 0.000510044078034906, 0.00139519230769228, 0.000724279270405045, 0.00215230769230772, 0.00198918715521227, 0.00673153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1125, '2021-05-09 00:00:00', 0.000315498201872233, 0.000688653846153831, 0.000374784091690987, 0.000951346153846169, 0.000474588080501255, 0.00124538461538461, 0.000697269647653239, 0.00200980769230772, 0.00196957735606867, 0.00674480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1140, '2021-05-09 00:00:00', 0.000293070548083317, 0.000612884615384642, 0.000405095667713198, 0.000847499999999992, 0.000440760007958291, 0.00116576923076924, 0.000698778852438563, 0.00194326923076925, 0.00195552208256122, 0.00675615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1155, '2021-05-09 00:00:00', 0.000259083888998245, 0.0005776923076923, 0.000324952126651566, 0.00078826923076922, 0.000516367080223402, 0.00112480769230769, 0.000719912815234209, 0.00188769230769233, 0.00194384630604851, 0.00677769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1170, '2021-05-09 00:00:00', 0.000217848306432252, 0.000521730769230771, 0.000316709828367589, 0.000761346153846154, 0.000496474067802146, 0.00103250000000002, 0.000664162746505804, 0.0018019230769231, 0.00198303066425726, 0.00675384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1185, '2021-05-09 00:00:00', 0.000266247715772074, 0.000525384615384616, 0.000357853859299274, 0.000735769230769234, 0.000472586377940998, 0.000988269230769266, 0.000708635199629436, 0.00174038461538463, 0.00200513790049463, 0.00675500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1200, '2021-05-09 00:00:00', 0.000292727492073075, 0.000554230769230779, 0.000400586493109238, 0.000733461538461561, 0.000433512842503421, 0.0010142307692308, 0.00070984657063775, 0.00175692307692309, 0.00201460445631013, 0.00677134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1215, '2021-05-09 00:00:00', 0.000272477522008704, 0.000469999999999996, 0.000355095003539154, 0.000712307692307704, 0.000403442875567476, 0.000948076923076934, 0.000719295836217629, 0.00168750000000001, 0.00201408120873629, 0.00678865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1230, '2021-05-09 00:00:00', 0.000266797604071858, 0.000489807692307682, 0.000246345988710692, 0.000677884615384632, 0.000348311586856447, 0.000925192307692339, 0.000696163138484524, 0.00158865384615387, 0.00198990058700274, 0.00681711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1245, '2021-05-09 00:00:00', 0.000213715123110536, 0.000466923076923104, 0.000279508703593653, 0.000633653846153838, 0.000382399509172528, 0.000844230769230774, 0.000710619908140873, 0.0015344230769231, 0.00197091147402962, 0.00686403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1260, '2021-05-09 00:00:00', 0.000205613621967139, 0.000420192307692319, 0.000287893476560629, 0.000629423076923101, 0.000324709159805431, 0.000824038461538497, 0.000625923195091713, 0.00145538461538464, 0.0019881254023287, 0.00685884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1275, '2021-05-09 00:00:00', 0.000224095875772985, 0.000420192307692319, 0.000249639740426072, 0.000509999999999993, 0.000412927820103447, 0.000865769230769198, 0.000592002241419852, 0.00143557692307694, 0.00199705737369916, 0.00688307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1290, '2021-05-09 00:00:00', 0.000173210965188519, 0.000335961538461527, 0.000291310038381008, 0.000566538461538475, 0.000430767160022492, 0.000862115384615396, 0.000572559469534676, 0.00143788461538462, 0.00199698819379431, 0.00692538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1305, '2021-05-09 00:00:00', 0.000235411260432599, 0.00047769230769232, 0.00036128318319779, 0.000693461538461521, 0.000469956012671536, 0.000925576923076932, 0.000546867477970228, 0.00141403846153848, 0.0020121835154876, 0.0069775 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1320, '2021-05-09 00:00:00', 0.00030061193998497, 0.000511538461538431, 0.000350332204980019, 0.000649423076923078, 0.000569380668932317, 0.00104711538461538, 0.000535227952874717, 0.00135980769230768, 0.0020277600089375, 0.00698557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1335, '2021-05-09 00:00:00', 0.000186339330668151, 0.000362884615384627, 0.000266725730638406, 0.000556153846153869, 0.000402926601447258, 0.00093038461538463, 0.000489487840659845, 0.00129711538461538, 0.00205296330852597, 0.00699711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1350, '2021-05-09 00:00:00', 0.000187772059033916, 0.000412115384615394, 0.000363897121979004, 0.00074634615384615, 0.000376026390235888, 0.000849615384615391, 0.000505296409583975, 0.00133730769230768, 0.00207982844151962, 0.00701211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1365, '2021-05-09 00:00:00', 0.000329323315533315, 0.000569615384615359, 0.000323207958774848, 0.00066576923076922, 0.000325837205695395, 0.000723269230769229, 0.000544654053929216, 0.00140596153846154, 0.00217010192068343, 0.0070378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1380, '2021-05-09 00:00:00', 0.00015407940011068, 0.000392307692307683, 0.000175037578382904, 0.000461923076923071, 0.000284354599860016, 0.000686538461538458, 0.000522705977066995, 0.00144846153846155, 0.00235536918549942, 0.00711499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1395, '2021-05-09 00:00:00', 0.000183330407902053, 0.000339038461538445, 0.000206741477361318, 0.000450961538461529, 0.000290692872554251, 0.000737115384615354, 0.000457950492789517, 0.00154557692307692, 0.00239748704977655, 0.00714192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1410, '2021-05-09 00:00:00', 0.000147006671748158, 0.000304807692307699, 0.000283466725764062, 0.000509230769230758, 0.000274277863040096, 0.000732115384615381, 0.000457425235589219, 0.00162538461538461, 0.00240206952438936, 0.00714499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 1, 1425, '2021-05-09 00:00:00', 0.000185538716672857, 0.000378846153846142, 0.000246859037945493, 0.000600769230769212, 0.00024352381024005, 0.000700384615384609, 0.000494238691944889, 0.00169673076923077, 0.00240755954475452, 0.00713519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 0, '2021-05-09 00:00:00', 0.000237306763494001, 0.000462499999999998, 0.000218349402422926, 0.000577692307692317, 0.000236762539266654, 0.000647499999999997, 0.000533942988889855, 0.00172634615384616, 0.00236849920024023, 0.00713769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 15, '2021-05-09 00:00:00', 0.000200833647196245, 0.000373076923076959, 0.000221522355183731, 0.000451923076923108, 0.000266366216961645, 0.000630192307692311, 0.000641531460946848, 0.00178384615384616, 0.00235910684696238, 0.00712365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 30, '2021-05-09 00:00:00', 0.000184993554981281, 0.000291153846153841, 0.000194012787048831, 0.000400192307692316, 0.000291236356563914, 0.000668846153846137, 0.000689902445723597, 0.00184576923076922, 0.00235910684696238, 0.00712365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 45, '2021-05-09 00:00:00', 0.000146330106266626, 0.00026250000000002, 0.000210234758891475, 0.000470576923076923, 0.000309560979453189, 0.000655000000000004, 0.000721783794604648, 0.00188538461538462, 0.00234293088147832, 0.00711634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 60, '2021-05-09 00:00:00', 0.000199574932910327, 0.000403076923076908, 0.000263118867551452, 0.00053346153846154, 0.000332112121938485, 0.000682692307692288, 0.000791494399610885, 0.00197923076923077, 0.0023396846270056, 0.00711192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 75, '2021-05-09 00:00:00', 0.000216489118575374, 0.000358461538461521, 0.000234628675537783, 0.000466153846153851, 0.000308677077965865, 0.000726538461538447, 0.000786346591229632, 0.00196019230769232, 0.00233968886820452, 0.00711 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 90, '2021-05-09 00:00:00', 0.000115576148723891, 0.000290384615384622, 0.000165790994466377, 0.000420576923076911, 0.000373477061390159, 0.000771346153846151, 0.000765011513236657, 0.00195615384615386, 0.00231393378005112, 0.00708153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 105, '2021-05-09 00:00:00', 0.000146842144442966, 0.000293846153846132, 0.000284035479907278, 0.000558076923076907, 0.000470746583794149, 0.00085711538461538, 0.000751490851574393, 0.00195750000000001, 0.00228917593503396, 0.0070623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 120, '2021-05-09 00:00:00', 0.000262728289010079, 0.000461923076923071, 0.000369457658654527, 0.000614807692307698, 0.000460898620589779, 0.000898461538461566, 0.000753188121357359, 0.00198788461538463, 0.00229274336850994, 0.00705192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 135, '2021-05-09 00:00:00', 0.000268793601114312, 0.000370000000000016, 0.000360896799653306, 0.000587499999999997, 0.000306284935213042, 0.000952307692307697, 0.000752847849578781, 0.00196826923076925, 0.00229676133182896, 0.00701615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 150, '2021-05-09 00:00:00', 0.000223495998931677, 0.0003923076923077, 0.00028069398886444, 0.000596346153846183, 0.000406608723278497, 0.000989423076923068, 0.000733451193908734, 0.00195942307692309, 0.0022608812185994, 0.00699326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 165, '2021-05-09 00:00:00', 0.000205441082701469, 0.000429038461538497, 0.00025544049435013, 0.000729615384615399, 0.000462311458451332, 0.00103326923076923, 0.000688310221875622, 0.0019848076923077, 0.00226414644300777, 0.00698865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 180, '2021-05-09 00:00:00', 0.000178363069651148, 0.000535769230769231, 0.00035847540415574, 0.000761153846153845, 0.000393593503698771, 0.00103461538461536, 0.000603150574388049, 0.00193884615384616, 0.00226398142320458, 0.00708326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 195, '2021-05-09 00:00:00', 0.000325258950092666, 0.000560769230769249, 0.000336867926641893, 0.000740000000000006, 0.000418456504494635, 0.0010453846153846, 0.000589279514452908, 0.00182788461538462, 0.00225077600293426, 0.00711615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 210, '2021-05-09 00:00:00', 0.000171720367503074, 0.000486730769230772, 0.000252911127595348, 0.000665961538461537, 0.000427667960707142, 0.000983269230769216, 0.000581959323188636, 0.00175442307692307, 0.00221632013967715, 0.0071001923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 225, '2021-05-09 00:00:00', 0.000199674446575895, 0.000468269230769224, 0.000392435835029614, 0.000748269230769231, 0.000435961580876129, 0.000987500000000013, 0.000568658610578111, 0.00175115384615386, 0.00217867288468499, 0.00712653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 240, '2021-05-09 00:00:00', 0.000343295846845756, 0.000550961538461544, 0.000393989896395266, 0.000729038461538464, 0.000478909337814753, 0.00101692307692309, 0.000537372668280966, 0.00174076923076923, 0.0021555982660541, 0.00710673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 255, '2021-05-09 00:00:00', 0.000166404165073597, 0.000422115384615366, 0.000211834932108795, 0.000584038461538453, 0.000418774448195621, 0.000885961538461544, 0.000512462081148816, 0.00161576923076921, 0.00218799382118379, 0.00701519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 270, '2021-05-09 00:00:00', 0.000130406465153547, 0.000389615384615426, 0.000375150841457375, 0.00065807692307693, 0.000419337985584266, 0.000872884615384629, 0.000498451949694103, 0.00155288461538462, 0.00215429503907535, 0.00699134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 285, '2021-05-09 00:00:00', 0.000335854192264353, 0.000519038461538463, 0.000363125799350367, 0.000642884615384634, 0.000336596368644427, 0.000836346153846159, 0.000486792010553243, 0.0015176923076923, 0.0021380106137752, 0.00699923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 300, '2021-05-09 00:00:00', 0.000200825699397417, 0.000375192307692323, 0.000237909889211467, 0.000553653846153852, 0.000261864689075501, 0.000761346153846154, 0.000491911694702019, 0.00142634615384614, 0.00214057612661782, 0.00698192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 315, '2021-05-09 00:00:00', 0.000198872204810395, 0.00041192307692306, 0.000196621561537715, 0.000540961538461521, 0.000439906283725914, 0.000786538461538447, 0.000450817590606246, 0.00149749999999996, 0.00214098633811616, 0.00698249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 330, '2021-05-09 00:00:00', 0.000128576376583671, 0.000373269230769242, 0.00021498595660755, 0.00055519230769229, 0.000490495040357585, 0.000779230769230759, 0.000461646551445498, 0.00169846153846151, 0.00217863856571027, 0.00698499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 345, '2021-05-09 00:00:00', 0.00019696700231257, 0.000394999999999991, 0.00041555546700033, 0.000532115384615395, 0.000446521125350894, 0.000806346153846159, 0.00059336579067087, 0.00181019230769232, 0.00218291231015959, 0.00699692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 360, '2021-05-09 00:00:00', 0.000322189922489611, 0.000382884615384647, 0.000367939010414258, 0.000571346153846156, 0.000361456295900559, 0.000789423076923099, 0.0007022478195053, 0.00201000000000001, 0.00220300026188065, 0.0070130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 375, '2021-05-09 00:00:00', 0.000128045064182651, 0.000331538461538439, 0.000202977831301825, 0.000494999999999998, 0.000261002578826021, 0.000667115384615391, 0.000688912074327201, 0.00229038461538462, 0.00220838144698434, 0.00701615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 390, '2021-05-09 00:00:00', 0.000166706674685243, 0.000338653846153844, 0.000206521092236255, 0.000474807692307703, 0.000217785709780551, 0.000621153846153842, 0.000632598304917562, 0.00242615384615385, 0.00221097497637442, 0.00701711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 405, '2021-05-09 00:00:00', 0.00012586439589432, 0.00031538461538464, 0.000164413760419809, 0.000423269230769254, 0.000191907429607263, 0.000627692307692338, 0.000593264372252896, 0.00269615384615387, 0.00221105311664271, 0.00701673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 420, '2021-05-09 00:00:00', 0.000113251252327939, 0.000315384615384606, 0.000134941155266341, 0.000428653846153836, 0.000259833674610389, 0.000686538461538433, 0.00063947637834522, 0.00292903846153847, 0.00221357049721799, 0.00700711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 435, '2021-05-09 00:00:00', 0.000114770004121978, 0.000306923076923089, 0.000168994424122878, 0.000478653846153848, 0.00026202965187461, 0.000723461538461513, 0.000651694743312783, 0.00306596153846154, 0.00221365737220973, 0.00699980769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 450, '2021-05-09 00:00:00', 0.000163300690092281, 0.000356346153846157, 0.000245743534229037, 0.000533269230769206, 0.000251774395349954, 0.000732884615384591, 0.000667577624411832, 0.00315826923076924, 0.00221045666183398, 0.00700057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 465, '2021-05-09 00:00:00', 0.000200274811197027, 0.000394999999999974, 0.000188026696140582, 0.000574038461538473, 0.000260372588064474, 0.000741730769230752, 0.000753840729964777, 0.00322961538461542, 0.00221932176923145, 0.00699365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 480, '2021-05-09 00:00:00', 0.00015077083986583, 0.00046538461538465, 0.000199916617233672, 0.000595576923076939, 0.000260334474208756, 0.000779038461538475, 0.000880629604317254, 0.00336250000000001, 0.00222171783848584, 0.00698807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 495, '2021-05-09 00:00:00', 0.000106145944521978, 0.000349807692307687, 0.000176724035194395, 0.000530769230769215, 0.00025359878973258, 0.000912115384615365, 0.000953713067638593, 0.00344884615384617, 0.00220072841088162, 0.00700346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 510, '2021-05-09 00:00:00', 0.000168097155972846, 0.00040942307692306, 0.000199847345587746, 0.000595192307692321, 0.000393744157465784, 0.00119230769230768, 0.00100705528455684, 0.00356288461538462, 0.0021775377149432, 0.00703749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 525, '2021-05-09 00:00:00', 0.000162892130423334, 0.000430384615384634, 0.000259909525678525, 0.000760192307692309, 0.000467151639027551, 0.00137557692307694, 0.00102694492774218, 0.00362173076923079, 0.00217441593395703, 0.00706942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 540, '2021-05-09 00:00:00', 0.000218866046141998, 0.000642115384615364, 0.000376185919664522, 0.00103461538461536, 0.000678556839634934, 0.00163576923076922, 0.00111786343255612, 0.00371057692307693, 0.00217554478588346, 0.00706865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 555, '2021-05-09 00:00:00', 0.000304446029068176, 0.000754230769230748, 0.000383337970986423, 0.00108500000000002, 0.000602920360859099, 0.00189019230769231, 0.001083810106132, 0.00366288461538463, 0.00216801476896759, 0.00707096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 570, '2021-05-09 00:00:00', 0.000354400957196155, 0.00078903846153849, 0.000558987443095504, 0.00123519230769231, 0.000583705932284904, 0.00197615384615385, 0.00110765339274593, 0.00367403846153847, 0.00226782946041771, 0.00704269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 585, '2021-05-09 00:00:00', 0.000388188693213052, 0.00087769230769231, 0.000497173124157573, 0.00146365384615384, 0.000550953753468968, 0.00215403846153848, 0.00109918970155292, 0.00370500000000001, 0.00243948787973721, 0.00715365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 600, '2021-05-09 00:00:00', 0.000453303472809886, 0.00119596153846155, 0.000530390748556019, 0.00155711538461539, 0.000674035978268224, 0.00225750000000001, 0.00105481205033811, 0.0037273076923077, 0.00245936833666386, 0.00712884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 615, '2021-05-09 00:00:00', 0.000317532130415414, 0.000989423076923068, 0.00048782389634601, 0.00151692307692309, 0.000661385172311774, 0.00203788461538463, 0.00117108091095365, 0.00350250000000003, 0.00254972756463239, 0.00714557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 630, '2021-05-09 00:00:00', 0.000329065167733382, 0.00103173076923079, 0.000529650973610117, 0.00144192307692309, 0.000768868424274328, 0.00191442307692309, 0.00125116659408485, 0.00342461538461539, 0.00262952134427544, 0.00719249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 645, '2021-05-09 00:00:00', 0.000290772512191496, 0.000994423076923075, 0.000407397981566718, 0.00133365384615384, 0.000621610841653774, 0.0018490384615385, 0.00116414625369839, 0.00324750000000002, 0.00252859855529624, 0.00727557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 660, '2021-05-09 00:00:00', 0.000227143888656179, 0.000862115384615379, 0.000440896289915797, 0.00124346153846154, 0.00067797858486714, 0.00182019230769229, 0.00119071673632055, 0.00322711538461536, 0.00254440716988338, 0.0072653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 675, '2021-05-09 00:00:00', 0.000492302127372356, 0.000930769230769231, 0.000615171802144592, 0.0013121153846154, 0.000855269750519613, 0.00178788461538461, 0.0011150901308863, 0.00315999999999997, 0.00250206705315058, 0.00723846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 690, '2021-05-09 00:00:00', 0.000392755208553815, 0.000909423076923099, 0.00056666096905129, 0.00133557692307692, 0.000858000560336932, 0.00178480769230769, 0.00101623626871223, 0.00310192307692306, 0.00249915958951129, 0.00714442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 705, '2021-05-09 00:00:00', 0.000434214764302722, 0.000922692307692289, 0.000541514578253961, 0.00114596153846153, 0.000638460919832877, 0.00160711538461538, 0.00101276485614686, 0.00332557692307691, 0.00255321064845513, 0.00708884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 720, '2021-05-09 00:00:00', 0.000341054924518727, 0.000792307692307699, 0.000564788319774659, 0.00123038461538461, 0.000715124088210197, 0.0015976923076923, 0.00112331913747402, 0.00347173076923077, 0.00257505483138038, 0.0071057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 735, '2021-05-09 00:00:00', 0.00043150100276205, 0.000821346153846146, 0.000463689717209865, 0.0010969230769231, 0.000492352125398712, 0.00141115384615385, 0.00119942050110108, 0.00342153846153848, 0.00258778524997728, 0.00705749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 750, '2021-05-09 00:00:00', 0.000242669766111503, 0.000718846153846157, 0.000317122398112471, 0.000978846153846136, 0.00037778712972337, 0.00135634615384614, 0.00122866619363629, 0.00339884615384616, 0.0025931429697451, 0.00696230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 765, '2021-05-09 00:00:00', 0.000286415513116599, 0.000739615384615379, 0.000278051530918544, 0.000964423076923075, 0.000419318357117096, 0.00143673076923077, 0.00121595502194145, 0.00345115384615387, 0.00258817078261849, 0.00695999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 780, '2021-05-09 00:00:00', 0.000173932458155458, 0.000717499999999995, 0.000302829731291128, 0.0010346153846154, 0.000476727345071049, 0.0015101923076923, 0.00134715386591938, 0.00364846153846157, 0.00257889979523171, 0.00697807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 795, '2021-05-09 00:00:00', 0.00021409379684185, 0.000698076923076936, 0.000352374145563422, 0.00105653846153846, 0.000585437147647958, 0.00146942307692309, 0.00135339493354819, 0.00370038461538463, 0.0025674788292139, 0.00695653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 810, '2021-05-09 00:00:00', 0.000319448804132275, 0.00078346153846153, 0.000423441077546651, 0.00106788461538461, 0.000664558847310348, 0.0014426923076923, 0.00141411920126439, 0.00375365384615387, 0.00256878807102614, 0.00697192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 825, '2021-05-09 00:00:00', 0.000328511620213648, 0.000736730769230796, 0.000446131750115971, 0.00101346153846154, 0.000491301881190703, 0.00133346153846154, 0.00145118688824542, 0.00380076923076923, 0.00258547889478617, 0.00702134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 840, '2021-05-09 00:00:00', 0.000410914177826045, 0.00073730769230768, 0.000457624678261369, 0.000972884615384601, 0.000705204607515824, 0.00150153846153843, 0.00181893388047465, 0.00404730769230768, 0.00258185837215099, 0.00705557692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 855, '2021-05-09 00:00:00', 0.000303223451498158, 0.00073769230769229, 0.000332208287304556, 0.000952115384615371, 0.000694449892970073, 0.00152942307692306, 0.00193270070109163, 0.00417999999999997, 0.00258170004365043, 0.00709365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 870, '2021-05-09 00:00:00', 0.000235539723907574, 0.000680192307692314, 0.000718027961743937, 0.00120307692307692, 0.00071858517508096, 0.00165942307692309, 0.00197389883615768, 0.00422615384615384, 0.00251497762644889, 0.00712230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 885, '2021-05-09 00:00:00', 0.000677370367955824, 0.000946153846153836, 0.000674182382308662, 0.00119326923076921, 0.00104137992771424, 0.00211307692307693, 0.00188719846292369, 0.00424903846153844, 0.00246194120563428, 0.00709249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 900, '2021-05-09 00:00:00', 0.000281023951894601, 0.0007626923076923, 0.000376219862069185, 0.00115076923076923, 0.00104651849555488, 0.00216519230769232, 0.00181627433542908, 0.0042026923076923, 0.00235544096802405, 0.00703692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 915, '2021-05-09 00:00:00', 0.000357902436211495, 0.000901923076923084, 0.000884798369034506, 0.00163807692307693, 0.00105160068467077, 0.00212500000000003, 0.00178433223881134, 0.00416346153846154, 0.00227246481736326, 0.00695788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 930, '2021-05-09 00:00:00', 0.000905078938333764, 0.00124673076923076, 0.000985734731831264, 0.00169980769230768, 0.00104330917683187, 0.00217096153846155, 0.00166496292405013, 0.00408653846153844, 0.00215200072383459, 0.00687365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 945, '2021-05-09 00:00:00', 0.000432678820302615, 0.0010251923076923, 0.000498690631708539, 0.00131211538461539, 0.000576566128037354, 0.00198750000000003, 0.0015982852951258, 0.00379673076923076, 0.00207564367217646, 0.00666057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 960, '2021-05-09 00:00:00', 0.000278750577784862, 0.000901730769230775, 0.000438240933031836, 0.00137865384615387, 0.00056580239143521, 0.00209788461538464, 0.00152338112055439, 0.00369096153846152, 0.00207340151590421, 0.00661538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 975, '2021-05-09 00:00:00', 0.000457930293654132, 0.000986923076923086, 0.000482319874708106, 0.00143269230769233, 0.000655072984776964, 0.00209384615384617, 0.001445881791104, 0.00358692307692306, 0.00195870864052353, 0.00659153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 990, '2021-05-09 00:00:00', 0.000372564707854151, 0.00110230769230772, 0.0005400464367498, 0.00164807692307696, 0.000749875682004367, 0.00212653846153849, 0.00141817717510895, 0.0035125, 0.00195319085088989, 0.0065225 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1005, '2021-05-09 00:00:00', 0.000437767237063441, 0.00115692307692308, 0.000603664960566189, 0.00164076923076924, 0.000844489559073742, 0.00208615384615384, 0.00134198756156107, 0.00339615384615383, 0.00214831193122556, 0.00659807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1020, '2021-05-09 00:00:00', 0.000503562691842207, 0.00117576923076923, 0.000651473241672583, 0.00149923076923078, 0.00107644671882147, 0.00224346153846152, 0.00131010228608303, 0.00319999999999997, 0.00213972651020206, 0.00660346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1035, '2021-05-09 00:00:00', 0.000429048903434637, 0.000999807692307726, 0.000599268400121834, 0.00138615384615386, 0.00119165794330677, 0.00211942307692307, 0.0012779593709685, 0.00301307692307691, 0.00207951097246813, 0.00666826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1050, '2021-05-09 00:00:00', 0.000339101074108462, 0.000996538461538474, 0.000860684991065925, 0.00165442307692309, 0.00110910171552684, 0.00202615384615385, 0.00116627434429207, 0.00292961538461537, 0.00201122458869064, 0.00667788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1065, '2021-05-09 00:00:00', 0.000677016219553461, 0.0013151923076923, 0.000909224881212205, 0.00159326923076922, 0.000889148533927037, 0.00187865384615381, 0.00101559342258603, 0.00279999999999998, 0.00191316057470756, 0.00656076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1080, '2021-05-09 00:00:00', 0.000616568450251996, 0.00107942307692305, 0.000652648804134702, 0.00133269230769231, 0.000613371295508546, 0.00181211538461536, 0.000731753137230144, 0.0025755769230769, 0.00179553944111941, 0.00655673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1095, '2021-05-09 00:00:00', 0.000383908642978844, 0.000775384615384622, 0.000393447728910257, 0.00110865384615383, 0.000513150600176557, 0.00151846153846155, 0.00076807554215817, 0.00234596153846153, 0.00182474807534123, 0.00648846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1110, '2021-05-09 00:00:00', 0.000283480836416495, 0.000785769230769212, 0.000387751903233969, 0.00115653846153844, 0.000419117938239151, 0.00137461538461538, 0.000776984333076385, 0.00220942307692307, 0.00185332819128598, 0.00645076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1125, '2021-05-09 00:00:00', 0.000356809634657776, 0.00078134615384614, 0.000384746070105387, 0.000988461538461541, 0.000355131449119694, 0.00125288461538462, 0.000737870141795864, 0.00213288461538463, 0.00187242809248803, 0.0064151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1140, '2021-05-09 00:00:00', 0.000260782550147732, 0.000618461538461568, 0.000234478472031361, 0.000841923076923093, 0.000339126990056244, 0.00111634615384617, 0.000768368301112063, 0.00217038461538462, 0.00191961815113156, 0.00637461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1155, '2021-05-09 00:00:00', 0.000232287288966411, 0.000624230769230802, 0.00031442945888608, 0.000853269230769244, 0.000363588313258874, 0.00115230769230771, 0.000805647470146728, 0.00212961538461539, 0.00192189855051234, 0.00636096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1170, '2021-05-09 00:00:00', 0.000230376030403804, 0.000583653846153861, 0.000265097369629725, 0.000776153846153841, 0.000309658620965813, 0.00105269230769232, 0.000765026696366766, 0.00204961538461539, 0.00195923914784833, 0.00644096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1185, '2021-05-09 00:00:00', 0.000142100722674506, 0.000563846153846133, 0.000266474129210431, 0.000787692307692284, 0.000386147689960133, 0.00105596153846156, 0.000719035785992945, 0.00198230769230769, 0.00197178463678113, 0.00644942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1200, '2021-05-09 00:00:00', 0.000254992081324999, 0.000584807692307698, 0.000226759784794388, 0.000750000000000011, 0.000422222553418692, 0.00107173076923077, 0.000711329740696964, 0.00196500000000001, 0.00197042572518262, 0.00644153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1215, '2021-05-09 00:00:00', 0.000195490408971903, 0.000507500000000011, 0.000354081965738901, 0.00073596153846156, 0.000452002893115316, 0.00100884615384615, 0.000713109010978319, 0.0018426923076923, 0.00197213789695734, 0.00641673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1230, '2021-05-09 00:00:00', 0.00022793833511585, 0.000496730769230778, 0.000279940378267618, 0.000713846153846142, 0.000387177756830892, 0.00100615384615387, 0.000632893386331025, 0.00174596153846153, 0.0019807358092774, 0.00638788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1245, '2021-05-09 00:00:00', 0.000185551568614751, 0.000495769230769216, 0.000244731249772859, 0.000680769230769233, 0.000414257120081781, 0.000970192307692344, 0.00063216015497537, 0.0016626923076923, 0.00199136095711913, 0.00636769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1260, '2021-05-09 00:00:00', 0.000245493615771607, 0.000431346153846127, 0.000324210757663286, 0.000688846153846175, 0.000427675829787716, 0.00102884615384616, 0.000620363076072272, 0.00159711538461537, 0.00201997658021457, 0.00631576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1275, '2021-05-09 00:00:00', 0.000229763758272239, 0.000505769230769239, 0.000283083298423174, 0.000681923076923078, 0.000316599054860346, 0.00101480769230768, 0.000627797033590172, 0.00162134615384615, 0.00194585401460484, 0.00644038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1290, '2021-05-09 00:00:00', 0.00018049504574491, 0.000452692307692301, 0.000299664748574919, 0.000720192307692295, 0.000325431843271941, 0.000908269230769203, 0.000691228226809686, 0.00156230769230767, 0.00201134681246172, 0.006525 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1305, '2021-05-09 00:00:00', 0.000176632277736711, 0.000519807692307673, 0.000270724739570238, 0.000676730769230745, 0.000312509753693915, 0.000812115384615376, 0.000700521261962497, 0.00150903846153844, 0.00207062417196805, 0.00667769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1320, '2021-05-09 00:00:00', 0.000182164866155753, 0.000440961538461532, 0.000197987276203433, 0.000545192307692318, 0.000547140433386327, 0.000920576923076925, 0.000772325459495284, 0.00149115384615383, 0.0021209023116081, 0.00667615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1335, '2021-05-09 00:00:00', 0.000128272546376255, 0.000360384615384628, 0.000237996848718627, 0.000512500000000018, 0.000536512957761667, 0.000918076923076925, 0.000768078521626937, 0.00148615384615384, 0.00212451033272284, 0.00667692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1350, '2021-05-09 00:00:00', 0.00021317129262637, 0.000399999999999973, 0.000507674638387182, 0.000731538461538446, 0.000537643147306986, 0.000931923076923067, 0.000749081411822824, 0.00155019230769229, 0.00212812655060375, 0.00667384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1365, '2021-05-09 00:00:00', 0.000317102507085681, 0.000575000000000018, 0.000331070292327106, 0.000716538461538459, 0.000367151404527011, 0.000823076923076918, 0.000676953583228702, 0.00148307692307692, 0.00212786864292382, 0.0066698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1380, '2021-05-09 00:00:00', 0.000183179294261554, 0.000414423076923076, 0.000194741742196798, 0.000537884615384638, 0.00024643020544127, 0.000749615384615411, 0.000792593115131528, 0.00156538461538462, 0.00210162267893534, 0.00665326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1395, '2021-05-09 00:00:00', 0.000123931277482552, 0.000324807692307685, 0.000139237622015792, 0.000413653846153815, 0.00024818541455932, 0.000739999999999988, 0.000849149551927395, 0.00165019230769232, 0.00208651859472996, 0.00664961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1410, '2021-05-09 00:00:00', 0.000102247813593323, 0.000276153846153828, 0.000176361952987436, 0.00049846153846155, 0.000196446214991822, 0.000728653846153854, 0.000817516901730739, 0.00168826923076926, 0.00208484267069207, 0.00669480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 2, 1425, '2021-05-09 00:00:00', 0.000121261478441639, 0.0003621153846154, 0.000150361743293132, 0.000615576923076916, 0.000162194209324681, 0.000715192307692313, 0.000983024238687014, 0.00180057692307695, 0.00208555121841095, 0.00670173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 0, '2021-05-09 00:00:00', 0.000192152583601183, 0.00047884615384614, 0.000181079774175332, 0.000563269230769232, 0.000210343400547389, 0.000647884615384615, 0.000995487742844616, 0.00181038461538465, 0.0020861673821038, 0.00670211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 15, '2021-05-09 00:00:00', 0.000172765292098401, 0.000314615384615405, 0.000196940443945698, 0.000453461538461571, 0.000381317957373349, 0.000699230769230807, 0.000992680907752051, 0.00181576923076925, 0.00208848411165021, 0.00668326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 30, '2021-05-09 00:00:00', 0.000169282194983584, 0.000317692307692314, 0.000169177307989178, 0.000410192307692296, 0.000396655828337153, 0.000700384615384635, 0.000972501690724271, 0.00182153846153848, 0.00209158865826544, 0.00667134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 45, '2021-05-09 00:00:00', 0.000144837442035492, 0.000281730769230762, 0.00033075577790174, 0.000550769230769235, 0.000406112716448942, 0.000681538461538477, 0.000932205263794506, 0.0018694230769231, 0.0020873429558615, 0.00665884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 60, '2021-05-09 00:00:00', 0.000327833740695613, 0.000449807692307701, 0.000363524626189434, 0.000536923076923093, 0.000500152592100301, 0.000683846153846167, 0.000967820231241323, 0.00188000000000003, 0.00209375676347933, 0.00664923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 75, '2021-05-09 00:00:00', 0.000238826618797311, 0.00035192307692306, 0.000295214133495345, 0.000470769230769223, 0.000390453434631313, 0.000756730769230756, 0.000966880471492647, 0.00187461538461538, 0.0020804235238195, 0.00662596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 90, '2021-05-09 00:00:00', 0.00016940086731227, 0.000339423076923097, 0.000297149858592497, 0.000465961538461542, 0.000347076415882031, 0.000819038461538464, 0.000960180271535588, 0.00188192307692307, 0.00207812279381028, 0.00662788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 105, '2021-05-09 00:00:00', 0.000228044192748132, 0.00032307692307693, 0.000285710787066476, 0.000614423076923054, 0.000408512122030859, 0.000823076923076901, 0.000945579512989059, 0.00190884615384615, 0.00208508001137754, 0.00662942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 120, '2021-05-09 00:00:00', 0.000277895387068279, 0.000504615384615368, 0.000358504371821839, 0.000659230769230767, 0.000751829870280609, 0.00102692307692306, 0.000965343223139594, 0.00192653846153845, 0.00206743055878176, 0.00664365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 135, '2021-05-09 00:00:00', 0.00017517738262862, 0.000366346153846146, 0.000244757729507851, 0.000517884615384592, 0.000737922343214652, 0.00107923076923073, 0.000948281056195075, 0.00189019230769231, 0.00203978026720074, 0.00668346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 150, '2021-05-09 00:00:00', 0.000175163220586257, 0.000388076923076903, 0.000656309729882499, 0.000747692307692304, 0.000715540785269888, 0.00115115384615385, 0.00091732898217512, 0.00191730769230767, 0.00203947085897676, 0.00668423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 165, '2021-05-09 00:00:00', 0.000592089130504494, 0.000583461538461535, 0.000602899277211013, 0.000886538461538436, 0.000900722466433763, 0.00124019230769231, 0.0008945191230703, 0.00189269230769229, 0.00201836073050919, 0.00667403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 180, '2021-05-09 00:00:00', 0.000399321780792634, 0.000688269230769213, 0.000553188832692246, 0.000913269230769236, 0.000732865004884684, 0.00118365384615386, 0.000756801467716894, 0.00180230769230768, 0.00202854082646009, 0.00667173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 195, '2021-05-09 00:00:00', 0.000344856324598215, 0.000566730769230776, 0.000490674143790588, 0.00083365384615385, 0.000497259605623284, 0.00106365384615385, 0.000552396735911924, 0.00168192307692309, 0.00203700875153892, 0.00665442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 210, '2021-05-09 00:00:00', 0.000344028844944513, 0.000554615384615388, 0.000317645242369523, 0.000722500000000019, 0.000384567339306803, 0.000955961538461541, 0.00057673003949989, 0.00160153846153844, 0.00204318962559863, 0.00664538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 225, '2021-05-09 00:00:00', 0.000179007949973872, 0.000464615384615414, 0.000226411215405824, 0.000645961538461543, 0.00030153912872769, 0.000920384615384641, 0.000581580075841153, 0.00151923076923077, 0.00206646603761479, 0.00662173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 240, '2021-05-09 00:00:00', 0.00019000404853985, 0.000486538461538429, 0.000260589937228252, 0.000641346153846154, 0.000301420738401429, 0.000882692307692326, 0.000551555039446177, 0.00147519230769229, 0.00207568316835316, 0.00664115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 255, '2021-05-09 00:00:00', 0.000221674050387937, 0.000394230769230781, 0.000280849877774896, 0.000589423076923087, 0.000358483772833016, 0.000796153846153844, 0.000573848546087021, 0.00146307692307691, 0.00207048258960228, 0.00664807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 270, '2021-05-09 00:00:00', 0.000212589166812805, 0.000438076923076881, 0.00024080705650279, 0.000609038461538472, 0.000387765839333304, 0.000837115384615386, 0.000602779108667634, 0.0015255769230769, 0.00207737674817213, 0.0066719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 285, '2021-05-09 00:00:00', 0.000208212539340132, 0.000417692307692311, 0.000308133649823948, 0.000582115384615381, 0.000395574946706118, 0.00078846153846152, 0.000661526003907726, 0.00151057692307689, 0.00208801543613511, 0.00672769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 300, '2021-05-09 00:00:00', 0.000261642812892792, 0.000449807692307684, 0.000354515324611823, 0.000618653846153851, 0.000354928378473956, 0.000763076923076926, 0.000789716794417206, 0.00152615384615382, 0.00209507103789971, 0.00674057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 315, '2021-05-09 00:00:00', 0.00013926013290019, 0.000384230769230801, 0.000178840818778966, 0.000505961538461548, 0.000189261723547036, 0.000680000000000005, 0.00084592825664155, 0.00162615384615382, 0.0021019394340978, 0.00675923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 330, '2021-05-09 00:00:00', 0.000132441133512765, 0.000339423076923063, 0.000135979212212169, 0.000472884615384596, 0.000349211914943438, 0.000699807692307674, 0.000835770211334353, 0.0017253846153846, 0.0021066001135625, 0.00675096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 345, '2021-05-09 00:00:00', 0.00014090545111475, 0.000357115384615367, 0.000145277453383295, 0.000501538461538468, 0.000354168582196941, 0.000674230769230754, 0.000999393989452524, 0.00198288461538462, 0.00210506115387142, 0.00675230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 360, '2021-05-09 00:00:00', 0.000117772433760378, 0.000332115384615391, 0.000387764797862753, 0.000511538461538448, 0.000368763265732707, 0.000637884615384601, 0.000995291685116249, 0.00215653846153847, 0.00209530376905483, 0.00674173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 375, '2021-05-09 00:00:00', 0.000350582427485379, 0.000359038461538457, 0.000335277439650304, 0.000434807692307671, 0.000329181035064546, 0.000623076923076906, 0.00103793189342298, 0.00244615384615384, 0.00210171893019463, 0.00674769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 390, '2021-05-09 00:00:00', 0.000120308577608393, 0.000271923076923048, 0.000173213629771058, 0.000415192307692269, 0.00026483870272591, 0.000591538461538443, 0.00101788817959234, 0.00267788461538461, 0.0022221741692454, 0.00683403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 405, '2021-05-09 00:00:00', 0.000123050958799749, 0.000286538461538434, 0.000158994073426078, 0.000426346153846137, 0.000259811248054017, 0.000581730769230754, 0.00107864295083433, 0.00295384615384615, 0.00222420603811786, 0.00683250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 420, '2021-05-09 00:00:00', 0.000166616210311161, 0.000334807692307708, 0.000248592112629368, 0.000445961538461539, 0.000272859854137631, 0.000627500000000003, 0.00108234789302627, 0.00311519230769232, 0.00222843329752955, 0.00683019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 435, '2021-05-09 00:00:00', 0.000135579667184447, 0.000289615384615386, 0.000154015109148942, 0.000400576923076917, 0.00026083541819436, 0.00068134615384616, 0.000997209664706797, 0.00335865384615385, 0.00223687870617828, 0.00684711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 450, '2021-05-09 00:00:00', 0.000125174339960784, 0.000318846153846142, 0.000215722132525959, 0.000479038461538457, 0.00038370185741614, 0.000838653846153849, 0.001012429009857, 0.0033975, 0.00224649292488057, 0.00683769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 465, '2021-05-09 00:00:00', 0.000188751057052563, 0.000370192307692307, 0.000242211922465883, 0.000563846153846141, 0.000420575064186379, 0.000899230769230733, 0.000990780578052558, 0.00347692307692307, 0.00225758679874022, 0.00682307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 480, '2021-05-09 00:00:00', 0.000198948099146088, 0.000452115384615392, 0.000309461070000921, 0.000671923076923089, 0.000447969478699313, 0.000950576923076916, 0.00096640857739444, 0.00350346153846153, 0.00226505466057324, 0.00681615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 495, '2021-05-09 00:00:00', 0.000249783906607261, 0.000430000000000016, 0.000319532410779371, 0.000629807692307668, 0.000542875109592786, 0.00111576923076922, 0.000937458347792673, 0.00347307692307691, 0.0022653312204756, 0.00679346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 510, '2021-05-09 00:00:00', 0.000269429882415583, 0.00048269230769231, 0.000378945703437644, 0.000690384615384646, 0.000499799498260632, 0.00126653846153848, 0.000979264028983777, 0.00350596153846154, 0.00224893489319858, 0.0067969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 525, '2021-05-09 00:00:00', 0.000226415886912029, 0.000473076923076931, 0.000431335181108088, 0.000885961538461535, 0.000654666826596667, 0.00149557692307693, 0.000992731604443798, 0.00346403846153845, 0.00223721524187135, 0.00678096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 540, '2021-05-09 00:00:00', 0.000401242924691989, 0.000778269230769231, 0.000365585305208815, 0.00106115384615386, 0.000639684176882495, 0.00166538461538464, 0.00101428800340248, 0.00345692307692307, 0.00222976705406294, 0.00676365384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 555, '2021-05-09 00:00:00', 0.000288085724421392, 0.000720769230769256, 0.000568976814452586, 0.00112115384615386, 0.000745316066150148, 0.00183096153846157, 0.00107927874776845, 0.00339884615384616, 0.00220791610765932, 0.0067215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 570, '2021-05-09 00:00:00', 0.00040790671067708, 0.000763269230769227, 0.000538931849552013, 0.00111346153846155, 0.000842861814570754, 0.00204903846153848, 0.00104955091128761, 0.00337865384615384, 0.00221068883278144, 0.00671365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 585, '2021-05-09 00:00:00', 0.000418172259316106, 0.000830961538461576, 0.000562832260843457, 0.00147307692307694, 0.000940293243948595, 0.00220923076923079, 0.00102081407935794, 0.00347576923076923, 0.0021682432094635, 0.00668115384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 600, '2021-05-09 00:00:00', 0.000387045018252185, 0.00120461538461539, 0.000525360242705276, 0.00165576923076925, 0.00092930288181724, 0.00221538461538465, 0.00102500681048394, 0.00347019230769231, 0.00217412434185492, 0.00666557692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 981910 and enddate = '2021-05-09 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 981910, 3, 615, '2021-05-09 00:00:00', 0.000349210373006543, 0.00102326923076924, 0.000736151217743089, 0.00148884615384615, 0.000875870226601044, 0.00210942307692309, 0.000[...];
Date: 2021-05-09 15:18:35 Duration: 15s210ms Database: acaweb_fx User: pgperfstats
4 16s312ms 16s928ms 16s620ms 2 33s241ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where sy[...];Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration May 09 15 2 33s241ms 16s620ms [ User: pgperfstats - Total duration: 33s241ms - Times executed: 2 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 945, '2021-05-09 00:00:00', 0.020240220810594, 0.060057692307691, 0.0270217291481109, 0.0905769230769227, 0.0352751874006917, 0.128673076923078, 0.107150858785461, 0.281442307692307, 0.32135471654568, 0.642423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 960, '2021-05-09 00:00:00', 0.0248420316894883, 0.0690576923076925, 0.0273388213689996, 0.0861346153846162, 0.0540416968645507, 0.15525, 0.107140396748309, 0.280230769230769, 0.320389510536064, 0.649961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 975, '2021-05-09 00:00:00', 0.017951226656178, 0.0539423076923084, 0.0329774748298572, 0.0950769230769234, 0.0478883477074935, 0.155923076923077, 0.0955136981718424, 0.272442307692307, 0.321257320778604, 0.654115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 990, '2021-05-09 00:00:00', 0.0372057326021362, 0.0830576923076932, 0.0498617048984954, 0.128519230769231, 0.054210089892509, 0.159923076923077, 0.0988244928376348, 0.269596153846152, 0.321089448356924, 0.658423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1005, '2021-05-09 00:00:00', 0.030408380676792, 0.0865192307692301, 0.0370489073855289, 0.118692307692307, 0.0415352908334027, 0.152403846153846, 0.0912314828419384, 0.25728846153846, 0.319330024606808, 0.66526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1020, '2021-05-09 00:00:00', 0.0378547680159107, 0.0847115384615358, 0.040870663731413, 0.109634615384613, 0.0605729598215102, 0.169711538461537, 0.0946039456812549, 0.252442307692306, 0.317342753913712, 0.671211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1035, '2021-05-09 00:00:00', 0.0250866575018564, 0.0769038461538455, 0.0321654377339282, 0.107846153846154, 0.0703304972693486, 0.173173076923076, 0.0998911349727998, 0.246326923076922, 0.319369410533657, 0.669596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1050, '2021-05-09 00:00:00', 0.0346219805681518, 0.0806923076923093, 0.0516800214336703, 0.127769230769231, 0.0614042719636399, 0.158730769230769, 0.0946237082017307, 0.235884615384614, 0.320430943598437, 0.671980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1065, '2021-05-09 00:00:00', 0.0476707981892479, 0.0932499999999993, 0.0608585623834865, 0.122730769230768, 0.0673198450567252, 0.153807692307693, 0.0980107078137586, 0.227326923076922, 0.319430784605752, 0.667115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1080, '2021-05-09 00:00:00', 0.0353896171214117, 0.0762500000000001, 0.0327060627172026, 0.0974423076923078, 0.0631615663322133, 0.139711538461538, 0.0944417871169645, 0.216865384615384, 0.318426905028695, 0.663076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1095, '2021-05-09 00:00:00', 0.0263251853671607, 0.0606538461538455, 0.0458502621416891, 0.0880576923076903, 0.0657916758821721, 0.122730769230768, 0.0870765821208329, 0.215634615384615, 0.318862029483213, 0.662423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1110, '2021-05-09 00:00:00', 0.0289744449737793, 0.0629615384615385, 0.0484271737131788, 0.0938653846153841, 0.0644968693336851, 0.116384615384615, 0.082970961092514, 0.213903846153847, 0.318862029483213, 0.662423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1125, '2021-05-09 00:00:00', 0.0432915696181146, 0.0634999999999982, 0.0550839394435052, 0.084096153846152, 0.0619757893175929, 0.104961538461537, 0.0794995500712959, 0.210538461538462, 0.31857806675191, 0.66326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1140, '2021-05-09 00:00:00', 0.0307484396101919, 0.0519423076923076, 0.0395598329700146, 0.0699038461538465, 0.035938542627017, 0.0901730769230762, 0.0771134528820007, 0.207769230769232, 0.318918150217985, 0.666442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1155, '2021-05-09 00:00:00', 0.0270187185826095, 0.048634615384617, 0.0313501134828041, 0.0640192307692304, 0.0637827834257686, 0.101211538461539, 0.0770014710149197, 0.207557692307693, 0.317734919148264, 0.670826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1170, '2021-05-09 00:00:00', 0.0180892658353372, 0.0438076923076916, 0.0239116000172426, 0.0607307692307684, 0.0635092119302391, 0.0999999999999992, 0.0772640029628676, 0.208615384615385, 0.317541314089751, 0.670615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1185, '2021-05-09 00:00:00', 0.0231431332231534, 0.047730769230767, 0.064181464494162, 0.0829038461538474, 0.0632840726103645, 0.104923076923077, 0.0753750035080996, 0.206634615384615, 0.316489463307414, 0.670403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1200, '2021-05-09 00:00:00', 0.065972572972527, 0.0625961538461554, 0.0651793177437331, 0.076788461538462, 0.0662963393814818, 0.104769230769232, 0.0737467626408091, 0.20225, 0.318464260161167, 0.665249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1215, '2021-05-09 00:00:00', 0.0191821631891551, 0.0378461538461531, 0.0245497689163487, 0.0588653846153837, 0.0735338775928893, 0.100634615384614, 0.0761363149984181, 0.194038461538462, 0.319300112023878, 0.666807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1230, '2021-05-09 00:00:00', 0.0241906927429641, 0.0445192307692302, 0.0417358543516417, 0.070692307692308, 0.0707674441664103, 0.100634615384613, 0.0784773191144072, 0.197519230769231, 0.317393163733271, 0.666903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1245, '2021-05-09 00:00:00', 0.028095558094038, 0.0480961538461534, 0.062185581435422, 0.0720576923076909, 0.0616013267839133, 0.094711538461537, 0.0751662900098588, 0.193634615384617, 0.316529068418441, 0.666634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1260, '2021-05-09 00:00:00', 0.0620474384272588, 0.0537692307692295, 0.060638322485422, 0.069115384615384, 0.0670827875435653, 0.104903846153847, 0.0793964347194101, 0.193076923076926, 0.316766706195342, 0.666884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1275, '2021-05-09 00:00:00', 0.017103980643295, 0.0383846153846156, 0.0264866294281017, 0.0568076923076919, 0.0489143089022483, 0.105480769230771, 0.0732618617332043, 0.185596153846156, 0.316539134170703, 0.661211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1290, '2021-05-09 00:00:00', 0.0231344232359827, 0.0416923076923062, 0.035934818127355, 0.0696346153846167, 0.0491341648330998, 0.108384615384615, 0.0802932222448534, 0.187692307692308, 0.315008005392781, 0.662211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1305, '2021-05-09 00:00:00', 0.0245653915405095, 0.0515384615384639, 0.0418730866382629, 0.0801538461538468, 0.0407952863038794, 0.107153846153847, 0.0861981817584422, 0.189942307692307, 0.317575185525473, 0.66403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1320, '2021-05-09 00:00:00', 0.0400913811953882, 0.0618269230769253, 0.041418098050899, 0.0798269230769249, 0.0486602981431951, 0.107269230769232, 0.0850314263172053, 0.189788461538461, 0.318710438268874, 0.66528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1335, '2021-05-09 00:00:00', 0.0250728860601356, 0.0424807692307698, 0.0259308028888712, 0.0640576923076948, 0.0401610651483025, 0.0918653846153855, 0.0877419139381986, 0.18928846153846, 0.314340731348349, 0.662653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1350, '2021-05-09 00:00:00', 0.0175441859753713, 0.0459615384615426, 0.0350301463577607, 0.0656346153846189, 0.0320468947253634, 0.0847884615384619, 0.0970803077552075, 0.198615384615386, 0.314785004163405, 0.663326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1365, '2021-05-09 00:00:00', 0.0266570527541674, 0.0445384615384621, 0.024200031786375, 0.0603076923076917, 0.0246609938036702, 0.0712307692307677, 0.0904844823075283, 0.202692307692307, 0.319112620583056, 0.664730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1380, '2021-05-09 00:00:00', 0.0143980767946483, 0.0422692307692287, 0.0182510379051546, 0.0524038461538439, 0.0187457584946162, 0.0682115384615373, 0.0851991264852305, 0.209365384615384, 0.334190860368512, 0.669134615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1395, '2021-05-09 00:00:00', 0.0118008474271989, 0.0315000000000001, 0.0126854247071209, 0.0424999999999985, 0.0358505283728891, 0.0989038461538456, 0.133474159123952, 0.229365384615384, 0.330042479783343, 0.66753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1410, '2021-05-09 00:00:00', 0.0110153913300367, 0.0301730769230762, 0.0171666940502672, 0.0458461538461547, 0.0466040110522033, 0.108923076923078, 0.137607643179942, 0.23878846153846, 0.32994379241599, 0.667384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 1, 1425, '2021-05-09 00:00:00', 0.0171568779659502, 0.0389615384615392, 0.0364639389829689, 0.092826923076923, 0.0500518846183256, 0.112634615384616, 0.14263309708695, 0.246403846153845, 0.329135866848561, 0.668173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 0, '2021-05-09 00:00:00', 0.0360746235120801, 0.0729615384615392, 0.0453149703570644, 0.0935576923076925, 0.0510228003332433, 0.110884615384617, 0.147845168491073, 0.254423076923077, 0.323048613274321, 0.670557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 15, '2021-05-09 00:00:00', 0.04238211251859, 0.0692884615384617, 0.0475342143982788, 0.0843076923076931, 0.0482843540513268, 0.110173076923078, 0.145989741473106, 0.262269230769231, 0.316181136619257, 0.668634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 30, '2021-05-09 00:00:00', 0.0344288396551521, 0.0497500000000014, 0.0378945297452734, 0.0741538461538493, 0.0498623065590106, 0.114480769230769, 0.152174187895118, 0.275211538461539, 0.314954973582916, 0.667653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 45, '2021-05-09 00:00:00', 0.0307536114201987, 0.0547307692307709, 0.0407957058449114, 0.0845192307692321, 0.0593735534236721, 0.118826923076924, 0.155153080734925, 0.28553846153846, 0.31336105987527, 0.664076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 60, '2021-05-09 00:00:00', 0.0365615024518763, 0.0662115384615376, 0.0468266360755703, 0.0865769230769222, 0.0570805672172778, 0.114634615384615, 0.166786454901053, 0.291192307692307, 0.314311741991681, 0.659365384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 75, '2021-05-09 00:00:00', 0.0278979183121946, 0.0484230769230758, 0.0367984531447478, 0.0691153846153845, 0.0491520130270914, 0.106403846153846, 0.151585914963709, 0.278019230769231, 0.302958451708379, 0.647711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 90, '2021-05-09 00:00:00', 0.0202341675999179, 0.0478076923076927, 0.0314092159429982, 0.0683269230769225, 0.0546800659782388, 0.110019230769232, 0.138222742479165, 0.287057692307693, 0.286440019228082, 0.641269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 105, '2021-05-09 00:00:00', 0.0197697612918947, 0.0462115384615372, 0.0346624658450833, 0.0805576923076922, 0.0532345174313974, 0.109923076923077, 0.142613970617836, 0.290269230769231, 0.28006110322296, 0.635692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 120, '2021-05-09 00:00:00', 0.0325911974902138, 0.0668846153846156, 0.0514952462331735, 0.0864038461538488, 0.0522206266350159, 0.115923076923078, 0.15142573706657, 0.295923076923078, 0.280975477303899, 0.631826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 135, '2021-05-09 00:00:00', 0.0418841304626863, 0.0519038461538491, 0.0390646407105726, 0.0743846153846158, 0.102468683771415, 0.129634615384616, 0.14505200658862, 0.286230769230771, 0.270178135680886, 0.624249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 150, '2021-05-09 00:00:00', 0.0245708473289284, 0.0585576923076921, 0.0332251584472683, 0.0833653846153848, 0.0957249364666184, 0.134711538461538, 0.142764356680725, 0.282307692307692, 0.27437002597559, 0.621134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 165, '2021-05-09 00:00:00', 0.0235019475461398, 0.059807692307692, 0.0948477971034876, 0.10226923076923, 0.0958916375595171, 0.144384615384614, 0.137075448062511, 0.275961538461538, 0.283145659714897, 0.623769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 180, '2021-05-09 00:00:00', 0.0962552795754798, 0.083673076923078, 0.0948475537983895, 0.110961538461539, 0.0966823844427632, 0.147711538461539, 0.133483712633644, 0.270692307692308, 0.291491232220693, 0.623961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 195, '2021-05-09 00:00:00', 0.0325768499681305, 0.0663653846153839, 0.0408710777934706, 0.0967499999999985, 0.0491599782499793, 0.128211538461538, 0.109958838452604, 0.247384615384614, 0.297007358753694, 0.616634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 210, '2021-05-09 00:00:00', 0.0269168234495715, 0.0656538461538448, 0.0318926142884823, 0.0906730769230759, 0.0532425256581769, 0.136442307692308, 0.0991901689452359, 0.242480769230769, 0.29519374341921, 0.623884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 225, '2021-05-09 00:00:00', 0.021649951145797, 0.0665961538461543, 0.0380728855668253, 0.0957692307692311, 0.0567217669519723, 0.140326923076922, 0.0996352598230152, 0.24225, 0.291299370856749, 0.623288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 240, '2021-05-09 00:00:00', 0.0309159966061875, 0.0721730769230766, 0.0422473849896244, 0.101307692307693, 0.0609672042987047, 0.138, 0.10044414636235, 0.234442307692308, 0.293008362311752, 0.625596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 255, '2021-05-09 00:00:00', 0.0242904618824257, 0.0635576923076935, 0.0327264654135077, 0.0903076923076912, 0.0516196034616568, 0.12028846153846, 0.0883884520824876, 0.221038461538462, 0.283907628531643, 0.620807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 270, '2021-05-09 00:00:00', 0.0233706341048224, 0.0609423076923057, 0.0350519394832649, 0.0805384615384602, 0.050542609594434, 0.121653846153846, 0.0846407975823989, 0.208230769230771, 0.282847474526739, 0.624076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 285, '2021-05-09 00:00:00', 0.0289925189289614, 0.0581153846153839, 0.0367977633099558, 0.0758461538461525, 0.0505229270118639, 0.121115384615384, 0.0841012759438546, 0.204269230769231, 0.284615738929092, 0.623673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 300, '2021-05-09 00:00:00', 0.0244652029185556, 0.0516153846153829, 0.0385045302030012, 0.0868269230769223, 0.0609210112800559, 0.12601923076923, 0.0830130318777622, 0.209788461538463, 0.289949807990701, 0.624365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 315, '2021-05-09 00:00:00', 0.0301829358311043, 0.0635192307692307, 0.0378813329308165, 0.0913461538461528, 0.0606198368142362, 0.12676923076923, 0.0878877190160595, 0.211365384615386, 0.296660510451824, 0.630538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 330, '2021-05-09 00:00:00', 0.0354282210413385, 0.0623269230769223, 0.0556947622174806, 0.0894423076923079, 0.0617887125614392, 0.117249999999999, 0.0898274092999383, 0.20571153846154, 0.301470412504087, 0.63148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 345, '2021-05-09 00:00:00', 0.0368778858062448, 0.059038461538463, 0.0418035745619196, 0.0808269230769231, 0.0409365550390056, 0.105192307692308, 0.0926064979444659, 0.209788461538464, 0.295181814245964, 0.628788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 360, '2021-05-09 00:00:00', 0.0202075766445704, 0.0526153846153833, 0.0265447662522126, 0.0712692307692295, 0.0275138077223867, 0.095519230769231, 0.0854978362299301, 0.208500000000002, 0.283650134578063, 0.626673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 375, '2021-05-09 00:00:00', 0.0146451488423766, 0.0474038461538446, 0.020780288366992, 0.0680961538461532, 0.0280613407761254, 0.0891730769230764, 0.0918202340697026, 0.223846153846155, 0.278897914188079, 0.629942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 390, '2021-05-09 00:00:00', 0.0180345075213733, 0.0477884615384618, 0.0252037008881938, 0.0634423076923089, 0.0299524559157436, 0.0875192307692294, 0.0923258547836844, 0.225288461538461, 0.277746080080349, 0.633250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 405, '2021-05-09 00:00:00', 0.0167755889498831, 0.0430961538461536, 0.0206644715542257, 0.0589038461538443, 0.0554685635153963, 0.0931923076923061, 0.087503740579386, 0.23976923076923, 0.277691959940119, 0.63323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 420, '2021-05-09 00:00:00', 0.0177664441704446, 0.0439423076923071, 0.0209745358434028, 0.0611346153846132, 0.0527902562396352, 0.0948653846153845, 0.0824878569151929, 0.250557692307692, 0.27612462139125, 0.631942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 435, '2021-05-09 00:00:00', 0.0140043399866467, 0.0421923076923064, 0.0464841908609807, 0.0709999999999996, 0.0460735240174284, 0.0989807692307712, 0.0833632482203403, 0.259865384615385, 0.27250998358564, 0.634365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 450, '2021-05-09 00:00:00', 0.0407819011515947, 0.0522115384615402, 0.0421934236581951, 0.068750000000002, 0.0401336996320263, 0.0995769230769263, 0.0780105342985057, 0.263288461538461, 0.265727527452752, 0.636826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 465, '2021-05-09 00:00:00', 0.0205115727184594, 0.0457307692307695, 0.0243230264437772, 0.0694807692307703, 0.031537992960871, 0.0962499999999999, 0.0715836600392522, 0.266596153846153, 0.262757815517225, 0.63398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 480, '2021-05-09 00:00:00', 0.0205587058108074, 0.054903846153846, 0.0253735855990783, 0.076326923076923, 0.0316146570195118, 0.102442307692308, 0.0756268699705213, 0.272211538461539, 0.261761864766724, 0.632923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 495, '2021-05-09 00:00:00', 0.0180153033237319, 0.0471346153846164, 0.0212485655624447, 0.0656923076923087, 0.0437988759954132, 0.102692307692308, 0.0774519503652712, 0.277230769230769, 0.258622734588732, 0.633826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 510, '2021-05-09 00:00:00', 0.0171245325595945, 0.0460192307692313, 0.0263225919345686, 0.0668269230769241, 0.0446684882904493, 0.112076923076924, 0.0853012241773451, 0.283173076923078, 0.258913389884606, 0.631711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 525, '2021-05-09 00:00:00', 0.0179516980126785, 0.0452115384615412, 0.0276056850332302, 0.0780769230769248, 0.0566653638613442, 0.129288461538465, 0.0921337322340979, 0.289730769230769, 0.259950052154994, 0.633519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 540, '2021-05-09 00:00:00', 0.0195892533332395, 0.0641730769230784, 0.0318911610614325, 0.0933846153846169, 0.0551159197998605, 0.143269230769232, 0.0978504137014144, 0.295711538461538, 0.257132534667659, 0.631596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 555, '2021-05-09 00:00:00', 0.0215911751915879, 0.0598269230769234, 0.0445607321097164, 0.0968269230769236, 0.0657604393584412, 0.151346153846153, 0.127199993952587, 0.310538461538461, 0.270491897361936, 0.639442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 570, '2021-05-09 00:00:00', 0.0473631185628657, 0.0812500000000026, 0.0535918334766107, 0.114269230769233, 0.0612688307003215, 0.164980769230769, 0.154058721322047, 0.31951923076923, 0.272674715337918, 0.640596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 585, '2021-05-09 00:00:00', 0.0258549504261484, 0.0690384615384605, 0.0373898176184182, 0.121461538461539, 0.0438987865611183, 0.169788461538463, 0.153919789300989, 0.320692307692307, 0.275011479480681, 0.643076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 600, '2021-05-09 00:00:00', 0.0300518078299152, 0.103865384615384, 0.0374792096214177, 0.125634615384615, 0.0435065556510209, 0.172903846153846, 0.155551274010062, 0.328173076923077, 0.279561775889446, 0.645442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 615, '2021-05-09 00:00:00', 0.0218415975747038, 0.0676538461538451, 0.0300552568037358, 0.110961538461538, 0.0439018179052376, 0.155519230769231, 0.156512221198905, 0.322846153846154, 0.28692219261567, 0.639730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 630, '2021-05-09 00:00:00', 0.0295543306731626, 0.0879615384615392, 0.0342653053954889, 0.112634615384617, 0.0451324588977134, 0.151826923076924, 0.150942206209477, 0.32101923076923, 0.283614432881088, 0.637442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 645, '2021-05-09 00:00:00', 0.0256745683807619, 0.0667115384615394, 0.0447766637366456, 0.10098076923077, 0.0543036477029513, 0.146615384615385, 0.149413741516119, 0.312615384615382, 0.286830888262644, 0.63803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 660, '2021-05-09 00:00:00', 0.029929898866415, 0.0738269230769225, 0.0399229690972319, 0.10478846153846, 0.0636853201295258, 0.147499999999999, 0.143909834217872, 0.309596153846153, 0.292292458914802, 0.640192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 675, '2021-05-09 00:00:00', 0.0234292798405355, 0.0613653846153836, 0.0376794220517514, 0.093673076923076, 0.0481432198277666, 0.14351923076923, 0.136782455015254, 0.302999999999998, 0.295972373970689, 0.637384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 690, '2021-05-09 00:00:00', 0.0242216130441701, 0.0685576923076912, 0.0356724845482655, 0.0976153846153834, 0.0588999183752867, 0.145596153846153, 0.129651076117639, 0.300192307692304, 0.29614738794157, 0.636346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 705, '2021-05-09 00:00:00', 0.0173136784519769, 0.0617884615384603, 0.0262609757273759, 0.092173076923076, 0.0517210900295649, 0.138365384615383, 0.123316091656923, 0.297961538461536, 0.298965560146726, 0.638384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 720, '2021-05-09 00:00:00', 0.0227528273813655, 0.0668653846153852, 0.0475408205165286, 0.10051923076923, 0.0713054453633222, 0.139557692307691, 0.117895997191788, 0.305615384615383, 0.303592721231282, 0.640903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 735, '2021-05-09 00:00:00', 0.036652426722052, 0.0680961538461538, 0.0426069875092729, 0.0961538461538456, 0.0797557135643198, 0.136923076923078, 0.0978539020879906, 0.305384615384615, 0.302436442146876, 0.635807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 750, '2021-05-09 00:00:00', 0.0215904982662414, 0.0629807692307682, 0.0322965406578101, 0.0854423076923063, 0.0943467193999777, 0.140288461538461, 0.0948816286829991, 0.291711538461539, 0.298499128332703, 0.630980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 765, '2021-05-09 00:00:00', 0.0235168761007591, 0.0627115384615367, 0.0567041749921342, 0.097211538461538, 0.0866039526545092, 0.143769230769229, 0.0922115293976093, 0.291115384615384, 0.295372677893797, 0.632326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 780, '2021-05-09 00:00:00', 0.0357147943919838, 0.0675576923076935, 0.0678357320183219, 0.0995576923076927, 0.062016176549721, 0.139884615384616, 0.0714504373674516, 0.301249999999999, 0.290225292461933, 0.623096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 795, '2021-05-09 00:00:00', 0.0391548798412739, 0.0612307692307681, 0.0363250549261058, 0.0885192307692282, 0.053383550477074, 0.136711538461538, 0.0701830491259514, 0.292403846153845, 0.290453332674179, 0.616461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 810, '2021-05-09 00:00:00', 0.0184982847437692, 0.0604423076923055, 0.0342042957266169, 0.0874230769230762, 0.059131157997739, 0.132076923076921, 0.0783223123725598, 0.289730769230768, 0.292336313831543, 0.616403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 825, '2021-05-09 00:00:00', 0.0276475064948841, 0.0617307692307705, 0.0459697559438647, 0.096961538461539, 0.0677912519883948, 0.134576923076923, 0.0762568433246903, 0.283615384615384, 0.295737958334738, 0.6185 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 840, '2021-05-09 00:00:00', 0.0340910376221357, 0.0693269230769229, 0.0355276706894126, 0.0913461538461522, 0.065318500736482, 0.131942307692307, 0.0760587627076288, 0.283653846153846, 0.302425650112806, 0.617923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 855, '2021-05-09 00:00:00', 0.0182490990293926, 0.0594807692307674, 0.0491206051077734, 0.0935769230769223, 0.0691098150660351, 0.13155769230769, 0.0788375642600753, 0.280692307692308, 0.301935879591371, 0.619346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 870, '2021-05-09 00:00:00', 0.0471760695529154, 0.0731923076923074, 0.0567307981746999, 0.0952884615384612, 0.0655460055697817, 0.129826923076921, 0.0866589801818233, 0.281826923076923, 0.301140828925858, 0.617673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 885, '2021-05-09 00:00:00', 0.0259362606284064, 0.0615192307692294, 0.0375456901142312, 0.0901730769230762, 0.0409185165909039, 0.127249999999998, 0.101782226043947, 0.283692307692308, 0.298061738571055, 0.619500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 900, '2021-05-09 00:00:00', 0.0295190420941105, 0.0685769230769226, 0.0308083405290499, 0.0895769230769206, 0.0449230624341404, 0.13580769230769, 0.105183868315659, 0.284615384615385, 0.298368881781234, 0.621019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 915, '2021-05-09 00:00:00', 0.0168337572934674, 0.0671538461538432, 0.032678150780936, 0.0991923076923058, 0.0474785174092935, 0.149480769230769, 0.108937942814316, 0.286346153846155, 0.296162385291478, 0.62696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 930, '2021-05-09 00:00:00', 0.025155340463731, 0.0733653846153835, 0.031854217206615, 0.0998653846153843, 0.0553014814101188, 0.148576923076924, 0.107600843576904, 0.283307692307693, 0.297168826012833, 0.627365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 945, '2021-05-09 00:00:00', 0.0239773049746232, 0.0703653846153839, 0.0432304246495991, 0.111480769230769, 0.0722329910774849, 0.17025, 0.106821455998025, 0.280711538461539, 0.298020807224028, 0.628307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 960, '2021-05-09 00:00:00', 0.0291225593232876, 0.0817884615384629, 0.037666103921369, 0.103153846153847, 0.0715044726949624, 0.18098076923077, 0.0976279141198061, 0.278519230769232, 0.296510646455635, 0.627711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 975, '2021-05-09 00:00:00', 0.0208470990418693, 0.0696923076923087, 0.0493467168263345, 0.122461538461539, 0.0592904584358915, 0.170538461538462, 0.120422027118732, 0.281769230769232, 0.289850040803596, 0.627884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 990, '2021-05-09 00:00:00', 0.0382865310721462, 0.101538461538462, 0.0545179892681857, 0.147365384615385, 0.0550321863863451, 0.171192307692307, 0.118723972046344, 0.274192307692308, 0.285344714606467, 0.628615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1005, '2021-05-09 00:00:00', 0.029786264258237, 0.0908076923076914, 0.033215960019242, 0.104999999999999, 0.0348344491294728, 0.145826923076922, 0.120067404146428, 0.252307692307692, 0.285373919351706, 0.640423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1020, '2021-05-09 00:00:00', 0.0261481283342525, 0.0787692307692297, 0.0333919900574977, 0.10975, 0.0468608086210142, 0.149153846153846, 0.123036573674409, 0.243961538461538, 0.281051830013338, 0.641865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1035, '2021-05-09 00:00:00', 0.029236726113679, 0.0826153846153834, 0.0270828429935885, 0.111096153846154, 0.0565321181684826, 0.152903846153847, 0.124312065445734, 0.23701923076923, 0.271274853522853, 0.647615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1050, '2021-05-09 00:00:00', 0.0188102672454738, 0.0758846153846153, 0.0491949848913627, 0.113442307692308, 0.0709987350916564, 0.152096153846153, 0.125461222939753, 0.228538461538461, 0.261935790722723, 0.648538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1065, '2021-05-09 00:00:00', 0.0370943340064827, 0.0890192307692311, 0.0480062335695924, 0.116038461538463, 0.0758003957773292, 0.149499999999999, 0.12481083686924, 0.223749999999998, 0.264267665154391, 0.653673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1080, '2021-05-09 00:00:00', 0.0357802964686502, 0.0815192307692319, 0.0414669887241163, 0.106365384615384, 0.0593404292069197, 0.133557692307692, 0.116535621823742, 0.215365384615384, 0.265435215911819, 0.667076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1095, '2021-05-09 00:00:00', 0.0317712073328144, 0.0690192307692291, 0.0470778773784622, 0.0939423076923081, 0.0486080121600751, 0.120826923076922, 0.116380093460379, 0.206115384615384, 0.262757065337196, 0.666153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1110, '2021-05-09 00:00:00', 0.0287634918175537, 0.06546153846154, 0.0297666824590089, 0.0828461538461537, 0.034985645408017, 0.106153846153846, 0.11746745703189, 0.195211538461537, 0.261983684900123, 0.669365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1125, '2021-05-09 00:00:00', 0.0245890923284773, 0.059288461538461, 0.0297741304852712, 0.0856730769230761, 0.0317174060439027, 0.102076923076923, 0.121137296549762, 0.19476923076923, 0.26134356403313, 0.671038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1140, '2021-05-09 00:00:00', 0.0268645033168601, 0.0606923076923067, 0.0255339894138102, 0.072269230769231, 0.0328734870959282, 0.0953846153846144, 0.131328290935351, 0.192499999999998, 0.258297715079681, 0.670519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1155, '2021-05-09 00:00:00', 0.0184766380558295, 0.0461153846153856, 0.028285223105959, 0.0659230769230785, 0.113291041128591, 0.111000000000001, 0.130830143844841, 0.186942307692306, 0.255540802101076, 0.670192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1170, '2021-05-09 00:00:00', 0.0196408620365407, 0.0462115384615405, 0.0223596821224133, 0.0626538461538463, 0.113461991263765, 0.10828846153846, 0.128934938870496, 0.18303846153846, 0.256857694812935, 0.673346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1185, '2021-05-09 00:00:00', 0.013437676653579, 0.0443653846153849, 0.115907111350162, 0.0844615384615389, 0.113095842608757, 0.108019230769232, 0.129568296513995, 0.183288461538462, 0.256391153243512, 0.674211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1200, '2021-05-09 00:00:00', 0.118112846953178, 0.0717307692307701, 0.115716505371467, 0.0909807692307691, 0.120630267920044, 0.105307692307693, 0.13851127696384, 0.194576923076924, 0.256127417209002, 0.674076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1215, '2021-05-09 00:00:00', 0.023226352738612, 0.0447884615384595, 0.0266487985008427, 0.0584615384615378, 0.0366567026088527, 0.0804230769230767, 0.0920180939564845, 0.198019230769231, 0.25333936497543, 0.666576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1230, '2021-05-09 00:00:00', 0.015423720493, 0.0378653846153845, 0.0234772311956806, 0.0579038461538461, 0.0335937723166297, 0.0806923076923076, 0.0842265077952563, 0.19423076923077, 0.250007922951377, 0.666192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1245, '2021-05-09 00:00:00', 0.0139768077130015, 0.0428653846153849, 0.023068835121136, 0.0608653846153856, 0.0334821019926483, 0.0873653846153847, 0.0780349847578231, 0.190826923076924, 0.254187414201533, 0.669692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1260, '2021-05-09 00:00:00', 0.0168935240209413, 0.0426346153846167, 0.0212589166812787, 0.0568076923076919, 0.02610217350219, 0.0912115384615378, 0.0780373283460195, 0.185769230769231, 0.2531984179377, 0.670326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1275, '2021-05-09 00:00:00', 0.0127938837550799, 0.0382884615384613, 0.0206321724125599, 0.0595576923076919, 0.0338058483788776, 0.0938461538461538, 0.0876806442985877, 0.188346153846155, 0.245232122378277, 0.677923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1290, '2021-05-09 00:00:00', 0.0161731139668475, 0.0464807692307687, 0.0205703389897664, 0.070673076923076, 0.036395186706276, 0.0945192307692306, 0.101217786898426, 0.196596153846155, 0.245330763381885, 0.678288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1305, '2021-05-09 00:00:00', 0.0144360659460948, 0.0519999999999996, 0.0311062694645331, 0.0735000000000001, 0.0374991538366092, 0.0895576923076914, 0.102612131911312, 0.19598076923077, 0.244314983482074, 0.681634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1320, '2021-05-09 00:00:00', 0.0314787168636966, 0.056019230769231, 0.0305320512551365, 0.067615384615385, 0.0427624790603246, 0.0910192307692303, 0.112330311341835, 0.204673076923077, 0.244071115897364, 0.682519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1335, '2021-05-09 00:00:00', 0.0138569615939215, 0.0363461538461525, 0.0224977007372207, 0.0525576923076913, 0.0367274211120031, 0.0802884615384596, 0.111920646682575, 0.203365384615385, 0.248430222365587, 0.685346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1350, '2021-05-09 00:00:00', 0.0138014631331403, 0.0384038461538459, 0.0251860156558233, 0.0608461538461525, 0.0302208791808172, 0.0776923076923065, 0.106173676659446, 0.20698076923077, 0.25286593361822, 0.689596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1365, '2021-05-09 00:00:00', 0.0195151321956945, 0.0450961538461511, 0.0223078806358099, 0.0591923076923061, 0.0253363299509725, 0.0735192307692298, 0.107984543053446, 0.214692307692309, 0.304066144119992, 0.707500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1380, '2021-05-09 00:00:00', 0.0168782062481137, 0.0394230769230766, 0.0222692699614375, 0.0509038461538443, 0.0643873136094836, 0.0818846153846167, 0.107649345276514, 0.227192307692309, 0.304257487740488, 0.707173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1395, '2021-05-09 00:00:00', 0.0184981184074334, 0.0344038461538454, 0.0178829635300027, 0.0490961538461527, 0.0680204267962087, 0.135538461538462, 0.111637223251856, 0.24398076923077, 0.304673174830896, 0.704788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1410, '2021-05-09 00:00:00', 0.0101688249075294, 0.0337499999999999, 0.0583665110777103, 0.0604807692307711, 0.0674904095751049, 0.137153846153847, 0.141512000034791, 0.258884615384616, 0.304643357689962, 0.705346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 2, 1425, '2021-05-09 00:00:00', 0.0554409179633169, 0.0501538461538473, 0.0648790501922309, 0.125865384615386, 0.0624305306228134, 0.135134615384616, 0.140635218261234, 0.262230769230769, 0.304875286608499, 0.704403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 0, '2021-05-09 00:00:00', 0.0492220596262103, 0.0956346153846173, 0.0551833308164701, 0.112500000000002, 0.0524353521380968, 0.124384615384616, 0.148424092228475, 0.264865384615384, 0.309410603468047, 0.696692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 15, '2021-05-09 00:00:00', 0.0436969150468925, 0.060596153846154, 0.0397509941820512, 0.0751923076923071, 0.0398326933753973, 0.104211538461537, 0.14846702819663, 0.252961538461537, 0.312110151290311, 0.690057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 30, '2021-05-09 00:00:00', 0.026393909553881, 0.0515384615384611, 0.0319695768841861, 0.0664230769230749, 0.0506117537276139, 0.10401923076923, 0.166194558135477, 0.253365384615383, 0.313185477730909, 0.687711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 45, '2021-05-09 00:00:00', 0.0274390513404086, 0.0401923076923061, 0.0365507708010904, 0.0736730769230762, 0.0455502976432057, 0.104480769230769, 0.164547360495859, 0.255923076923076, 0.313894065912983, 0.68673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 60, '2021-05-09 00:00:00', 0.0341383159424222, 0.0622692307692308, 0.0486194049579138, 0.0820576923076922, 0.063712587815548, 0.118423076923076, 0.163816375860291, 0.260249999999999, 0.313894065912983, 0.68673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 75, '2021-05-09 00:00:00', 0.0207876442591781, 0.0453846153846156, 0.0267555889201045, 0.0663076923076925, 0.0565787810184915, 0.11203846153846, 0.17998426426945, 0.261846153846152, 0.312559857651913, 0.684730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 90, '2021-05-09 00:00:00', 0.0195401854175923, 0.0496730769230763, 0.0521094152130502, 0.0788653846153835, 0.0528270327068944, 0.121346153846152, 0.191740739421351, 0.265365384615383, 0.310131719534681, 0.691711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 105, '2021-05-09 00:00:00', 0.0498820763246823, 0.0576923076923066, 0.0488567175130881, 0.0953269230769224, 0.0544152870206388, 0.132211538461538, 0.191121855007581, 0.267711538461538, 0.309892693586766, 0.695307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 120, '2021-05-09 00:00:00', 0.0258503087319773, 0.068038461538459, 0.0343190012406239, 0.0895769230769217, 0.0512796855864616, 0.133384615384613, 0.19281242080163, 0.26201923076923, 0.31296483275036, 0.692942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 135, '2021-05-09 00:00:00', 0.0224526938592785, 0.05171153846154, 0.0396857657101386, 0.0820000000000013, 0.0910995313675351, 0.14026923076923, 0.19386080355205, 0.254865384615385, 0.315142136430287, 0.690115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 150, '2021-05-09 00:00:00', 0.0282326870025608, 0.059769230769233, 0.0356183455323464, 0.0894423076923079, 0.134122687807155, 0.149153846153845, 0.193286898159188, 0.256750000000001, 0.314924409123107, 0.690211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 165, '2021-05-09 00:00:00', 0.0231794006692298, 0.0632692307692306, 0.0948560042298928, 0.114807692307692, 0.13708902357452, 0.151096153846153, 0.194419819344238, 0.256615384615387, 0.311850089725076, 0.694038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 180, '2021-05-09 00:00:00', 0.099706818299374, 0.0925192307692315, 0.139832225019293, 0.122865384615385, 0.154508855857721, 0.162057692307691, 0.194209795364149, 0.257230769230771, 0.311679355082455, 0.695096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 195, '2021-05-09 00:00:00', 0.0558467442753289, 0.0743269230769222, 0.0551647044348522, 0.101730769230766, 0.0754433664311293, 0.137192307692305, 0.136644160279397, 0.231442307692308, 0.243456084335553, 0.669250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 210, '2021-05-09 00:00:00', 0.0362431372814209, 0.0707499999999968, 0.0668245924330716, 0.103384615384613, 0.0925781852523336, 0.140403846153845, 0.138310525768871, 0.228307692307693, 0.230629313801639, 0.674403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 225, '2021-05-09 00:00:00', 0.0426082557908503, 0.0732884615384606, 0.0440195935395219, 0.10026923076923, 0.0629313820454768, 0.141173076923077, 0.118979655662381, 0.217961538461539, 0.220582878197392, 0.667115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 240, '2021-05-09 00:00:00', 0.0202500237416763, 0.06228846153846, 0.0443473917366749, 0.0921346153846137, 0.0474239026068221, 0.123557692307691, 0.109688986895467, 0.207576923076923, 0.215553171202337, 0.661980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 255, '2021-05-09 00:00:00', 0.0380452412873852, 0.065096153846152, 0.0406103293036835, 0.0873269230769225, 0.0654554340460252, 0.118923076923076, 0.110815093737269, 0.20175, 0.217953672741567, 0.662788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 270, '2021-05-09 00:00:00', 0.0304488726581752, 0.0630769230769215, 0.0338438097964523, 0.0822115384615369, 0.0663059487991389, 0.115826923076923, 0.105518582031062, 0.198865384615385, 0.217959477532301, 0.664576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 285, '2021-05-09 00:00:00', 0.0252570782158184, 0.0580000000000009, 0.0476165291275395, 0.0835769230769231, 0.0660243544808684, 0.117653846153847, 0.105035819897492, 0.195288461538462, 0.220902435825968, 0.662615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 300, '2021-05-09 00:00:00', 0.0391303393997358, 0.0587115384615368, 0.0428064876463323, 0.0793461538461534, 0.0706671314087288, 0.111288461538461, 0.104564547602832, 0.191730769230769, 0.22288661570749, 0.666288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 315, '2021-05-09 00:00:00', 0.0259135322533656, 0.0561346153846156, 0.0447555454234869, 0.0871730769230772, 0.0618608643526876, 0.114057692307693, 0.0987654739580276, 0.202326923076922, 0.213310399508466, 0.661557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 330, '2021-05-09 00:00:00', 0.0333751634971475, 0.0596923076923085, 0.0438815056539917, 0.0774423076923085, 0.0575795503228738, 0.105230769230772, 0.0909086439149842, 0.200692307692306, 0.206779154766996, 0.659826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 345, '2021-05-09 00:00:00', 0.0257398299558065, 0.0513269230769244, 0.0337820218459467, 0.0762500000000017, 0.0435561750457405, 0.100903846153848, 0.0841501245485616, 0.204288461538461, 0.199054643637986, 0.655865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 360, '2021-05-09 00:00:00', 0.0259395154453285, 0.0550384615384614, 0.0350616380327327, 0.0714615384615397, 0.0363724325025654, 0.0900769230769247, 0.0923575576850012, 0.20803846153846, 0.193079098976399, 0.653461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 375, '2021-05-09 00:00:00', 0.0244729363866414, 0.0417307692307701, 0.0281906967742082, 0.063153846153846, 0.0340323149600253, 0.0825384615384621, 0.087521032636995, 0.217634615384616, 0.191027750702513, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 390, '2021-05-09 00:00:00', 0.0175727061091902, 0.044999999999999, 0.0194553631126763, 0.0566346153846169, 0.0326125978490149, 0.0821923076923077, 0.0787057152650594, 0.217480769230771, 0.191397613721962, 0.644557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 405, '2021-05-09 00:00:00', 0.0163399934092818, 0.0391538461538489, 0.0254904205234344, 0.0583076923076936, 0.0308742362098014, 0.0794615384615391, 0.0830167661471966, 0.223788461538463, 0.192355765145251, 0.643096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 420, '2021-05-09 00:00:00', 0.0145164098125574, 0.044615384615385, 0.0220618797581155, 0.0609423076923068, 0.0368337272284316, 0.0822115384615397, 0.0892831644910635, 0.234788461538462, 0.187632645388227, 0.64248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 435, '2021-05-09 00:00:00', 0.0181165988487394, 0.0431346153846142, 0.0200824933327918, 0.0555576923076936, 0.0293704521847806, 0.0907884615384616, 0.0922247609834888, 0.242057692307693, 0.186031705320936, 0.641346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 450, '2021-05-09 00:00:00', 0.0187812099225243, 0.045423076923079, 0.030071274307245, 0.0636923076923096, 0.0302166599488039, 0.0935576923076941, 0.0969277070017411, 0.249596153846154, 0.186017642877063, 0.641788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 465, '2021-05-09 00:00:00', 0.0198267108098752, 0.0424615384615406, 0.0249575331621226, 0.0719615384615394, 0.0262670896751054, 0.0955000000000013, 0.101299952540045, 0.260096153846153, 0.183214385772095, 0.638365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 480, '2021-05-09 00:00:00', 0.018947254723005, 0.0600384615384602, 0.0253635489508985, 0.0729807692307684, 0.0291434977574496, 0.093288461538461, 0.108498296689926, 0.261403846153845, 0.184054715944848, 0.642461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 495, '2021-05-09 00:00:00', 0.0257484054771462, 0.0524038461538466, 0.0289949332443839, 0.0703846153846164, 0.046987068597483, 0.109730769230769, 0.108782648503265, 0.263730769230769, 0.18214246748504, 0.643961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 510, '2021-05-09 00:00:00', 0.0191393272126752, 0.0465769230769241, 0.0190290466231149, 0.0632307692307705, 0.0422196818848917, 0.109692307692307, 0.10252875769191, 0.264115384615384, 0.174028703423845, 0.63748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 525, '2021-05-09 00:00:00', 0.0138607914081989, 0.0456923076923072, 0.0340440721147434, 0.0851730769230764, 0.0372930236825139, 0.115480769230768, 0.101102811343396, 0.264538461538461, 0.175347892663524, 0.637711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 540, '2021-05-09 00:00:00', 0.0333226880437547, 0.0733076923076925, 0.0323079175816303, 0.0906923076923062, 0.0513514886309583, 0.124153846153845, 0.099343769887118, 0.26376923076923, 0.177036432582501, 0.639461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 555, '2021-05-09 00:00:00', 0.0234307818576663, 0.0588076923076911, 0.0269588290090378, 0.0825384615384605, 0.0494724165571083, 0.133, 0.0944567544516464, 0.259961538461537, 0.179904612546162, 0.634480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 570, '2021-05-09 00:00:00', 0.0224680628037643, 0.0590769230769215, 0.0411982262500942, 0.0900769230769214, 0.0536371570404757, 0.134269230769232, 0.084748090516271, 0.256326923076923, 0.179308264857351, 0.630423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 585, '2021-05-09 00:00:00', 0.0315629773383548, 0.0643076923076938, 0.0390500517088193, 0.0995576923076949, 0.0502856341314301, 0.135250000000001, 0.0770927114184366, 0.249384615384616, 0.180773074918211, 0.625730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 600, '2021-05-09 00:00:00', 0.0252244158276501, 0.0751346153846161, 0.0350687237380463, 0.0998461538461551, 0.0560006593367791, 0.139076923076924, 0.0773391158868142, 0.243673076923076, 0.18491417967845, 0.623923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 615, '2021-05-09 00:00:00', 0.0230568945136887, 0.0680961538461543, 0.037809726058455, 0.0976538461538457, 0.0583362138482931, 0.145076923076923, 0.0732977725550961, 0.241211538461537, 0.192789303086595, 0.632153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 630, '2021-05-09 00:00:00', 0.026121991913682, 0.0745384615384627, 0.0423712347998214, 0.107192307692308, 0.0500384813457076, 0.145980769230769, 0.0708359019142135, 0.243249999999999, 0.193024139582433, 0.633461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 645, '2021-05-09 00:00:00', 0.0363054191759097, 0.0747884615384601, 0.0430583905876666, 0.103249999999999, 0.0621789724535931, 0.152730769230768, 0.073161328582797, 0.242499999999998, 0.189766602597871, 0.633288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 660, '2021-05-09 00:00:00', 0.0219207400913786, 0.070673076923076, 0.0301798200534982, 0.0921923076923052, 0.0623267969286459, 0.144480769230768, 0.0802620419913129, 0.239153846153844, 0.199828911437142, 0.641076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 675, '2021-05-09 00:00:00', 0.0180238837273039, 0.0609038461538445, 0.0509415992923441, 0.101442307692307, 0.0560842086646377, 0.143538461538461, 0.0923169561056645, 0.249596153846152, 0.201892622831657, 0.640365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 690, '2021-05-09 00:00:00', 0.0428175602006756, 0.0777884615384613, 0.0485998575496483, 0.105115384615385, 0.0593742271204758, 0.143826923076922, 0.0920597966207069, 0.247615384615383, 0.199672540579664, 0.636788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 705, '2021-05-09 00:00:00', 0.0258956485801088, 0.0642692307692305, 0.0263651357784355, 0.095903846153845, 0.041179662642919, 0.126269230769229, 0.0933712956221235, 0.241826923076922, 0.2016370778251, 0.633634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982605 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982605, 3, 720, '2021-05-09 00:00:00', 0.0187345012867056, 0.0643076923076922, 0.0326550090397257, 0.0884807692307681, 0.0335243252671149, 0.114403846153845, 0.0942209351226386, 0.234769230769227, 0.203796037743621, 0.628249999999999 where not exists (select 1 from powerstats_trumpet where sy[...];
Date: 2021-05-09 15:32:09 Duration: 16s928ms 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 982505, 1, 930, '2021-05-09 00:00:00', 0.057296251052013, 0.0925961538461516, 0.0590205994026304, 0.121134615384616, 0.0760331430769083, 0.167673076923076, 0.144482461006385, 0.370807692307693, 0.221811962117604, 0.680442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 945, '2021-05-09 00:00:00', 0.0402743667285363, 0.0812692307692313, 0.0506573291834473, 0.11225, 0.0825955297728741, 0.186692307692309, 0.140044648100308, 0.356288461538463, 0.230446754237201, 0.669942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 960, '2021-05-09 00:00:00', 0.0429721242381441, 0.0837115384615397, 0.0622742847286247, 0.112057692307692, 0.0921892535035307, 0.208038461538463, 0.138502224364253, 0.353384615384617, 0.228490579674523, 0.67175 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982505, 1, 975, '2021-05-09 00:00:00', 0.0312071059462192, 0.0712115384615347, 0.0629736330660581, 0.137038461538459, 0.0923987533215935, 0.214980769230768, 0.139169560387541, 0.343442307692307, 0.230427993091117, 0.671999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 990, '2021-05-09 00:00:00', 0.0619891429699897, 0.112576923076923, 0.0713231648635535, 0.153923076923076, 0.0994711941294511, 0.214538461538462, 0.142654700103217, 0.337288461538462, 0.229645887936522, 0.675923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1005, '2021-05-09 00:00:00', 0.0495500717999947, 0.104480769230768, 0.0910374563657117, 0.154538461538462, 0.125352059600767, 0.202326923076924, 0.138771534711388, 0.326673076923079, 0.23033250213216, 0.679807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1020, '2021-05-09 00:00:00', 0.0671712278148471, 0.105423076923079, 0.0692549359529447, 0.135384615384619, 0.113758531379138, 0.218711538461539, 0.122851542678395, 0.31319230769231, 0.230170890527351, 0.694173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1035, '2021-05-09 00:00:00', 0.0374728055240904, 0.0891346153846179, 0.0768211233971497, 0.129249999999999, 0.109465878069555, 0.214461538461539, 0.119509555459612, 0.300923076923079, 0.229123023723065, 0.695499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1050, '2021-05-09 00:00:00', 0.0706219185849222, 0.0936538461538451, 0.0909237656162887, 0.163134615384614, 0.0952777579178158, 0.198865384615386, 0.104339978693912, 0.284634615384617, 0.247310990766376, 0.694115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1065, '2021-05-09 00:00:00', 0.0601623604538935, 0.12001923076923, 0.0720326742100141, 0.149384615384617, 0.0734567193344805, 0.17951923076923, 0.100656638361084, 0.262826923076925, 0.247383909836825, 0.687326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1080, '2021-05-09 00:00:00', 0.0330182292308142, 0.0842115384615394, 0.0420309226824543, 0.105961538461539, 0.0602717308401044, 0.146192307692307, 0.0746896991147107, 0.228865384615385, 0.26334178434995, 0.672846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1095, '2021-05-09 00:00:00', 0.0287523109439119, 0.0648461538461519, 0.0488784363340459, 0.0938076923076909, 0.0584980242927394, 0.136673076923076, 0.0653104097015501, 0.21598076923077, 0.258235524577556, 0.668884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1110, '2021-05-09 00:00:00', 0.0376327803098038, 0.0673846153846147, 0.0448330621476874, 0.0987115384615392, 0.0529663209393122, 0.136365384615384, 0.0576840232513413, 0.208442307692309, 0.256661827793215, 0.665576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1125, '2021-05-09 00:00:00', 0.0314249288598429, 0.0693846153846166, 0.0390505244720018, 0.0972115384615391, 0.0467605561919912, 0.125480769230769, 0.0573371942647479, 0.199923076923078, 0.257066472247638, 0.665134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1140, '2021-05-09 00:00:00', 0.0316066509553833, 0.0610961538461543, 0.037474709420539, 0.0864230769230775, 0.0356561840574441, 0.111788461538462, 0.064813142660562, 0.193288461538463, 0.257973987955255, 0.666961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1155, '2021-05-09 00:00:00', 0.0231292023208757, 0.0550000000000003, 0.0299910755956589, 0.07126923076923, 0.0342459711274385, 0.0990576923076936, 0.0707676833024781, 0.184750000000001, 0.25576267244339, 0.667230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1170, '2021-05-09 00:00:00', 0.0239236043721218, 0.0518269230769224, 0.0308587663644936, 0.0752884615384625, 0.0360595501059844, 0.0953653846153863, 0.0750574754130771, 0.18226923076923, 0.254678337093314, 0.667846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1185, '2021-05-09 00:00:00', 0.0251105632078494, 0.0534038461538486, 0.0285782327062989, 0.0706538461538501, 0.039003929782285, 0.0909423076923129, 0.0703431916775503, 0.173230769230772, 0.252275838807751, 0.665673076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1200, '2021-05-09 00:00:00', 0.0229490824351506, 0.0500961538461564, 0.0243001820189433, 0.0623269230769283, 0.0383990184169406, 0.0912307692307731, 0.0711222809403196, 0.17117307692308, 0.251299771954962, 0.665153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1215, '2021-05-09 00:00:00', 0.0207599466428814, 0.0418461538461536, 0.0362888200626364, 0.0674615384615381, 0.0408625886826335, 0.0891346153846147, 0.0699509388511235, 0.189076923076923, 0.251782128803089, 0.668403846153842 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1230, '2021-05-09 00:00:00', 0.0294595224254972, 0.0492884615384619, 0.027397529366433, 0.06576923076923, 0.0306351984588895, 0.0848461538461534, 0.0678672233114026, 0.185999999999999, 0.251248171061082, 0.667711538461534 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1245, '2021-05-09 00:00:00', 0.017861647783409, 0.0420384615384617, 0.0170154680760243, 0.0586153846153836, 0.0216646823548967, 0.0799615384615382, 0.0711252876160186, 0.180057692307691, 0.250270004963871, 0.668653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1260, '2021-05-09 00:00:00', 0.0164999883449848, 0.0420192307692281, 0.0183823598552049, 0.0596346153846143, 0.0307293895906745, 0.0828461538461537, 0.071664324350511, 0.177846153846152, 0.250534920028819, 0.672884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1275, '2021-05-09 00:00:00', 0.0181402760559103, 0.0399807692307705, 0.02404701324809, 0.055826923076924, 0.034791643559026, 0.084538461538464, 0.071451274413998, 0.17326923076923, 0.250957434331312, 0.673923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1290, '2021-05-09 00:00:00', 0.0174329043434025, 0.0381153846153846, 0.0269420460647252, 0.0565769230769249, 0.029724226068721, 0.0814807692307713, 0.0721044114728494, 0.171615384615384, 0.25300251214928, 0.677134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1305, '2021-05-09 00:00:00', 0.0226769367759072, 0.0432884615384622, 0.0263090288684303, 0.0637500000000016, 0.0354515107630769, 0.0859807692307687, 0.0774231256448323, 0.171096153846152, 0.257033978597862, 0.678884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1320, '2021-05-09 00:00:00', 0.0237678596816393, 0.0486346153846159, 0.0257246065978733, 0.061846153846154, 0.058382192358762, 0.100096153846154, 0.0875155107131557, 0.171269230769229, 0.259255022204897, 0.679057692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1335, '2021-05-09 00:00:00', 0.0164324842449791, 0.036942307692307, 0.0262923285096912, 0.0585576923076921, 0.0536991190301622, 0.0938461538461516, 0.0792875875434577, 0.176692307692305, 0.261888191057528, 0.679730769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1350, '2021-05-09 00:00:00', 0.0195748268486321, 0.043423076923076, 0.044891630194709, 0.0720384615384606, 0.0462677367237537, 0.0882884615384595, 0.0963562141223893, 0.184999999999998, 0.266639448290412, 0.680846153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1365, '2021-05-09 00:00:00', 0.0337974339035014, 0.055942307692307, 0.0333912931995541, 0.0719615384615361, 0.034317342554458, 0.0794999999999981, 0.0889079493720238, 0.190211538461537, 0.273637360387795, 0.681749999999996 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1380, '2021-05-09 00:00:00', 0.0196749743426695, 0.0492692307692288, 0.0193324756662119, 0.0572307692307681, 0.0285270991272374, 0.0761538461538468, 0.0786303352109368, 0.192980769230768, 0.288874314564978, 0.686980769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1395, '2021-05-09 00:00:00', 0.0157067966669987, 0.0392115384615393, 0.0175053947728644, 0.0496730769230769, 0.0549040982076919, 0.123499999999998, 0.078704581530215, 0.201865384615383, 0.292745403300968, 0.689134615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1410, '2021-05-09 00:00:00', 0.0143721953785753, 0.0344999999999986, 0.0250095058850693, 0.0548461538461528, 0.0479155667655249, 0.122807692307691, 0.0876746454885252, 0.211711538461537, 0.292708429354853, 0.690269230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 1, 1425, '2021-05-09 00:00:00', 0.0178201700760243, 0.0405384615384622, 0.0503237977043108, 0.111730769230768, 0.0471661058225234, 0.11980769230769, 0.0943859120028823, 0.224096153846154, 0.292708429354853, 0.690269230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 0, '2021-05-09 00:00:00', 0.0514190626130025, 0.0979999999999979, 0.0462880654164763, 0.109749999999998, 0.0517376406645935, 0.118711538461537, 0.0965751700052279, 0.233288461538463, 0.292553532905321, 0.692480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 15, '2021-05-09 00:00:00', 0.0221908505054178, 0.0554230769230754, 0.0282397701014836, 0.0637692307692281, 0.0295449396942792, 0.0852884615384594, 0.103951053570715, 0.232192307692306, 0.2976407979686, 0.689230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 30, '2021-05-09 00:00:00', 0.0244200422100059, 0.0425384615384597, 0.0261973941745843, 0.0597115384615366, 0.0324702230453627, 0.0871538461538442, 0.114766699807113, 0.244346153846153, 0.297826302630344, 0.688942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 45, '2021-05-09 00:00:00', 0.0207972723803275, 0.0434423076923041, 0.0262808573212232, 0.0682115384615362, 0.0349636954568571, 0.0889999999999959, 0.12087384555172, 0.251442307692306, 0.295895946497829, 0.687634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 60, '2021-05-09 00:00:00', 0.0215264059667675, 0.0551153846153849, 0.0221978949105882, 0.0660576923076902, 0.0438941734349596, 0.0869615384615367, 0.141611034174601, 0.26975, 0.292783982459108, 0.687596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 75, '2021-05-09 00:00:00', 0.0186826122370494, 0.0424999999999969, 0.0264724312329759, 0.062519230769227, 0.0460349365657798, 0.103653846153845, 0.140609792852966, 0.273576923076922, 0.291198729392833, 0.687499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 90, '2021-05-09 00:00:00', 0.0193163143482381, 0.0460000000000005, 0.0240059688090576, 0.0584423076923096, 0.0670536065685211, 0.116115384615386, 0.142705899829523, 0.276923076923079, 0.291124137545376, 0.686788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 105, '2021-05-09 00:00:00', 0.0202035792716193, 0.041230769230771, 0.0478735674619954, 0.0854615384615399, 0.0745658124385109, 0.119596153846154, 0.14513843259242, 0.27723076923077, 0.289935035826995, 0.684749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 120, '2021-05-09 00:00:00', 0.0413011640737407, 0.0708846153846161, 0.068367142355418, 0.0941153846153853, 0.0743770539470731, 0.124884615384616, 0.142201898721499, 0.2715, 0.288468596477756, 0.681865384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 135, '2021-05-09 00:00:00', 0.0437548810463976, 0.060019230769232, 0.0473823238706632, 0.0807307692307683, 0.0489015376508272, 0.124903846153844, 0.133612051794049, 0.257403846153844, 0.288962628006835, 0.680403846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 150, '2021-05-09 00:00:00', 0.03333916615634, 0.0594999999999993, 0.0457664850501543, 0.0868653846153851, 0.0510154727659992, 0.129461538461538, 0.130140379827087, 0.255538461538461, 0.290798322923955, 0.684230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 165, '2021-05-09 00:00:00', 0.0341707702351195, 0.0686923076923072, 0.0310736841419516, 0.101423076923075, 0.0479361434217832, 0.139423076923079, 0.124163279595861, 0.249499999999999, 0.293680198253398, 0.686326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 180, '2021-05-09 00:00:00', 0.0264656308329249, 0.0750192307692271, 0.0450884302062236, 0.103557692307692, 0.0487649306524519, 0.14096153846154, 0.116488863779398, 0.240846153846153, 0.293941535264833, 0.692615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 195, '2021-05-09 00:00:00', 0.042133651816387, 0.0692692307692319, 0.0479816671721122, 0.0979038461538501, 0.0555067875267365, 0.130788461538463, 0.109079563410594, 0.226865384615385, 0.286561766734236, 0.694115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 210, '2021-05-09 00:00:00', 0.028782874181602, 0.0675769230769227, 0.0295996686571906, 0.0900961538461533, 0.0535671577052153, 0.125903846153846, 0.0934787861578112, 0.220788461538461, 0.286772105311196, 0.703903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 225, '2021-05-09 00:00:00', 0.023492126340541, 0.0650000000000005, 0.0387504243152904, 0.0868461538461548, 0.0600962433230097, 0.124961538461538, 0.0890793099520747, 0.222288461538462, 0.281729731371153, 0.708807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 240, '2021-05-09 00:00:00', 0.0213391388334618, 0.0603269230769236, 0.0322996070469046, 0.0892307692307717, 0.0752406702624201, 0.136538461538461, 0.0774526877916671, 0.208826923076923, 0.281725035068975, 0.709846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 255, '2021-05-09 00:00:00', 0.0256671969642173, 0.0642500000000013, 0.0338436677408624, 0.0825769230769238, 0.0707965041509828, 0.131249999999999, 0.0692808442833607, 0.206846153846155, 0.284548317513916, 0.710249999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 270, '2021-05-09 00:00:00', 0.025414683823458, 0.0563846153846157, 0.0633352982151362, 0.0954999999999996, 0.0723762285666976, 0.118461538461539, 0.0699489924049054, 0.198307692307695, 0.285713563529308, 0.708596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 285, '2021-05-09 00:00:00', 0.0505784539107326, 0.0684999999999975, 0.0525866939882645, 0.0860961538461512, 0.0571478245093722, 0.105423076923077, 0.0681436068450018, 0.185365384615386, 0.283415914134362, 0.706096153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 300, '2021-05-09 00:00:00', 0.0233746740001941, 0.0513461538461525, 0.0290518435797927, 0.0625192307692303, 0.0426877436922882, 0.0927884615384613, 0.0669915178327701, 0.179288461538463, 0.271267671526456, 0.700480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 315, '2021-05-09 00:00:00', 0.0215341946322942, 0.0486923076923084, 0.0267704199559041, 0.0673461538461557, 0.0508092549110451, 0.103903846153848, 0.0761964868966046, 0.188769230769234, 0.269703464653597, 0.699673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 330, '2021-05-09 00:00:00', 0.0220671701855947, 0.0505000000000001, 0.0376346863330158, 0.0729807692307695, 0.0538325216260154, 0.105903846153846, 0.0746171252770792, 0.193153846153847, 0.269703464653597, 0.699673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 345, '2021-05-09 00:00:00', 0.0314923250723334, 0.0529423076923069, 0.0437766534195519, 0.0766538461538454, 0.0434199883074082, 0.103153846153845, 0.0825776674037604, 0.214134615384616, 0.273979070649285, 0.696634615384611 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 360, '2021-05-09 00:00:00', 0.026118163441148, 0.0500384615384605, 0.0291781596403896, 0.0692499999999972, 0.02769284828532, 0.0885769230769213, 0.0882501340160237, 0.219615384615385, 0.27537982790209, 0.696519230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 375, '2021-05-09 00:00:00', 0.0184423842943774, 0.0466923076923044, 0.021620832190629, 0.0665961538461521, 0.024946812652892, 0.0857115384615383, 0.0881544296194949, 0.233788461538463, 0.273556609244847, 0.701538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 390, '2021-05-09 00:00:00', 0.0175954211701163, 0.0421730769230766, 0.0234014874609404, 0.0569807692307691, 0.0303411690358393, 0.0825576923076941, 0.0883428570095812, 0.240096153846156, 0.271950770431821, 0.702192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 405, '2021-05-09 00:00:00', 0.0153640439388151, 0.0420769230769261, 0.0202143132838721, 0.0604615384615408, 0.0499275359511534, 0.0908269230769272, 0.0831908278967938, 0.255076923076924, 0.272737174132617, 0.702884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 420, '2021-05-09 00:00:00', 0.0188611933711709, 0.0452307692307671, 0.0269515591100308, 0.0619423076923067, 0.0517482812795205, 0.092230769230768, 0.085718252701241, 0.266173076923077, 0.273254420753879, 0.705038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 435, '2021-05-09 00:00:00', 0.0139149615107662, 0.0401153846153865, 0.0417241121950081, 0.0641923076923114, 0.0400827077620581, 0.0912884615384635, 0.0884343563589155, 0.271846153846155, 0.273403646365872, 0.705423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 450, '2021-05-09 00:00:00', 0.0376185510701203, 0.0493461538461566, 0.0365056844888575, 0.0677499999999994, 0.0353191384161844, 0.0901923076923082, 0.0872397338020117, 0.280634615384616, 0.273067931812974, 0.705346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 465, '2021-05-09 00:00:00', 0.0175902945267685, 0.0490384615384618, 0.0212039274301134, 0.0724423076923098, 0.0303550084576099, 0.0909423076923074, 0.0870086291034459, 0.287307692307693, 0.272955911486424, 0.704519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 480, '2021-05-09 00:00:00', 0.0175108867235846, 0.0563653846153881, 0.0243392370779881, 0.0705384615384644, 0.0250978776301581, 0.0912115384615422, 0.0874701289671962, 0.293711538461538, 0.27245384930296, 0.702999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 495, '2021-05-09 00:00:00', 0.0205940245254256, 0.0469230769230785, 0.0223547620120486, 0.0601538461538481, 0.0379517963495004, 0.101826923076926, 0.0966765284536307, 0.299865384615384, 0.269130477363961, 0.705923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 510, '2021-05-09 00:00:00', 0.0188578488046349, 0.0420384615384628, 0.023614410528647, 0.0649038461538483, 0.0391668226947264, 0.115500000000003, 0.0981862280801891, 0.311153846153846, 0.268201631957405, 0.707653846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 525, '2021-05-09 00:00:00', 0.011868721012038, 0.0495576923076966, 0.0279216486178496, 0.0844615384615422, 0.0598506603009687, 0.149807692307695, 0.0990572639358727, 0.314192307692306, 0.267675595853234, 0.707769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 540, '2021-05-09 00:00:00', 0.0238664231473064, 0.0713846153846179, 0.0277497955640451, 0.0993653846153852, 0.0837602898386027, 0.166384615384617, 0.105997636040401, 0.318673076923075, 0.264074051385941, 0.710769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 555, '2021-05-09 00:00:00', 0.0272092532337513, 0.0717115384615393, 0.0628496894307278, 0.121711538461539, 0.0886660654018561, 0.179634615384614, 0.124055789248844, 0.325673076923075, 0.265224886435295, 0.718596153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 570, '2021-05-09 00:00:00', 0.0606859507248962, 0.0932307692307717, 0.0746856308906765, 0.12971153846154, 0.0782249222533199, 0.189961538461538, 0.145268875378883, 0.333115384615382, 0.27079096110355, 0.720230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 585, '2021-05-09 00:00:00', 0.0313965946218076, 0.0818846153846172, 0.0457637453079976, 0.135596153846154, 0.0580938498002614, 0.191653846153846, 0.140722509270492, 0.328230769230769, 0.28314134890817, 0.726288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 600, '2021-05-09 00:00:00', 0.0348592389254504, 0.112442307692307, 0.0418553415394581, 0.145519230769228, 0.0608102502746138, 0.196442307692306, 0.142294100910212, 0.334634615384615, 0.288198740188353, 0.729576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 615, '2021-05-09 00:00:00', 0.0418076364021993, 0.0954615384615373, 0.0616407457649685, 0.141192307692306, 0.0723108248093982, 0.184846153846153, 0.153671938282121, 0.331769230769231, 0.290285650431009, 0.729326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 630, '2021-05-09 00:00:00', 0.0409523362722292, 0.101576923076922, 0.0537006374407065, 0.137961538461539, 0.066080417208591, 0.179307692307692, 0.15171651702587, 0.329192307692306, 0.290696918562166, 0.72453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 645, '2021-05-09 00:00:00', 0.026899935659058, 0.0894423076923084, 0.0314620956317045, 0.112211538461539, 0.0580775906737001, 0.161057692307692, 0.125858096221955, 0.318596153846151, 0.285872661269907, 0.721461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 660, '2021-05-09 00:00:00', 0.0220164623721579, 0.0847307692307666, 0.0418224084212505, 0.126076923076922, 0.0450028204244364, 0.178923076923074, 0.128676200656469, 0.328730769230769, 0.288616242413027, 0.733153846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 675, '2021-05-09 00:00:00', 0.0375245406880084, 0.0896346153846187, 0.0428012221248972, 0.119230769230771, 0.0441319176316428, 0.168115384615384, 0.126974031263815, 0.325269230769232, 0.280434240886413, 0.739788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 690, '2021-05-09 00:00:00', 0.030856448023313, 0.0899038461538447, 0.0345745793678176, 0.133307692307688, 0.0589968186886751, 0.175730769230767, 0.122656681589144, 0.32530769230769, 0.276287211903733, 0.742788461538457 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 705, '2021-05-09 00:00:00', 0.0316878282868747, 0.0844615384615356, 0.036223727880198, 0.108461538461537, 0.0502446629389243, 0.154884615384614, 0.124836933637443, 0.318499999999999, 0.281097270325798, 0.741346153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 720, '2021-05-09 00:00:00', 0.0245437129659297, 0.0754230769230758, 0.0508328028555783, 0.116076923076924, 0.057676781757013, 0.152865384615385, 0.136556363398471, 0.331596153846153, 0.276889831604835, 0.751326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 735, '2021-05-09 00:00:00', 0.0406089465322813, 0.0845576923076927, 0.0394497781996313, 0.105749999999999, 0.0658473321695433, 0.149865384615385, 0.140710446006628, 0.335480769230767, 0.275118444422649, 0.746961538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 750, '2021-05-09 00:00:00', 0.0199725677252203, 0.0772115384615377, 0.0366993816757767, 0.10976923076923, 0.0905743065112824, 0.159749999999999, 0.156349963715524, 0.345865384615382, 0.270365343278596, 0.74132692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 765, '2021-05-09 00:00:00', 0.0289759316568861, 0.084230769230773, 0.0510106813852252, 0.110980769230772, 0.0801138156720734, 0.156788461538464, 0.162430216969058, 0.348153846153846, 0.267089622670859, 0.735442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 780, '2021-05-09 00:00:00', 0.0292551639097214, 0.0812692307692324, 0.0588166675748915, 0.121903846153846, 0.0662327045638805, 0.155634615384615, 0.174406836492682, 0.374230769230767, 0.260228373815118, 0.727942307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 795, '2021-05-09 00:00:00', 0.0341507742901306, 0.0781538461538493, 0.0342878819140803, 0.102673076923079, 0.0655178190676758, 0.141730769230771, 0.176732052728245, 0.37203846153846, 0.253793062280154, 0.72153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 810, '2021-05-09 00:00:00', 0.0224346572551006, 0.0754230769230774, 0.034240108060579, 0.098750000000002, 0.0675176672035943, 0.140153846153846, 0.192426670348836, 0.374211538461537, 0.255443388278859, 0.717730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 825, '2021-05-09 00:00:00', 0.0241906291456361, 0.069057692307693, 0.0595942208091208, 0.104634615384617, 0.0676690845216627, 0.148749999999999, 0.190641525261017, 0.375865384615385, 0.254218122576172, 0.716076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 840, '2021-05-09 00:00:00', 0.0524189520923629, 0.0810576923076902, 0.054892359703751, 0.106134615384613, 0.0864687137728914, 0.162038461538462, 0.20203107529441, 0.396846153846153, 0.255900407310223, 0.72003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 855, '2021-05-09 00:00:00', 0.0215888949373363, 0.0674038461538461, 0.0529202738524225, 0.111653846153849, 0.0836410278419716, 0.16819230769231, 0.194913057541049, 0.3925, 0.254253453951275, 0.716673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 870, '2021-05-09 00:00:00', 0.048201903090425, 0.0787115384615404, 0.0746047224737467, 0.124269230769233, 0.08378117100748, 0.173769230769231, 0.193246475736596, 0.399596153846154, 0.251453999463427, 0.717076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 885, '2021-05-09 00:00:00', 0.063903942336556, 0.0965769230769229, 0.0640726030494974, 0.129538461538463, 0.0767065762901353, 0.177326923076924, 0.192231139917151, 0.395134615384615, 0.253178906795477, 0.713326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 900, '2021-05-09 00:00:00', 0.0333085805530846, 0.0868076923076914, 0.0395097456331984, 0.117999999999998, 0.07270255524025, 0.180192307692306, 0.182920201180733, 0.384999999999999, 0.251502571480963, 0.711288461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 915, '2021-05-09 00:00:00', 0.0283549751434322, 0.0812692307692302, 0.0358457861486595, 0.119596153846154, 0.0690030907891935, 0.175057692307691, 0.163536414434688, 0.375326923076922, 0.243639734033672, 0.703499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 930, '2021-05-09 00:00:00', 0.0363942514480154, 0.101307692307693, 0.0575786452134398, 0.135596153846153, 0.0875338440042105, 0.192923076923076, 0.160113782859373, 0.37178846153846, 0.241634278643126, 0.700769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 945, '2021-05-09 00:00:00', 0.0377968303514393, 0.0900961538461528, 0.0464819278363606, 0.127980769230767, 0.0767820592025537, 0.18876923076923, 0.151009755161202, 0.364115384615385, 0.237355206064988, 0.701576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 960, '2021-05-09 00:00:00', 0.0278341309574038, 0.0926730769230767, 0.0572393624648698, 0.13173076923077, 0.0819554780634921, 0.213903846153847, 0.133561291029769, 0.35496153846154, 0.232548109993474, 0.703788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 975, '2021-05-09 00:00:00', 0.0418349734074214, 0.0942500000000013, 0.042092284145853, 0.142403846153848, 0.0798126965993594, 0.213557692307694, 0.136754142111363, 0.348346153846153, 0.233944589922154, 0.700365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 990, '2021-05-09 00:00:00', 0.0289880081306845, 0.103730769230772, 0.0684275163950884, 0.174750000000001, 0.0900010256351852, 0.218769230769231, 0.131330200405165, 0.338692307692305, 0.229130501108997, 0.705942307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1005, '2021-05-09 00:00:00', 0.0473325063127463, 0.120384615384615, 0.0466095442520584, 0.144519230769232, 0.0714256364232185, 0.193692307692307, 0.120316046950712, 0.321134615384615, 0.218804218775246, 0.707115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1020, '2021-05-09 00:00:00', 0.0292703578070687, 0.0940769230769235, 0.0692218645982734, 0.136942307692307, 0.0893366084837817, 0.207980769230768, 0.114041456699542, 0.304576923076922, 0.216274561966602, 0.695384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1035, '2021-05-09 00:00:00', 0.0434838608433793, 0.0908846153846143, 0.0433879148363492, 0.131134615384616, 0.074782762308313, 0.199807692307692, 0.113866076869006, 0.289788461538461, 0.21344067902239, 0.697288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1050, '2021-05-09 00:00:00', 0.0304185166279739, 0.0973846153846174, 0.0624240338331333, 0.158999999999999, 0.0765763093511715, 0.194865384615385, 0.11277681328795, 0.280980769230768, 0.214539983721882, 0.69976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1065, '2021-05-09 00:00:00', 0.0421821690364007, 0.121846153846153, 0.0510153370603865, 0.14373076923077, 0.076070463286453, 0.177153846153845, 0.104873368695483, 0.264788461538459, 0.205362104211449, 0.690423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1080, '2021-05-09 00:00:00', 0.0305608157865329, 0.0892115384615403, 0.0400393508362028, 0.117019230769232, 0.0569154163244447, 0.163769230769234, 0.091781404183237, 0.235884615384614, 0.206853297141869, 0.683442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1095, '2021-05-09 00:00:00', 0.032986943804154, 0.0769615384615392, 0.0471400409581766, 0.101711538461538, 0.0427925272052907, 0.141596153846154, 0.0754185653536313, 0.212999999999998, 0.213214817640658, 0.673961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1110, '2021-05-09 00:00:00', 0.0275899159393135, 0.0697884615384597, 0.0319995492756731, 0.105865384615386, 0.0337766419062267, 0.122807692307691, 0.0714248529251858, 0.20251923076923, 0.216550684243099, 0.665673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1125, '2021-05-09 00:00:00', 0.0295639073091608, 0.0717307692307718, 0.0302043297965962, 0.0866923076923073, 0.0329812592473121, 0.105788461538461, 0.0623144754142563, 0.190923076923075, 0.218090856155094, 0.659307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1140, '2021-05-09 00:00:00', 0.0190340585429261, 0.0573461538461516, 0.0190123947425433, 0.0763653846153825, 0.0264882920435515, 0.102019230769228, 0.0692745513268683, 0.197711538461537, 0.218376185655714, 0.659038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1155, '2021-05-09 00:00:00', 0.0161624089027138, 0.0527884615384605, 0.0206688263966634, 0.068903846153845, 0.0261875190471708, 0.100884615384613, 0.0768120107795645, 0.193249999999999, 0.219179511956613, 0.657538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1170, '2021-05-09 00:00:00', 0.0128438102422341, 0.045711538461537, 0.0243139165594855, 0.0685576923076901, 0.0283266930378683, 0.0981923076923065, 0.080958301232559, 0.18755769230769, 0.21528015378893, 0.65873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1185, '2021-05-09 00:00:00', 0.0217130233872525, 0.055346153846153, 0.0247405615258702, 0.0768461538461529, 0.0273067757159302, 0.0980000000000017, 0.0782422593861299, 0.182634615384616, 0.215199375356545, 0.657865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1200, '2021-05-09 00:00:00', 0.0185801382788556, 0.0543076923076909, 0.0248246775484503, 0.0702692307692307, 0.031112278061141, 0.0994230769230772, 0.0755413692061419, 0.184461538461539, 0.215815381393808, 0.656826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1215, '2021-05-09 00:00:00', 0.0157697007434668, 0.0447115384615382, 0.0209500963831119, 0.0620576923076935, 0.0315756295996677, 0.0930961538461551, 0.0736435698796273, 0.183846153846154, 0.217564292884798, 0.651192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1230, '2021-05-09 00:00:00', 0.019343732835211, 0.0485000000000009, 0.0270304457972843, 0.0742500000000015, 0.040718626431421, 0.103057692307694, 0.0725684186448586, 0.182346153846155, 0.218327700064342, 0.64973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1245, '2021-05-09 00:00:00', 0.0160650121501511, 0.0472692307692313, 0.0216672475267298, 0.0619807692307695, 0.0341403888941816, 0.0923846153846154, 0.066296617850848, 0.169807692307692, 0.219946924541775, 0.647019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1260, '2021-05-09 00:00:00', 0.0131327687630838, 0.0415192307692312, 0.0234905300067943, 0.0667500000000012, 0.0332721875075637, 0.0954615384615384, 0.0608291839118749, 0.166019230769232, 0.222272096764305, 0.643250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1275, '2021-05-09 00:00:00', 0.0206979839226314, 0.0500576923076925, 0.0224540899135576, 0.0633846153846158, 0.0290248235931841, 0.0950961538461543, 0.0593779323162587, 0.169173076923077, 0.219383191278151, 0.64923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1290, '2021-05-09 00:00:00', 0.0186461379791757, 0.0424615384615373, 0.0273371331004922, 0.0693269230769223, 0.0321888239085453, 0.0919038461538461, 0.063417581279836, 0.17048076923077, 0.219515235146765, 0.648538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1305, '2021-05-09 00:00:00', 0.0213038458066577, 0.0490769230769213, 0.0248501741210426, 0.067134615384614, 0.0354522701887802, 0.0837115384615386, 0.0621890696554897, 0.166903846153846, 0.218264440882722, 0.651384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1320, '2021-05-09 00:00:00', 0.0191859423697466, 0.0479038461538459, 0.0282849783454004, 0.0600000000000017, 0.049371858225261, 0.0855961538461548, 0.0607402952045711, 0.160211538461539, 0.217380280048231, 0.653115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1335, '2021-05-09 00:00:00', 0.0134229424723276, 0.0381538461538491, 0.0204132404241806, 0.0505961538461582, 0.0442172303693761, 0.0792884615384635, 0.0527652712127402, 0.166923076923079, 0.217932841631406, 0.651211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1350, '2021-05-09 00:00:00', 0.0137027790555845, 0.0383846153846145, 0.0325764426447189, 0.0637692307692308, 0.0376625757932822, 0.0779807692307677, 0.054718921632425, 0.174096153846156, 0.217750041066854, 0.650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1365, '2021-05-09 00:00:00', 0.0230013126715695, 0.0504038461538474, 0.0252797349669639, 0.0617499999999997, 0.0251567164911327, 0.072903846153845, 0.0614113620156365, 0.180653846153848, 0.217750041066854, 0.650903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1380, '2021-05-09 00:00:00', 0.0151426168859234, 0.0431730769230792, 0.018238726760555, 0.0521346153846151, 0.0176957622045472, 0.0735000000000011, 0.0772760411671148, 0.199942307692308, 0.219188286639593, 0.65175 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1395, '2021-05-09 00:00:00', 0.0153292079177172, 0.0377307692307696, 0.016018162767978, 0.0491923076923097, 0.0327579056811539, 0.104903846153845, 0.0783837429180725, 0.221134615384616, 0.220034228106589, 0.652307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1410, '2021-05-09 00:00:00', 0.0101832441558871, 0.0345384615384636, 0.0133339935733962, 0.0526538461538472, 0.0305473403097532, 0.103500000000002, 0.080805381104138, 0.24098076923077, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 2, 1425, '2021-05-09 00:00:00', 0.0121147081618251, 0.0408846153846171, 0.0331988936330959, 0.0934423076923062, 0.0298483925607642, 0.102442307692305, 0.088342959320699, 0.25396153846154, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 0, '2021-05-09 00:00:00', 0.0366323154941299, 0.0784423076923067, 0.0342485766127562, 0.0882500000000016, 0.0312375759918403, 0.0981153846153869, 0.097178266009514, 0.263346153846155, 0.223559134321241, 0.654057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 15, '2021-05-09 00:00:00', 0.0276429988354252, 0.048846153846157, 0.0247504545412781, 0.0642499999999985, 0.0302277826866927, 0.0908269230769222, 0.0906458472043007, 0.26548076923077, 0.223274491291638, 0.65196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 30, '2021-05-09 00:00:00', 0.015802385409023, 0.0441538461538427, 0.0178790057372842, 0.058826923076923, 0.0430266643623916, 0.0945769230769221, 0.0898194877775206, 0.265096153846154, 0.223082376126988, 0.651057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 45, '2021-05-09 00:00:00', 0.0178163818307321, 0.0437884615384635, 0.0242973249556444, 0.0689999999999982, 0.0418541101740524, 0.0949423076923085, 0.0909505698379447, 0.269115384615386, 0.223121454507494, 0.651288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 60, '2021-05-09 00:00:00', 0.0247630074599503, 0.0564423076923056, 0.0375131822984105, 0.0748269230769235, 0.0458208090114263, 0.0939423076923081, 0.090722096790992, 0.267173076923077, 0.223284190249525, 0.64998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 75, '2021-05-09 00:00:00', 0.0240873171223753, 0.0463269230769246, 0.0357547414822359, 0.0643076923076916, 0.04826676273188, 0.108903846153847, 0.0916553578105775, 0.259269230769231, 0.219132502943207, 0.646923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 90, '2021-05-09 00:00:00', 0.0223112941389298, 0.048076923076922, 0.0267709443527592, 0.0637115384615393, 0.0430710861430094, 0.114038461538462, 0.0847063456890945, 0.25325, 0.209916508127913, 0.642403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 105, '2021-05-09 00:00:00', 0.0157993792477851, 0.0429038461538471, 0.0358859089551639, 0.0874615384615396, 0.0453988859571875, 0.117826923076924, 0.0804721762713441, 0.251134615384615, 0.207505855339073, 0.640999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 120, '2021-05-09 00:00:00', 0.0356357210588568, 0.0742692307692318, 0.0392933151488202, 0.0917307692307705, 0.0647782638045995, 0.140211538461538, 0.0832810625809694, 0.250846153846152, 0.209077166468415, 0.641692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 135, '2021-05-09 00:00:00', 0.0251471744857215, 0.055903846153848, 0.0330643254185624, 0.0800192307692341, 0.0617404617360812, 0.14973076923077, 0.100142590647231, 0.242961538461539, 0.207085661391237, 0.640134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 150, '2021-05-09 00:00:00', 0.0193690176868589, 0.0578269230769232, 0.0587022473688497, 0.101923076923076, 0.0651946670777935, 0.160269230769231, 0.0987074796480077, 0.238057692307692, 0.2049743511159, 0.637730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 165, '2021-05-09 00:00:00', 0.0498214967505133, 0.080192307692308, 0.0514907646685668, 0.120326923076925, 0.0723989189252052, 0.162788461538462, 0.0987497536511074, 0.232923076923077, 0.196817038232114, 0.633557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 180, '2021-05-09 00:00:00', 0.0388321882740828, 0.0853269230769266, 0.0548449317481713, 0.118442307692309, 0.0873671915185929, 0.153884615384616, 0.0998014355531114, 0.219557692307692, 0.188841122680908, 0.632519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 195, '2021-05-09 00:00:00', 0.0372723087559656, 0.0702499999999987, 0.0459798450828872, 0.0948846153846142, 0.0674932931140935, 0.13723076923077, 0.0748386366689167, 0.198692307692306, 0.182600749851019, 0.625576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 210, '2021-05-09 00:00:00', 0.029391416852806, 0.0658461538461518, 0.0495589198677887, 0.0979423076923047, 0.059828514554904, 0.130634615384612, 0.0694861164882281, 0.195403846153843, 0.182843005377249, 0.62526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 225, '2021-05-09 00:00:00', 0.0393719003663999, 0.070557692307692, 0.0552495736147846, 0.101153846153845, 0.0603804604156023, 0.1285, 0.0656767726181692, 0.188538461538464, 0.184149542074246, 0.623923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 240, '2021-05-09 00:00:00', 0.0384995904074123, 0.0679615384615361, 0.0482479652819306, 0.0898846153846144, 0.0470172676953747, 0.113788461538462, 0.0646580502454161, 0.18378846153846, 0.183394379580016, 0.62246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 255, '2021-05-09 00:00:00', 0.0279613744572501, 0.0540384615384621, 0.0305205920398264, 0.072442307692306, 0.0378936213426698, 0.0954423076923065, 0.0661838000164374, 0.180153846153845, 0.183324508412311, 0.620846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 270, '2021-05-09 00:00:00', 0.0215096847596959, 0.0550576923076896, 0.0210478301457943, 0.0701346153846125, 0.0256629334614392, 0.0938846153846095, 0.0690869825209246, 0.179865384615382, 0.181991344891412, 0.623019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 285, '2021-05-09 00:00:00', 0.0194866522364592, 0.0530192307692287, 0.0270129598526348, 0.0734999999999968, 0.0350227837930627, 0.093846153846151, 0.0684453178709964, 0.181192307692305, 0.182374476326555, 0.623519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 300, '2021-05-09 00:00:00', 0.0230426777957774, 0.0527499999999988, 0.0221531383433942, 0.0661923076923029, 0.045951533832273, 0.0962115384615365, 0.0728936554166416, 0.180249999999999, 0.183244108940885, 0.622788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 315, '2021-05-09 00:00:00', 0.0173453274577164, 0.0469038461538427, 0.0264609218398674, 0.0689038461538467, 0.0566575577143426, 0.0981730769230773, 0.0869174962469958, 0.192134615384615, 0.182660787969228, 0.622711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 330, '2021-05-09 00:00:00', 0.0209054740714952, 0.0503269230769229, 0.0367580080233699, 0.0733653846153829, 0.0511115070590393, 0.096115384615385, 0.0832630978377487, 0.195211538461539, 0.182148899361107, 0.620807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 345, '2021-05-09 00:00:00', 0.0330639473654378, 0.0522692307692317, 0.0475403027400482, 0.0730961538461553, 0.048119178968633, 0.102346153846156, 0.094814864138164, 0.207461538461538, 0.182212251551277, 0.61973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 360, '2021-05-09 00:00:00', 0.024263838240347, 0.0519230769230783, 0.0292548549553991, 0.0695576923076916, 0.0318393805506017, 0.0916153846153843, 0.0995242857876341, 0.206711538461538, 0.185229574810873, 0.616846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 375, '2021-05-09 00:00:00', 0.0193118237994641, 0.0434423076923069, 0.0233646429132035, 0.0615576923076922, 0.0283588000180107, 0.0818076923076905, 0.0934382148802072, 0.224999999999998, 0.181455453316958, 0.614807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 390, '2021-05-09 00:00:00', 0.0146902898332417, 0.0427692307692311, 0.0222779038511259, 0.0562499999999997, 0.0291601413946158, 0.0809230769230758, 0.0867330652945254, 0.23226923076923, 0.178151449183427, 0.615326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 405, '2021-05-09 00:00:00', 0.017265093730948, 0.038788461538462, 0.0247550771793144, 0.0569230769230776, 0.0285100252273046, 0.0776923076923075, 0.0975106069181131, 0.250461538461537, 0.176019216608261, 0.613730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 420, '2021-05-09 00:00:00', 0.0211632119126916, 0.0438076923076911, 0.0265019883143742, 0.0583461538461537, 0.0342159488228221, 0.0863653846153822, 0.105855120511297, 0.269057692307691, 0.177988768012093, 0.615807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 435, '2021-05-09 00:00:00', 0.0165998609818071, 0.0391538461538456, 0.0219479191233719, 0.0546346153846155, 0.0336220223159684, 0.0940961538461522, 0.0976444334543198, 0.295153846153844, 0.178675365268543, 0.620615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 450, '2021-05-09 00:00:00', 0.0200324736365747, 0.0399999999999991, 0.0280448816117214, 0.0673461538461502, 0.0399478891326453, 0.103576923076922, 0.111001346145682, 0.309326923076921, 0.179094063166648, 0.621211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 465, '2021-05-09 00:00:00', 0.022124794653542, 0.0540576923076881, 0.0298369479259961, 0.0802115384615361, 0.0369043514215651, 0.106865384615382, 0.106753470489432, 0.322711538461537, 0.175047707782767, 0.62 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 480, '2021-05-09 00:00:00', 0.0238992758178033, 0.0591538461538449, 0.032106176017422, 0.0799423076923068, 0.0370837098799669, 0.100807692307693, 0.108397764666138, 0.340346153846152, 0.174359814750994, 0.620750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 495, '2021-05-09 00:00:00', 0.02235383291863, 0.051923076923074, 0.0287038257970046, 0.0710192307692283, 0.057913250775488, 0.11823076923077, 0.109152455132894, 0.343461538461538, 0.17746886617528, 0.623038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 510, '2021-05-09 00:00:00', 0.0224312625249166, 0.0501923076923074, 0.0306772779857575, 0.0698461538461556, 0.0565518448315022, 0.124634615384617, 0.10292912423306, 0.34526923076923, 0.178358456054527, 0.622673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 525, '2021-05-09 00:00:00', 0.0171030361677054, 0.0484230769230764, 0.0424914878353486, 0.0945576923076934, 0.0561732895737692, 0.129461538461539, 0.0977186857180415, 0.342307692307691, 0.176388090475347, 0.62096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 540, '2021-05-09 00:00:00', 0.040358437302979, 0.0882115384615399, 0.041168551290817, 0.107480769230771, 0.0627905676404926, 0.145346153846154, 0.0956420349331485, 0.347673076923077, 0.177449992955765, 0.623500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 555, '2021-05-09 00:00:00', 0.0244163643107232, 0.0698269230769209, 0.0396069923896521, 0.0989230769230743, 0.0664568367727951, 0.164634615384613, 0.0903014864857618, 0.342038461538459, 0.174154733366186, 0.619865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 570, '2021-05-09 00:00:00', 0.0334883045026417, 0.076057692307692, 0.0436048735808279, 0.107749999999999, 0.0688747162495908, 0.175942307692308, 0.0924973845784091, 0.337884615384614, 0.169200163666045, 0.615346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 585, '2021-05-09 00:00:00', 0.0302957283102119, 0.0731346153846131, 0.0482317801390778, 0.126730769230769, 0.0752021915597206, 0.181019230769232, 0.0844373049163589, 0.325961538461536, 0.159148421292831, 0.604500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 600, '2021-05-09 00:00:00', 0.0340914381310912, 0.102384615384617, 0.0458896879651481, 0.134711538461539, 0.0857784736309833, 0.18994230769231, 0.0901335675539369, 0.327499999999999, 0.164763280076416, 0.605961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 615, '2021-05-09 00:00:00', 0.0320082741706671, 0.08898076923077, 0.0638896283866534, 0.12676923076923, 0.0743770151633892, 0.196596153846154, 0.0840635496788896, 0.323096153846154, 0.176268728410304, 0.608230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 630, '2021-05-09 00:00:00', 0.0520419098863173, 0.0949038461538462, 0.0692305207260484, 0.13525, 0.0708255522121351, 0.194326923076923, 0.0806952505513086, 0.315288461538461, 0.172177521314934, 0.606173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 645, '2021-05-09 00:00:00', 0.0312972842272297, 0.0865000000000004, 0.0500282535558291, 0.133384615384616, 0.0700904690107984, 0.192423076923076, 0.0839589757880875, 0.301980769230769, 0.173103952761163, 0.601961538461542 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 660, '2021-05-09 00:00:00', 0.0432162407150191, 0.0967115384615384, 0.0469667476478353, 0.129653846153847, 0.0826994558627777, 0.196499999999999, 0.0948806943157873, 0.299115384615385, 0.182895553421997, 0.605211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 675, '2021-05-09 00:00:00', 0.0312024222432557, 0.0858653846153841, 0.0713905536737623, 0.137134615384615, 0.07570209071394, 0.182057692307692, 0.118976637978284, 0.298596153846154, 0.189103618319531, 0.604538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 690, '2021-05-09 00:00:00', 0.0623329891667426, 0.101307692307692, 0.0816778121646241, 0.136749999999999, 0.0784819062930094, 0.178480769230768, 0.118583784077562, 0.286576923076923, 0.192973829433304, 0.604173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982505 and enddate = '2021-05-09 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 982505, 3, 705, '2021-05-09 00:00:00', 0.0349206187715002, 0.0889807692307683, 0.0357485018513425, 0.122153846153843, 0.0514304908066721, 0.153846153846153, 0.105341072419366, 0.282692307692308, 0.195325488706572, 0.608442307692308 where not exists (select 1 from powerstats_trumpet where sy[...];
Date: 2021-05-09 15:26:24 Duration: 16s312ms Database: acaweb_fx User: pgperfstats
5 16s101ms 16s696ms 16s398ms 2 32s797ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration May 09 15 2 32s797ms 16s398ms [ User: pgperfstats - Total duration: 32s797ms - 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 982640, 1, 945, '2021-05-09 00:00:00', 0.00513902713031909, 0.0121003846153844, 0.00891185072724042, 0.018169230769231, 0.0128668634230003, 0.0282078846153849, 0.0249241904860442, 0.0590592307692308, 0.0233571270822946, 0.0910965384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982640, 1, 960, '2021-05-09 00:00:00', 0.0083582761748692, 0.0140811538461542, 0.0105860802163102, 0.0199871153846159, 0.0127819726553274, 0.0332051923076927, 0.0249467703821557, 0.0582725000000002, 0.0230311755770638, 0.0913723076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982640, 1, 975, '2021-05-09 00:00:00', 0.00762185007825394, 0.0134688461538463, 0.0102797889551067, 0.0217951923076924, 0.0137338054407586, 0.0342467307692307, 0.0241152104601735, 0.0561365384615385, 0.0230614746918219, 0.0918298076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 990, '2021-05-09 00:00:00', 0.0100773998554267, 0.0180146153846155, 0.0111264926345258, 0.0270021153846156, 0.015622061536617, 0.035729423076923, 0.0232526302895957, 0.0546907692307692, 0.023173129960233, 0.0915119230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1005, '2021-05-09 00:00:00', 0.00946463153210229, 0.0187290384615385, 0.0118110475028843, 0.025171346153846, 0.0175214351405536, 0.0343042307692308, 0.0243036255446672, 0.0515138461538461, 0.0246731025683062, 0.0911528846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1020, '2021-05-09 00:00:00', 0.00749314866805233, 0.0158301923076921, 0.011393551099365, 0.0232655769230767, 0.0164997927597706, 0.034731346153846, 0.0220720260929113, 0.0468946153846153, 0.0247044782961433, 0.0902182692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1035, '2021-05-09 00:00:00', 0.00823687063429757, 0.0158246153846155, 0.0115998175250898, 0.0221938461538464, 0.0169350419692423, 0.0334825000000001, 0.0210914441858814, 0.0436053846153847, 0.0260397523118317, 0.0908173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1050, '2021-05-09 00:00:00', 0.0093224138835059, 0.0157788461538463, 0.0131225622747177, 0.0253994230769232, 0.0151632033871982, 0.0307101923076923, 0.0183614572919641, 0.0410717307692308, 0.0253739626760311, 0.0898917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1065, '2021-05-09 00:00:00', 0.00975980178904957, 0.0173498076923077, 0.0110790430300427, 0.0231426923076921, 0.0114833560710206, 0.0288394230769229, 0.0168860775390216, 0.0382005769230769, 0.0263614590380613, 0.0900411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1080, '2021-05-09 00:00:00', 0.00967869100335686, 0.0158265384615384, 0.00962324499084622, 0.0200880769230769, 0.0121780015854567, 0.0278888461538462, 0.0161290566572832, 0.0361755769230769, 0.0277824903519077, 0.090808076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1095, '2021-05-09 00:00:00', 0.00730227940177184, 0.0145926923076922, 0.0104147344236609, 0.0204513461538461, 0.0119451633533605, 0.0251065384615387, 0.0147873742104021, 0.0347340384615386, 0.027081927689598, 0.091659230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1110, '2021-05-09 00:00:00', 0.00952092537519319, 0.0133649999999999, 0.0100344269642067, 0.0178325000000001, 0.011318067849512, 0.0212703846153846, 0.0139199692528397, 0.031125, 0.0267624864064205, 0.0920405769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1125, '2021-05-09 00:00:00', 0.00817408105632605, 0.011633653846154, 0.00859112839593198, 0.014283653846154, 0.0103731910452635, 0.0190326923076924, 0.0135424506147835, 0.0304105769230769, 0.027603986869932, 0.0922686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1140, '2021-05-09 00:00:00', 0.00479674450899935, 0.00906326923076943, 0.00681941972491885, 0.0124342307692308, 0.00789405384061061, 0.0160359615384616, 0.0121441064671149, 0.0296382692307692, 0.0290419987630646, 0.0918219230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1155, '2021-05-09 00:00:00', 0.00537485440232124, 0.00854461538461534, 0.00621661468597216, 0.0119580769230769, 0.00856460109089473, 0.0154203846153847, 0.0124689302930866, 0.0295405769230768, 0.0300002515380479, 0.0921371153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1170, '2021-05-09 00:00:00', 0.00380566421979739, 0.00756692307692322, 0.00460598762899586, 0.00992903846153848, 0.00917679693784614, 0.0151640384615385, 0.0120917137122909, 0.0287975, 0.0301739246778, 0.0923673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1185, '2021-05-09 00:00:00', 0.00436282913239384, 0.00741403846153858, 0.00655464719757038, 0.0105682692307694, 0.00874183145086815, 0.014783653846154, 0.01214095168618, 0.0288996153846155, 0.0305393008439694, 0.0926209615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1200, '2021-05-09 00:00:00', 0.0040468335960164, 0.00693692307692322, 0.00596608837191836, 0.0109376923076923, 0.00759961279378012, 0.0146238461538461, 0.0145502587566208, 0.0306682692307692, 0.0306559166889276, 0.0927809615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1215, '2021-05-09 00:00:00', 0.00530497322910659, 0.00773519230769223, 0.0057582298829255, 0.00970576923076916, 0.00735092229953811, 0.0133755769230767, 0.0139071224156768, 0.0326417307692308, 0.0306720326105321, 0.0928076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1230, '2021-05-09 00:00:00', 0.00344403680852288, 0.00590153846153832, 0.00462407910166587, 0.00924653846153821, 0.00538792855871742, 0.012321923076923, 0.0131549269038699, 0.0311853846153847, 0.0309075359493692, 0.0932073076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1245, '2021-05-09 00:00:00', 0.00375034571226963, 0.00713980769230747, 0.00418102817682261, 0.00918115384615348, 0.00592459419252934, 0.0123128846153845, 0.0130854674543941, 0.0307375000000001, 0.0319919946236556, 0.0939950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1260, '2021-05-09 00:00:00', 0.0033227846523894, 0.00587538461538423, 0.00433635681898263, 0.0085973076923075, 0.00554515964950149, 0.0125584615384614, 0.0129598499946806, 0.0303967307692309, 0.0321713886575301, 0.0938869230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1275, '2021-05-09 00:00:00', 0.00262415264711944, 0.0055886538461538, 0.0040198878667865, 0.00777769230769212, 0.00657796982066191, 0.0135301923076922, 0.0127147060524419, 0.0306300000000002, 0.0320422250811932, 0.0940269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1290, '2021-05-09 00:00:00', 0.00311204098870558, 0.00530634615384593, 0.0048714357108159, 0.00926173076923077, 0.0074648984845485, 0.0135692307692306, 0.0127651932041183, 0.0306534615384616, 0.0318601343163184, 0.0945844230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1305, '2021-05-09 00:00:00', 0.00424052262744176, 0.00718692307692305, 0.00606329183567953, 0.0102882692307693, 0.0108796533952145, 0.016935, 0.0134872976537187, 0.0309100000000002, 0.0318026894484389, 0.0953519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1320, '2021-05-09 00:00:00', 0.00455832118219006, 0.00717500000000002, 0.00523521989840116, 0.00914076923076923, 0.0117553959459542, 0.0172503846153846, 0.0129284885561368, 0.0304928846153847, 0.0326315803154645, 0.0953867307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1335, '2021-05-09 00:00:00', 0.00278257401587896, 0.00509307692307705, 0.00969340458567255, 0.0110123076923077, 0.0102243392639628, 0.0161757692307692, 0.0148372048736124, 0.0323023076923076, 0.0326751368009613, 0.0953698076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1350, '2021-05-09 00:00:00', 0.00883539299548234, 0.00910423076923065, 0.00980467630187842, 0.0130607692307692, 0.00976171472366171, 0.0154978846153846, 0.0147205436249954, 0.0325788461538462, 0.0328888493027886, 0.0954723076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1365, '2021-05-09 00:00:00', 0.00629413903197603, 0.00840807692307692, 0.00636479821723758, 0.0104271153846153, 0.00665788728617293, 0.0123663461538462, 0.0139295014613426, 0.0310301923076924, 0.0315065320632698, 0.0941794230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1380, '2021-05-09 00:00:00', 0.00348925006269246, 0.00649999999999995, 0.00336215149180482, 0.00765057692307711, 0.00911202691290713, 0.0149873076923076, 0.0128207227745373, 0.0313676923076926, 0.0329339014764657, 0.095222307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1395, '2021-05-09 00:00:00', 0.0029618181071768, 0.00492750000000025, 0.00395997146939999, 0.00732403846153864, 0.00901809383960968, 0.0197274999999999, 0.0124889634416213, 0.0316646153846155, 0.034343461920049, 0.0957794230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1410, '2021-05-09 00:00:00', 0.00379369386157929, 0.00566134615384615, 0.00990133193837332, 0.012516923076923, 0.00976133845054866, 0.0209778846153847, 0.0127616459226014, 0.033095576923077, 0.0343316643617253, 0.0958596153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 1, 1425, '2021-05-09 00:00:00', 0.0100748905873045, 0.0111728846153848, 0.00932866857513017, 0.0183907692307693, 0.0102792598730875, 0.0204634615384616, 0.0124879919861505, 0.0339896153846155, 0.0344281773775271, 0.0958265384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 0, '2021-05-09 00:00:00', 0.00754050538757185, 0.0122694, 0.00873859791385332, 0.0145968000000001, 0.00888739532521587, 0.0168246000000001, 0.0122941491843342, 0.03336, 0.0336121115609142, 0.0939496000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 15, '2021-05-09 00:00:00', 0.00546185219652348, 0.00769759999999998, 0.00634781105316373, 0.0104302, 0.00725292819027827, 0.0151106000000001, 0.0124190661149166, 0.0325114000000001, 0.0339004166001933, 0.0944546000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 30, '2021-05-09 00:00:00', 0.00517475419706084, 0.00743819999999985, 0.00529507004989841, 0.0094677999999999, 0.00629414346171625, 0.0148274000000001, 0.0124757550272521, 0.0328098, 0.0341373364294873, 0.0942798000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 45, '2021-05-09 00:00:00', 0.00480320708965932, 0.00582788461538473, 0.00549193313310184, 0.0117584615384617, 0.00713816854339028, 0.0148369230769231, 0.0133386132539507, 0.0329784615384616, 0.0340712676922042, 0.0955580769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 60, '2021-05-09 00:00:00', 0.00503209977582396, 0.0100569230769232, 0.00529142830797696, 0.0120615384615386, 0.00562871571634114, 0.0148138461538461, 0.0137463994068939, 0.033705576923077, 0.0340839179176248, 0.095501153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 75, '2021-05-09 00:00:00', 0.00337564127810711, 0.00768596153846155, 0.00452225839172638, 0.00948019230769223, 0.013587052371793, 0.017773076923077, 0.0145576759292665, 0.0328923076923078, 0.0342186543479521, 0.0957307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 90, '2021-05-09 00:00:00', 0.00286083949486605, 0.00576384615384596, 0.00478710979128816, 0.00906807692307681, 0.0149497663372531, 0.0182815384615385, 0.0139154748350396, 0.0334617307692307, 0.0341612535354808, 0.0953663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 105, '2021-05-09 00:00:00', 0.00449481819603214, 0.00750115384615395, 0.0145321280629666, 0.0151340384615387, 0.0149558035763842, 0.0187088461538463, 0.0142259715363784, 0.0342869230769232, 0.0342060972904855, 0.0950953846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 120, '2021-05-09 00:00:00', 0.0149987567189881, 0.0135563461538461, 0.0157803864922934, 0.0161346153846154, 0.0146173835196844, 0.0198051923076924, 0.0137614422558661, 0.0354098076923077, 0.034236843072025, 0.0951384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 135, '2021-05-09 00:00:00', 0.00833912977382001, 0.00792423076923078, 0.00862672745688547, 0.0105588461538462, 0.00800728380192759, 0.0163482692307693, 0.0120644186907681, 0.0327378846153847, 0.0328220076074669, 0.0936207692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 150, '2021-05-09 00:00:00', 0.00361756713828536, 0.00652999999999984, 0.00675915437360018, 0.0110753846153847, 0.00759919003021927, 0.0173413461538461, 0.0115045674474899, 0.0318780769230769, 0.0335045705745442, 0.0937742307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 165, '2021-05-09 00:00:00', 0.00637008856658648, 0.00865288461538477, 0.00647653541343957, 0.0133651923076922, 0.0077984046692009, 0.0183007692307691, 0.0108257211253854, 0.0319367307692307, 0.0340021957005946, 0.0935376923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 180, '2021-05-09 00:00:00', 0.00534268546706591, 0.00994499999999982, 0.00567396255851086, 0.0133436538461536, 0.0081572050360402, 0.0184699999999998, 0.0109852687880707, 0.0303571153846151, 0.0356740594706487, 0.0943613461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 195, '2021-05-09 00:00:00', 0.00421956210360187, 0.00922211538461538, 0.00518952142450388, 0.0132038461538461, 0.00783260097531212, 0.0175040384615385, 0.0102285187080798, 0.0287251923076921, 0.0361244522939582, 0.0945565384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 210, '2021-05-09 00:00:00', 0.00442589862235742, 0.00853384615384604, 0.00511808108947698, 0.0121159615384615, 0.00625392964770626, 0.0154340384615384, 0.00995045197465926, 0.0271474999999996, 0.0356283781772125, 0.0947034615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 225, '2021-05-09 00:00:00', 0.00428649911394456, 0.00914942307692336, 0.00596009290066992, 0.0123157692307695, 0.00605308125287007, 0.014720576923077, 0.0100697525063162, 0.0275815384615384, 0.0353249562256794, 0.0943928846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 240, '2021-05-09 00:00:00', 0.00530600396140656, 0.00889096153846157, 0.00582694417868738, 0.0110576923076922, 0.00668180172903654, 0.0147078846153846, 0.0097066662343263, 0.0276692307692306, 0.0353718060700024, 0.0943655769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 255, '2021-05-09 00:00:00', 0.00312374784759998, 0.00660384615384586, 0.00420370505076726, 0.00901692307692285, 0.00658236786072049, 0.0129505769230768, 0.0100442155569184, 0.026066923076923, 0.0355865789027268, 0.0942950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 270, '2021-05-09 00:00:00', 0.00339878236114962, 0.0064615384615385, 0.00532304780033146, 0.00953673076923088, 0.00654101208647262, 0.0138563461538461, 0.0103555288632911, 0.0257990384615382, 0.0359830954568093, 0.094735576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 285, '2021-05-09 00:00:00', 0.00415327972811854, 0.00705250000000015, 0.00431661054710573, 0.00896884615384617, 0.00527130855524662, 0.0136382692307693, 0.0108342861271342, 0.0252432692307692, 0.035690438308514, 0.0953855769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 300, '2021-05-09 00:00:00', 0.0029198696230114, 0.00593115384615408, 0.00441935289380682, 0.00922500000000009, 0.00545898143852403, 0.0133578846153848, 0.0119873090134783, 0.0261142307692306, 0.0357522480008654, 0.0953486538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 315, '2021-05-09 00:00:00', 0.00391260551098825, 0.00712173076923062, 0.00425821434225836, 0.00980076923076932, 0.00725770073783688, 0.0142, 0.0119004182861199, 0.0277542307692305, 0.0357176487731852, 0.0953082692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 330, '2021-05-09 00:00:00', 0.0031950909039674, 0.00679826923076937, 0.00466177343276769, 0.00935153846153848, 0.00710782671534568, 0.0129561538461538, 0.0134918179592727, 0.0302396153846152, 0.0358429869360799, 0.0956775000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 345, '2021-05-09 00:00:00', 0.00452156874155565, 0.00635826923076901, 0.00656025701009186, 0.00981903846153847, 0.00718092713105621, 0.0127526923076923, 0.0149225182242756, 0.0320319230769228, 0.0363086076576678, 0.0962809615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 360, '2021-05-09 00:00:00', 0.00515338142910521, 0.00690307692307699, 0.00601116424151451, 0.00880346153846146, 0.0071946067300445, 0.012255, 0.0153397312445114, 0.0350144230769229, 0.0364451600062972, 0.0961767307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 375, '2021-05-09 00:00:00', 0.00271664131575369, 0.00516903846153824, 0.00512441612433907, 0.00803384615384618, 0.00686470709779103, 0.0117415384615383, 0.0145952591736548, 0.037257115384615, 0.0364527438900747, 0.096168653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 390, '2021-05-09 00:00:00', 0.00487778766450542, 0.00620250000000008, 0.00607947572701667, 0.00822134615384605, 0.00643246953713385, 0.011467115384615, 0.0138095620718177, 0.039673846153846, 0.0363487743254368, 0.0962251923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 405, '2021-05-09 00:00:00', 0.00357763691346882, 0.00530673076923087, 0.00488527566736562, 0.00805711538461542, 0.00622600739145584, 0.0115140384615385, 0.0138236292977474, 0.0419151923076923, 0.0362523959420403, 0.0961615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 420, '2021-05-09 00:00:00', 0.00447537151014804, 0.00631807692307713, 0.00517537359483862, 0.00813461538461535, 0.00709269538924477, 0.0121232692307694, 0.0146074114289235, 0.0438105769230769, 0.0361946703535203, 0.0961000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 435, '2021-05-09 00:00:00', 0.00351845150052384, 0.0057001923076922, 0.00490439768120241, 0.00891884615384629, 0.00569909774572988, 0.012043653846154, 0.0149111554329686, 0.0453778846153846, 0.0359276747438517, 0.0964975 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 450, '2021-05-09 00:00:00', 0.00462022460326505, 0.00721576923076914, 0.00521392329765666, 0.00934692307692299, 0.00529527779833491, 0.0122351923076923, 0.0149152036539384, 0.0459390384615386, 0.0359606080877181, 0.0965609615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 465, '2021-05-09 00:00:00', 0.00330609375012527, 0.00611673076923061, 0.00324865562727364, 0.00858423076923086, 0.00500916877796659, 0.0117653846153847, 0.0152331646454499, 0.0459836538461541, 0.0366302340429114, 0.0970490384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 480, '2021-05-09 00:00:00', 0.00255059562425349, 0.00647596153846172, 0.00374829108240835, 0.00878596153846151, 0.00604530368264353, 0.0145661538461539, 0.01626715489757, 0.0467976923076924, 0.0367691259477506, 0.0971401923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 495, '2021-05-09 00:00:00', 0.00360764251277762, 0.00591250000000006, 0.00492715636510095, 0.0088246153846154, 0.00780035288402928, 0.0185513461538463, 0.0160609110923192, 0.0472786538461539, 0.0365826158446667, 0.0979909615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 510, '2021-05-09 00:00:00', 0.00493188380298589, 0.0065603846153846, 0.00684433197279656, 0.0121130769230769, 0.00971591291882313, 0.0221053846153846, 0.0177756482257654, 0.0491903846153848, 0.0365830742073645, 0.0979926923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 525, '2021-05-09 00:00:00', 0.00597223280305154, 0.00914557692307715, 0.0073680695650479, 0.0151786538461539, 0.00949602751964448, 0.024234423076923, 0.017951469406323, 0.0503753846153848, 0.0361711124331813, 0.0984355769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 540, '2021-05-09 00:00:00', 0.00629367174536941, 0.0120290384615386, 0.00785431381716206, 0.0181084615384617, 0.0110098299871593, 0.0277071153846153, 0.0184547874380772, 0.0510757692307693, 0.0363587643719344, 0.0988594230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 555, '2021-05-09 00:00:00', 0.00553509865453042, 0.0134313461538463, 0.00834982109665546, 0.0199221153846153, 0.010838998080294, 0.0298942307692306, 0.0201567831043394, 0.0524463461538462, 0.0369183031362702, 0.0998776923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 570, '2021-05-09 00:00:00', 0.00775173986673564, 0.0144748076923076, 0.0102682480417135, 0.0209096153846155, 0.0107948162506185, 0.0310482692307693, 0.0210477052759822, 0.0534407692307694, 0.0377121543863718, 0.100247692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 585, '2021-05-09 00:00:00', 0.00675286398785434, 0.0144559615384616, 0.00990005860316759, 0.0243571153846154, 0.0130533844712339, 0.0333769230769232, 0.0219595332066472, 0.0547605769230771, 0.0380578600296766, 0.101125961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 600, '2021-05-09 00:00:00', 0.00988595671413985, 0.0212519230769229, 0.0115713256537276, 0.0268542307692308, 0.0140340894212847, 0.0356282692307693, 0.021905649274875, 0.0550030769230771, 0.0379740151302885, 0.101046346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 615, '2021-05-09 00:00:00', 0.00614669031956343, 0.0149482692307692, 0.00738104097307101, 0.0222803846153847, 0.00869656141595832, 0.0310676923076925, 0.0190888851600567, 0.0514994230769232, 0.036485248068964, 0.100970576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 630, '2021-05-09 00:00:00', 0.00609560189809016, 0.0152375, 0.00900422444445674, 0.0223496153846155, 0.00914694411349402, 0.028251153846154, 0.0179799287807692, 0.051074807692308, 0.035206596624562, 0.101011730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 645, '2021-05-09 00:00:00', 0.00737050919856664, 0.0147346153846154, 0.00700262278611488, 0.0202182692307693, 0.00828824484760469, 0.0261405769230772, 0.0155180465959424, 0.0496569230769233, 0.0332633052684879, 0.100730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 660, '2021-05-09 00:00:00', 0.00394647784544867, 0.0144207692307691, 0.00539180068394446, 0.0190038461538462, 0.00870288802860626, 0.0253840384615385, 0.0148335584052356, 0.0488598076923077, 0.0324931994287325, 0.100311346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 675, '2021-05-09 00:00:00', 0.00488095662124342, 0.0124015384615385, 0.00765581874484023, 0.0182705769230771, 0.00968720037551523, 0.0243836538461538, 0.0146389445618396, 0.0478532692307693, 0.0321577123235565, 0.0999932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 690, '2021-05-09 00:00:00', 0.00660583610558481, 0.0138244230769233, 0.00687846941829794, 0.0190584615384618, 0.00961635888233413, 0.0245669230769233, 0.0125810441782621, 0.047236153846154, 0.0311426303394806, 0.0988273076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 705, '2021-05-09 00:00:00', 0.00537593097840886, 0.0130382692307695, 0.00654511477245547, 0.0167792307692309, 0.00771901464666223, 0.0230763461538462, 0.0133963285512803, 0.0459944230769231, 0.0316298771277315, 0.098018653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 720, '2021-05-09 00:00:00', 0.00498889897287366, 0.0124448076923076, 0.00704839599865465, 0.018031923076923, 0.00718650289672348, 0.0225917307692305, 0.0134005570263101, 0.0465311538461538, 0.0324213497565797, 0.0984109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 735, '2021-05-09 00:00:00', 0.00579395110305713, 0.0130092307692308, 0.00567475428136287, 0.015961923076923, 0.0081033799121106, 0.0222799999999998, 0.0137054524972307, 0.0445419230769231, 0.033819255150898, 0.0979898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 750, '2021-05-09 00:00:00', 0.00313595119295804, 0.0106917307692308, 0.00472655810695917, 0.0146584615384614, 0.00838202997259847, 0.0222923076923078, 0.0135345907272385, 0.0430369230769232, 0.0332385816252971, 0.0972023076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 765, '2021-05-09 00:00:00', 0.00362042303626777, 0.0115101923076924, 0.00552089622392825, 0.0171436538461538, 0.00905007372048162, 0.0251171153846153, 0.0136222343756308, 0.0448392307692308, 0.0329325889145598, 0.0970311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 780, '2021-05-09 00:00:00', 0.00464690621646429, 0.0117557692307692, 0.00666295104404837, 0.0169111538461539, 0.00799762105013338, 0.0240473076923077, 0.0168548783899045, 0.0483484615384615, 0.0324978323206097, 0.0969834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 795, '2021-05-09 00:00:00', 0.00415083865483359, 0.0115184615384618, 0.00683590688654686, 0.0176448076923077, 0.00933456423934538, 0.0234915384615385, 0.0172356461885961, 0.0496334615384615, 0.0321080024706279, 0.097719423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 810, '2021-05-09 00:00:00', 0.0056203317038711, 0.0134173076923075, 0.00554858071942724, 0.0168549999999999, 0.00852535608324693, 0.0229571153846153, 0.0167747798804773, 0.0513090384615385, 0.0318214193514127, 0.0982484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 825, '2021-05-09 00:00:00', 0.00393012951929827, 0.0107190384615386, 0.00633557640204522, 0.0147521153846155, 0.00878686721980364, 0.0216365384615388, 0.0176305610626726, 0.0518442307692308, 0.0319410534873948, 0.0990682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 840, '2021-05-09 00:00:00', 0.00496251978488604, 0.0113461538461539, 0.00665228425776863, 0.0163396153846155, 0.00815787555301417, 0.0221784615384617, 0.0206748500106179, 0.0539648076923077, 0.0321827525165028, 0.100493461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 855, '2021-05-09 00:00:00', 0.00417214399780985, 0.0111334615384617, 0.00506874771364845, 0.015044230769231, 0.00659103769406747, 0.0226532692307693, 0.0205583433072431, 0.0552165384615387, 0.0323399191640682, 0.101258461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 870, '2021-05-09 00:00:00', 0.00294941493546395, 0.0105976923076926, 0.00461385472079661, 0.0161507692307694, 0.00641645996337069, 0.0233626923076925, 0.02047977351888, 0.055554230769231, 0.0320366945530374, 0.101368269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 885, '2021-05-09 00:00:00', 0.00425224547015608, 0.0131734615384616, 0.00660031757103152, 0.0184759615384616, 0.00764828127500156, 0.0264526923076924, 0.0210406790920313, 0.0561255769230771, 0.0321851087616618, 0.10202 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 900, '2021-05-09 00:00:00', 0.00574785403767908, 0.0142359615384614, 0.00570996850658154, 0.0184028846153846, 0.00883673747009502, 0.0269263461538463, 0.0213237985214785, 0.056644230769231, 0.0323665511292136, 0.10144 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 915, '2021-05-09 00:00:00', 0.00422803129764269, 0.0122194230769229, 0.00695828997560556, 0.0201607692307693, 0.00901326710380938, 0.0281882692307693, 0.0206848344334311, 0.0563334615384617, 0.032560414982708, 0.101085384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 930, '2021-05-09 00:00:00', 0.00723885415922011, 0.0157534615384617, 0.00858185174566736, 0.021239230769231, 0.00982246437235336, 0.0295671153846155, 0.0214184605970212, 0.0560128846153849, 0.0328906137370528, 0.100405 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 945, '2021-05-09 00:00:00', 0.00442858869688242, 0.0139396153846154, 0.00669421546216169, 0.020175576923077, 0.0115694589811012, 0.0313336538461538, 0.0214952108771661, 0.0543544230769233, 0.0324218001635652, 0.0997303846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 960, '2021-05-09 00:00:00', 0.00603256663070084, 0.014758076923077, 0.00883573744255918, 0.0212280769230769, 0.0169842531922956, 0.0354325000000001, 0.0222677167252021, 0.0536519230769233, 0.0324270822598121, 0.0995667307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 975, '2021-05-09 00:00:00', 0.00643313594123914, 0.0142490384615386, 0.0102305218999891, 0.0228071153846156, 0.0141686690393333, 0.0348728846153847, 0.0203588950253654, 0.0523544230769233, 0.0305045246788836, 0.0995532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 990, '2021-05-09 00:00:00', 0.00961420659753052, 0.0190475000000001, 0.0143264579550724, 0.0280584615384616, 0.0143778258493364, 0.0356330769230769, 0.0211647952660507, 0.052340576923077, 0.0310123215568612, 0.0995078846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1005, '2021-05-09 00:00:00', 0.00615708082991893, 0.0180578846153849, 0.00796067359925342, 0.0239519230769232, 0.0140636652351428, 0.0325596153846154, 0.021545365652859, 0.050708653846154, 0.0339875572305513, 0.1010425 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1020, '2021-05-09 00:00:00', 0.0061945730591071, 0.0174692307692309, 0.0108979133711986, 0.0234096153846154, 0.0143489285153444, 0.0321284615384613, 0.0206611911237918, 0.047654423076923, 0.0341451948798745, 0.100579230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1035, '2021-05-09 00:00:00', 0.00728304291857784, 0.0158519230769233, 0.00983012584041867, 0.0225790384615385, 0.0122550688037491, 0.0317107692307693, 0.0198710598348842, 0.0452398076923078, 0.033474861020565, 0.100237115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1050, '2021-05-09 00:00:00', 0.007178658927683, 0.015345, 0.0106808445809095, 0.0225151923076922, 0.0182458179834347, 0.0304017307692308, 0.0197579053711129, 0.0429644230769233, 0.0324713299009826, 0.0992015384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1065, '2021-05-09 00:00:00', 0.00823966810384645, 0.0173526923076923, 0.00880609647434023, 0.0225486538461539, 0.0171741888499531, 0.0282305769230769, 0.0195127439116477, 0.0413298076923078, 0.0324151996374919, 0.0999684615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1080, '2021-05-09 00:00:00', 0.00707360647053531, 0.0167074999999999, 0.0162499353430666, 0.0222844230769231, 0.0161362557662502, 0.0274269230769231, 0.0185479245863665, 0.0393326923076923, 0.0330183447775044, 0.100380384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1095, '2021-05-09 00:00:00', 0.0144020546290614, 0.0152015384615387, 0.015337405406893, 0.0193838461538463, 0.0154364819327962, 0.0255976923076923, 0.0193110866483082, 0.0373765384615385, 0.0335302900243254, 0.100638653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1110, '2021-05-09 00:00:00', 0.0105439793703107, 0.0136551923076923, 0.0106212475093015, 0.0184005769230771, 0.010978370239493, 0.0222763461538463, 0.0164527723967257, 0.0347765384615385, 0.0335317769063913, 0.0998974999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1125, '2021-05-09 00:00:00', 0.00545148806784412, 0.011798076923077, 0.00686029727153616, 0.0159694230769232, 0.00887881556549944, 0.0197196153846157, 0.0142718596491894, 0.0319546153846155, 0.0332693433982974, 0.0988269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1140, '2021-05-09 00:00:00', 0.00515394315436845, 0.0102559615384614, 0.00562211463432943, 0.0129198076923076, 0.0074541811318318, 0.0173828846153847, 0.0145810290393426, 0.0314703846153847, 0.0333220676712087, 0.0986417307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1155, '2021-05-09 00:00:00', 0.00436907425505158, 0.00871038461538444, 0.00725187755263846, 0.0126409615384617, 0.00714168078686934, 0.0157323076923077, 0.0160509511256643, 0.0297309615384617, 0.0338630728284455, 0.0990907692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1170, '2021-05-09 00:00:00', 0.00572347869273157, 0.00840711538461542, 0.00579956958615173, 0.0108442307692306, 0.00577957955950212, 0.0146517307692305, 0.0140460216828605, 0.0284686538461539, 0.034296856804288, 0.0990605769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1185, '2021-05-09 00:00:00', 0.00255050821481645, 0.00664307692307692, 0.00376415656606431, 0.00986057692307686, 0.00564390260846561, 0.0144405769230769, 0.0127993357700252, 0.0271130769230769, 0.0350082973219864, 0.099640769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1200, '2021-05-09 00:00:00', 0.00310378945186953, 0.00810519230769243, 0.00402141597718215, 0.0112926923076924, 0.00512541438850013, 0.0148244230769232, 0.0128868556348647, 0.0274219230769232, 0.0350412569782445, 0.0997061538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1215, '2021-05-09 00:00:00', 0.00386380132173553, 0.00722557692307721, 0.00597874159965002, 0.00992634615384634, 0.00522590738900542, 0.0142559615384614, 0.0124169817232444, 0.028788653846154, 0.03505371819848, 0.0992884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1230, '2021-05-09 00:00:00', 0.00442343492096376, 0.00680750000000006, 0.00417014386857525, 0.00933173076923071, 0.00497620235567412, 0.0145267307692307, 0.011328261148731, 0.028330576923077, 0.0351242625419434, 0.0991213461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1245, '2021-05-09 00:00:00', 0.0021457126124867, 0.0066361538461539, 0.00350304867222829, 0.0103299999999999, 0.00586437156774849, 0.0148282692307693, 0.0112659345083378, 0.0285078846153846, 0.035372273048468, 0.0992038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1260, '2021-05-09 00:00:00', 0.00354615039379101, 0.00730884615384602, 0.00424252786129279, 0.010505576923077, 0.00534823142586566, 0.0146842307692309, 0.0110454259746531, 0.0277751923076925, 0.0361134903261712, 0.0990615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1275, '2021-05-09 00:00:00', 0.00345327040644092, 0.00680749999999992, 0.00418398358211219, 0.00988615384615391, 0.00431745365214983, 0.0130890384615385, 0.019338609978088, 0.0302482692307694, 0.0349314800805145, 0.100176153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1290, '2021-05-09 00:00:00', 0.00320291070146172, 0.00719480769230771, 0.00338315376307609, 0.00936576923076925, 0.00436960302720799, 0.0122911538461539, 0.0192906322592478, 0.0300148076923078, 0.034690435567259, 0.100779615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1305, '2021-05-09 00:00:00', 0.00243667119242635, 0.00709750000000001, 0.00335985826166243, 0.00956346153846152, 0.00473808380612329, 0.0120569230769232, 0.0192674677670377, 0.0296819230769232, 0.0350486269351377, 0.102875961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1320, '2021-05-09 00:00:00', 0.00287704824696846, 0.00626615384615377, 0.00402923741591972, 0.0077030769230769, 0.00511582132664509, 0.0131553846153848, 0.0194813909124736, 0.0293217307692309, 0.0352213447805992, 0.102948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1335, '2021-05-09 00:00:00', 0.00253587705962634, 0.00461769230769233, 0.00380740317822266, 0.00759519230769261, 0.00581203308794641, 0.0131838461538464, 0.0195556768513745, 0.0301286538461541, 0.0351012696548801, 0.103399230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1350, '2021-05-09 00:00:00', 0.0037825070847462, 0.00608038461538481, 0.00471963997975104, 0.0104784615384618, 0.011984885455632, 0.0154407692307695, 0.0213501419775498, 0.0306173076923079, 0.0351584040730169, 0.103614807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1365, '2021-05-09 00:00:00', 0.00416772277333628, 0.00875634615384636, 0.00542973688624479, 0.0108205769230771, 0.0120343347072515, 0.0151353846153848, 0.0219273321020907, 0.0309263461538463, 0.0348712267989174, 0.104062692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1380, '2021-05-09 00:00:00', 0.00353246669645125, 0.00601480769230777, 0.0125194689123046, 0.0102103846153846, 0.0120536855519223, 0.0138742307692309, 0.023251010496651, 0.0319863461538463, 0.0347966708271616, 0.104239423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1395, '2021-05-09 00:00:00', 0.0116928680037811, 0.0077480769230769, 0.0116993817407326, 0.00972134615384624, 0.011673458404234, 0.0189513461538462, 0.0229742537779541, 0.033650576923077, 0.0347743364876145, 0.104061923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1410, '2021-05-09 00:00:00', 0.00339689675122177, 0.00599846153846155, 0.0037068068624335, 0.00898365384615385, 0.00616426572144773, 0.0172382692307692, 0.0209518842745429, 0.0323355769230771, 0.0347979720546382, 0.104131346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 2, 1425, '2021-05-09 00:00:00', 0.00284117156225247, 0.00672538461538457, 0.00579170515943655, 0.0154305769230768, 0.00612282734150214, 0.0170205769230767, 0.0207980445086698, 0.0334592307692309, 0.0348049470820544, 0.104159230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 0, '2021-05-09 00:00:00', 0.00656661636613574, 0.0120824999999999, 0.00723830643441289, 0.0136559615384614, 0.00704397335698017, 0.014714423076923, 0.0211201170606091, 0.0337794230769232, 0.0348087286113477, 0.104178461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 15, '2021-05-09 00:00:00', 0.00312122140889318, 0.00572280000000006, 0.0045134742715564, 0.00739600000000003, 0.0190164249794746, 0.0172176000000002, 0.0212925181343116, 0.0334458, 0.0355219849330429, 0.1047814 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 30, '2021-05-09 00:00:00', 0.00226804151611929, 0.00429333333333326, 0.00271109895861529, 0.00655520833333327, 0.0192120311602999, 0.0171925000000002, 0.0215491976674002, 0.03429875, 0.0355051671989597, 0.1062 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 45, '2021-05-09 00:00:00', 0.00284999195905265, 0.00479541666666668, 0.0194922730092007, 0.0154137500000002, 0.0192987285275686, 0.0182285416666669, 0.0213517407639367, 0.0353897916666667, 0.0355538999955181, 0.10623375 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 60, '2021-05-09 00:00:00', 0.0191734310008966, 0.0155978846153848, 0.018936160776713, 0.0167998076923079, 0.0190290414407517, 0.0188769230769233, 0.0211434880764374, 0.0356990384615386, 0.0347097068201168, 0.105221538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 75, '2021-05-09 00:00:00', 0.00355680223710106, 0.0058169230769234, 0.00401057328052534, 0.00806903846153866, 0.00652161731061807, 0.0130271153846158, 0.0110889319888728, 0.0297844230769232, 0.0308879226260661, 0.102048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 90, '2021-05-09 00:00:00', 0.00269472373352097, 0.00577500000000021, 0.00388684346917224, 0.007933076923077, 0.0063214043260851, 0.0131194230769231, 0.0107978885257899, 0.0301511538461539, 0.0306302252189164, 0.102255192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 105, '2021-05-09 00:00:00', 0.00375121266546421, 0.0059176923076923, 0.00590543331634915, 0.0106305769230771, 0.00674105436001057, 0.0143882692307692, 0.0105712279779381, 0.0306851923076922, 0.0303327423067245, 0.102539615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 120, '2021-05-09 00:00:00', 0.00597621689249594, 0.00906211538461549, 0.00627382986025161, 0.011356346153846, 0.00814168249480145, 0.0167303846153842, 0.0103815843925674, 0.0304774999999999, 0.0303327423067245, 0.102539615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 135, '2021-05-09 00:00:00', 0.00459394866603351, 0.00779211538461534, 0.00497699498848275, 0.0105386538461537, 0.00885775406722165, 0.0173286538461534, 0.0105424122549748, 0.0293380769230767, 0.0305432109666591, 0.102376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 150, '2021-05-09 00:00:00', 0.00408506431547156, 0.00804730769230755, 0.00692159769517428, 0.0119744230769229, 0.00782327041833913, 0.0178109615384613, 0.0106947651698604, 0.0294990384615384, 0.0304982472510243, 0.102555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 165, '2021-05-09 00:00:00', 0.00561811734480474, 0.00930250000000009, 0.00611230783872857, 0.0142213461538459, 0.0083805552230238, 0.0182353846153845, 0.00979646748146417, 0.0287786538461539, 0.0297742854651718, 0.102319807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 180, '2021-05-09 00:00:00', 0.00483023998846376, 0.0112228846153844, 0.00595396444525708, 0.013843846153846, 0.00799668368762968, 0.0171399999999999, 0.00919060362335025, 0.0279051923076923, 0.0298682742110447, 0.102062884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 195, '2021-05-09 00:00:00', 0.00421197965971413, 0.00867057692307689, 0.00610426669507598, 0.0124582692307691, 0.00710738854995275, 0.0167049999999997, 0.0102886310145641, 0.0279419230769229, 0.029993411015524, 0.102877884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 210, '2021-05-09 00:00:00', 0.00550043002514697, 0.00914769230769232, 0.00546759272018752, 0.0113230769230769, 0.00692887079267181, 0.0163573076923076, 0.0105881546151278, 0.0268430769230769, 0.0300516725715251, 0.102917884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 225, '2021-05-09 00:00:00', 0.00335924554258601, 0.00761884615384597, 0.00505788969372072, 0.0113319230769228, 0.00543816697412511, 0.0157890384615384, 0.0110180989076367, 0.0252634615384616, 0.02983415360597, 0.102759230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 240, '2021-05-09 00:00:00', 0.00390240488476194, 0.00900826923076892, 0.0047173471847574, 0.0116323076923075, 0.00499609226141948, 0.0149582692307691, 0.0108980391973122, 0.0253178846153847, 0.0300540208214884, 0.102901538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 255, '2021-05-09 00:00:00', 0.00327532138176489, 0.006931923076923, 0.00441595268926748, 0.0105469230769231, 0.0047783480409029, 0.013565, 0.0113731725767941, 0.0248326923076925, 0.0297205805435587, 0.102680384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 270, '2021-05-09 00:00:00', 0.00435776119301934, 0.00805384615384617, 0.00481916761085757, 0.0105273076923078, 0.00652491479755738, 0.0141286538461538, 0.0117388449127081, 0.0248117307692311, 0.030011273923311, 0.1028525 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 285, '2021-05-09 00:00:00', 0.00393254830279878, 0.0066780769230769, 0.00435384933133881, 0.00964999999999985, 0.00573574897865613, 0.0131478846153845, 0.0116756327402251, 0.0245667307692309, 0.0303367401530782, 0.103046346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 300, '2021-05-09 00:00:00', 0.00391128591878186, 0.00758846153846148, 0.00568287323049241, 0.010236923076923, 0.00538962231087182, 0.0121105769230768, 0.0119478864706435, 0.025208653846154, 0.0302324376711251, 0.103136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 315, '2021-05-09 00:00:00', 0.00358434255316965, 0.0063184615384616, 0.00384228478202153, 0.00898711538461533, 0.0043658953967527, 0.0110161538461535, 0.0129842606969422, 0.0278646153846154, 0.0296049238582681, 0.102434423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 330, '2021-05-09 00:00:00', 0.00371276515758591, 0.00683134615384593, 0.00361475032119979, 0.008163269230769, 0.00613952282034528, 0.0117676923076921, 0.0133960138847346, 0.0300200000000002, 0.0297381276148729, 0.102395961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 345, '2021-05-09 00:00:00', 0.00304709913120403, 0.00616634615384616, 0.00385828854047207, 0.00830769230769214, 0.0063801333721289, 0.0116553846153847, 0.0130432552921189, 0.0318938461538463, 0.0296756604417467, 0.102270576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 360, '2021-05-09 00:00:00', 0.00383388342987199, 0.00616192307692291, 0.00643318353120406, 0.00867711538461524, 0.00723904348760143, 0.0117138461538462, 0.0137841624295647, 0.0349732692307692, 0.0296341494076578, 0.102231346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 375, '2021-05-09 00:00:00', 0.00560449075776249, 0.0057994230769229, 0.00617958574974563, 0.00804403846153858, 0.00677631448786583, 0.0111409615384615, 0.0134820999805156, 0.0379282692307693, 0.0300323791854469, 0.101651538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 390, '2021-05-09 00:00:00', 0.00412437523940099, 0.00540365384615383, 0.00510703475986423, 0.00763096153846144, 0.00573859799616062, 0.0107548076923077, 0.0120578947534228, 0.0387217307692308, 0.0303446932104852, 0.102019038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 405, '2021-05-09 00:00:00', 0.00411995655783684, 0.00522403846153869, 0.0049328342804579, 0.00782596153846171, 0.00673253299000743, 0.0107173076923079, 0.013593977473075, 0.0406234615384615, 0.0309401577814087, 0.102198461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 420, '2021-05-09 00:00:00', 0.00370820925058868, 0.00603038461538451, 0.00429298219817468, 0.00784807692307674, 0.00595951679765555, 0.0116076923076922, 0.0128074828263074, 0.0426321153846154, 0.0312121203485737, 0.102429423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 435, '2021-05-09 00:00:00', 0.00360916090823594, 0.00559730769230766, 0.00461318181535689, 0.00778769230769236, 0.00628190266681886, 0.0121413461538463, 0.0122534403285209, 0.0433882692307692, 0.0317192946018423, 0.102189038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 450, '2021-05-09 00:00:00', 0.00391316808992394, 0.00583750000000023, 0.00454603437074555, 0.00851750000000016, 0.00647912633296071, 0.0126240384615389, 0.0122128325070869, 0.0438496153846154, 0.0317512142281447, 0.102189807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 465, '2021-05-09 00:00:00', 0.00374504881861986, 0.00649942307692298, 0.0051508241200203, 0.00931134615384632, 0.00660267278339722, 0.0130632692307695, 0.0114569126882488, 0.0447721153846155, 0.0318240734906527, 0.102093461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 480, '2021-05-09 00:00:00', 0.0048928131950381, 0.00706519230769245, 0.00503542595020527, 0.00952250000000024, 0.00648035199958019, 0.0137959615384616, 0.0115182726552875, 0.0455698076923076, 0.031545696212613, 0.102283461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 495, '2021-05-09 00:00:00', 0.00324037279431776, 0.00612461538461547, 0.00420742033609851, 0.00894826923076921, 0.00933322945180311, 0.01809, 0.0131692524654972, 0.0473425, 0.0313149113860377, 0.103051346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 510, '2021-05-09 00:00:00', 0.00319516580164502, 0.00619250000000011, 0.0051737547888728, 0.010321153846154, 0.00847505710668301, 0.020284807692308, 0.0148746406343146, 0.0478300000000001, 0.0318227134582544, 0.103145384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 525, '2021-05-09 00:00:00', 0.00421365967374596, 0.00758461538461547, 0.00803823600290921, 0.0147759615384614, 0.00843672958875927, 0.022538076923077, 0.0153366973578458, 0.0476203846153845, 0.0321438130289246, 0.102980961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 540, '2021-05-09 00:00:00', 0.00674669359475752, 0.0128126923076923, 0.00692705106809544, 0.0168025000000002, 0.0110741723149652, 0.0251473076923076, 0.0158105361900027, 0.0475738461538461, 0.0322148362816552, 0.102769423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 555, '2021-05-09 00:00:00', 0.00376466942056711, 0.0108353846153848, 0.00522705600696998, 0.0155425000000001, 0.0108649635367012, 0.026445576923077, 0.0157830787542083, 0.0474251923076923, 0.0323705678379891, 0.103483076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 570, '2021-05-09 00:00:00', 0.0042221791129154, 0.0107176923076923, 0.00850171188417603, 0.0172248076923077, 0.0107507134360757, 0.0283042307692309, 0.0147939910306648, 0.0476361538461537, 0.032767178198853, 0.103751346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 585, '2021-05-09 00:00:00', 0.00649653112171287, 0.0122488461538461, 0.00914161267753964, 0.0210671153846155, 0.0124194636094382, 0.0298671153846155, 0.0154122366519395, 0.0488638461538462, 0.0317140990394591, 0.103203269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 600, '2021-05-09 00:00:00', 0.00651062131030177, 0.0174846153846154, 0.00761418308411762, 0.0224090384615386, 0.0104337023095647, 0.0307682692307694, 0.0159346388400096, 0.0494601923076923, 0.0316453698989041, 0.102970961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 615, '2021-05-09 00:00:00', 0.00480710360980356, 0.0143763461538461, 0.00686944077894154, 0.0203388461538462, 0.00665806609713723, 0.0277730769230768, 0.0162618254924272, 0.0481371153846153, 0.0321306996476291, 0.103590384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 630, '2021-05-09 00:00:00', 0.00595082501390815, 0.0150278846153847, 0.00667875483558481, 0.021186923076923, 0.00588333186605652, 0.0278903846153845, 0.0171824303913574, 0.049436923076923, 0.0321946926042882, 0.104188269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 645, '2021-05-09 00:00:00', 0.00492090373188326, 0.0151434615384616, 0.00644030371058833, 0.0210882692307691, 0.00851814450723613, 0.0278096153846153, 0.0195634531962415, 0.0495001923076921, 0.0317925663112281, 0.104109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 660, '2021-05-09 00:00:00', 0.00623714336732894, 0.0146542307692308, 0.00745186071755545, 0.0199430769230769, 0.0111374193893311, 0.026504423076923, 0.0208105282942219, 0.0478067307692307, 0.0321949780460341, 0.104184230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 675, '2021-05-09 00:00:00', 0.00744216760452542, 0.0135705769230769, 0.00875723523502383, 0.0192051923076922, 0.0105848890932019, 0.0243463461538463, 0.0220660514443828, 0.0481028846153847, 0.0329269398359692, 0.103879807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982640 and enddate = '2021-05-09 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 982640, 3, 690, '2021-05-09 00:00:00', 0.00627472637773029, 0.0135813461538462, 0.00732553704253388, 0.0174201923076925, 0.0105838693084553, 0.0236234615384619, 0.0214426110323491, 0.0467882692307693, 0.0339[...];
Date: 2021-05-09 15:34:05 Duration: 16s696ms 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 983630, 1, 960, '2021-05-09 00:00:00', 0.00850035097012981, 0.0147561538461537, 0.0107933800722766, 0.0203207692307692, 0.0127846248884533, 0.0332534615384617, 0.0246982312322158, 0.05831, 0.0293829040776855, 0.101710961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 1, 975, '2021-05-09 00:00:00', 0.00745824781701438, 0.0138425, 0.010191717732853, 0.0218878846153848, 0.0135973523723725, 0.0342984615384617, 0.02386711504673, 0.0561855769230772, 0.0295084686938147, 0.101065576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 990, '2021-05-09 00:00:00', 0.00953638645682127, 0.018325576923077, 0.010940616077436, 0.0270469230769232, 0.0149953582112805, 0.0362082692307693, 0.0229989491473983, 0.0550032692307694, 0.0297221296912689, 0.100699230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1005, '2021-05-09 00:00:00', 0.00941129557826838, 0.0182776923076923, 0.0117241773682222, 0.0248951923076923, 0.0164812548404357, 0.0354986538461538, 0.0242623452707783, 0.0514909615384617, 0.0315034095199967, 0.099584230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1020, '2021-05-09 00:00:00', 0.00698668794648361, 0.0159423076923077, 0.010712157141089, 0.0236938461538464, 0.0149975600130875, 0.0359428846153847, 0.0222829766448258, 0.0468569230769231, 0.0323242998591558, 0.098809230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1035, '2021-05-09 00:00:00', 0.00773172141495414, 0.0161690384615388, 0.0111989515529185, 0.0235882692307695, 0.016193603980727, 0.0343267307692308, 0.0213645106165485, 0.0435082692307693, 0.0328047994753114, 0.0987111538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1050, '2021-05-09 00:00:00', 0.00914695942124187, 0.0165394230769231, 0.0124728068351176, 0.0261728846153846, 0.0153358249320392, 0.0316971153846155, 0.0187821104951984, 0.0403055769230768, 0.0328406954882787, 0.0978380769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1065, '2021-05-09 00:00:00', 0.0091419082189999, 0.0180367307692308, 0.0108498681257496, 0.0234271153846154, 0.0112873445879069, 0.0285196153846154, 0.0168571558829341, 0.0374323076923076, 0.0331686854502858, 0.0977125000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1080, '2021-05-09 00:00:00', 0.00930169622248446, 0.0160211538461537, 0.00945169719598605, 0.0207417307692307, 0.0120380386547744, 0.0277244230769229, 0.0155837528806814, 0.0353546153846154, 0.0334479433730181, 0.0976732692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1095, '2021-05-09 00:00:00', 0.00704244209446159, 0.014974423076923, 0.00908195885342914, 0.0196611538461538, 0.0117109449398677, 0.0245407692307691, 0.0139737399831032, 0.0337286538461539, 0.0334758306549438, 0.0974440384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1110, '2021-05-09 00:00:00', 0.00781666324886484, 0.0130521153846152, 0.00983890843109062, 0.0176586538461537, 0.00993118917660614, 0.0203023076923075, 0.0124429768884359, 0.0303303846153846, 0.0338022022131924, 0.0975223076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1125, '2021-05-09 00:00:00', 0.00796105250337798, 0.0112451923076924, 0.00824798927711396, 0.0138686538461541, 0.00931776268953377, 0.0180184615384617, 0.0115944697311328, 0.0287921153846155, 0.0337521111026352, 0.0970217307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1140, '2021-05-09 00:00:00', 0.00453147546017357, 0.00873538461538473, 0.00531044319822179, 0.0117551923076923, 0.00729146778512673, 0.0152673076923076, 0.0105328392494068, 0.028330576923077, 0.0347783514825841, 0.0966953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1155, '2021-05-09 00:00:00', 0.00478551014883648, 0.00826576923076949, 0.00589388382138652, 0.0116125000000002, 0.00843483810432376, 0.0150546153846155, 0.0112664605867967, 0.0287369230769233, 0.0344871163240154, 0.0970021153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1170, '2021-05-09 00:00:00', 0.00353899166430225, 0.00756499999999994, 0.00475202242370409, 0.00991134615384609, 0.00902022056058145, 0.0153598076923077, 0.0105391553741274, 0.0282300000000001, 0.0339366374677191, 0.0968788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1185, '2021-05-09 00:00:00', 0.0041873250870474, 0.00738076923076918, 0.00623146237929895, 0.010470769230769, 0.00853599984680291, 0.0147492307692307, 0.0108721984260492, 0.0279688461538463, 0.0337869516922414, 0.096810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1200, '2021-05-09 00:00:00', 0.0036460519058292, 0.00701749999999983, 0.00578972344231213, 0.0110434615384615, 0.00741240785128863, 0.0144680769230769, 0.0129006070772477, 0.0294951923076923, 0.0335749146519335, 0.0971817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1215, '2021-05-09 00:00:00', 0.00497902038943998, 0.00777596153846156, 0.00547693366274916, 0.00954211538461549, 0.0071623711479886, 0.0129123076923076, 0.0143156595068262, 0.0351936538461539, 0.0350915718064345, 0.0991446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1230, '2021-05-09 00:00:00', 0.00313040191570455, 0.00595692307692336, 0.00442878358451408, 0.00913403846153858, 0.0050929068471598, 0.012196923076923, 0.0138033684239085, 0.0359853846153846, 0.0351655018382855, 0.100353461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1245, '2021-05-09 00:00:00', 0.00339653389501698, 0.00733249999999993, 0.00387499159304288, 0.00925961538461519, 0.00609339627415158, 0.0125730769230767, 0.0140199791904267, 0.0374324999999999, 0.036730289393926, 0.101524807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1260, '2021-05-09 00:00:00', 0.0032464319644805, 0.00576250000000006, 0.00439510339862623, 0.00840673076923096, 0.00569435234380372, 0.0128761538461539, 0.0150335458187552, 0.0386417307692308, 0.0375929531433547, 0.101574038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1275, '2021-05-09 00:00:00', 0.00258770527985428, 0.00572384615384625, 0.00424025421951949, 0.00785961538461551, 0.00661425011738918, 0.0139111538461537, 0.0151253602233008, 0.0382682692307692, 0.0382249502047269, 0.101746923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1290, '2021-05-09 00:00:00', 0.00291555362865075, 0.00537519230769241, 0.00476919741675663, 0.00948500000000002, 0.00740997125500461, 0.01379, 0.0158156404184639, 0.0389603846153845, 0.0385155194239933, 0.1014825 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1305, '2021-05-09 00:00:00', 0.00408352214581775, 0.00732365384615391, 0.00603106086152218, 0.0103363461538461, 0.00792447844437607, 0.0153661538461539, 0.0161322613608687, 0.0390261538461541, 0.0384129487788248, 0.101753269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1320, '2021-05-09 00:00:00', 0.00420571020710562, 0.00738288461538462, 0.00496251575854857, 0.00933942307692321, 0.00960188358925134, 0.0162673076923078, 0.015340715112205, 0.0391719230769232, 0.0384635085288141, 0.101362115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1335, '2021-05-09 00:00:00', 0.00269766531538752, 0.005296923076923, 0.00639917892870136, 0.00957019230769211, 0.00804377619892916, 0.0151634615384612, 0.0154418922378252, 0.0398482692307693, 0.0382463998873901, 0.101132884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1350, '2021-05-09 00:00:00', 0.00541508927762186, 0.0076617307692306, 0.00765243728142568, 0.0120971153846151, 0.0074090993353807, 0.0147048076923074, 0.0160973533276074, 0.0396419230769231, 0.0381805449537004, 0.101065192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1365, '2021-05-09 00:00:00', 0.00689927441000951, 0.00869576923076906, 0.0067445847822243, 0.0106482692307689, 0.00667200298607187, 0.0124703846153844, 0.0153016416728602, 0.0391617307692308, 0.0377585344443427, 0.100460769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1380, '2021-05-09 00:00:00', 0.00370091365538484, 0.00671673076923065, 0.00383010076690091, 0.00812673076923076, 0.00596240706749041, 0.0144390384615385, 0.0149276612999026, 0.0393517307692308, 0.0375113251437278, 0.100099038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1395, '2021-05-09 00:00:00', 0.00302225807710321, 0.00484173076923092, 0.00343411778504168, 0.0073098076923078, 0.0149737776334292, 0.0255488461538461, 0.0147597540838384, 0.0392288461538461, 0.0379233955580701, 0.100109423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1410, '2021-05-09 00:00:00', 0.00301334846334433, 0.00568980769230771, 0.00656646149002639, 0.0117925, 0.0148136550481174, 0.0275032692307692, 0.0150278646673949, 0.0391673076923078, 0.0380543266983078, 0.100192692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 1, 1425, '2021-05-09 00:00:00', 0.00664538861802785, 0.0105032692307692, 0.0152473899203967, 0.0243357692307692, 0.0142774276354186, 0.0289682692307691, 0.0152272211680266, 0.0396675, 0.0382361390491329, 0.100209230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 240, '2021-05-09 00:00:00', 0.00518188311850488, 0.0088144230769232, 0.00575003675239079, 0.0109555769230769, 0.00648368307012667, 0.014658076923077, 0.0100678946485272, 0.0277505769230769, 0.0367078768978287, 0.0957371153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 255, '2021-05-09 00:00:00', 0.00300306144433671, 0.00652596153846153, 0.00411287945174866, 0.00956076923076911, 0.006436685590008, 0.0131592307692307, 0.0103763239229434, 0.0261130769230767, 0.0368179610020184, 0.0955278846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 270, '2021-05-09 00:00:00', 0.00357857004101653, 0.00702653846153829, 0.00494248574956141, 0.00972923076923069, 0.00689974441276929, 0.0138498076923076, 0.0101724000874158, 0.0254884615384614, 0.0366921191873886, 0.0963926923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 285, '2021-05-09 00:00:00', 0.00402586616098379, 0.00705711538461542, 0.00477425757418011, 0.00910923076923087, 0.0056943233034853, 0.0132117307692309, 0.0108968796521685, 0.0251769230769232, 0.0365279530749554, 0.0970746153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 300, '2021-05-09 00:00:00', 0.00417459897659481, 0.00647615384615381, 0.00568840169859834, 0.00979326923076926, 0.00619710932612949, 0.0133650000000002, 0.0120906583710795, 0.0258046153846155, 0.0365553942331149, 0.0970315384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 315, '2021-05-09 00:00:00', 0.00413327453070248, 0.00721711538461524, 0.00416813298916732, 0.00936115384615377, 0.0072045959903811, 0.0141192307692307, 0.0123177377855614, 0.0278019230769231, 0.0366324534348143, 0.0976744230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 330, '2021-05-09 00:00:00', 0.00279984175377006, 0.00679038461538457, 0.00493991861113275, 0.00956173076923096, 0.00699159909352732, 0.0133217307692309, 0.0138931601558245, 0.0303213461538463, 0.0372175486275782, 0.0995303846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 345, '2021-05-09 00:00:00', 0.00461043193371131, 0.006841153846154, 0.00619635820151949, 0.0101298076923077, 0.00726404274227071, 0.0132051923076922, 0.0152391398757885, 0.0325080769230769, 0.0381161944105933, 0.100912884615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 360, '2021-05-09 00:00:00', 0.00493940914015473, 0.0073094230769232, 0.00624674602369997, 0.00936173076923081, 0.00758291700773193, 0.0129371153846154, 0.0153025396534744, 0.0356953846153846, 0.0390488859961262, 0.101718461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 375, '2021-05-09 00:00:00', 0.00306180494781445, 0.00547346153846154, 0.00529253132689388, 0.00850461538461515, 0.00629056830011878, 0.0116415384615385, 0.0148202042820449, 0.0378198076923075, 0.038865711629424, 0.103442692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 390, '2021-05-09 00:00:00', 0.00481529214706, 0.00621769230769222, 0.00564360510803003, 0.0082911538461539, 0.00578125773180349, 0.0110851923076925, 0.014155281612828, 0.0400165384615382, 0.0382591174478009, 0.103986730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 405, '2021-05-09 00:00:00', 0.00318985953392208, 0.00556961538461551, 0.00352378860799646, 0.00763807692307731, 0.0050400633390405, 0.0108676923076924, 0.0141718444975078, 0.041857692307692, 0.0374340229675956, 0.105316538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 420, '2021-05-09 00:00:00', 0.0028958921569381, 0.00573423076923081, 0.00371492859440638, 0.00756730769230775, 0.00596029751451535, 0.0111876923076924, 0.0148835424663004, 0.0435678846153843, 0.0369795805193166, 0.106030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 435, '2021-05-09 00:00:00', 0.00354949223345882, 0.0057536538461539, 0.00452998310830609, 0.00845980769230764, 0.00580083371991943, 0.0118503846153845, 0.0149826542888258, 0.0451115384615381, 0.0368156110705773, 0.1060275 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 450, '2021-05-09 00:00:00', 0.00398806292385354, 0.00682673076923092, 0.00515215470981266, 0.00884192307692318, 0.00521320554346953, 0.0120359615384615, 0.0150780936830687, 0.0456963461538458, 0.0366918680342956, 0.106265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 465, '2021-05-09 00:00:00', 0.00322400436628831, 0.00581307692307705, 0.00364314692792696, 0.00863153846153847, 0.00473188573972872, 0.011754423076923, 0.0155366734745201, 0.0459094230769227, 0.0366918680342956, 0.106265384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 480, '2021-05-09 00:00:00', 0.0025574445478611, 0.00657384615384611, 0.00407993650497357, 0.00890673076923061, 0.00552931610738483, 0.0142411538461539, 0.0168810333351234, 0.0471873076923073, 0.0368599101985635, 0.106684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 495, '2021-05-09 00:00:00', 0.00423838124033944, 0.00622846153846145, 0.0049962858551283, 0.00896211538461531, 0.00896876262154031, 0.0190651923076923, 0.0168423150473401, 0.0478630769230766, 0.037374941504971, 0.1071775 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 510, '2021-05-09 00:00:00', 0.0047707118965624, 0.00673499999999987, 0.00602613745726455, 0.011834423076923, 0.00971919115224369, 0.022369423076923, 0.0191613994881941, 0.0502378846153843, 0.0383399545267778, 0.107936346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 525, '2021-05-09 00:00:00', 0.00456787405524879, 0.00883576923076923, 0.00779931205299549, 0.0155724999999999, 0.0092247114109542, 0.0246761538461537, 0.0191032365964919, 0.0512526923076919, 0.0382063728796045, 0.108068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 540, '2021-05-09 00:00:00', 0.00682071492981823, 0.012416923076923, 0.00780267089626298, 0.0179636538461537, 0.0106487984587647, 0.028053846153846, 0.0193171131901227, 0.0517449999999996, 0.0382063728796045, 0.108068846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 555, '2021-05-09 00:00:00', 0.00558645037981693, 0.0126996153846152, 0.00818130783460785, 0.0199132692307692, 0.0109290855078758, 0.0297190384615386, 0.0207671458957137, 0.0532094230769229, 0.0384271375402651, 0.107808461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 570, '2021-05-09 00:00:00', 0.00776248575621132, 0.0150413461538462, 0.0101406541209136, 0.0217800000000001, 0.0114955163048635, 0.0310013461538459, 0.020945823685991, 0.0537532692307691, 0.0383531942065604, 0.107239615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 585, '2021-05-09 00:00:00', 0.00665850973162594, 0.0147446153846153, 0.00984476319987125, 0.0240176923076924, 0.0135295856963688, 0.0327413461538459, 0.0213717956302587, 0.0542076923076922, 0.0363814042947978, 0.107302692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 600, '2021-05-09 00:00:00', 0.00971483136557391, 0.0206976923076923, 0.0117030132214546, 0.0263026923076919, 0.0145846704611913, 0.0349573076923074, 0.0212677392274344, 0.0540653846153845, 0.0355240954586297, 0.107696923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 615, '2021-05-09 00:00:00', 0.00576800225714791, 0.0153340384615383, 0.00734153389181138, 0.0221017307692306, 0.00859529370331006, 0.0301403846153845, 0.0182760561149115, 0.0503736538461537, 0.0332598121837752, 0.1085725 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 630, '2021-05-09 00:00:00', 0.00620120922451027, 0.0147953846153847, 0.00917444105193282, 0.0218611538461539, 0.00899218092823759, 0.0273096153846152, 0.0168467421924835, 0.0496375, 0.0320585672894758, 0.108810576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 645, '2021-05-09 00:00:00', 0.00756940009816874, 0.0145596153846155, 0.00705834641781276, 0.019626923076923, 0.0081423449561301, 0.0258457692307691, 0.0152611666216527, 0.0487544230769231, 0.0316143140128012, 0.1089875 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 660, '2021-05-09 00:00:00', 0.00391320231347105, 0.0139921153846154, 0.00543626140269769, 0.0187540384615384, 0.00883262051236137, 0.0256336538461539, 0.0147614193136651, 0.0482680769230771, 0.0313519098596266, 0.109005384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 675, '2021-05-09 00:00:00', 0.00482541533086887, 0.0119386538461538, 0.00766957982000218, 0.0180138461538462, 0.00984645744183402, 0.0246530769230768, 0.0146260379473888, 0.0469440384615386, 0.0314168578320375, 0.108894038461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 690, '2021-05-09 00:00:00', 0.00671548673131451, 0.0140359615384616, 0.00700609818987387, 0.0193403846153844, 0.0101815102948735, 0.0256532692307692, 0.0128059306227772, 0.0464986538461538, 0.0311611811813252, 0.108123846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 705, '2021-05-09 00:00:00', 0.00537424333135518, 0.0130757692307691, 0.00638744769359874, 0.0170490384615385, 0.0079298698820442, 0.0234521153846152, 0.0136115009586068, 0.0451271153846153, 0.0312326717895762, 0.108226346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 720, '2021-05-09 00:00:00', 0.00495055193504084, 0.0124323076923078, 0.00709589153340463, 0.0183455769230769, 0.00691064059148044, 0.0224492307692306, 0.0134844330019699, 0.0462442307692307, 0.0322623283728633, 0.108729038461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 735, '2021-05-09 00:00:00', 0.00581455234403641, 0.0129498076923078, 0.00581180641850295, 0.0157503846153845, 0.0080711533276518, 0.0217890384615384, 0.0137897463369876, 0.0446440384615385, 0.0338823782864508, 0.108777115384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 750, '2021-05-09 00:00:00', 0.00307249204793342, 0.0105507692307691, 0.00397884737851803, 0.0142073076923075, 0.00728064237444865, 0.0210592307692308, 0.0134847565221452, 0.0433576923076925, 0.0340530163404744, 0.108733269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 765, '2021-05-09 00:00:00', 0.00377461936950162, 0.0113942307692308, 0.00578687994850947, 0.0167115384615384, 0.00935940052320892, 0.023808076923077, 0.0134592473400832, 0.0451748076923078, 0.0365661952018316, 0.110076538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 780, '2021-05-09 00:00:00', 0.00494650124991251, 0.0115861538461538, 0.00656303806292383, 0.0160288461538463, 0.00821741484007269, 0.0233744230769233, 0.0168732500676709, 0.0481796153846153, 0.0372338417923183, 0.110376153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 795, '2021-05-09 00:00:00', 0.00414380551592935, 0.0110269230769232, 0.00705488252096468, 0.017039230769231, 0.00947094379384386, 0.0232678846153848, 0.0173937654745776, 0.0495542307692307, 0.036978686599383, 0.110556153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 810, '2021-05-09 00:00:00', 0.00585223529943888, 0.01297, 0.00563788558633603, 0.0168632692307692, 0.00854947343407754, 0.0230500000000001, 0.0168210754892598, 0.0512861538461538, 0.036250234728683, 0.111346730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 825, '2021-05-09 00:00:00', 0.00365068101655247, 0.0107417307692307, 0.00644854715002937, 0.0147928846153846, 0.00860735659412668, 0.0221165384615385, 0.0177385144768706, 0.0518396153846154, 0.0363119034287022, 0.112611153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 840, '2021-05-09 00:00:00', 0.00506741293804002, 0.0111917307692307, 0.00656940952738259, 0.0165415384615386, 0.00813101252092177, 0.022581153846154, 0.0208314220359163, 0.0539459615384616, 0.0371327804367185, 0.113755192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 855, '2021-05-09 00:00:00', 0.00418115293264361, 0.0115803846153847, 0.00512460496413721, 0.0156759615384616, 0.00673170768424756, 0.0232028846153848, 0.0206717255327174, 0.0552175000000001, 0.0379164645305967, 0.1156275 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 870, '2021-05-09 00:00:00', 0.00329366635202525, 0.0110009615384615, 0.00473634486221703, 0.0164305769230769, 0.00632280381147973, 0.0235340384615385, 0.0207405300837237, 0.0553069230769231, 0.0379551555274825, 0.116031346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 885, '2021-05-09 00:00:00', 0.00421730151144829, 0.0130309615384616, 0.00654092722490764, 0.0184148076923078, 0.00767304607049904, 0.0265199999999999, 0.0213204592821074, 0.0559199999999999, 0.0381021405561624, 0.115689807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 900, '2021-05-09 00:00:00', 0.00574442581987122, 0.014185, 0.00587743163425895, 0.0183411538461538, 0.00899094287859448, 0.0272096153846154, 0.0218591713827048, 0.0563084615384615, 0.0383395000027587, 0.115157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 915, '2021-05-09 00:00:00', 0.00414336923938094, 0.0120205769230768, 0.00726513784346957, 0.0198367307692306, 0.00913122794842792, 0.0282646153846153, 0.0212600633619433, 0.0560069230769232, 0.0382953081440291, 0.114954615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 930, '2021-05-09 00:00:00', 0.00741932931864179, 0.0156715384615385, 0.00885012273708873, 0.0215326923076924, 0.00984151514484186, 0.0301328846153849, 0.0218966678884113, 0.0557438461538462, 0.0381151176125087, 0.114871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 945, '2021-05-09 00:00:00', 0.00464175737608716, 0.0142384615384615, 0.00685523501532833, 0.0204463461538461, 0.0115484277917617, 0.0313373076923079, 0.0219923177190092, 0.0545255769230771, 0.0369201924681416, 0.113661730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 960, '2021-05-09 00:00:00', 0.00623705406298632, 0.0148792307692306, 0.00920687992126623, 0.021461730769231, 0.0172805702151734, 0.0349448076923077, 0.0225889835956516, 0.0540032692307694, 0.037306228723076, 0.113288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 975, '2021-05-09 00:00:00', 0.00662928190797356, 0.0143411538461541, 0.0100672440598971, 0.0228601923076924, 0.0147936693269058, 0.034208076923077, 0.0198921337177828, 0.0524353846153847, 0.0355961999079201, 0.112093269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 990, '2021-05-09 00:00:00', 0.00944329380484434, 0.0190417307692309, 0.0146724503865629, 0.0273478846153847, 0.015023253094402, 0.0349165384615384, 0.0207364103117048, 0.0525288461538462, 0.0336545298385499, 0.112875576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1005, '2021-05-09 00:00:00', 0.00627870371543003, 0.0175478846153844, 0.00806417658536806, 0.0235799999999998, 0.0142763577516762, 0.0319994230769229, 0.0212049299783002, 0.0506142307692308, 0.0327311197415924, 0.112206538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1020, '2021-05-09 00:00:00', 0.00644947547360354, 0.0172367307692308, 0.0110569302945465, 0.0228665384615385, 0.0147652999135966, 0.0316784615384616, 0.0204304472041493, 0.0478451923076926, 0.0319696238254137, 0.111263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1035, '2021-05-09 00:00:00', 0.00752069543633787, 0.0152496153846155, 0.0101433176506279, 0.0220301923076924, 0.0120976567549894, 0.0318101923076924, 0.0199821372884729, 0.0453788461538466, 0.0327883592077807, 0.109881538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1050, '2021-05-09 00:00:00', 0.00734902831096625, 0.014811346153846, 0.0108671929147388, 0.0224003846153845, 0.0169489553762512, 0.0301621153846153, 0.0199043955572631, 0.0431425000000001, 0.0319185943829708, 0.107674230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1065, '2021-05-09 00:00:00', 0.00835346334439521, 0.0173103846153846, 0.00885447432310161, 0.0227684615384615, 0.0159119510383281, 0.0287803846153846, 0.0194594980496967, 0.0412971153846156, 0.0309569031775814, 0.106247115384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1080, '2021-05-09 00:00:00', 0.00701553062854163, 0.0167199999999998, 0.0147159525228186, 0.0221744230769231, 0.014612644067856, 0.027914423076923, 0.0179048682077937, 0.0387984615384618, 0.0312102921639886, 0.106074807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1095, '2021-05-09 00:00:00', 0.0123871845329697, 0.0151794230769235, 0.0136554460606521, 0.0197813461538464, 0.013879865505888, 0.0253426923076925, 0.0190189208987745, 0.0369369230769231, 0.030971103671251, 0.105138846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1110, '2021-05-09 00:00:00', 0.0103289214270492, 0.0143253846153845, 0.010219851782758, 0.0187723076923076, 0.0105624691023673, 0.0221834615384615, 0.0167207172290499, 0.034455576923077, 0.0310258351161389, 0.104300576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1125, '2021-05-09 00:00:00', 0.00484686064931187, 0.011056923076923, 0.00617515307814017, 0.0148884615384616, 0.00808422945283938, 0.0189646153846154, 0.0132475221659924, 0.0309034615384615, 0.0310622253202527, 0.103395384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1140, '2021-05-09 00:00:00', 0.00466243043256017, 0.00989153846153853, 0.00513178917667586, 0.0122569230769232, 0.00687301538627694, 0.0168675000000002, 0.0137254215403949, 0.0305673076923076, 0.031379543233426, 0.103603461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1155, '2021-05-09 00:00:00', 0.00407175071494028, 0.00834326923076936, 0.00726204906451242, 0.0122838461538461, 0.00723882132351988, 0.0151780769230769, 0.014330158842858, 0.0286523076923077, 0.0316011405733788, 0.103538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1170, '2021-05-09 00:00:00', 0.00511826259959984, 0.00791403846153831, 0.00534096750094505, 0.0105103846153845, 0.00547013136180344, 0.014106346153846, 0.0115823991420003, 0.027443269230769, 0.0322086300952924, 0.103786153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1185, '2021-05-09 00:00:00', 0.0023545309593338, 0.00657096153846133, 0.00360307426427014, 0.00949807692307679, 0.00465346456541126, 0.0138423076923077, 0.0107021988412878, 0.0261809615384615, 0.0323648776940967, 0.103781923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1200, '2021-05-09 00:00:00', 0.00291844178655965, 0.00754269230769227, 0.0038815765284424, 0.0108571153846153, 0.00406952879525194, 0.0142238461538463, 0.0117474519855943, 0.027226923076923, 0.0323178044356119, 0.103816538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1215, '2021-05-09 00:00:00', 0.00358838035030588, 0.00678346153846169, 0.00432838629105765, 0.00911173076923098, 0.003952568770384, 0.0135782692307694, 0.0146158214064285, 0.030825769230769, 0.033096641052553, 0.105434807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1230, '2021-05-09 00:00:00', 0.00307308445026505, 0.00616903846153864, 0.00277370327291041, 0.00866961538461553, 0.00451009162451686, 0.0142576923076923, 0.0142989833541251, 0.035430192307692, 0.0329439893764927, 0.105550961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1245, '2021-05-09 00:00:00', 0.0020342904262819, 0.0063515384615385, 0.00337189729745939, 0.0100157692307692, 0.00563192736854909, 0.0143882692307691, 0.0143215803436096, 0.0365784615384613, 0.0333487492517162, 0.106584423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1260, '2021-05-09 00:00:00', 0.00348164338407086, 0.00714557692307696, 0.00418745525808449, 0.0104434615384615, 0.0049534081041394, 0.0139703846153846, 0.0143068261330039, 0.0365299999999999, 0.0334007152024992, 0.106980961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1275, '2021-05-09 00:00:00', 0.00339623658798045, 0.00680019230769223, 0.0040305699348848, 0.00936499999999998, 0.00527410100250405, 0.0131242307692308, 0.0145626636352643, 0.0358269230769229, 0.0337771363208674, 0.107555961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1290, '2021-05-09 00:00:00', 0.00299822014509628, 0.00675596153846157, 0.00336809896163777, 0.00922115384615394, 0.00900684684858379, 0.013188076923077, 0.0147692295616989, 0.0356296153846153, 0.0337674502197923, 0.107657884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1305, '2021-05-09 00:00:00', 0.00302372369133485, 0.00708519230769217, 0.00540649285225999, 0.00988519230769207, 0.00943086191713146, 0.0130274999999997, 0.014556186489441, 0.0358186538461536, 0.0335787301038114, 0.107600769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1320, '2021-05-09 00:00:00', 0.00342227745244839, 0.00611980769230755, 0.00973669555579076, 0.00884711538461516, 0.0094905155266476, 0.0140851923076921, 0.0142549622884859, 0.0355303846153844, 0.0334896488789963, 0.107030961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1335, '2021-05-09 00:00:00', 0.0085424974910515, 0.00581076923076911, 0.00880176238689657, 0.00866134615384586, 0.00877408266517871, 0.0138361538461537, 0.0140361553688488, 0.0348865384615382, 0.03348162479802, 0.106971346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1350, '2021-05-09 00:00:00', 0.00383573254461861, 0.00607692307692285, 0.00483984907981502, 0.0101813461538461, 0.00443347764176164, 0.0133950000000001, 0.0118343710843265, 0.0332898076923076, 0.0334908134413236, 0.106944807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1365, '2021-05-09 00:00:00', 0.00397675136067304, 0.0084442307692307, 0.00371468665724838, 0.0103998076923077, 0.00422748780192009, 0.0129036538461538, 0.012511188217567, 0.0333188461538459, 0.0331627810075369, 0.107596923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1380, '2021-05-09 00:00:00', 0.00280626132343131, 0.00587884615384598, 0.00273017773442287, 0.0080173076923078, 0.00445765124425212, 0.0126511538461538, 0.0125040312453473, 0.0323607692307691, 0.0331560312514353, 0.107277884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1395, '2021-05-09 00:00:00', 0.00249528237958061, 0.00514307692307714, 0.00323413636670783, 0.00689596153846139, 0.0101633855825704, 0.0173824999999999, 0.0122517059236039, 0.0317959615384614, 0.0330483833358817, 0.106943653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1410, '2021-05-09 00:00:00', 0.00294700144866979, 0.00526653846153803, 0.00454500544130999, 0.0100426923076921, 0.0108734448242568, 0.0232978846153842, 0.012493756214452, 0.0317478846153842, 0.0328584132979902, 0.106777692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 2, 1425, '2021-05-09 00:00:00', 0.00447018227127931, 0.00819153846153846, 0.0100422299393033, 0.014801923076923, 0.0103309671842251, 0.0236101923076921, 0.0122028088317657, 0.0309542307692305, 0.0326388779012674, 0.106539423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 0, '2021-05-09 00:00:00', 0.00329841872287765, 0.00128892857142888, 0.00987624178449058, 0.0173703571428573, 0.0100184180113704, 0.0207542857142858, 0.0127176567792987, 0.0324864285714283, 0.0354683490094482, 0.113893928571429 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 240, '2021-05-09 00:00:00', 0.00348089506614861, 0.00857730769230771, 0.00453742839740071, 0.0113523076923075, 0.00464848366095361, 0.0143021153846153, 0.0108824671428581, 0.024551346153846, 0.0329800531889527, 0.105757884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 255, '2021-05-09 00:00:00', 0.0031151503791336, 0.00689673076923087, 0.00370650136195208, 0.00970288461538472, 0.00405769246664224, 0.0128969230769232, 0.0115565971185959, 0.0241801923076922, 0.0327469024418869, 0.105411538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 270, '2021-05-09 00:00:00', 0.0039566638044617, 0.00724269230769243, 0.00409638078533495, 0.00977153846153843, 0.0057682683176681, 0.0131557692307692, 0.0120838341740589, 0.0242421153846152, 0.0323009944667105, 0.106103461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 285, '2021-05-09 00:00:00', 0.00391430697766328, 0.00674134615384599, 0.00448121932239267, 0.00949384615384611, 0.00543661130668729, 0.0126224999999998, 0.0119726758721039, 0.0242734615384615, 0.0324358962742728, 0.105933653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 300, '2021-05-09 00:00:00', 0.00388460179624455, 0.00740134615384614, 0.00546143938480012, 0.00977692307692304, 0.00579803381792897, 0.0122930769230767, 0.0121419472221779, 0.0251978846153846, 0.0324108500659887, 0.10587 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 315, '2021-05-09 00:00:00', 0.0035032143317024, 0.00577557692307697, 0.00355591251947428, 0.00837038461538461, 0.00501743276372116, 0.0107915384615385, 0.012985494618997, 0.0280224999999999, 0.0319561435582484, 0.105026346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 330, '2021-05-09 00:00:00', 0.00333308372462891, 0.00633865384615376, 0.00438119961180296, 0.00810096153846121, 0.0066625476069884, 0.0115061538461537, 0.0132922028214348, 0.0302003846153845, 0.0324317111013516, 0.105825192307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 345, '2021-05-09 00:00:00', 0.00389494625715861, 0.00614288461538435, 0.00457261839229321, 0.00797980769230764, 0.00784835871131938, 0.0115773076923075, 0.0128703910600442, 0.0319059615384616, 0.0335505534844864, 0.106708653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 360, '2021-05-09 00:00:00', 0.00380262045780976, 0.00565711538461541, 0.00656104869959536, 0.00813403846153845, 0.00706395373329658, 0.0108878846153847, 0.0136167410212012, 0.0346790384615385, 0.0334518936614724, 0.107161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 375, '2021-05-09 00:00:00', 0.00553982829503421, 0.00579153846153845, 0.00618523863416275, 0.0080848076923077, 0.00645896094584889, 0.0107625000000002, 0.0132773369375731, 0.037651923076923, 0.0336519858992234, 0.107704807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 390, '2021-05-09 00:00:00', 0.00395283618236533, 0.00540826923076911, 0.00425634457197538, 0.00706865384615399, 0.00498032110873928, 0.0103028846153846, 0.0117531701320896, 0.0384419230769231, 0.0340018777490528, 0.108022692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 405, '2021-05-09 00:00:00', 0.00271456039789972, 0.00457307692307726, 0.00364151937858582, 0.00713923076923091, 0.00430702169539636, 0.00942673076923074, 0.0132309690673638, 0.0411523076923076, 0.0339723957081898, 0.108738076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 420, '2021-05-09 00:00:00', 0.00358187257107029, 0.00593365384615392, 0.00407074724287628, 0.00778634615384619, 0.00542377802260203, 0.0108190384615385, 0.0126212717282557, 0.0435509615384615, 0.0342224311217746, 0.109596730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 435, '2021-05-09 00:00:00', 0.00329895985938681, 0.00545307692307681, 0.00378031710106621, 0.0070392307692306, 0.00582152901207751, 0.0115909615384614, 0.0127601426279105, 0.0448082692307691, 0.0351748204478495, 0.109661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 450, '2021-05-09 00:00:00', 0.00319965363510083, 0.0053607692307692, 0.00402841099136901, 0.00790365384615381, 0.00589349256840495, 0.012839423076923, 0.0147794711834201, 0.0461226923076922, 0.0356926666223662, 0.110551153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 465, '2021-05-09 00:00:00', 0.00359346672662829, 0.0064263461538463, 0.00497263960240258, 0.00941884615384635, 0.00635673525603999, 0.0137463461538464, 0.0145864219435536, 0.0464513461538462, 0.0359853945628797, 0.111535384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 480, '2021-05-09 00:00:00', 0.00482018300003704, 0.007256923076923, 0.00481067124694187, 0.0101296153846153, 0.00663091054195321, 0.0151538461538462, 0.0144851791484101, 0.0469701923076923, 0.0360347091699311, 0.112385192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 495, '2021-05-09 00:00:00', 0.00317793636475975, 0.00670653846153831, 0.00424974965778532, 0.00952807692307695, 0.00897099016917239, 0.0193511538461538, 0.0151783279876276, 0.0480924999999999, 0.0354942684885665, 0.112963461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 510, '2021-05-09 00:00:00', 0.00311658540960859, 0.00623115384615393, 0.00504262056413592, 0.0109169230769231, 0.00833461834528375, 0.0212451923076923, 0.0147062605729145, 0.0476740384615384, 0.0354204248470587, 0.113407884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 525, '2021-05-09 00:00:00', 0.00404856801369789, 0.00802519230769232, 0.00759090284485325, 0.0151349999999998, 0.00827489332489917, 0.0230134615384616, 0.0154742236203903, 0.047439423076923, 0.0351273336109555, 0.114266153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 540, '2021-05-09 00:00:00', 0.00661604178958542, 0.0129401923076921, 0.00750942017632619, 0.0176057692307691, 0.0111079518658412, 0.0254155769230768, 0.0160764854320262, 0.0474353846153844, 0.0351014094654549, 0.114407307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 555, '2021-05-09 00:00:00', 0.00468777776202672, 0.0114871153846152, 0.00574502611964333, 0.0156036538461538, 0.0108636572553419, 0.0262201923076922, 0.0163824207612915, 0.047055, 0.0349808311705797, 0.114675769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 570, '2021-05-09 00:00:00', 0.00399454859777678, 0.0109324999999999, 0.00828985673069129, 0.017448846153846, 0.0109265946486261, 0.027998846153846, 0.0155944572056374, 0.0479165384615382, 0.0345845333489051, 0.114139807692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 585, '2021-05-09 00:00:00', 0.00634841448709836, 0.0127675000000001, 0.00890559057774732, 0.0213265384615385, 0.0128624780481236, 0.0300984615384614, 0.015864466627801, 0.0490742307692307, 0.0339889167235211, 0.113505961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 600, '2021-05-09 00:00:00', 0.00634211310635873, 0.0176455769230769, 0.00803930855235701, 0.0218149999999999, 0.0115885149327321, 0.0308328846153846, 0.0161931280629018, 0.0497823076923075, 0.0338925616918883, 0.112885961538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 615, '2021-05-09 00:00:00', 0.0047460916430905, 0.0135282692307694, 0.00735112835137985, 0.0202009615384615, 0.00810232460470458, 0.02834, 0.0143647557008867, 0.0484971153846153, 0.0338516341339448, 0.112201538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 630, '2021-05-09 00:00:00', 0.00555804400084991, 0.014713653846154, 0.00644603179065651, 0.0208296153846155, 0.00849846573709729, 0.0288032692307694, 0.0149115624110441, 0.0486984615384615, 0.034289243705346, 0.111523269230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 645, '2021-05-09 00:00:00', 0.00532377545689009, 0.0152063461538462, 0.00699695466723803, 0.0218411538461537, 0.010113319847911, 0.0285371153846151, 0.0172841988666395, 0.0486423076923077, 0.0340802313739211, 0.1108775 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 660, '2021-05-09 00:00:00', 0.00662427976926836, 0.0152123076923075, 0.00895636910463509, 0.0209984615384615, 0.0108821817046879, 0.026755576923077, 0.0181518744613757, 0.0465026923076923, 0.0341975885165336, 0.109572884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 675, '2021-05-09 00:00:00', 0.00826025693630949, 0.0142694230769231, 0.00903354580907261, 0.0193417307692307, 0.00946042697849215, 0.0236238461538462, 0.0205677216568548, 0.046426923076923, 0.0348970281322283, 0.108282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 690, '2021-05-09 00:00:00', 0.00654001054162849, 0.0134967307692307, 0.00725364241923692, 0.0172671153846153, 0.00768486570875103, 0.0219901923076924, 0.020499377462405, 0.0451528846153847, 0.0350822304900051, 0.107753076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 705, '2021-05-09 00:00:00', 0.0035953517855056, 0.0112626923076924, 0.00537763913026743, 0.015106153846154, 0.00616635936725647, 0.0207596153846153, 0.0183186157952463, 0.0470244230769233, 0.0342338355207467, 0.106732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 720, '2021-05-09 00:00:00', 0.00400376791765718, 0.0111915384615386, 0.00529544923640913, 0.0155911538461541, 0.00789912780238803, 0.0203809615384617, 0.0173153506606132, 0.0481675000000003, 0.0334111477671059, 0.106371346153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 735, '2021-05-09 00:00:00', 0.00358891189852649, 0.0108138461538462, 0.00492831433188318, 0.014831923076923, 0.00689500989010284, 0.0196292307692309, 0.0171045933877876, 0.0500098076923078, 0.0328027115717823, 0.106442692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 750, '2021-05-09 00:00:00', 0.0036207848756015, 0.0110363461538462, 0.00561895547711901, 0.0147155769230771, 0.006528623945012, 0.0211538461538462, 0.0184773192902503, 0.0515569230769233, 0.0325443839158392, 0.106207307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 765, '2021-05-09 00:00:00', 0.00413433678524695, 0.00997557692307688, 0.00512552094538105, 0.0141098076923077, 0.00801056606085887, 0.0221211538461537, 0.0218369016266924, 0.0542794230769231, 0.0316627874034148, 0.105673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 780, '2021-05-09 00:00:00', 0.00456973505375737, 0.0105576923076924, 0.00523544739106567, 0.0157092307692308, 0.00979275265183408, 0.0232024999999999, 0.0215093201766476, 0.0548176923076924, 0.0307631280344107, 0.105277692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 795, '2021-05-09 00:00:00', 0.00416636041592472, 0.0107986538461537, 0.00625415399185598, 0.0151830769230767, 0.00945020796881489, 0.0229055769230766, 0.0222200248883403, 0.0562059615384616, 0.0306504210436635, 0.106016923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 810, '2021-05-09 00:00:00', 0.00453516825656817, 0.0106713461538459, 0.0069096262533902, 0.0158698076923073, 0.00852809287905851, 0.0227919230769228, 0.020470094281283, 0.0559117307692307, 0.0307062597852621, 0.10576 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 825, '2021-05-09 00:00:00', 0.00457522764881275, 0.0109390384615383, 0.0063422430999182, 0.0156434615384614, 0.00859125220567639, 0.0217276923076921, 0.0197043044116291, 0.0570171153846155, 0.0307651888497624, 0.105115192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 840, '2021-05-09 00:00:00', 0.00505430515653549, 0.0111411538461538, 0.00601964561952067, 0.015130769230769, 0.00724826242308106, 0.0207680769230768, 0.0197500139328089, 0.0588821153846154, 0.0321166743302987, 0.105560961538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 855, '2021-05-09 00:00:00', 0.00413140482719293, 0.0104196153846153, 0.00597834129619978, 0.0146944230769228, 0.00845037993911429, 0.0233436538461538, 0.0200579852705944, 0.0595663461538461, 0.0325292849770079, 0.104923653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 870, '2021-05-09 00:00:00', 0.0037487015239125, 0.0105836538461539, 0.00617419196830966, 0.0159726923076924, 0.00775765716269058, 0.0246805769230769, 0.0207276603711451, 0.0595326923076923, 0.0327608892501646, 0.104867692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 885, '2021-05-09 00:00:00', 0.00445914124191927, 0.0119738461538463, 0.00737299205520755, 0.0185603846153847, 0.00970179432452489, 0.027938653846154, 0.0203756840715744, 0.0586757692307693, 0.0331751073043306, 0.104489423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 900, '2021-05-09 00:00:00', 0.00779676805823089, 0.0137669230769232, 0.00812274812581233, 0.0183463461538462, 0.0127117493697155, 0.0279990384615387, 0.0209215825157072, 0.0587201923076924, 0.0331430598257824, 0.104296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 915, '2021-05-09 00:00:00', 0.00414725410547565, 0.011911153846154, 0.00855934489989644, 0.019813653846154, 0.0122097878832454, 0.0294080769230769, 0.0212954319523803, 0.0582059615384616, 0.0328934414061294, 0.103788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 930, '2021-05-09 00:00:00', 0.0073454377703755, 0.0157209615384617, 0.0094215300264054, 0.0214809615384618, 0.0140668184910998, 0.0303176923076923, 0.0219536413240405, 0.0574442307692308, 0.0322015874357868, 0.103844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 945, '2021-05-09 00:00:00', 0.00638467153543433, 0.0144311538461538, 0.00907190220066646, 0.0215484615384616, 0.0150111995023713, 0.0307075, 0.020998439682876, 0.0567213461538462, 0.0318227783441118, 0.103276538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 960, '2021-05-09 00:00:00', 0.00687079590339808, 0.0163221153846153, 0.00909963317308009, 0.0212482692307693, 0.0145143954218403, 0.0319173076923075, 0.0201412357576728, 0.0555503846153847, 0.0309290843406955, 0.104161923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 975, '2021-05-09 00:00:00', 0.00736357534657027, 0.0149867307692311, 0.0114992086617364, 0.0229396153846153, 0.0134513099748113, 0.0341040384615386, 0.020053314941771, 0.0564180769230772, 0.0306880088408387, 0.103676153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 990, '2021-05-09 00:00:00', 0.00878816641635424, 0.0163601923076922, 0.0111787349910445, 0.0237949999999999, 0.0116250715531297, 0.0339761538461539, 0.0195437575357297, 0.054556153846154, 0.0314494050335066, 0.102795192307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1005, '2021-05-09 00:00:00', 0.00763860969276879, 0.0166390384615385, 0.0109762213005417, 0.0243640384615384, 0.013297345034312, 0.0355448076923077, 0.0211048413558086, 0.0523094230769233, 0.0344908634211798, 0.102748461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1020, '2021-05-09 00:00:00', 0.00653224574411717, 0.0172023076923075, 0.00886385475486709, 0.0237386538461537, 0.0115130978003984, 0.0338301923076922, 0.0200932458887597, 0.0484828846153847, 0.0347392531517084, 0.101668461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1035, '2021-05-09 00:00:00', 0.00527856104007925, 0.0163305769230769, 0.00813035355698233, 0.0238098076923077, 0.0114524476272037, 0.0322044230769232, 0.0191796513403779, 0.0466284615384617, 0.0357272616687338, 0.102387884615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1050, '2021-05-09 00:00:00', 0.00713654195779591, 0.0171113461538461, 0.00944186718007363, 0.0236896153846153, 0.011662402412816, 0.0286190384615383, 0.0182697563875805, 0.0454823076923078, 0.0362179774209103, 0.101987692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1065, '2021-05-09 00:00:00', 0.00541350820775091, 0.0169713461538459, 0.00641599759315602, 0.0213186538461537, 0.00842541259432521, 0.0246657692307691, 0.0186511742628881, 0.0433342307692309, 0.0375107384645233, 0.101838076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1080, '2021-05-09 00:00:00', 0.00417876137794998, 0.0131294230769232, 0.00545292806311739, 0.0165723076923077, 0.00929807522885967, 0.0222301923076924, 0.0189928758192281, 0.0420167307692309, 0.0377245369023931, 0.1020525 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1095, '2021-05-09 00:00:00', 0.0050436575899453, 0.0125617307692308, 0.00771230190120831, 0.0161811538461541, 0.00908429761266026, 0.0216236538461539, 0.0197859586546778, 0.0409667307692309, 0.0383624644135988, 0.102701730769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 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 983630, 3, 1110, '2021-05-09 00:00:00', 0.00756812050898098, 0.0109390384615387, 0.00891690904750833, 0.0149551923076925, 0.00864527962799098, 0.0200703846153846, 0.0206555612254537, 0.0398734615384617, 0.0391119234839633, 0.101793846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1125, '2021-05-09 00:00:00', 0.00604147365173546, 0.0109867307692308, 0.00651729345959343, 0.0142059615384616, 0.00712853817143038, 0.0193326923076923, 0.0204117698974428, 0.0394871153846154, 0.0397372442368425, 0.100998461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1140, '2021-05-09 00:00:00', 0.00348709905883887, 0.0082346153846156, 0.0049968929307663, 0.0117648076923078, 0.00719634592104824, 0.016401153846154, 0.0202596144469349, 0.0387634615384617, 0.0399194028652158, 0.100218653846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1155, '2021-05-09 00:00:00', 0.00401436233560706, 0.00738480769230762, 0.00628433260944671, 0.0110578846153846, 0.0143956972270831, 0.0178144230769232, 0.0219638058317627, 0.0388811538461539, 0.0398125432012809, 0.100313076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983630 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983630, 3, 1170, '2021-05-09 00:00:00', 0.00486288412759975, 0.00776403846153859, 0.0055282934492969, 0.0112626923076925, 0.0137648995134503, 0.0167811538461539, 0.022084165831236, 0.0386626923076923, 0.0396[...];
Date: 2021-05-09 15:56:51 Duration: 16s101ms Database: acaweb_fx User: pgperfstats
6 14s115ms 18s579ms 15s803ms 3 47s409ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration May 09 15 3 47s409ms 15s803ms [ User: pgperfstats - Total duration: 47s409ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983565, 1, 960, '2021-05-09 00:00:00', 0.000348688311334843, 0.00078653846153846, 0.000495544300588919, 0.00102807692307693, 0.00076023943596737, 0.00165000000000001, 0.00113071488618756, 0.00303692307692307, 0.0017783388640483, 0.00527634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983565, 1, 975, '2021-05-09 00:00:00', 0.000387992714047371, 0.000762115384615381, 0.000430194768054593, 0.00114653846153846, 0.000762395314377399, 0.00175115384615384, 0.00110047676730798, 0.00295365384615383, 0.00177304414453265, 0.00529846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000367585521184696, 0.000918653846153861, 0.00067768284504001, 0.00132903846153847, 0.000798759254189793, 0.00186788461538462, 0.00107804040526532, 0.00287865384615385, 0.00176273153416464, 0.00528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000521338513975173, 0.000985384615384606, 0.000608603824654932, 0.00128615384615385, 0.000701115155690164, 0.00187269230769231, 0.000938839791362793, 0.00271192307692308, 0.00175472163034482, 0.00523 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000352926283433899, 0.000935192307692302, 0.000506820594870231, 0.00133634615384616, 0.000663963072420803, 0.00198019230769231, 0.000808765345829933, 0.00254923076923077, 0.00173476760802309, 0.00523557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000224617709418945, 0.000831346153846151, 0.000496064356866977, 0.00124038461538461, 0.000654415769981137, 0.00188999999999999, 0.000753479850172111, 0.00239673076923077, 0.00172959190384499, 0.00522807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000386163825338407, 0.000902499999999998, 0.00047439159416601, 0.00145923076923076, 0.000664188342148634, 0.00179307692307692, 0.00071592865996121, 0.00231038461538461, 0.00172881000646732, 0.00526096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000376301893942357, 0.00114634615384614, 0.000494950852260958, 0.0014328846153846, 0.000527029410944017, 0.001625, 0.000631131005539944, 0.00223211538461538, 0.00172302296962233, 0.00526807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000358820074903632, 0.000925384615384606, 0.000398272471479588, 0.00110519230769231, 0.000415488452121297, 0.00136557692307692, 0.000721891239411093, 0.00219480769230769, 0.00163429614348666, 0.00540173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000227095456039622, 0.00071711538461539, 0.000226782851067846, 0.000922692307692302, 0.000352788725181779, 0.00120326923076923, 0.000725675520834534, 0.0021851923076923, 0.00167167397677159, 0.00547673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000172326612972164, 0.000637307692307691, 0.000342874556563261, 0.000990192307692308, 0.000411465532718588, 0.00120326923076923, 0.000806601417153389, 0.00216461538461539, 0.00172953378555742, 0.00553865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000303995698350118, 0.000725769230769233, 0.000261133402394548, 0.000845576923076924, 0.000400449603090563, 0.00112326923076923, 0.000901277725488403, 0.00209153846153846, 0.00180525135688592, 0.0055926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000172375707729904, 0.000535769230769244, 0.00033164119860987, 0.000808269230769235, 0.00038168699419611, 0.00102019230769231, 0.000884214318781644, 0.00204519230769232, 0.00186184260468371, 0.00560826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249992307573975, 0.000586923076923083, 0.000343942079202527, 0.000763076923076922, 0.00043060927318609, 0.00102788461538462, 0.000854310180564061, 0.00202326923076924, 0.00186251245736671, 0.00558942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000233664536001124, 0.000538653846153848, 0.000273537228516742, 0.000703846153846149, 0.000417188621793359, 0.000982884615384615, 0.000803554315812904, 0.00202846153846154, 0.00200303373757063, 0.00563692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000206154161882651, 0.000526538461538465, 0.000275026991682357, 0.000719615384615381, 0.000374168873844202, 0.000962115384615376, 0.000795353162969862, 0.00203057692307692, 0.00200852621054881, 0.00566653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000193254714341937, 0.000529230769230756, 0.00029885891963625, 0.000705576923076921, 0.000364740371307501, 0.000966538461538465, 0.000830545696422646, 0.00211807692307692, 0.00199231627856778, 0.00565192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000209656954240816, 0.000500961538461554, 0.000283595052576997, 0.000661923076923083, 0.000344359606315164, 0.000921538461538469, 0.000850410511730399, 0.00213596153846153, 0.00202080788300126, 0.00565749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000149352062126841, 0.000430961538461548, 0.000224860041940628, 0.000639038461538472, 0.000353482890457453, 0.000868076923076931, 0.00077986418936003, 0.00210192307692308, 0.0020412703152694, 0.0056475 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000184028112400923, 0.000462884615384612, 0.000254296314138873, 0.000606153846153846, 0.00042546372890693, 0.000865769230769228, 0.000768885807266201, 0.00205576923076923, 0.00204927166236053, 0.00564288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000164184347609624, 0.000392500000000005, 0.000263974430579927, 0.000552500000000007, 0.000489303429534117, 0.000985384615384602, 0.000709641431667051, 0.0020451923076923, 0.00207196896323652, 0.00564423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000198470013235865, 0.000407884615384614, 0.000318355208001284, 0.000614038461538458, 0.000485825585987385, 0.00101749999999999, 0.000662511538361062, 0.00199346153846154, 0.00207153288653597, 0.0056525 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189094197120422, 0.000448846153846174, 0.000351940827631371, 0.000757115384615391, 0.000413335028946082, 0.0009996153846154, 0.000616462114376505, 0.00198153846153846, 0.00207958802318004, 0.00568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000289497243244484, 0.000590576923076919, 0.000328820034950146, 0.000733846153846153, 0.000445002852194826, 0.00100346153846155, 0.000613819066300371, 0.00193038461538462, 0.002123367617362, 0.00567596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000218874129616511, 0.000528269230769237, 0.000310975635948941, 0.000709615384615388, 0.000343920608012046, 0.000964230769230788, 0.000609592171361001, 0.00189115384615385, 0.00221202455126172, 0.00569884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000196776425260918, 0.000504807692307694, 0.000245113474506431, 0.000701153846153858, 0.000309151008657317, 0.000967884615384619, 0.000608244889952934, 0.00186961538461538, 0.00226875805571785, 0.00572134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000202198303272194, 0.000481923076923079, 0.000221614790536667, 0.00069865384615385, 0.000443840451236526, 0.00101211538461538, 0.000622157536320185, 0.001845, 0.00230466784691752, 0.00571673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000153987137324963, 0.000509038461538457, 0.000286354070769304, 0.000714423076923069, 0.000434151028312295, 0.000976346153846141, 0.000553720041731741, 0.00186173076923077, 0.00230797750288996, 0.00570692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000248930945012102, 0.000553846153846161, 0.00040430415055233, 0.000790384615384618, 0.000477209033378928, 0.00116730769230769, 0.00057220091280544, 0.00186673076923077, 0.00230766822872054, 0.00570442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000317045556056823, 0.000526730769230761, 0.000341280845323341, 0.000713846153846138, 0.000366855033200601, 0.00129884615384614, 0.000521519267289191, 0.00186211538461538, 0.00229821640709619, 0.00571057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256974407585338, 0.000480384615384603, 0.000287793529087457, 0.000901346153846145, 0.000398902918592415, 0.00126346153846154, 0.000488892665583716, 0.00181096153846153, 0.0022954868429494, 0.00571961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000265117680691769, 0.00077076923076922, 0.000369071652413715, 0.00107826923076922, 0.000442055861419571, 0.00122923076923076, 0.000524206213093811, 0.00187192307692306, 0.00229435578355634, 0.00571730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000381102853066449, 0.000869230769230772, 0.00041367011197145, 0.00100480769230771, 0.000419357062840067, 0.00119711538461538, 0.000493219408190101, 0.00184423076923076, 0.00231693199827171, 0.00572326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288045936507463, 0.000502307692307699, 0.000292028186205481, 0.000712307692307683, 0.000330194406605931, 0.000997884615384607, 0.000480687688469503, 0.0017905769230769, 0.00233152515286916, 0.00573153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00026449574665767, 0.000554999999999976, 0.000279700939191503, 0.000838846153846137, 0.000359340421413364, 0.00105346153846152, 0.000498636294152522, 0.00182692307692307, 0.00233290561647586, 0.00572384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000281649878122031, 0.000704423076923067, 0.000251239695540696, 0.00081923076923076, 0.000382177767738844, 0.00104038461538462, 0.000511568026907313, 0.0018753846153846, 0.00233059081317625, 0.00571846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00020608773337139, 0.000596923076923068, 0.000323695310201051, 0.000789423076923078, 0.000339359181172639, 0.000979423076923084, 0.000532462783098155, 0.00190115384615384, 0.00233617040342655, 0.00570307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000278915482097793, 0.000514615384615383, 0.000293684616291278, 0.000645576923076933, 0.00031024754384449, 0.000893461538461542, 0.000511744414873143, 0.00186211538461537, 0.00234408958873163, 0.005685 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000168321578670581, 0.000386923076923092, 0.000265951412566584, 0.00059692307692308, 0.00032130365460346, 0.000840961538461552, 0.000543498496211921, 0.00196115384615383, 0.00234986055232744, 0.00567384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000214719584574852, 0.00049249999999999, 0.000315498628547533, 0.00071076923076922, 0.000401072983958696, 0.000946538461538462, 0.000643610608508459, 0.00210884615384614, 0.00241354010659733, 0.00567961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000250906433679046, 0.000540961538461538, 0.000281758489053731, 0.000655384615384626, 0.000401731301321587, 0.000920961538461551, 0.000655563527403364, 0.00215153846153845, 0.0025227450022057, 0.00571711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000266820092081653, 0.000460192307692308, 0.00031236572499853, 0.000722115384615384, 0.00038261594522244, 0.000984807692307692, 0.00072507148188724, 0.00216442307692306, 0.00250721212781172, 0.00569442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000214977637477455, 0.000549230769230776, 0.000264602822823475, 0.000714423076923086, 0.00032325246146959, 0.000986923076923073, 0.000785149961178416, 0.00217769230769229, 0.00244706286266744, 0.00566442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000179409823073826, 0.000468269230769237, 0.000284118880860706, 0.000723461538461538, 0.000303893263144491, 0.00105365384615384, 0.00081781841599372, 0.0021751923076923, 0.00242646638455689, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000285453822211893, 0.000623269230769219, 0.000292581415362253, 0.000788269230769224, 0.00028736394774142, 0.00114596153846152, 0.000845773292046071, 0.00217769230769229, 0.0024162134393748, 0.00570076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000191587798712196, 0.000526730769230757, 0.000262099291226696, 0.000810961538461522, 0.000262574824500636, 0.00107846153846152, 0.000888573294669603, 0.00213249999999999, 0.00237764916218973, 0.00568846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000225252337134629, 0.000591153846153829, 0.000259689459517747, 0.000828846153846127, 0.000267462793961802, 0.00108711538461537, 0.000966370608951947, 0.0021480769230769, 0.00235757695852853, 0.00570634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000165538398984825, 0.00056980769230768, 0.000231380888114421, 0.000808653846153828, 0.000324191123591293, 0.00108673076923076, 0.000940056565401167, 0.00212288461538461, 0.00231873974391263, 0.00575 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000233969836977724, 0.000623269230769223, 0.00025848233089442, 0.000836346153846154, 0.000357972710605818, 0.00114230769230769, 0.000967665946809844, 0.00209576923076923, 0.00233780130925159, 0.00577980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189811343585801, 0.000527115384615392, 0.000236365102200931, 0.000727307692307687, 0.000350393899226833, 0.000983269230769225, 0.000980209337924212, 0.00201711538461538, 0.00231173834026391, 0.00573307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000212517872551568, 0.00050461538461539, 0.000281042906661287, 0.000701346153846167, 0.000375384981872451, 0.00100673076923076, 0.00106938201060958, 0.00199326923076924, 0.0022952726417574, 0.0057325 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000209123077488982, 0.000537692307692325, 0.000285303347334015, 0.000695000000000005, 0.000694510369862214, 0.00118442307692306, 0.0010569635937257, 0.00197903846153845, 0.00230080244363034, 0.00586326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000223699661290613, 0.000488461538461523, 0.000323488259209129, 0.000770576923076903, 0.000739530620367774, 0.00115653846153845, 0.00106485889278273, 0.00194269230769231, 0.00226054067732615, 0.00584807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288555087395002, 0.000574038461538452, 0.000723253679296125, 0.000916730769230771, 0.000812579771231966, 0.00110173076923076, 0.00107415879430586, 0.00193865384615385, 0.00227252940236543, 0.00591673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000759056094005016, 0.000706923076923084, 0.000785850739399911, 0.00085576923076923, 0.000858825674081498, 0.00111653846153845, 0.00119516590415788, 0.00204346153846154, 0.0022725686923696, 0.00592269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00021314467820274, 0.000479423076923075, 0.000290294081658826, 0.000665576923076911, 0.000379968267905871, 0.000918269230769221, 0.000785507870988335, 0.00203884615384614, 0.00203403573828372, 0.00583576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000189989068511429, 0.000479615384615371, 0.000308571896621537, 0.000673846153846132, 0.000312745903250551, 0.000904999999999985, 0.000699372823431017, 0.0021078846153846, 0.00198096324665942, 0.00583423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000207523585313903, 0.000454038461538464, 0.000231474288321283, 0.000677115384615397, 0.000299385267609369, 0.000841538461538458, 0.000857321140799373, 0.00228653846153846, 0.00194722960006894, 0.00586134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000124975843819748, 0.000435192307692302, 0.000149761348613251, 0.000577307692307687, 0.000343261506053987, 0.0008076923076923, 0.000889940361009576, 0.0023153846153846, 0.00190334443505676, 0.00585096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000126295745710662, 0.000413846153846158, 0.000164777238906149, 0.000563461538461528, 0.000420081356589233, 0.000922115384615388, 0.000892992807275724, 0.00238307692307692, 0.00186166711888524, 0.00584769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000139247980236702, 0.000419999999999993, 0.000244264437412843, 0.000596346153846149, 0.000387688812560563, 0.000888846153846152, 0.000897773935053556, 0.00246403846153845, 0.00184073530458305, 0.0058573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000158399324979127, 0.000447884615384625, 0.000328119818640415, 0.000671153846153862, 0.000343296463043923, 0.000907307692307697, 0.0008831013531866, 0.00257500000000001, 0.00180470616615389, 0.00585711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000295467621550345, 0.000488653846153845, 0.000288533160339306, 0.000635769230769228, 0.000440314616539661, 0.000950192307692311, 0.000915407034308536, 0.00266403846153845, 0.00180012542298073, 0.00585153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199485492050085, 0.000447307692307693, 0.00025364451198782, 0.000633461538461551, 0.000357695186092642, 0.000915384615384608, 0.000944094295323057, 0.00273403846153845, 0.00180392513276338, 0.00581326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000252968605531625, 0.000523653846153861, 0.00033950914794517, 0.000737692307692328, 0.000425184123012065, 0.000998461538461542, 0.00100501373890342, 0.00276115384615383, 0.00183811426153587, 0.00582903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199914981929826, 0.000500000000000009, 0.000250990346121438, 0.000696923076923078, 0.000436735661998807, 0.00107096153846154, 0.000961724412788732, 0.00278038461538462, 0.00185243585999209, 0.00585884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000184430203600171, 0.000472499999999987, 0.000333956526419938, 0.000700192307692296, 0.000482265526926345, 0.00121903846153846, 0.000964062956769618, 0.00275076923076923, 0.00185435367135333, 0.00587653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000220695752982744, 0.000501153846153837, 0.000266868161054502, 0.000813846153846161, 0.000507687062909983, 0.00133307692307692, 0.000934607877462721, 0.00277826923076923, 0.00185519934653521, 0.00587384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000216883964013365, 0.000630576923076921, 0.00039332688499712, 0.000964038461538462, 0.000542533373663287, 0.0013676923076923, 0.000936393326299602, 0.0027823076923077, 0.00185293874696387, 0.005875 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00022047474999332, 0.000606346153846159, 0.000354458254024581, 0.00094942307692308, 0.000627948675021717, 0.00146653846153846, 0.000857316946148757, 0.00276288461538462, 0.00178931883257719, 0.00590173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000255465186548894, 0.000717307692307703, 0.000311507809508232, 0.000976346153846149, 0.000601257304449479, 0.00148711538461538, 0.000842087881399562, 0.00271500000000001, 0.00174786731585844, 0.00589192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208287984808016, 0.000638269230769223, 0.000541496537385045, 0.00113249999999999, 0.000637862174647611, 0.00148192307692308, 0.000882702667946574, 0.00266500000000001, 0.00173403057598809, 0.00585596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00053253042527741, 0.000904423076923075, 0.00057399507502577, 0.00115788461538461, 0.000667418563168228, 0.00150846153846154, 0.000862566207046411, 0.0026326923076923, 0.00174150868501998, 0.00585750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000288530494322262, 0.000699615384615386, 0.000350045546487005, 0.000943269230769231, 0.000567917281354887, 0.00137403846153847, 0.00087406638103837, 0.00246903846153846, 0.00173789325378128, 0.00584019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000273071207957533, 0.000716730769230763, 0.000375171345469693, 0.000943461538461536, 0.000464419116084411, 0.00140365384615384, 0.000878575770560156, 0.00243423076923077, 0.00176728731720071, 0.0058273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000248182082660788, 0.000667884615384622, 0.000355758182780623, 0.000991730769230784, 0.000359877810460075, 0.00141096153846154, 0.00093103176844088, 0.00241692307692306, 0.00177011973736677, 0.00589673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000217545485959904, 0.000729038461538476, 0.000279773053631784, 0.000990192307692308, 0.000430934048139798, 0.00133692307692306, 0.000939405478931303, 0.00243057692307691, 0.00180019051342224, 0.00592326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000206915534606596, 0.000635961538461541, 0.000246945338081119, 0.000925000000000001, 0.000333218166002178, 0.00123788461538461, 0.000923908607701333, 0.00232634615384614, 0.00182257387736727, 0.00587346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000186085691592298, 0.00061326923076923, 0.00028919895999387, 0.000885961538461527, 0.000342627180205222, 0.00119923076923077, 0.000971489914433574, 0.00236442307692306, 0.00186990785457878, 0.00588423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000231878283721304, 0.000583461538461543, 0.000252551974848754, 0.000792500000000004, 0.000429706742576123, 0.00114673076923077, 0.000967521595863137, 0.00235903846153845, 0.00185892479261949, 0.00591076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00019171864401132, 0.000539038461538453, 0.000324266331656785, 0.00080057692307692, 0.000586710287568273, 0.00113519230769231, 0.00100792255883842, 0.00241673076923076, 0.00185958735083476, 0.00593134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000261841481699255, 0.0005748076923077, 0.000354971992394637, 0.000811346153846161, 0.000565405504585331, 0.00110423076923078, 0.000974990749463032, 0.00255019230769231, 0.00185907648702666, 0.00591576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000173354683103307, 0.000589615384615374, 0.000328426317693698, 0.000785384615384615, 0.000413453187751098, 0.00109346153846154, 0.000867555828396431, 0.00253134615384616, 0.00186733529806102, 0.00588865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208888634296968, 0.000577307692307704, 0.000266220556335124, 0.000789230769230781, 0.000416122624308675, 0.00116903846153847, 0.000798990709486752, 0.00263192307692309, 0.00190724635373781, 0.00591057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000183776620259074, 0.000564615384615386, 0.000272860136051717, 0.000824423076923076, 0.000332053285807233, 0.00120923076923076, 0.000794336225071941, 0.00267903846153846, 0.00197537174690273, 0.00594653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000222833242237671, 0.000579423076923072, 0.000269473846311937, 0.000876923076923074, 0.000286220463709616, 0.00124692307692306, 0.000807695701458062, 0.00271211538461538, 0.00198981015716034, 0.00595769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249859037182053, 0.000638461538461549, 0.00027785247884442, 0.000844999999999997, 0.000435005614464221, 0.00131673076923077, 0.000808518112636654, 0.00277653846153846, 0.00199458821661168, 0.00596192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000211706255130861, 0.000596538461538462, 0.000309154740940777, 0.000924423076923074, 0.000411673367536036, 0.00128980769230768, 0.000731351120555956, 0.00281230769230769, 0.00195800998858142, 0.00595134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000225567404219133, 0.000690576923076921, 0.000322248411107865, 0.000950961538461534, 0.000354505126359812, 0.00128173076923076, 0.000686087345863355, 0.00305461538461538, 0.00196296993393645, 0.00597519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000182252677515422, 0.000649038461538469, 0.000239891962862777, 0.000901923076923063, 0.000346396227106832, 0.00127211538461538, 0.000678588240393227, 0.00310499999999999, 0.00194911017172926, 0.00596269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00016824718536905, 0.000678653846153834, 0.000278865834849214, 0.000943076923076918, 0.000468884806256759, 0.00129980769230768, 0.000605675973285542, 0.00318923076923076, 0.00190007660776733, 0.00594634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000236638965514973, 0.000635000000000009, 0.00026748112801869, 0.000913076923076931, 0.00043366967223381, 0.00135923076923077, 0.000616541595078188, 0.00324346153846153, 0.0018865820946887, 0.005945 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229679040268061, 0.00068730769230769, 0.000395774994351381, 0.000974615384615382, 0.000445782975828445, 0.00152230769230769, 0.000647197508790505, 0.00327615384615384, 0.00184975669917798, 0.00591461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000405016618842299, 0.000732307692307695, 0.000415561205341174, 0.00109134615384616, 0.000621737515726328, 0.00174346153846154, 0.000677032779572304, 0.00324923076923077, 0.00184833996206991, 0.00589115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000315533492066034, 0.000824230769230772, 0.00038695562257985, 0.00122942307692308, 0.000579139148949689, 0.00163692307692308, 0.000798067280757334, 0.00325923076923077, 0.00187255305973915, 0.0059148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000315790339405012, 0.000876538461538456, 0.000500403222027384, 0.00126076923076922, 0.000644723226246378, 0.00167596153846154, 0.000759494670057768, 0.00327307692307692, 0.00186274384051715, 0.00591115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000299890749337942, 0.000827307692307685, 0.000443719636014254, 0.00106865384615385, 0.000618694282650669, 0.00167884615384615, 0.00075073095149893, 0.0032001923076923, 0.00192861011133367, 0.00581019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000452665949170539, 0.000802307692307688, 0.000546559589263032, 0.00122923076923076, 0.000565585639301953, 0.00178865384615382, 0.000791846648906615, 0.00314634615384615, 0.00194790396225118, 0.00586038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000340383042151939, 0.000928846153846145, 0.000459677018719073, 0.0013401923076923, 0.000552444219251686, 0.00177615384615383, 0.00081937455040182, 0.00315442307692309, 0.00194842927863604, 0.00589557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000365963060346893, 0.00091019230769231, 0.000358650032976215, 0.00128461538461536, 0.000566168397074712, 0.00169942307692307, 0.000859282281012232, 0.00308403846153847, 0.00202711436624729, 0.00587057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000291938086165277, 0.000934615384615371, 0.000380752342282804, 0.0012278846153846, 0.000586162224854302, 0.00198807692307692, 0.000865055200550822, 0.00297750000000001, 0.00200589206128805, 0.00588019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000201464732550246, 0.000790961538461536, 0.000363341596001082, 0.00115134615384616, 0.000560479224894599, 0.00189480769230769, 0.000876099858200237, 0.00279980769230771, 0.00211167280573046, 0.00599403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000319660938158889, 0.000841346153846161, 0.000658296782497188, 0.00154057692307693, 0.000594893784960486, 0.00193884615384616, 0.000928959571033854, 0.00277673076923079, 0.00211972143489151, 0.0059898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000578916760324509, 0.00131115384615385, 0.000518256099448318, 0.00155576923076923, 0.000621520622839978, 0.00191173076923078, 0.000894380232339692, 0.00271000000000002, 0.00218035928584825, 0.00600115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000276702839773027, 0.0008826923076923, 0.000410107115463579, 0.00118961538461539, 0.00056802072009879, 0.00160653846153847, 0.000905563848999828, 0.00246826923076925, 0.00221312112533063, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000308000062437559, 0.000735961538461543, 0.000440610415743367, 0.00106153846153848, 0.000423230842630656, 0.0014021153846154, 0.000954813574232419, 0.00235980769230771, 0.00210434546739691, 0.00591538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00031639635561453, 0.000744423076923073, 0.000425535544931326, 0.000997500000000006, 0.000575945009394273, 0.00132942307692309, 0.000937097995860709, 0.00227057692307693, 0.00207883762824696, 0.00588826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000306507685937014, 0.000700192307692304, 0.000451123426740241, 0.000962884615384612, 0.000631698595363819, 0.00131634615384616, 0.000924125282881893, 0.00222346153846155, 0.00206483809199508, 0.00588788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256693172124577, 0.000604230769230774, 0.000477740998385579, 0.000882692307692317, 0.000547310205951294, 0.00121230769230769, 0.000878832376596267, 0.00209788461538461, 0.00201945651485359, 0.00585615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000447052440565285, 0.000641730769230793, 0.000451486604282066, 0.000836923076923081, 0.0004832477068273, 0.00119288461538462, 0.000888571022225267, 0.0020423076923077, 0.00198987804032926, 0.00580884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000176996740517569, 0.000579615384615373, 0.000311100280641762, 0.000859230769230757, 0.000423729231394843, 0.00117230769230769, 0.000791844390307541, 0.00196153846153846, 0.00198171399201647, 0.00578211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000205598282692618, 0.000609423076923081, 0.000245940267920114, 0.000821153846153845, 0.000484110484846665, 0.00110480769230769, 0.000728700133535995, 0.00187173076923077, 0.00202239428743412, 0.00579057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229105618908357, 0.000584230769230766, 0.000338719591311857, 0.000799807692307693, 0.000497155795113941, 0.00110326923076924, 0.000725367413532874, 0.00191173076923077, 0.00202480887037233, 0.00581519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000229377502082358, 0.000510961538461525, 0.000352777768355884, 0.000731923076923072, 0.00044258545459083, 0.00100326923076924, 0.000671341481375439, 0.00194423076923076, 0.00197716903288904, 0.00589576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000207153696192361, 0.000519423076923077, 0.000304427331230272, 0.000755000000000006, 0.000372721591292177, 0.000985769230769232, 0.000604179927352242, 0.00192423076923076, 0.00196862491055598, 0.00592403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000188005421362085, 0.000525961538461547, 0.000181907520883122, 0.000687115384615394, 0.000354165378579869, 0.00102365384615385, 0.000592018580789481, 0.00187, 0.00197303943584121, 0.00597384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000165321249041413, 0.000483653846153846, 0.000237245410103932, 0.000654230769230764, 0.000378220987498856, 0.00105134615384614, 0.000575488454739494, 0.00183480769230768, 0.00197901487731027, 0.00598826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000201325224832472, 0.000469615384615391, 0.000281965423412149, 0.000712499999999996, 0.000389394450989666, 0.00101403846153845, 0.000536830155062673, 0.00184884615384615, 0.00198205856468626, 0.00599807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000254002195629522, 0.000513653846153851, 0.000312569807587655, 0.000776730769230764, 0.000351689985859495, 0.000949615384615397, 0.000524033505975142, 0.00186365384615383, 0.00197794959879785, 0.00599884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000202635424801821, 0.000563653846153841, 0.000221341452198953, 0.000694038461538461, 0.00024264757603127, 0.000884615384615385, 0.000492794074639689, 0.00185499999999999, 0.00199515722341719, 0.00600711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000166022241327442, 0.000484230769230756, 0.000220806563447603, 0.00064653846153847, 0.000200096515173572, 0.000851153846153845, 0.000636284648444497, 0.00192307692307692, 0.0019630623741021, 0.00606326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199629271786072, 0.000455384615384622, 0.000215005545545632, 0.000574230769230765, 0.000268634724830219, 0.000858846153846157, 0.000602034020250053, 0.00192519230769229, 0.00196209182918482, 0.00606211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000133647066789878, 0.000376538461538456, 0.00017243995610511, 0.000596538461538471, 0.000332346899396476, 0.000827307692307698, 0.000607566014140393, 0.0019476923076923, 0.00194924424210631, 0.00606865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000182259008429879, 0.000517884615384626, 0.000275815434387106, 0.000708076923076933, 0.000331397274952813, 0.000866923076923077, 0.000674705092272502, 0.00206980769230768, 0.00195576965963235, 0.00609019230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000305792350359631, 0.000509807692307689, 0.000352669871780309, 0.000619038461538456, 0.000480197235118422, 0.00112076923076923, 0.000657258788746553, 0.00209865384615384, 0.00195204401747344, 0.0061103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000200898366957422, 0.000428076923076909, 0.00023280364786991, 0.000628461538461531, 0.000509397834551862, 0.00125307692307693, 0.000727158748935765, 0.00215961538461537, 0.00197830507291936, 0.00616519230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000174455195923241, 0.000438846153846155, 0.00045903175690376, 0.000941923076923077, 0.000493810809303125, 0.00128134615384616, 0.000729590717720972, 0.00217615384615383, 0.00197821766127608, 0.00618634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000474549827164157, 0.000848461538461537, 0.000548719102862419, 0.00112442307692308, 0.000473128540023329, 0.00128615384615384, 0.000709117436297783, 0.00227653846153845, 0.00197136224864549, 0.00619634615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000449810088131205, 0.000798653846153847, 0.000423394206202852, 0.000989423076923081, 0.00035760447639601, 0.0011951923076923, 0.000714649564471993, 0.00229499999999999, 0.00197662210893698, 0.00622980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000305257331544291, 0.00059596153846154, 0.000303815733628135, 0.000834999999999983, 0.000290596005584289, 0.00111903846153846, 0.000669244464935008, 0.00226192307692307, 0.00196792057375683, 0.00628576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000306364790103865, 0.000590769230769224, 0.000268198835539267, 0.000786153846153838, 0.000365821730439211, 0.00112346153846154, 0.000671983516281331, 0.00223538461538462, 0.00192532000337207, 0.00626365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000216768220776161, 0.000577307692307695, 0.000250563441989337, 0.000870961538461539, 0.000457458573155919, 0.00118711538461539, 0.000820753218789806, 0.00235538461538462, 0.00193424090656138, 0.00624826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00028116926191558, 0.000676923076923084, 0.000348817783597459, 0.000880384615384618, 0.000557572520291852, 0.00121865384615386, 0.000795868369479802, 0.0023223076923077, 0.00191232794097827, 0.00620307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000267500754851548, 0.000489423076923085, 0.000337090264104193, 0.000689615384615393, 0.000507653311439368, 0.00106326923076923, 0.000867231159850346, 0.00228173076923078, 0.00191900347736888, 0.00615288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000236384302485454, 0.000478461538461543, 0.000375266110708318, 0.000735576923076925, 0.000355325040794157, 0.00103173076923077, 0.000900915346488483, 0.00226769230769232, 0.00192997509948067, 0.00616826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000258826122210385, 0.000485192307692318, 0.000284965854904638, 0.000756538461538465, 0.000452229859865342, 0.00115038461538463, 0.000916182212310328, 0.0022896153846154, 0.00189382575756061, 0.00616 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000181499735113163, 0.00060192307692307, 0.000292946306448012, 0.00080846153846154, 0.000492152454491005, 0.00122596153846153, 0.000929089132099077, 0.00230384615384617, 0.0018686847287289, 0.00617615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000219795446862623, 0.00050096153846155, 0.00040545093604338, 0.00081269230769232, 0.000553049865605414, 0.00119307692307692, 0.000892484173529144, 0.00228000000000002, 0.00186336036400741, 0.00618538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000317713465490272, 0.000570384615384616, 0.000313622568359835, 0.000816346153846143, 0.000503221468295862, 0.00109538461538462, 0.000982482511098991, 0.00232326923076925, 0.00185324149491143, 0.00621096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000251244670819873, 0.000576730769230756, 0.000439348993923447, 0.000866538461538464, 0.000446398795490513, 0.00120673076923078, 0.00104851185753171, 0.00229634615384618, 0.00191542641366195, 0.00629288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000445930315356389, 0.00071461538461539, 0.000423086325070362, 0.000844038461538466, 0.000425038867001052, 0.00122403846153848, 0.00108662046661266, 0.00234403846153848, 0.00191533131297475, 0.00630596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000200656710290514, 0.000538653846153839, 0.000321399882724586, 0.000886730769230784, 0.000362326669436028, 0.00115115384615386, 0.00104100136702785, 0.0022746153846154, 0.00194884404593714, 0.00624134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000235585114457265, 0.000622115384615391, 0.000228308243053456, 0.00081057692307693, 0.000285963956846617, 0.00111923076923079, 0.000988229652537225, 0.00227961538461539, 0.0019537756740771, 0.00625076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000115883396301881, 0.000535192307692325, 0.000203187011244474, 0.000764807692307702, 0.00069083672789986, 0.00118423076923078, 0.00105290186919477, 0.00216711538461539, 0.00196626464491589, 0.00621942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000194210829136409, 0.000590384615384619, 0.000260230962504764, 0.000776923076923081, 0.000706627635593612, 0.00118115384615385, 0.00104085852138437, 0.00218730769230769, 0.00196394446106653, 0.00621461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000290655558773872, 0.000520576923076934, 0.000715409296513866, 0.000932692307692307, 0.000830759360696352, 0.00120634615384616, 0.00101890242606744, 0.00221807692307692, 0.00196312114129125, 0.00618115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000666919698775943, 0.000708269230769229, 0.000631411026681824, 0.000886730769230771, 0.000771760948440955, 0.00119019230769231, 0.000999147809962988, 0.00220788461538462, 0.00197360213432582, 0.00614923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000199505639018045, 0.000547499999999996, 0.00043245133118786, 0.000798076923076933, 0.000515171368052931, 0.00108346153846156, 0.000878469473222931, 0.00208384615384616, 0.00201493832698137, 0.00609730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000417822192583635, 0.000580769230769239, 0.000472776414874454, 0.000791538461538472, 0.000560459323988957, 0.000999423076923091, 0.000885578559256809, 0.00202576923076924, 0.00200321991764798, 0.00605903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00018821305439888, 0.000488076923076914, 0.000280421111901366, 0.000675000000000003, 0.000441291461333829, 0.000931923076923084, 0.000881439927705707, 0.00199711538461538, 0.0019778115333718, 0.0059976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000194335158543553, 0.000451923076923083, 0.000309678803824954, 0.000610192307692308, 0.00062070617352023, 0.000953076923076937, 0.000841638786032247, 0.00205461538461539, 0.00191735739616155, 0.00594076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000215060724876984, 0.000466346153846156, 0.000318779463193358, 0.000707115384615393, 0.00060040281350234, 0.000961538461538467, 0.000776024508930967, 0.00204096153846154, 0.00183696410291128, 0.00593365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000228646855686627, 0.000490769230769226, 0.000525265537243175, 0.000693269230769238, 0.000578020661062715, 0.000926730769230777, 0.000742822579500236, 0.00205076923076923, 0.00179107205756348, 0.00595365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000406232265885095, 0.000424423076923078, 0.000394998928917717, 0.000593076923076923, 0.000434884069432476, 0.000836923076923068, 0.000688545177558059, 0.00203269230769231, 0.00180414604772965, 0.00584980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000149287023497065, 0.000421153846153847, 0.000264817789316467, 0.000597692307692312, 0.00037074109771977, 0.000844807692307701, 0.000712291129978571, 0.00205942307692308, 0.00179669094341622, 0.00580211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00014901122828112, 0.000362884615384623, 0.000158069118280116, 0.000489615384615381, 0.000289504151690696, 0.000775576923076927, 0.000817701116169358, 0.00210865384615384, 0.00180842128345736, 0.00576153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000134622120710591, 0.000391346153846156, 0.000269633939886029, 0.000592307692307704, 0.000292562222178722, 0.000845576923076929, 0.000834171837121199, 0.00221057692307692, 0.00180417630896933, 0.00575307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000249632961334469, 0.000461153846153865, 0.00023005551169563, 0.000608461538461553, 0.000302037185688233, 0.000932692307692303, 0.000762165260698348, 0.00226673076923077, 0.00178626874754657, 0.00573903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000160340143253216, 0.000449807692307684, 0.000281819705048886, 0.00065211538461537, 0.000420575978684181, 0.000993076923076909, 0.000841826950973045, 0.00233884615384614, 0.00178140308788845, 0.00573480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000232593818953526, 0.000428269230769218, 0.000282686017721758, 0.000679230769230748, 0.000368852899593407, 0.000932692307692286, 0.000782332115192465, 0.00240346153846152, 0.00177931448554256, 0.00572903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000228399110869882, 0.000581923076923063, 0.000344235440449623, 0.000780961538461531, 0.000337247512393175, 0.000971730769230756, 0.000767843057882563, 0.00243019230769229, 0.00198024257449591, 0.00582557692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000246046978003426, 0.000551346153846141, 0.000237475585789684, 0.000674423076923067, 0.000360905751600703, 0.00105519230769231, 0.000743773849003518, 0.00245346153846153, 0.00201638671504635, 0.00580923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000160187030109768, 0.00044326923076921, 0.000178894145752783, 0.000611346153846141, 0.000342159488228243, 0.00108134615384616, 0.000675660816135969, 0.00241653846153845, 0.00199651912472298, 0.00577384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.00015383257632394, 0.000472307692307695, 0.000282451153026781, 0.000780576923076938, 0.000360168176529547, 0.00110634615384616, 0.000676668649738152, 0.0024476923076923, 0.00199879526215168, 0.0057725 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000208982976855512, 0.000603269230769237, 0.000231392191211911, 0.00085288461538463, 0.000446584689186033, 0.00121826923076923, 0.00068978792727574, 0.00246423076923076, 0.0020149703567203, 0.00575346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000177026834124102, 0.000582499999999999, 0.000275495078833604, 0.000813461538461539, 0.000432457378958187, 0.00128423076923077, 0.000699972526933391, 0.00248153846153846, 0.00209063037972173, 0.00584423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000251686618329531, 0.000581923076923067, 0.000366440518837857, 0.000904423076923058, 0.00046474927069915, 0.00132173076923076, 0.000708943960028949, 0.00247653846153845, 0.0020915482671567, 0.00583307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000274370888789946, 0.000645769230769234, 0.000260939721892883, 0.000976538461538458, 0.000396302332142455, 0.00137346153846152, 0.000692983738292937, 0.00250269230769229, 0.00206957108153803, 0.00580230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000275314645171944, 0.000811923076923075, 0.000363450345778022, 0.00105307692307692, 0.000423610715706711, 0.00146596153846153, 0.000739625814959054, 0.00257211538461539, 0.00208606360991592, 0.00581923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000273428938876989, 0.000690769230769226, 0.00035134362973286, 0.000992115384615381, 0.000305435943177322, 0.00135365384615385, 0.000718376374461615, 0.00249384615384616, 0.00206250333333065, 0.00583499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000274003719795074, 0.000744038461538451, 0.000282998029348936, 0.00102673076923077, 0.000359155473083933, 0.00130942307692307, 0.000736792006972421, 0.0024626923076923, 0.00204656734182275, 0.00581673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983565 and enddate = '2021-05-09 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-09 00:00:00', 0.000256348620797173, 0.000756153846153842, 0.000244842885258156, 0.000930961538461544, 0.000365427673576281, 0.0012492307692[...];
Date: 2021-05-09 15:52:42 Duration: 18s579ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 915, '2021-05-09 00:00:00', 0.000305355593466929, 0.000764038461538467, 0.000423035050375443, 0.00111057692307693, 0.000504375966303531, 0.00153365384615384, 0.00141131353164893, 0.00333173076923078, 0.00182244781501736, 0.00535096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 930, '2021-05-09 00:00:00', 0.000361747308745509, 0.000828653846153843, 0.000353479680625902, 0.00108173076923076, 0.00044804914737285, 0.00145903846153846, 0.00130316793002519, 0.00324557692307693, 0.00182247909136472, 0.00532596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 945, '2021-05-09 00:00:00', 0.000261906398429798, 0.00073480769230769, 0.000405573525535625, 0.00103826923076922, 0.000525852750667556, 0.00141634615384617, 0.00119325232678785, 0.00312365384615385, 0.00178888581567927, 0.00528269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 960, '2021-05-09 00:00:00', 0.000366657039500666, 0.00073923076923077, 0.000406180189268078, 0.000947115384615389, 0.00075968801794907, 0.00160173076923078, 0.00114112602957983, 0.00306884615384616, 0.00175587603601341, 0.00527057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 975, '2021-05-09 00:00:00', 0.000317328512137478, 0.00067923076923077, 0.000415057780963655, 0.00108519230769231, 0.000778144044407045, 0.00172807692307692, 0.00112055997333751, 0.00300942307692308, 0.00174964396378235, 0.005295 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 990, '2021-05-09 00:00:00', 0.000395297794268891, 0.000907115384615392, 0.00069990438907478, 0.00132192307692308, 0.000789695754462031, 0.00188576923076924, 0.00106888534680543, 0.00296173076923077, 0.00173996737369943, 0.00527730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1005, '2021-05-09 00:00:00', 0.000532534867041946, 0.00100923076923077, 0.000598847354378526, 0.00133692307692307, 0.00076484538407344, 0.0019176923076923, 0.000946234094470525, 0.00279480769230768, 0.00173027486700369, 0.00522634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1020, '2021-05-09 00:00:00', 0.000398940953795655, 0.000966730769230766, 0.000518278993771318, 0.00135865384615385, 0.000703284191380802, 0.00199442307692307, 0.000791513836800185, 0.00261192307692307, 0.00171504955075312, 0.00522519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1035, '2021-05-09 00:00:00', 0.000276872714437509, 0.000817500000000005, 0.000424503374997906, 0.00120634615384616, 0.00063605611750488, 0.00185423076923076, 0.000724514691680953, 0.00239846153846155, 0.00170926719565838, 0.00521788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1050, '2021-05-09 00:00:00', 0.000305972409515324, 0.000808653846153845, 0.000492180235904878, 0.00139076923076923, 0.000680345754858399, 0.00174288461538461, 0.000738808083750708, 0.00227576923076923, 0.00171310716356163, 0.00524692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1065, '2021-05-09 00:00:00', 0.000438874653561201, 0.00110480769230768, 0.000529463734502991, 0.00136461538461537, 0.000612106608361651, 0.0016075, 0.000673763968029884, 0.00221826923076924, 0.00171409739647881, 0.00529326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1080, '2021-05-09 00:00:00', 0.000367199379922377, 0.000869230769230755, 0.000422885872947357, 0.00105769230769231, 0.00048241109184849, 0.00140269230769232, 0.000760440889322667, 0.0022071153846154, 0.00164040727822744, 0.00540903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1095, '2021-05-09 00:00:00', 0.000256106423191616, 0.000697499999999992, 0.00043009645608684, 0.000980192307692307, 0.000450963924874778, 0.00126730769230769, 0.00076462529787724, 0.00221038461538462, 0.00168125727908062, 0.00547903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1110, '2021-05-09 00:00:00', 0.000359839494133796, 0.000697307692307696, 0.000388984130583957, 0.00106942307692309, 0.000468454948166353, 0.00127596153846155, 0.000817508033364426, 0.00221576923076923, 0.0017313035218053, 0.00553673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1125, '2021-05-09 00:00:00', 0.000327527156830598, 0.000744038461538485, 0.000370959099964062, 0.000890576923076937, 0.000440836268227341, 0.00117615384615387, 0.000898177577953527, 0.00213019230769232, 0.00176666299951241, 0.00556192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1140, '2021-05-09 00:00:00', 0.000276263252379655, 0.000550769230769235, 0.000383394755391288, 0.000813461538461551, 0.000400051198646456, 0.00103980769230769, 0.000889638215144874, 0.00206307692307692, 0.00181483514826682, 0.00557384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1155, '2021-05-09 00:00:00', 0.000276122325177699, 0.000576538461538459, 0.000355674062115214, 0.000759038461538468, 0.00043357232561415, 0.0010398076923077, 0.000863275092085587, 0.00202826923076923, 0.00181018423414262, 0.0055501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1170, '2021-05-09 00:00:00', 0.000248650588948851, 0.000516346153846155, 0.000287378870804049, 0.000701153846153845, 0.000417092730881076, 0.000987115384615382, 0.000839794846742562, 0.00199423076923077, 0.00181279851653142, 0.00554730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1185, '2021-05-09 00:00:00', 0.000219177132439976, 0.000531153846153841, 0.000275548753190088, 0.000738653846153851, 0.000374042572648952, 0.00097961538461538, 0.000831758008446784, 0.00199576923076923, 0.00185541262257214, 0.00559499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1200, '2021-05-09 00:00:00', 0.000225115440471014, 0.0005448076923077, 0.000313093252267411, 0.00072423076923077, 0.000379657791256217, 0.000985961538461524, 0.000892192998265432, 0.00211211538461537, 0.00184680097632471, 0.00559038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1215, '2021-05-09 00:00:00', 0.000223778049380658, 0.000478846153846148, 0.000294218390890943, 0.000642307692307686, 0.000373434578762306, 0.000895769230769228, 0.000899286041599324, 0.00208576923076922, 0.00187179872356471, 0.00558730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1230, '2021-05-09 00:00:00', 0.000162451057718449, 0.00042711538461539, 0.000243614133731686, 0.000624615384615377, 0.000364715484474385, 0.000849230769230765, 0.000841324779508708, 0.00211923076923077, 0.00203955501368464, 0.00564442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1245, '2021-05-09 00:00:00', 0.000201788541261917, 0.000443846153846149, 0.000278660256336536, 0.00059153846153846, 0.000440346891229387, 0.000855769230769235, 0.000829814066291591, 0.00207576923076923, 0.00206055915674885, 0.00565596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1260, '2021-05-09 00:00:00', 0.000173629246916004, 0.000381346153846154, 0.000264002112462412, 0.000533653846153836, 0.000499382734367754, 0.000946346153846145, 0.000747429235137658, 0.00205230769230769, 0.00207262382946389, 0.00564846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1275, '2021-05-09 00:00:00', 0.000197707242776163, 0.000396923076923094, 0.000323393782348291, 0.000606538461538481, 0.000503704889180783, 0.000973846153846154, 0.000707184667428651, 0.00200692307692308, 0.00208084613891709, 0.00566442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1290, '2021-05-09 00:00:00', 0.000205229046527199, 0.000440192307692313, 0.000361794671900224, 0.000749230769230771, 0.00042300813776497, 0.000998269230769225, 0.000663445899481239, 0.0019973076923077, 0.00210515067978883, 0.00571076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1305, '2021-05-09 00:00:00', 0.000305632068897333, 0.000580192307692308, 0.000354383755488109, 0.000709615384615379, 0.000455205955077979, 0.0010026923076923, 0.000642499326548586, 0.00195076923076923, 0.00214344259401697, 0.00569307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1320, '2021-05-09 00:00:00', 0.000238135788671404, 0.000500576923076914, 0.000321278695216473, 0.000709999999999993, 0.000340997631392625, 0.000975769230769222, 0.00063230968556677, 0.00191346153846154, 0.00215387932666763, 0.00567692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1335, '2021-05-09 00:00:00', 0.000234146650298809, 0.000494423076923071, 0.000253991898719987, 0.000706730769230762, 0.000268897464015274, 0.000929615384615377, 0.000633070205123725, 0.00188826923076922, 0.00216329872754907, 0.00567923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1350, '2021-05-09 00:00:00', 0.00021463466276801, 0.000470961538461541, 0.000221526608924372, 0.000699038461538464, 0.000382861543561697, 0.00093519230769232, 0.000621510938080612, 0.00186461538461539, 0.00220244923105725, 0.00567384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1365, '2021-05-09 00:00:00', 0.000159283974760131, 0.000519230769230785, 0.000213589559669945, 0.000667500000000013, 0.000343848636198245, 0.00089826923076924, 0.000529780106778724, 0.0018748076923077, 0.00220576123263255, 0.00566384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1380, '2021-05-09 00:00:00', 0.000164249926823544, 0.000499038461538477, 0.000296103931857618, 0.000698461538461554, 0.000454980811091577, 0.00110846153846153, 0.000530979791010496, 0.00187653846153847, 0.00225416578463419, 0.00568423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1395, '2021-05-09 00:00:00', 0.000250789829262552, 0.000481538461538465, 0.0002981708338417, 0.000660384615384603, 0.000353532938297895, 0.00128153846153846, 0.000484411975015553, 0.00189019230769231, 0.00230416135252322, 0.00570153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1410, '2021-05-09 00:00:00', 0.000144497005558537, 0.000434230769230757, 0.000354943169882381, 0.000869423076923059, 0.000373523966896591, 0.00132192307692306, 0.000452006509483433, 0.00184173076923076, 0.00228774443839007, 0.00570615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 1, 1425, '2021-05-09 00:00:00', 0.00039947297010706, 0.00075557692307692, 0.000351699664267902, 0.00109557692307691, 0.000420952948220334, 0.00130923076923076, 0.0004809722925012, 0.00186788461538461, 0.00226849245942357, 0.00569096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 0, '2021-05-09 00:00:00', 0.000392127971654468, 0.000757884615384627, 0.000391074112590527, 0.00104019230769231, 0.000405171378744667, 0.00124461538461539, 0.000432567869285821, 0.00185019230769231, 0.00228297572344654, 0.00572307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 15, '2021-05-09 00:00:00', 0.000334088561113174, 0.000701200000000015, 0.00034318277443175, 0.000868400000000009, 0.000343993095860947, 0.00113000000000001, 0.000447267351070194, 0.0018228, 0.00225162260011162, 0.00561279999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 30, '2021-05-09 00:00:00', 0.000306058566542181, 0.000620384615384615, 0.000296014097897128, 0.000922115384615379, 0.000354353854002146, 0.00111442307692308, 0.000472204527069179, 0.00181634615384615, 0.00230769742050717, 0.00573576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 45, '2021-05-09 00:00:00', 0.000317794563539688, 0.000765769230769243, 0.000280308964153149, 0.000873653846153852, 0.000402628097150957, 0.00108923076923077, 0.000498628773584263, 0.00186442307692308, 0.00231000473692489, 0.00571826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 60, '2021-05-09 00:00:00', 0.000186024502108234, 0.00062365384615385, 0.000307445867655549, 0.000809807692307703, 0.00032202890457943, 0.00102384615384615, 0.000522217056257402, 0.00188442307692309, 0.00231625314147324, 0.00570384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 75, '2021-05-09 00:00:00', 0.000286038526184047, 0.000514038461538469, 0.000306121142435719, 0.000666923076923074, 0.00030696654791435, 0.000917307692307685, 0.000472689522430303, 0.00182923076923078, 0.00234476488078312, 0.00568711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 90, '2021-05-09 00:00:00', 0.000180290470758026, 0.000415576923076917, 0.00028043654156716, 0.000635576923076919, 0.000317895967501703, 0.000869615384615385, 0.000521870305137806, 0.00192615384615386, 0.00234879556696292, 0.00567884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 105, '2021-05-09 00:00:00', 0.000224437416323916, 0.000493076923076921, 0.000317905646379539, 0.00071999999999999, 0.000393305371670158, 0.000931346153846153, 0.000631913486045485, 0.00208442307692308, 0.00235956587434736, 0.00566634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 120, '2021-05-09 00:00:00', 0.000252081259792271, 0.000549807692307682, 0.000278271657530215, 0.000651346153846151, 0.000349543493497064, 0.000890576923076933, 0.000657813511099163, 0.00212884615384616, 0.00236813241086402, 0.00566634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 135, '2021-05-09 00:00:00', 0.000260449389738926, 0.000453269230769237, 0.000299294812209262, 0.000689230769230775, 0.000365278028988235, 0.000944038461538463, 0.000735963314303092, 0.00215000000000002, 0.00237731086766928, 0.0056501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 150, '2021-05-09 00:00:00', 0.000211429657333109, 0.000527500000000006, 0.000247597688568787, 0.000693846153846152, 0.00032733263486268, 0.000960576923076918, 0.000800585098537302, 0.00219250000000001, 0.00237289200376639, 0.00563730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 165, '2021-05-09 00:00:00', 0.000192045667645834, 0.000471538461538468, 0.000283587728930568, 0.000719999999999998, 0.000311126798291919, 0.00105173076923077, 0.000835702468217369, 0.00220884615384618, 0.00242545232101942, 0.00570480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 180, '2021-05-09 00:00:00', 0.000294018118227695, 0.000610576923076926, 0.000297412430550833, 0.000788076923076923, 0.000323365297124815, 0.00116134615384616, 0.000861418619755531, 0.00220596153846155, 0.00252898830486697, 0.00573961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 195, '2021-05-09 00:00:00', 0.0001882409462528, 0.000535576923076926, 0.000271164440600436, 0.000818076923076924, 0.000281906967742091, 0.00109153846153846, 0.000883242910224321, 0.00214096153846155, 0.00249593843150151, 0.00572442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 210, '2021-05-09 00:00:00', 0.000215105787927707, 0.000597499999999986, 0.00025698615646641, 0.00084326923076923, 0.000267678696603559, 0.00107326923076923, 0.000907134033010641, 0.00211807692307693, 0.00242585972072077, 0.00572576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 225, '2021-05-09 00:00:00', 0.000164429666984451, 0.000576346153846155, 0.000230872259052509, 0.000800000000000006, 0.000324141706902784, 0.00107961538461539, 0.000875084347582918, 0.00207884615384616, 0.00236612394011811, 0.0057325 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 240, '2021-05-09 00:00:00', 0.000225167373644242, 0.000612115384615389, 0.000263462521053747, 0.000802500000000005, 0.000354944199298117, 0.00112576923076924, 0.000903371207456563, 0.00206153846153846, 0.0023784259824191, 0.00576192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 255, '2021-05-09 00:00:00', 0.000172871228197359, 0.000517307692307691, 0.00022406832749101, 0.000736153846153839, 0.000335792117468314, 0.000982884615384619, 0.000878738803408258, 0.00197826923076923, 0.00234384911072496, 0.00571442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 270, '2021-05-09 00:00:00', 0.00021133021917952, 0.000507692307692303, 0.000286532116605021, 0.000690576923076925, 0.000365780146241724, 0.00101365384615385, 0.00100075127548488, 0.00197134615384615, 0.00233021544893635, 0.00571596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 285, '2021-05-09 00:00:00', 0.000209770937343194, 0.000535384615384617, 0.000282731525275517, 0.000698653846153846, 0.000699861524764827, 0.00119692307692308, 0.00102325273214692, 0.00196692307692307, 0.00234524484534461, 0.00586423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 300, '2021-05-09 00:00:00', 0.000227976128979814, 0.000493653846153856, 0.000312103101801075, 0.000782115384615389, 0.00074624794807088, 0.00117500000000001, 0.00104785517202449, 0.00193730769230768, 0.00232135467743764, 0.00585346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 315, '2021-05-09 00:00:00', 0.000283582371699065, 0.00057519230769231, 0.000736229897204976, 0.000922307692307701, 0.000818920325794882, 0.00111750000000001, 0.00111434906835957, 0.00194538461538461, 0.00233132604227395, 0.00592365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 330, '2021-05-09 00:00:00', 0.000770610247690837, 0.000713076923076932, 0.000791468353028811, 0.000871923076923088, 0.000858892399457657, 0.00114192307692307, 0.0012444299899954, 0.00205499999999999, 0.00233092886734354, 0.00593423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 345, '2021-05-09 00:00:00', 0.000206977144780612, 0.000493461538461535, 0.000282767640407338, 0.000676538461538478, 0.000370930638342994, 0.000933461538461539, 0.000839356094781068, 0.00201057692307692, 0.00207291812150447, 0.00583846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 360, '2021-05-09 00:00:00', 0.000181890076694691, 0.000490000000000012, 0.000301172899485676, 0.000696346153846151, 0.000303573650929153, 0.000904807692307689, 0.000745895847544814, 0.00206384615384616, 0.00201035129918975, 0.00583288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 375, '2021-05-09 00:00:00', 0.000207886063468947, 0.000471153846153833, 0.000224032277894205, 0.000677307692307689, 0.000247604601050824, 0.000809038461538458, 0.00085391451562788, 0.00224, 0.00196268383754336, 0.00585538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 390, '2021-05-09 00:00:00', 0.000120499601020723, 0.000431923076923075, 0.000148500712248994, 0.000567307692307681, 0.000216400359021453, 0.000748653846153844, 0.000896895500301748, 0.00227153846153845, 0.00194290718927949, 0.00584711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 405, '2021-05-09 00:00:00', 0.000125458543566558, 0.000414615384615381, 0.000143709241713412, 0.000537884615384629, 0.000350865523220236, 0.000883846153846167, 0.000911018871711976, 0.00237576923076924, 0.00193121293093627, 0.00585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 420, '2021-05-09 00:00:00', 0.00012993445092992, 0.000399807692307703, 0.00015624832306792, 0.000558461538461538, 0.000345743401961622, 0.000872500000000003, 0.000901053848813442, 0.00245903846153847, 0.00192566156464175, 0.00587730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 435, '2021-05-09 00:00:00', 0.000115887213073076, 0.000419615384615388, 0.000297075488981925, 0.000659615384615393, 0.000308239167880053, 0.000884230769230776, 0.000889388056691001, 0.00260365384615385, 0.00192652382244851, 0.00589596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 450, '2021-05-09 00:00:00', 0.000275289847251957, 0.00049750000000001, 0.000277355437050613, 0.000649038461538465, 0.000470020171416566, 0.000960192307692308, 0.000875592019501872, 0.00267423076923078, 0.00189642575753606, 0.00587942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 465, '2021-05-09 00:00:00', 0.000203779669854856, 0.000453076923076924, 0.000224327113488654, 0.000610576923076931, 0.000400710186850973, 0.000910576923076932, 0.000863759581935045, 0.00271115384615386, 0.00186776373897114, 0.00582576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 480, '2021-05-09 00:00:00', 0.000213106419785615, 0.000497884615384619, 0.000336498714136296, 0.000730769230769231, 0.000456031923646364, 0.000981346153846161, 0.000938705245783537, 0.00274346153846155, 0.00184322064499991, 0.00580711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 495, '2021-05-09 00:00:00', 0.00019975995209635, 0.000495961538461542, 0.000268462574386364, 0.000681923076923078, 0.000458514491004953, 0.00106846153846154, 0.000904310042986444, 0.00275442307692308, 0.00178692357031685, 0.00580038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 510, '2021-05-09 00:00:00', 0.000198395099195058, 0.000471153846153863, 0.000337313880304611, 0.000694423076923083, 0.000495237666331865, 0.00120711538461539, 0.000910502249395264, 0.00275788461538462, 0.00176261428434716, 0.00580865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 525, '2021-05-09 00:00:00', 0.000217020824948992, 0.000495961538461521, 0.000270499537892387, 0.000809999999999999, 0.000493097002471265, 0.00129442307692308, 0.000923421147356171, 0.00280615384615385, 0.00176195852566225, 0.00581038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 540, '2021-05-09 00:00:00', 0.000228199389873107, 0.000630192307692324, 0.000403150525429194, 0.000957115384615399, 0.000525576935742628, 0.00132865384615387, 0.000940239249422107, 0.0028246153846154, 0.00179731630065924, 0.00584673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 555, '2021-05-09 00:00:00', 0.000224860726125828, 0.000622884615384614, 0.000344835969924589, 0.000954615384615391, 0.000612983247355467, 0.00145269230769231, 0.000897882573271476, 0.00282865384615385, 0.00176247662286735, 0.00589461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 570, '2021-05-09 00:00:00', 0.000257629504402076, 0.000704807692307702, 0.000322240533667728, 0.000954807692307722, 0.000594713505686689, 0.00148807692307694, 0.00092522354887055, 0.00277384615384617, 0.00174600233500594, 0.00589192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 585, '2021-05-09 00:00:00', 0.0002060870801758, 0.000641730769230784, 0.000542576616355133, 0.00112923076923078, 0.000646734757187091, 0.00152538461538463, 0.000969378171025912, 0.00273903846153846, 0.00174087737605541, 0.00585403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 600, '2021-05-09 00:00:00', 0.00053835307973628, 0.000890961538461542, 0.000582410937397297, 0.00116250000000001, 0.000683934910308332, 0.00153980769230772, 0.000937682495058138, 0.0026876923076923, 0.00176101296242991, 0.00584557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 615, '2021-05-09 00:00:00', 0.000286792339775389, 0.000669615384615386, 0.000358478193736537, 0.000943846153846163, 0.000585916409107587, 0.00140903846153847, 0.000906975468245966, 0.00250249999999999, 0.00176315596631112, 0.00581480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 630, '2021-05-09 00:00:00', 0.000275010209600677, 0.000716153846153854, 0.000372211478349849, 0.000950769230769251, 0.000453260538084442, 0.00142634615384616, 0.000878342845275205, 0.00243307692307691, 0.00179155545868346, 0.00579980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 645, '2021-05-09 00:00:00', 0.000248882811471886, 0.000669423076923094, 0.000363876141226449, 0.00102461538461539, 0.000344950219373958, 0.00141442307692309, 0.000906147551238427, 0.00239576923076922, 0.00179563831590287, 0.0058701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 660, '2021-05-09 00:00:00', 0.000242879520623847, 0.000772307692307692, 0.00027530102405577, 0.00101057692307693, 0.000422998999816957, 0.00134192307692308, 0.000917713819143068, 0.00240057692307692, 0.00182640681288531, 0.00589961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 675, '2021-05-09 00:00:00', 0.000215062513273189, 0.000658269230769235, 0.000250045918859833, 0.000919807692307702, 0.000332954143296722, 0.0012376923076923, 0.000906815221615649, 0.00229461538461538, 0.00184816458849148, 0.00584711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 690, '2021-05-09 00:00:00', 0.000186840944285615, 0.000613461538461556, 0.000286810913320944, 0.000877500000000001, 0.000317933773945742, 0.00116826923076923, 0.000929101965092346, 0.0023226923076923, 0.00189257050473281, 0.00585634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 705, '2021-05-09 00:00:00', 0.000224369972624191, 0.00058673076923077, 0.000246619919340236, 0.000789230769230764, 0.000428061866484829, 0.00112980769230769, 0.000957706816386854, 0.00234288461538461, 0.0018838678705913, 0.00588192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 720, '2021-05-09 00:00:00', 0.000191268236938441, 0.000548461538461528, 0.00031463947622636, 0.000785000000000002, 0.000594532298404519, 0.00114057692307692, 0.00102096809262281, 0.00243038461538461, 0.00188547844366847, 0.00590480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 735, '2021-05-09 00:00:00', 0.000243685168893104, 0.000552307692307698, 0.000358489351842741, 0.000808846153846149, 0.000572407096929599, 0.00112326923076923, 0.00100896994313698, 0.00256288461538461, 0.00188366905675722, 0.00588865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 750, '2021-05-09 00:00:00', 0.000175225678659107, 0.000595961538461536, 0.000332239313655771, 0.000805192307692309, 0.000443980812128683, 0.00115980769230771, 0.000941652332543496, 0.00257865384615384, 0.00189155633926547, 0.00585923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 765, '2021-05-09 00:00:00', 0.000208537489712009, 0.000576730769230769, 0.000265305411815255, 0.000815192307692306, 0.000432574226622972, 0.0012123076923077, 0.00084881911183443, 0.00266673076923077, 0.00193032875836853, 0.00588134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 780, '2021-05-09 00:00:00', 0.000196140157893428, 0.000580192307692291, 0.000284373873624143, 0.000872500000000011, 0.000330672566376235, 0.00122711538461537, 0.000823044255282691, 0.0026903846153846, 0.00200104773517813, 0.00591596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 795, '2021-05-09 00:00:00', 0.00024529040873093, 0.000614230769230788, 0.000272018098945362, 0.000895384615384623, 0.000283340784215765, 0.00124499999999999, 0.00080950129472029, 0.00273788461538461, 0.00201429301397632, 0.00592711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 810, '2021-05-09 00:00:00', 0.000243568344539143, 0.000651538461538456, 0.000287228199279832, 0.000850961538461524, 0.000443839887970692, 0.00128538461538462, 0.000812313907683085, 0.00276826923076923, 0.00201936091375464, 0.0059325 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 825, '2021-05-09 00:00:00', 0.000215925646034434, 0.000608269230769215, 0.000305919295541521, 0.000911153846153837, 0.000409317067245502, 0.00125769230769231, 0.00073315881373263, 0.00278961538461538, 0.00198227927280306, 0.00591865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 840, '2021-05-09 00:00:00', 0.000226680731087055, 0.000661923076923071, 0.000318443329096639, 0.000898076923076927, 0.000358528885221909, 0.00124019230769231, 0.000699940437026329, 0.00302884615384615, 0.00199747756317427, 0.00592884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 855, '2021-05-09 00:00:00', 0.000170934647880853, 0.000620576923076936, 0.000218920867333026, 0.000872115384615389, 0.000348235386793732, 0.00124326923076924, 0.000700715678102359, 0.0030726923076923, 0.00198271395198213, 0.00591615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 870, '2021-05-09 00:00:00', 0.000184571541268293, 0.000660576923076921, 0.000291962589805864, 0.00091692307692308, 0.000474984372212543, 0.00130192307692307, 0.000641307678467626, 0.00315346153846153, 0.00193362776825164, 0.00589788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 885, '2021-05-09 00:00:00', 0.000222406505853925, 0.000615576923076929, 0.000272276725749022, 0.000886153846153848, 0.000443853969401915, 0.00137211538461539, 0.000657749221559051, 0.00319096153846154, 0.00191667951054783, 0.00589788461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 900, '2021-05-09 00:00:00', 0.000232153215322575, 0.000681346153846155, 0.000404228229517013, 0.000992692307692308, 0.000435327286250058, 0.00154461538461539, 0.000694178208110411, 0.00323576923076923, 0.00188869837148804, 0.00589346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 915, '2021-05-09 00:00:00', 0.000434620966608115, 0.000759230769230764, 0.000436096319635909, 0.00111500000000001, 0.000622940699733621, 0.00173865384615386, 0.00071480938825568, 0.0032126923076923, 0.00188325316938537, 0.00587250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 930, '2021-05-09 00:00:00', 0.00033559252994345, 0.00083711538461539, 0.000391221017604363, 0.00123173076923078, 0.000589055991853457, 0.0016498076923077, 0.000692922045787592, 0.00317019230769231, 0.00190277412863834, 0.00590923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 945, '2021-05-09 00:00:00', 0.000317235959257707, 0.000864423076923074, 0.000494523391373325, 0.00124576923076924, 0.000660062613580072, 0.00167557692307693, 0.000663569861837062, 0.00321980769230769, 0.00190284665294274, 0.00590923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 960, '2021-05-09 00:00:00', 0.00027655942468955, 0.000821346153846163, 0.000484057847782677, 0.001105, 0.000631555984484718, 0.00168519230769231, 0.000663550009708853, 0.00314384615384615, 0.00196604515168434, 0.00580653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 975, '2021-05-09 00:00:00', 0.000506561295554489, 0.000837884615384609, 0.000557497982059135, 0.001255, 0.000553597222369645, 0.00179673076923078, 0.000706669572442018, 0.00308826923076923, 0.00197966928084931, 0.00586269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 990, '2021-05-09 00:00:00', 0.000332246954028985, 0.000940961538461541, 0.00043668471287822, 0.00136346153846153, 0.000517266967227392, 0.00175365384615384, 0.000851398848953873, 0.00314999999999999, 0.00198157699436972, 0.00589423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1005, '2021-05-09 00:00:00', 0.000348471828681482, 0.00093884615384616, 0.000355420931377923, 0.00129903846153847, 0.000532379130377535, 0.00169846153846154, 0.000879682022971067, 0.00308230769230768, 0.00203652593516886, 0.00589326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1020, '2021-05-09 00:00:00', 0.00029602709075614, 0.000944038461538463, 0.000362681731634692, 0.00121096153846154, 0.000592241537264607, 0.00196096153846155, 0.000866772971784066, 0.00298076923076923, 0.0019885272478356, 0.00592615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1035, '2021-05-09 00:00:00', 0.000198379298702884, 0.000812115384615372, 0.000371527874510739, 0.0011751923076923, 0.000548148807701534, 0.00193134615384616, 0.000895270135425393, 0.00284115384615384, 0.0020793167239412, 0.00608096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1050, '2021-05-09 00:00:00', 0.000322873873922224, 0.000846538461538452, 0.000660929764684692, 0.00153692307692307, 0.000613307458344949, 0.00196596153846154, 0.000965754647134316, 0.00283903846153846, 0.00209830529603884, 0.00608365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1065, '2021-05-09 00:00:00', 0.000614555499152398, 0.0012823076923077, 0.000534409990982138, 0.00156403846153847, 0.000629072363453943, 0.00191596153846155, 0.000940424126903135, 0.00277153846153846, 0.00217106103978253, 0.00608096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1080, '2021-05-09 00:00:00', 0.000280860217080412, 0.000917307692307689, 0.000415944153056083, 0.00122653846153846, 0.000547899485447677, 0.00165461538461539, 0.000957608559822924, 0.00251692307692307, 0.00225300600053829, 0.00600903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1095, '2021-05-09 00:00:00', 0.000295437615437491, 0.000735769230769239, 0.000424527973165491, 0.00105500000000002, 0.000409968150732928, 0.00142326923076925, 0.000959591259138681, 0.00236576923076923, 0.00219199375350036, 0.00596615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1110, '2021-05-09 00:00:00', 0.000307096326656881, 0.000746923076923081, 0.000412557315365436, 0.00102153846153846, 0.000490230714915088, 0.00131192307692308, 0.0009787552534489, 0.00229038461538461, 0.00217645205287448, 0.00594653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1125, '2021-05-09 00:00:00', 0.000303266321141105, 0.000737692307692307, 0.000455322413241433, 0.0010075, 0.000621608119192588, 0.00132057692307692, 0.000976341069819035, 0.00224826923076923, 0.00216351378193332, 0.00594826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1140, '2021-05-09 00:00:00', 0.000250548321763405, 0.000607307692307708, 0.000320583662427435, 0.000816730769230774, 0.00049254960702918, 0.00116365384615384, 0.000938370047557911, 0.00212288461538462, 0.00209464933727673, 0.00589461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1155, '2021-05-09 00:00:00', 0.000192046568871682, 0.000578269230769236, 0.00031258377338662, 0.000788846153846151, 0.000394834921688307, 0.00115115384615383, 0.000938761622892305, 0.00205076923076923, 0.00203501907947964, 0.00586442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1170, '2021-05-09 00:00:00', 0.000177360129072513, 0.000576153846153846, 0.000308298806105631, 0.000836923076923068, 0.000535344892425558, 0.00121692307692306, 0.000865509476462348, 0.00199442307692307, 0.00201739637995268, 0.00586307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1185, '2021-05-09 00:00:00', 0.000207150632669539, 0.000604230769230769, 0.000233936628499783, 0.000832115384615387, 0.000557039599476189, 0.00117634615384614, 0.000795752570744281, 0.00191307692307692, 0.00201608485779894, 0.00588192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1200, '2021-05-09 00:00:00', 0.000244423733582599, 0.00059019230769231, 0.000491946682539404, 0.000878461538461529, 0.000583889873705117, 0.00115923076923076, 0.000785450115930592, 0.00195673076923077, 0.0020165212715123, 0.00590096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1215, '2021-05-09 00:00:00', 0.00046649828922103, 0.000590576923076923, 0.00050023998087072, 0.00080903846153845, 0.000540509908825412, 0.0010598076923077, 0.000754330089957558, 0.00204173076923076, 0.00202221230719839, 0.00589615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1230, '2021-05-09 00:00:00', 0.000222419907797431, 0.000543846153846151, 0.000300952909682153, 0.000765576923076925, 0.00038428555088031, 0.00101423076923077, 0.000610351853126844, 0.00199423076923077, 0.00200859710896782, 0.0058578846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1245, '2021-05-09 00:00:00', 0.000158598186040648, 0.000505769230769248, 0.000170776056689632, 0.000667692307692335, 0.000359766377186424, 0.00102538461538463, 0.000606465294840637, 0.00193807692307692, 0.00202261171603602, 0.00585192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1260, '2021-05-09 00:00:00', 0.000146473021931832, 0.000482884615384628, 0.000238980848926954, 0.000665384615384615, 0.000337322032850149, 0.00106692307692308, 0.000599148883513416, 0.00190423076923077, 0.00202272835546448, 0.00585499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1275, '2021-05-09 00:00:00', 0.000205335091983816, 0.000472499999999995, 0.000276268890756818, 0.000712499999999996, 0.000279843912538076, 0.000988846153846154, 0.000591852924817781, 0.00190326923076923, 0.00197995148541963, 0.00592673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1290, '2021-05-09 00:00:00', 0.000250180857657925, 0.000512307692307688, 0.000291631023463126, 0.00077942307692308, 0.000271765736222613, 0.000928846153846163, 0.00059218526207207, 0.00193423076923077, 0.00196382538781994, 0.00595307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1305, '2021-05-09 00:00:00', 0.000209942482965797, 0.000575384615384627, 0.000175113150233266, 0.000681153846153851, 0.000217275082645176, 0.000877692307692314, 0.000535588138261239, 0.00192057692307692, 0.00196762992924522, 0.00599346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1320, '2021-05-09 00:00:00', 0.000146439407264576, 0.000467500000000001, 0.000214640307348058, 0.000632307692307693, 0.000269145942680804, 0.000863461538461542, 0.000595885378756161, 0.00196923076923077, 0.00194349799627848, 0.00605730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1335, '2021-05-09 00:00:00', 0.000188462299841484, 0.000455961538461536, 0.000228523437612991, 0.000585192307692307, 0.000355340843957754, 0.000853653846153841, 0.000567913861290719, 0.00196307692307692, 0.00194375508903613, 0.00605961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1350, '2021-05-09 00:00:00', 0.000160852536385156, 0.000393461538461541, 0.000246989956195671, 0.000619038461538473, 0.000333561895997645, 0.000803461538461546, 0.000529692218324786, 0.00196961538461539, 0.00193492102800486, 0.00606923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1365, '2021-05-09 00:00:00', 0.000193650855526518, 0.000519423076923089, 0.000218349754716168, 0.000673846153846157, 0.000249854188247104, 0.000826346153846157, 0.000585503596520504, 0.0020723076923077, 0.00195554131793574, 0.00608461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1380, '2021-05-09 00:00:00', 0.000162077498082278, 0.000463653846153843, 0.000181962802623119, 0.000562307692307695, 0.000369866348002376, 0.000988653846153858, 0.000634578236674977, 0.00214153846153846, 0.00194988216606503, 0.0061026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1395, '2021-05-09 00:00:00', 0.000157220080925289, 0.000408076923076932, 0.000196281293438385, 0.000607115384615391, 0.000519229199427819, 0.00131980769230768, 0.000690916030743569, 0.00220519230769231, 0.0019578160124132, 0.00613153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1410, '2021-05-09 00:00:00', 0.000147367280576838, 0.000428653846153849, 0.00039125871826118, 0.000829230769230774, 0.000529730119966756, 0.00140999999999998, 0.00069061213092778, 0.00222365384615384, 0.00195831612321952, 0.00615596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 2, 1425, '2021-05-09 00:00:00', 0.000390278253794161, 0.000746346153846163, 0.000546756484960311, 0.00122442307692307, 0.000491629472734833, 0.00142346153846153, 0.000692347206137308, 0.00228057692307693, 0.00195773571132178, 0.00618634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 0, '2021-05-09 00:00:00', 0.000357298033321456, 0.000873269230769204, 0.000424807648779458, 0.00111846153846152, 0.000366896600399352, 0.00133365384615384, 0.000689405429449061, 0.00230038461538462, 0.00197437900655838, 0.0062276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 15, '2021-05-09 00:00:00', 0.000351865194903704, 0.000718653846153849, 0.000350483237830289, 0.000962500000000007, 0.000362984636250405, 0.00122961538461539, 0.000702723164662911, 0.00225038461538462, 0.00196213031794919, 0.00623423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 30, '2021-05-09 00:00:00', 0.000324583520127663, 0.000702692307692312, 0.000265456428410803, 0.000858653846153848, 0.000373149640018794, 0.00120557692307693, 0.000659906316194842, 0.00223288461538462, 0.0019455974364229, 0.00623076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 45, '2021-05-09 00:00:00', 0.000260146778096222, 0.000602115384615388, 0.000344969396635949, 0.000923269230769233, 0.000410221328628272, 0.00118846153846154, 0.000792591950501645, 0.00236000000000001, 0.00194156031622468, 0.0062176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 60, '2021-05-09 00:00:00', 0.000316667989200997, 0.00072384615384616, 0.000385669098899766, 0.000919423076923084, 0.00052281339515534, 0.00118038461538463, 0.000782541151535272, 0.00233557692307693, 0.00193443349886691, 0.0061951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 75, '2021-05-09 00:00:00', 0.000271978788765728, 0.000482692307692297, 0.000292662840930562, 0.000666538461538438, 0.000430007021409575, 0.00101903846153846, 0.000896640653516487, 0.00230769230769231, 0.00192549825719514, 0.00616346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 90, '2021-05-09 00:00:00', 0.000213422387262008, 0.000466346153846139, 0.000290740434064483, 0.000689999999999994, 0.000330723682015903, 0.00100807692307692, 0.000940156717705177, 0.00231557692307692, 0.00193840410171317, 0.0061876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 105, '2021-05-09 00:00:00', 0.000219695593597477, 0.000481923076923096, 0.000238284574535438, 0.000753461538461551, 0.000510338989903168, 0.00117673076923079, 0.000941469412060831, 0.00236057692307693, 0.00190503870342271, 0.00617230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 120, '2021-05-09 00:00:00', 0.000163824131781159, 0.000587115384615384, 0.000299374283361919, 0.000800192307692311, 0.00058608220085056, 0.00127788461538461, 0.000935410337766267, 0.00235749999999999, 0.0018716437037658, 0.00616692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 135, '2021-05-09 00:00:00', 0.000224130799723306, 0.000501153846153854, 0.000426251099705316, 0.000840000000000007, 0.000601955179777955, 0.00123096153846154, 0.000881451010899295, 0.00232826923076922, 0.00185828916355464, 0.00616115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 150, '2021-05-09 00:00:00', 0.000353663464544838, 0.000599615384615397, 0.000399182433712476, 0.000873846153846161, 0.00051877207089284, 0.00114769230769231, 0.000966222481944697, 0.00235673076923077, 0.00184971054908184, 0.00617365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 165, '2021-05-09 00:00:00', 0.000286027970660217, 0.000599999999999998, 0.000449389543201061, 0.000875192307692302, 0.000442052424666857, 0.00120711538461538, 0.00104047542757368, 0.00230634615384614, 0.00187798312436098, 0.00622384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 180, '2021-05-09 00:00:00', 0.000439975042998501, 0.000704038461538441, 0.00041375782586137, 0.000846538461538448, 0.000414122102023801, 0.00123365384615382, 0.00107400680416123, 0.00235384615384614, 0.00187591028160075, 0.00623576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 195, '2021-05-09 00:00:00', 0.000197902462378284, 0.000544230769230769, 0.000316187383585221, 0.000887307692307681, 0.00036186062977978, 0.00117134615384614, 0.00104664298519676, 0.00227653846153846, 0.00190055988714257, 0.00617326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 210, '2021-05-09 00:00:00', 0.000236910320585676, 0.000622500000000009, 0.000234011834020294, 0.00081653846153846, 0.000292666783482262, 0.00108961538461539, 0.000994865820098378, 0.00228, 0.00190614109777199, 0.00618326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 225, '2021-05-09 00:00:00', 0.000123107832657137, 0.000531538461538455, 0.00020046570779064, 0.000772499999999996, 0.000689452067838053, 0.00117307692307693, 0.00104455859282577, 0.00218057692307692, 0.00191806517094702, 0.00614999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 240, '2021-05-09 00:00:00', 0.000195606846663236, 0.000599038461538457, 0.000214093527369556, 0.000754038461538457, 0.000706916271834669, 0.00116615384615383, 0.00104511272855354, 0.00216615384615384, 0.0019165189697831, 0.00614480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 255, '2021-05-09 00:00:00', 0.000238783133021139, 0.000499230769230773, 0.000719735955857321, 0.000915384615384608, 0.000836060174499799, 0.00119384615384614, 0.0010295260485366, 0.00218173076923077, 0.00192434884091697, 0.00611730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 270, '2021-05-09 00:00:00', 0.000660503333713133, 0.000710576923076928, 0.000623877484274457, 0.000888653846153843, 0.000755346176368075, 0.00123538461538462, 0.00100416409936899, 0.00217346153846154, 0.00194369635963583, 0.00609153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 285, '2021-05-09 00:00:00', 0.000199272137077366, 0.000540769230769208, 0.000433592506321852, 0.000802307692307683, 0.000508409737847806, 0.00111730769230769, 0.000890236463833334, 0.00204019230769231, 0.00195273638379978, 0.00602576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 300, '2021-05-09 00:00:00', 0.000407821605041304, 0.000602692307692306, 0.000476908836636039, 0.000840961538461539, 0.000556510142280928, 0.00104153846153845, 0.000886683362094609, 0.00201423076923077, 0.00195189514417302, 0.00599057692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 315, '2021-05-09 00:00:00', 0.000241539055609263, 0.000528653846153855, 0.000301952174002133, 0.000698653846153854, 0.000436465215813794, 0.000968269230769233, 0.000877699265124444, 0.001995, 0.00191202310293414, 0.00592211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 330, '2021-05-09 00:00:00', 0.000191025270176902, 0.000454423076923086, 0.000307884156536429, 0.000615576923076921, 0.000619882122789349, 0.000954615384615391, 0.000836424625322667, 0.00206192307692308, 0.00185779556091456, 0.00587288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 345, '2021-05-09 00:00:00', 0.000210147201156331, 0.000465384615384615, 0.000312640429985524, 0.000715961538461545, 0.000597172472187426, 0.000969807692307688, 0.00077452171345637, 0.00205326923076923, 0.00176430549639664, 0.00586173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 360, '2021-05-09 00:00:00', 0.000226726962191555, 0.000498653846153859, 0.000519698433265339, 0.000702307692307703, 0.000574212504217727, 0.000925000000000005, 0.00074277628892192, 0.00206115384615385, 0.00172897743233927, 0.0058851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 375, '2021-05-09 00:00:00', 0.000404785080676718, 0.000429807692307686, 0.000392144253285203, 0.000593653846153837, 0.000439474730174018, 0.000815961538461542, 0.000689431008429867, 0.00203134615384614, 0.0017363434612382, 0.00578384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 390, '2021-05-09 00:00:00', 0.000135765776813758, 0.000407115384615387, 0.000255085204467955, 0.000582692307692316, 0.000379655917094172, 0.000818846153846155, 0.00071727950243639, 0.00205673076923076, 0.00174907003862053, 0.00575 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 405, '2021-05-09 00:00:00', 0.000154137925248795, 0.000367499999999999, 0.000168455084175624, 0.000488653846153853, 0.000291197263300741, 0.000775384615384614, 0.000831022840563642, 0.00210980769230769, 0.00177284873969726, 0.00571442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 420, '2021-05-09 00:00:00', 0.000132432856717904, 0.000382307692307695, 0.000265120074393006, 0.000589423076923065, 0.000281328168624365, 0.000818461538461529, 0.000849516265068188, 0.00219826923076923, 0.00176871296101475, 0.00570653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 435, '2021-05-09 00:00:00', 0.00024459070993112, 0.000463846153846135, 0.000221206134286899, 0.000621923076923065, 0.000261874309251894, 0.00090692307692307, 0.000774346796686388, 0.0022498076923077, 0.00175112803204546, 0.00569076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 450, '2021-05-09 00:00:00', 0.000168073358525843, 0.000460576923076921, 0.000257295475161278, 0.000634807692307692, 0.000384489071566206, 0.00095038461538462, 0.000840976447122851, 0.00230576923076924, 0.00174479085147321, 0.00568634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 465, '2021-05-09 00:00:00', 0.000168825467455429, 0.000404038461538474, 0.000218870615099076, 0.000642884615384621, 0.000333247886484156, 0.000881923076923081, 0.000792913056636486, 0.00235134615384615, 0.00173845573603525, 0.00568288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 480, '2021-05-09 00:00:00', 0.00021234913196467, 0.00055307692307693, 0.00033704233927139, 0.000733461538461544, 0.00033592764788772, 0.000965769230769234, 0.000779171971735671, 0.00239019230769231, 0.00194962356327101, 0.00578096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 495, '2021-05-09 00:00:00', 0.000251381108157432, 0.000517692307692313, 0.000249018766670007, 0.000652884615384614, 0.000384247166047303, 0.00106673076923077, 0.000753610412511766, 0.00241557692307692, 0.00198421486119439, 0.00576115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 510, '2021-05-09 00:00:00', 0.000164379017938608, 0.000437692307692306, 0.000208448204228644, 0.000639423076923077, 0.000377126432584426, 0.00112288461538461, 0.000713862112305043, 0.00238634615384614, 0.00196545023223298, 0.00572615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 525, '2021-05-09 00:00:00', 0.000200136587974694, 0.000499423076923086, 0.000325386929433503, 0.000809423076923076, 0.000389640070597704, 0.00114576923076923, 0.000708432750187672, 0.00242980769230768, 0.00196643269360067, 0.00572653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 540, '2021-05-09 00:00:00', 0.000230375028694841, 0.000620576923076923, 0.000256924786958838, 0.000872115384615385, 0.000451296593588528, 0.00122615384615384, 0.00071677794007951, 0.00245115384615384, 0.00197885055991138, 0.00570346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 555, '2021-05-09 00:00:00', 0.000181895680161838, 0.000585961538461538, 0.000291095543395328, 0.000808846153846149, 0.000426213426132248, 0.00125326923076921, 0.000721142576322204, 0.00246615384615384, 0.00202738301379276, 0.00578326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 570, '2021-05-09 00:00:00', 0.000259070231048247, 0.000570769230769242, 0.000384703732160822, 0.000880192307692305, 0.000465369704147639, 0.00129980769230769, 0.000705815404064963, 0.00247576923076924, 0.0020291579913467, 0.00576692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 585, '2021-05-09 00:00:00', 0.000274275338917779, 0.000645192307692307, 0.000275492565863678, 0.000948076923076925, 0.000402574789993682, 0.00134769230769231, 0.000700396398751888, 0.00249134615384616, 0.00200630234894561, 0.00573634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977075 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977075, 3, 600, '2021-05-09 00:00:00', 0.000287239648002529, 0.000788846153846151, 0.000352062549075502, 0.00105596153846153, 0.000423666096753639, 0.00145[...];
Date: 2021-05-09 15:14:37 Duration: 14s714ms 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 975890, 1, 915, '2021-05-09 00:00:00', 0.000234938371624465, 0.000524038461538453, 0.000288323803014313, 0.0007411538461538, 0.000303579732271714, 0.00100557692307688, 0.000706732160124229, 0.00211711538461536, 0.00215326243532567, 0.00499365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 930, '2021-05-09 00:00:00', 0.000270517808314702, 0.000561730769230743, 0.000309800742413565, 0.000762500000000008, 0.000322161688979526, 0.00100192307692308, 0.000710071204446867, 0.00207134615384613, 0.00224168460006172, 0.00506038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 945, '2021-05-09 00:00:00', 0.000199074010203413, 0.000527307692307731, 0.00022951990026007, 0.00072576923076922, 0.000392471704026579, 0.00104096153846153, 0.000720908427984088, 0.00209019230769229, 0.00225773870021789, 0.00508596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 960, '2021-05-09 00:00:00', 0.000222679227728002, 0.000540961538461504, 0.000323589483522156, 0.000788076923076911, 0.000389278672181479, 0.00117326923076921, 0.00069985781522998, 0.0021051923076923, 0.00231384496023394, 0.00514749999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975890, 1, 975, '2021-05-09 00:00:00', 0.000310262172016832, 0.000611153846153853, 0.000348027463549379, 0.000866346153846159, 0.000489813622325272, 0.00122923076923078, 0.000721882688104269, 0.00211384615384614, 0.0022848388009122, 0.0051728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 990, '2021-05-09 00:00:00', 0.000265081990218994, 0.000662307692307693, 0.000338586939181986, 0.000948653846153827, 0.000450295330439241, 0.00124173076923078, 0.000779845842754566, 0.00209653846153846, 0.00233980755290162, 0.00522576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1005, '2021-05-09 00:00:00', 0.000268585826420264, 0.000702115384615398, 0.000406369290178307, 0.000930000000000021, 0.000456099896277811, 0.00128365384615386, 0.000784377362086566, 0.00208961538461537, 0.00232936578525969, 0.00527980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1020, '2021-05-09 00:00:00', 0.000258051276955705, 0.0006673076923077, 0.000336283591401905, 0.000909423076923099, 0.000587079079983126, 0.00141461538461538, 0.000803025457015789, 0.00205673076923075, 0.00233383999352668, 0.00532365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1035, '2021-05-09 00:00:00', 0.000329497286086608, 0.000627692307692312, 0.000436901546733881, 0.000925192307692305, 0.000681100692883322, 0.00138692307692306, 0.000862745906973793, 0.00205249999999999, 0.0023326481814585, 0.00533653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1050, '2021-05-09 00:00:00', 0.000312150358247201, 0.00067961538461537, 0.000494052628775522, 0.00108999999999998, 0.000589067613985149, 0.00127557692307689, 0.000762741437185656, 0.00194249999999999, 0.00232869449229856, 0.00533596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1065, '2021-05-09 00:00:00', 0.00048859657733616, 0.000873846153846123, 0.000552479898694555, 0.00103903846153842, 0.000538737841197813, 0.00121230769230765, 0.000720840028129584, 0.00185288461538458, 0.0022990831952023, 0.00536346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1080, '2021-05-09 00:00:00', 0.000236863154260304, 0.00057692307692309, 0.000253643677990612, 0.000696346153846138, 0.000320054622741905, 0.00097019230769231, 0.00066734540128436, 0.00174826923076921, 0.00231949046957767, 0.00539403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1095, '2021-05-09 00:00:00', 0.000157234391422965, 0.000440576923076906, 0.000277640331807454, 0.000666923076923074, 0.000294895092167748, 0.000863653846153851, 0.000570904545436428, 0.00175999999999998, 0.00231884679561599, 0.00537230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1110, '2021-05-09 00:00:00', 0.000268009543458067, 0.000513653846153821, 0.00028444412727011, 0.000682692307692297, 0.000368376323051045, 0.000873653846153831, 0.000579754225114785, 0.0018451923076923, 0.00232321800195666, 0.00537326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1125, '2021-05-09 00:00:00', 0.000216492405267411, 0.000440192307692313, 0.000234293701284411, 0.000606538461538455, 0.00033483296639462, 0.000791346153846146, 0.000561387566659598, 0.00179000000000001, 0.00233671531461121, 0.00535769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1140, '2021-05-09 00:00:00', 0.000181018911039297, 0.000415384615384612, 0.000260428419221989, 0.0005801923076923, 0.000273521479960883, 0.000780000000000003, 0.000593171949386052, 0.0017748076923077, 0.00232930129008682, 0.0053825 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1155, '2021-05-09 00:00:00', 0.000249106171371553, 0.000443269230769223, 0.000253109356116765, 0.000542115384615358, 0.000456605914918354, 0.000900192307692304, 0.000634451428704043, 0.00174884615384616, 0.00232887599167828, 0.00540076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1170, '2021-05-09 00:00:00', 0.000191007450519179, 0.000354615384615368, 0.000228291733062327, 0.000571346153846156, 0.0004811901910887, 0.000889999999999989, 0.000683975033282529, 0.00177961538461537, 0.00232963969647341, 0.00540365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1185, '2021-05-09 00:00:00', 0.000234109195429431, 0.000428653846153862, 0.000495673783853829, 0.000722500000000002, 0.000470534393413044, 0.000913846153846137, 0.000637774737179681, 0.00176115384615384, 0.00233096041612434, 0.00539769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1200, '2021-05-09 00:00:00', 0.000523978163079913, 0.000588653846153825, 0.00051738859819139, 0.000719807692307677, 0.000477648929654393, 0.000897499999999953, 0.000623217087748339, 0.00183346153846153, 0.0023262604854474, 0.00542461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1215, '2021-05-09 00:00:00', 0.000178290169710445, 0.000369230769230797, 0.000199094488584212, 0.00050115384615385, 0.000481820466085107, 0.000780192307692312, 0.000767392989282542, 0.00198000000000001, 0.00234902916116424, 0.00547 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1230, '2021-05-09 00:00:00', 0.000151770069006238, 0.000336923076923072, 0.000207019601450257, 0.000503653846153824, 0.000473442588510354, 0.000758269230769245, 0.000796831127751595, 0.00202538461538461, 0.00232972656863751, 0.00548173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1245, '2021-05-09 00:00:00', 0.000215174347913497, 0.00037999999999997, 0.000449437468911442, 0.000569038461538457, 0.000507024047373875, 0.000835769230769223, 0.000821291689024999, 0.00206096153846154, 0.00230787388836898, 0.00548673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1260, '2021-05-09 00:00:00', 0.000457771903227608, 0.000411346153846141, 0.00049972396226472, 0.00057096153846153, 0.000530860006172866, 0.000942884615384584, 0.000844593757604572, 0.00208115384615383, 0.00230341301951289, 0.00549846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1275, '2021-05-09 00:00:00', 0.00022863810840583, 0.00036423076923079, 0.000314337643062613, 0.000578076923076927, 0.000292572476227934, 0.000960576923076939, 0.000985554841778898, 0.00204788461538461, 0.00233983054120131, 0.0054298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1290, '2021-05-09 00:00:00', 0.000203582906944569, 0.000400000000000007, 0.00026983819938282, 0.000659423076923067, 0.00030949387964621, 0.000992692307692329, 0.00106190425832382, 0.00201557692307692, 0.00230454063502071, 0.00544846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1305, '2021-05-09 00:00:00', 0.000213088280730361, 0.000508846153846148, 0.000262288742830086, 0.000739230769230778, 0.000302842177735191, 0.000959230769230785, 0.00107358860835987, 0.00197750000000001, 0.00230081123653244, 0.00547211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1320, '2021-05-09 00:00:00', 0.000266919535556238, 0.000539038461538466, 0.000289641223691585, 0.00074596153846154, 0.000320526069982548, 0.000925192307692339, 0.00110413920527053, 0.00197923076923077, 0.00229161831464144, 0.0054875 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1335, '2021-05-09 00:00:00', 0.00030390288175413, 0.000465192307692298, 0.000290093088507812, 0.000614999999999998, 0.00034286446077353, 0.000814038461538482, 0.00108375914511269, 0.00197826923076924, 0.00231614906687805, 0.0055325 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1350, '2021-05-09 00:00:00', 0.000209567411588713, 0.000417500000000028, 0.000301271663759804, 0.000638846153846171, 0.000387327529856315, 0.000798846153846161, 0.00109018248296047, 0.00195961538461539, 0.00232042161288386, 0.0055276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1365, '2021-05-09 00:00:00', 0.000319292968917249, 0.000465000000000023, 0.000315317910394207, 0.000595769230769257, 0.000401556969806247, 0.00075000000000002, 0.00110663677940798, 0.0019651923076923, 0.0023247551401252, 0.00551730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1380, '2021-05-09 00:00:00', 0.000180324600480519, 0.000400192307692316, 0.000327229453724138, 0.000553653846153844, 0.000497106086804853, 0.00101769230769229, 0.00111645739523934, 0.00199634615384614, 0.00227164183254858, 0.00552115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1395, '2021-05-09 00:00:00', 0.000248815965354681, 0.000339230769230763, 0.000251133200942022, 0.000493269230769243, 0.000758903257237818, 0.00135807692307691, 0.00129184854137246, 0.00218057692307692, 0.00219237792397628, 0.00554019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1410, '2021-05-09 00:00:00', 0.000156334946140045, 0.000368846153846162, 0.000484430553886169, 0.00089519230769228, 0.000759548777995103, 0.00145211538461538, 0.00128963252070561, 0.00220596153846153, 0.00217879384416807, 0.00553615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 1, 1425, '2021-05-09 00:00:00', 0.000531368045708417, 0.000819999999999983, 0.000753743095388704, 0.00128442307692307, 0.000768735725320867, 0.00151615384615385, 0.00123280407389631, 0.00225173076923077, 0.00213681524344419, 0.00552423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 0, '2021-05-09 00:00:00', 0.000783120901364419, 0.00107288461538465, 0.000754917545166349, 0.00127250000000003, 0.000777451853567396, 0.00151576923076926, 0.00123827375188823, 0.00227173076923079, 0.00227793692085289, 0.00559115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 15, '2021-05-09 00:00:00', 0.00043303157639354, 0.000707884615384624, 0.000507917353967691, 0.000929038461538484, 0.00061428973995616, 0.00122826923076923, 0.00107891514245345, 0.00210673076923078, 0.0021325500895912, 0.00548326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 30, '2021-05-09 00:00:00', 0.000507784933275429, 0.000648461538461551, 0.000532721171114734, 0.000964615384615401, 0.000601186295201825, 0.00114480769230769, 0.00105312589648441, 0.00202307692307693, 0.00209310836207414, 0.00544384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 45, '2021-05-09 00:00:00', 0.000338505595908787, 0.000695961538461546, 0.000371317871288851, 0.000860192307692289, 0.000429220805646738, 0.000992499999999994, 0.00102988050090959, 0.00195038461538463, 0.00206692146588929, 0.0054171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 60, '2021-05-09 00:00:00', 0.000343622836619089, 0.000639423076923098, 0.000428958667544487, 0.00076153846153848, 0.000437454525109129, 0.000947692307692307, 0.0010459750695661, 0.00198961538461541, 0.00206823508000274, 0.0054171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 75, '2021-05-09 00:00:00', 0.000226133809944475, 0.000442500000000038, 0.000228232422020925, 0.000565961538461565, 0.000242013111532935, 0.000827884615384616, 0.00101293133262594, 0.00196326923076923, 0.00197851544967823, 0.00537576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 90, '2021-05-09 00:00:00', 0.000133689795939943, 0.000375192307692306, 0.000168751182332027, 0.000535192307692304, 0.000260599014107579, 0.000805384615384597, 0.00103739029077036, 0.00204884615384616, 0.00200928689991098, 0.00537538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 105, '2021-05-09 00:00:00', 0.000188695216196333, 0.000356730769230775, 0.000234230983958491, 0.000631923076923066, 0.000318296003986606, 0.000847115384615383, 0.00108749592395347, 0.00219423076923078, 0.00204303327470175, 0.00539019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 120, '2021-05-09 00:00:00', 0.000245841099399302, 0.000515384615384618, 0.000291526750322926, 0.000650384615384598, 0.000388989865400933, 0.000926346153846116, 0.00109747193761217, 0.00225942307692308, 0.00208424862867987, 0.0054771153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 135, '2021-05-09 00:00:00', 0.000170710280885485, 0.000390000000000001, 0.000239349197745734, 0.00058403846153847, 0.00107264181418515, 0.0011126923076923, 0.00113607673427189, 0.00233211538461539, 0.00208711163130737, 0.00549480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 150, '2021-05-09 00:00:00', 0.000211727782414454, 0.000470576923076931, 0.000287874705651339, 0.000694615384615366, 0.00104400193412728, 0.00117096153846153, 0.00116878169640279, 0.00237942307692309, 0.002073443178721, 0.00552115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 165, '2021-05-09 00:00:00', 0.000219650071354786, 0.000458076923076909, 0.00108694228846866, 0.000866538461538468, 0.00104996902884724, 0.0011398076923077, 0.00117078601145361, 0.00239326923076924, 0.00207656161811929, 0.00551307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 180, '2021-05-09 00:00:00', 0.00107735446991514, 0.000679423076923061, 0.00105137697257526, 0.000858461538461534, 0.00104239539227979, 0.00116192307692308, 0.00116231779382672, 0.00240057692307692, 0.00209322610782056, 0.00551846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 195, '2021-05-09 00:00:00', 0.000160331027756751, 0.000450961538461555, 0.000239677989105252, 0.000693461538461581, 0.00038847517493201, 0.00103480769230771, 0.000926785366406166, 0.00220365384615387, 0.00207816821152299, 0.00555865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 210, '2021-05-09 00:00:00', 0.000220155539422628, 0.000527307692307714, 0.000297627865217365, 0.00075211538461541, 0.000375225880688522, 0.0010173076923077, 0.000932482645744899, 0.00216826923076924, 0.00209589130113035, 0.00559211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 225, '2021-05-09 00:00:00', 0.000232232724786006, 0.000550961538461535, 0.000308418796194641, 0.000788076923076911, 0.000291324297225352, 0.00099538461538462, 0.000902688207522389, 0.00217, 0.00210293963664788, 0.00561634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 240, '2021-05-09 00:00:00', 0.000277090168606659, 0.000569807692307685, 0.000302369615893204, 0.000740769230769233, 0.000402741041059727, 0.00110288461538466, 0.000884347477826699, 0.0020823076923077, 0.00216487733708297, 0.00572173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 255, '2021-05-09 00:00:00', 0.000189873743475872, 0.000470961538461541, 0.00025240969443774, 0.000674423076923071, 0.000504079511432661, 0.00105807692307693, 0.00093395906680194, 0.00203846153846154, 0.00227307666796823, 0.00578653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 270, '2021-05-09 00:00:00', 0.000228183799060844, 0.000494615384615371, 0.000442271235955783, 0.000785384615384628, 0.000529473214256774, 0.00107326923076922, 0.00107628313403835, 0.00201423076923078, 0.00232597143477401, 0.00581134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 285, '2021-05-09 00:00:00', 0.000328338005954006, 0.00056961538461541, 0.000386667617151833, 0.000729615384615399, 0.000696803167218816, 0.00119442307692308, 0.00109486065147757, 0.00198538461538462, 0.00230080341319156, 0.00591211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 300, '2021-05-09 00:00:00', 0.000219682988382405, 0.000426153846153862, 0.000279002067817001, 0.000661923076923066, 0.000747248516996768, 0.00118211538461537, 0.00110537595414411, 0.001945, 0.00232087848918002, 0.00588480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 315, '2021-05-09 00:00:00', 0.000235971396571734, 0.000517499999999983, 0.000659893843444077, 0.000876730769230757, 0.000828723694326705, 0.0012951923076923, 0.001157226192902, 0.00197769230769231, 0.00231281364608966, 0.00589019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 330, '2021-05-09 00:00:00', 0.000677950559803928, 0.000625192307692287, 0.000757635390287033, 0.000895769230769215, 0.000897003923325615, 0.00119903846153845, 0.00118492693705299, 0.00197461538461537, 0.00232592017357565, 0.00589057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 345, '2021-05-09 00:00:00', 0.000319006872363885, 0.000499230769230786, 0.000388923959346644, 0.000730384615384618, 0.000437749489302552, 0.000961153846153866, 0.000807891676859243, 0.0018398076923077, 0.00191743017122882, 0.00566230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 360, '2021-05-09 00:00:00', 0.000228621622236051, 0.000459615384615407, 0.000293759255173344, 0.000592500000000039, 0.000311318782946646, 0.000869230769230793, 0.000784304125667106, 0.0017948076923077, 0.00182053856148291, 0.00561057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 375, '2021-05-09 00:00:00', 0.000188050831916837, 0.000391346153846198, 0.000223993217617082, 0.000599807692307727, 0.000230281099127542, 0.000789230769230773, 0.000714582314793342, 0.00196326923076922, 0.00176382081987244, 0.00559826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 390, '2021-05-09 00:00:00', 0.00022534315712161, 0.00043653846153846, 0.000262716284523547, 0.000620384615384606, 0.000297520846069888, 0.000784423076923075, 0.000771212756238301, 0.00208134615384613, 0.00175913952960401, 0.00560173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 405, '2021-05-09 00:00:00', 0.000166825104179838, 0.000378846153846142, 0.000191181850603034, 0.000527499999999997, 0.000394145863277102, 0.000799807692307663, 0.000810745051456725, 0.00218153846153843, 0.00176830596899972, 0.00559000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 420, '2021-05-09 00:00:00', 0.000146212306122066, 0.000364038461538498, 0.000231887986884915, 0.00053596153846154, 0.000356647639080251, 0.00078346153846153, 0.000832153762603638, 0.00224673076923076, 0.00178335259035853, 0.00558730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 435, '2021-05-09 00:00:00', 0.000190284099339735, 0.000410961538461524, 0.000337214380567498, 0.000621538461538434, 0.00036543672502911, 0.000799999999999972, 0.000821656020110982, 0.00233615384615384, 0.00181795820591718, 0.00560096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 450, '2021-05-09 00:00:00', 0.000343727306943245, 0.000462307692307672, 0.000324505837330431, 0.000585961538461526, 0.000429934699871799, 0.000820384615384593, 0.000840418416852346, 0.00240134615384615, 0.00183720708811375, 0.00559826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 465, '2021-05-09 00:00:00', 0.00019182453921785, 0.000385576923076938, 0.000236152574539304, 0.000585961538461517, 0.000341551043600544, 0.00080634615384615, 0.000792583434093852, 0.00239749999999999, 0.00182576172722932, 0.00556173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 480, '2021-05-09 00:00:00', 0.000171572030175265, 0.000435192307692298, 0.000283093420296907, 0.000583269230769192, 0.000377626850821752, 0.000829038461538453, 0.000804682641695549, 0.00239692307692308, 0.00183944336270933, 0.00553326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 495, '2021-05-09 00:00:00', 0.00024206173719818, 0.000396730769230738, 0.000266029206031141, 0.000588461538461525, 0.000444896746880258, 0.000918653846153835, 0.000798685097278897, 0.00239826923076925, 0.0018115904189838, 0.00549538461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 510, '2021-05-09 00:00:00', 0.000179639917613, 0.000402500000000006, 0.000274310674516814, 0.000587884615384615, 0.00038635042881582, 0.000945576923076926, 0.000734534520317803, 0.00239480769230769, 0.00175844424246157, 0.00543307692307696 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 525, '2021-05-09 00:00:00', 0.000181406576931082, 0.00040211538461538, 0.000277785196482161, 0.000641153846153828, 0.000401591066403842, 0.000969230769230765, 0.000699981895370305, 0.00237442307692307, 0.00179847324139118, 0.00540500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 540, '2021-05-09 00:00:00', 0.000194762577356275, 0.000467307692307688, 0.000255640447624273, 0.000669038461538455, 0.000451469097673174, 0.000987884615384605, 0.000703757306288088, 0.00237211538461538, 0.00180313134680928, 0.00542057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 555, '2021-05-09 00:00:00', 0.000210002289364802, 0.000469807692307696, 0.000387277678158682, 0.000715000000000004, 0.00049030210467238, 0.00117307692307691, 0.000661749545929935, 0.00238269230769231, 0.00178662703266413, 0.00539692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 570, '2021-05-09 00:00:00', 0.000287064452693129, 0.000524999999999998, 0.00034169627764119, 0.000727884615384627, 0.000512311541334634, 0.00127134615384615, 0.000591706528090257, 0.00233615384615385, 0.00174815375137932, 0.00536653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 585, '2021-05-09 00:00:00', 0.000296728054726092, 0.000533461538461523, 0.000437035511671011, 0.00091596153846151, 0.00053604351861222, 0.00132442307692306, 0.000564159006500283, 0.00228076923076923, 0.00173984253266255, 0.00532596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 600, '2021-05-09 00:00:00', 0.000412388026760472, 0.000708269230769216, 0.000484061343855713, 0.00099076923076924, 0.000507567085372813, 0.00130288461538463, 0.000531546835623679, 0.00221096153846153, 0.0017777282932483, 0.0052967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 615, '2021-05-09 00:00:00', 0.00022298439062308, 0.00060903846153848, 0.000272737123365228, 0.000886538461538462, 0.000387363673289883, 0.00121115384615386, 0.000678926443279875, 0.00214634615384613, 0.00177867094937594, 0.00522711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 630, '2021-05-09 00:00:00', 0.00025507133240603, 0.000630769230769247, 0.000368961380092798, 0.000832500000000014, 0.000389053535964065, 0.00115557692307694, 0.000714894855098419, 0.0021305769230769, 0.00180586387807994, 0.00521788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 645, '2021-05-09 00:00:00', 0.000211187485060426, 0.000521923076923089, 0.00024690491785614, 0.000794038461538488, 0.000336740313092356, 0.00117403846153847, 0.000725572267513471, 0.00210865384615384, 0.001854622292046, 0.00522038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 660, '2021-05-09 00:00:00', 0.000199144323390002, 0.000612692307692299, 0.000247600173977786, 0.000799615384615379, 0.000339264645962432, 0.00119249999999997, 0.000767000551599441, 0.00206538461538458, 0.00193729268866077, 0.0052198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 675, '2021-05-09 00:00:00', 0.000137552227843163, 0.000511153846153838, 0.000287015478006659, 0.000851730769230738, 0.000410125543630793, 0.00121019230769229, 0.000744162306530993, 0.00195846153846152, 0.00199632659768271, 0.00520326923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 690, '2021-05-09 00:00:00', 0.000261162563579474, 0.000608269230769236, 0.000258896771825288, 0.000788461538461563, 0.000465982708493989, 0.00119326923076923, 0.000792010198069535, 0.00197692307692308, 0.00199154486807064, 0.00517480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 705, '2021-05-09 00:00:00', 0.000171614505393755, 0.000493461538461543, 0.000334918646838294, 0.000827500000000007, 0.000408030164797419, 0.00111115384615384, 0.00082290136337605, 0.00190942307692308, 0.00198063825183082, 0.00517826923076927 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 720, '2021-05-09 00:00:00', 0.000338091476014773, 0.000569615384615384, 0.000367011056215793, 0.00081365384615383, 0.000361315598249606, 0.00109480769230769, 0.000824404960235906, 0.00194846153846155, 0.00198141049216501, 0.00515846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 735, '2021-05-09 00:00:00', 0.000296784368756943, 0.000550192307692325, 0.000283629227093289, 0.000756538461538473, 0.000326774210450248, 0.000980769230769242, 0.000778822088896967, 0.0019346153846154, 0.00197836587578274, 0.00512846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 750, '2021-05-09 00:00:00', 0.000236181156025513, 0.00053846153846153, 0.000273812681619025, 0.000759230769230747, 0.000362495464162632, 0.000920192307692307, 0.000822645451249526, 0.00200153846153846, 0.00197401617170526, 0.00512538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 765, '2021-05-09 00:00:00', 0.000135027205236019, 0.000492115384615372, 0.000187035989955069, 0.000627307692307686, 0.000255848287377201, 0.000777115384615394, 0.000845369741592405, 0.00211999999999999, 0.00197083722935594, 0.0051292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 780, '2021-05-09 00:00:00', 0.00016451104709224, 0.000421730769230782, 0.000261026081809111, 0.000596153846153874, 0.000274993706221654, 0.000821538461538472, 0.000895124228593668, 0.00228423076923079, 0.00195484179961921, 0.00512769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 795, '2021-05-09 00:00:00', 0.000228379912898198, 0.00044576923076923, 0.000259234672419805, 0.000586153846153852, 0.000375159299498213, 0.000917499999999981, 0.000913144377328256, 0.00237057692307694, 0.00195549447809145, 0.0051294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 810, '2021-05-09 00:00:00', 0.00012946413224694, 0.000384807692307702, 0.000236773829115125, 0.000604615384615391, 0.000388000842584339, 0.000894423076923052, 0.000883651602072997, 0.00239307692307693, 0.00195645760141994, 0.00512288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 825, '2021-05-09 00:00:00', 0.000218317077100813, 0.000492884615384642, 0.000341378652840759, 0.000720769230769221, 0.000447187836975082, 0.00101019230769229, 0.000885548352499971, 0.00246326923076924, 0.00196442018261016, 0.0051544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 840, '2021-05-09 00:00:00', 0.000263552724253678, 0.000515961538461511, 0.000302087099003969, 0.000701153846153828, 0.00041357707866854, 0.00101000000000002, 0.000966753090743224, 0.00255346153846156, 0.00200874940045944, 0.00516692307692311 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 855, '2021-05-09 00:00:00', 0.00019763067731352, 0.000493269230769234, 0.000235049667419142, 0.000707884615384624, 0.000338373996545927, 0.000945192307692334, 0.000899808954082022, 0.00257307692307694, 0.00201688388743243, 0.00517615384615388 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 870, '2021-05-09 00:00:00', 0.000168047268991127, 0.000501730769230777, 0.000220360281916158, 0.000689423076923076, 0.000355187328689449, 0.00098096153846156, 0.000901529725607481, 0.0025346153846154, 0.00201807925627695, 0.00518173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 885, '2021-05-09 00:00:00', 0.000195882716086837, 0.000500961538461524, 0.000176579030029501, 0.000686923076923085, 0.000316966693227186, 0.00101326923076925, 0.000884027061889999, 0.00253538461538463, 0.00204502933023917, 0.00519019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 900, '2021-05-09 00:00:00', 0.00019722185867307, 0.000512692307692276, 0.000321410174076703, 0.000727499999999983, 0.000365124425578256, 0.00111461538461537, 0.000864552707829552, 0.00254076923076924, 0.00204765596757328, 0.00517980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 915, '2021-05-09 00:00:00', 0.000310155544104044, 0.00058230769230769, 0.000301792083293202, 0.0008226923076923, 0.000452629581955888, 0.00120346153846151, 0.000892513326769734, 0.00255596153846153, 0.00206069044627878, 0.00521365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 930, '2021-05-09 00:00:00', 0.000208957853681984, 0.000589230769230812, 0.000337880327016257, 0.000843653846153856, 0.000521882981283977, 0.00124461538461537, 0.000874069989276529, 0.00251288461538464, 0.00206296179911684, 0.0051942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 945, '2021-05-09 00:00:00', 0.000261931068442409, 0.000588269230769224, 0.000408708472367072, 0.000918846153846127, 0.000589366184981812, 0.00134749999999997, 0.000819092556054939, 0.00245384615384617, 0.00206287968999276, 0.00522884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 960, '2021-05-09 00:00:00', 0.000250016691750481, 0.000687884615384587, 0.000324743034508107, 0.000905961538461504, 0.00063963066266042, 0.00149423076923077, 0.000728778007774239, 0.00237576923076924, 0.00206476476589019, 0.00527846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 975, '2021-05-09 00:00:00', 0.000224013735842605, 0.000578076923076893, 0.000396856348744072, 0.00095519230769228, 0.000602879373060315, 0.00151153846153847, 0.000853505734287422, 0.00233403846153846, 0.00205723358869661, 0.00531096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 990, '2021-05-09 00:00:00', 0.000336285592911763, 0.000750000000000003, 0.000482889101777403, 0.0011917307692308, 0.000554487740032347, 0.0014594230769231, 0.000842555910037088, 0.00222769230769231, 0.00204907165659137, 0.0052994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1005, '2021-05-09 00:00:00', 0.000248278379739662, 0.000761923076923098, 0.000332628228599965, 0.00101153846153846, 0.000426385389055489, 0.00131250000000001, 0.000818884067120968, 0.00205865384615385, 0.00203468069693048, 0.00530846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1020, '2021-05-09 00:00:00', 0.000270787526698306, 0.000761730769230772, 0.000338704318520772, 0.000968846153846164, 0.000581014530468382, 0.00145173076923079, 0.000816830083074409, 0.00199923076923077, 0.00205669175170672, 0.00536980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1035, '2021-05-09 00:00:00', 0.00025087968308459, 0.000616153846153843, 0.000276219812134069, 0.000854230769230772, 0.000554619100062223, 0.00140288461538463, 0.000824123683771919, 0.00195961538461539, 0.00205730433222326, 0.00540634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1050, '2021-05-09 00:00:00', 0.000278308904194307, 0.000619615384615387, 0.000578396623301132, 0.00107442307692309, 0.000579504994337016, 0.00132096153846156, 0.000896295216647155, 0.00194365384615383, 0.00207350780451499, 0.00541884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1065, '2021-05-09 00:00:00', 0.000439121894764475, 0.000855961538461544, 0.000433698583740418, 0.00107769230769231, 0.000428560784666368, 0.00124288461538463, 0.000866164511821169, 0.00185980769230766, 0.00206728223669479, 0.00539038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1080, '2021-05-09 00:00:00', 0.000279244585375532, 0.000621538461538494, 0.000295418933302956, 0.000807115384615429, 0.000311634462891283, 0.0009940384615385, 0.000842000365430182, 0.00167884615384614, 0.00207556091584531, 0.00540134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1095, '2021-05-09 00:00:00', 0.000229605347029672, 0.000531153846153884, 0.000271504426936571, 0.000715576923076957, 0.000299916719209756, 0.000930961538461565, 0.000923452551777598, 0.00172115384615384, 0.00211459216835339, 0.00539096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1110, '2021-05-09 00:00:00', 0.000171364770636724, 0.00049826923076925, 0.000224268468924741, 0.000652115384615421, 0.00025116995471959, 0.00083211538461543, 0.000926292963292986, 0.00165442307692307, 0.0021265769533364, 0.00540153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1125, '2021-05-09 00:00:00', 0.000162344955620407, 0.000488269230769253, 0.000254677548767362, 0.000645576923076925, 0.000260131623487896, 0.000787692307692318, 0.000927096625949054, 0.00165692307692307, 0.00214199497234201, 0.00541230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1140, '2021-05-09 00:00:00', 0.000198634957028833, 0.000454615384615365, 0.000207813618418037, 0.000562500000000013, 0.000216076286386197, 0.000729807692307682, 0.000981420634355334, 0.0016526923076923, 0.00215184861492125, 0.00541730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1155, '2021-05-09 00:00:00', 0.000147888861597556, 0.000381346153846184, 0.000149521287396195, 0.000498846153846177, 0.000825905843022319, 0.000857692307692282, 0.00100038309969421, 0.00165211538461538, 0.00215221806873389, 0.00541884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1170, '2021-05-09 00:00:00', 0.00014136600069977, 0.000352115384615386, 0.000128276894016262, 0.000510192307692302, 0.000838442902051148, 0.0009125, 0.000993135361445652, 0.00167961538461537, 0.00217333986156013, 0.00544307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1185, '2021-05-09 00:00:00', 0.000139496898228546, 0.00038576923076923, 0.000860266260213362, 0.000719038461538449, 0.000863819336524591, 0.000890384615384616, 0.000985176126385502, 0.00166499999999999, 0.00217912989869458, 0.00544634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1200, '2021-05-09 00:00:00', 0.000877840882725655, 0.000648846153846135, 0.000877368881284323, 0.000778076923076913, 0.000868686098922668, 0.000938461538461512, 0.00103447037731314, 0.00204019230769228, 0.00217865819679489, 0.00544346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1215, '2021-05-09 00:00:00', 0.000138722745070897, 0.000369999999999981, 0.000175986887623444, 0.000490769230769209, 0.000389408081382698, 0.000725576923076911, 0.000897085301663963, 0.00205903846153846, 0.00218862299526087, 0.00541115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1230, '2021-05-09 00:00:00', 0.000172646927393606, 0.000340192307692316, 0.000242726896230804, 0.000527884615384615, 0.00046964896874808, 0.000766923076923063, 0.000910694768590704, 0.00206980769230771, 0.00219375120425127, 0.00543788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1245, '2021-05-09 00:00:00', 0.000142768909565278, 0.000355192307692303, 0.000307685903779527, 0.000513846153846164, 0.000493148011796111, 0.000800192307692306, 0.00091983060731522, 0.00211288461538463, 0.00220166434422131, 0.00545173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1260, '2021-05-09 00:00:00', 0.000190631743260311, 0.000397307692307707, 0.000288719520535847, 0.000570192307692311, 0.000377471802309068, 0.000925192307692305, 0.000899143545483501, 0.00210134615384615, 0.00222260249395926, 0.00547538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1275, '2021-05-09 00:00:00', 0.000190947536088993, 0.000389807692307693, 0.000336249907063177, 0.000605000000000001, 0.000448960894305297, 0.000988269230769223, 0.000872067679977606, 0.00210096153846154, 0.00222806331908369, 0.00546692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1290, '2021-05-09 00:00:00', 0.000242517326898808, 0.000425576923076936, 0.000293987244621258, 0.000707499999999998, 0.000446415122434813, 0.000962307692307694, 0.000900748321375889, 0.00208346153846154, 0.0022302179610626, 0.00546307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1305, '2021-05-09 00:00:00', 0.000246210041662364, 0.000554230769230762, 0.000433778568112662, 0.000754615384615366, 0.000454640348136735, 0.000869615384615385, 0.000956416569203061, 0.00209942307692308, 0.00220776584774327, 0.00547903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1320, '2021-05-09 00:00:00', 0.000412669359172731, 0.000539999999999985, 0.000440733654088493, 0.000648076923076916, 0.000440150498737071, 0.000852692307692317, 0.00110448714168787, 0.00219538461538463, 0.00223577651284394, 0.00546884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1335, '2021-05-09 00:00:00', 0.000162304083080521, 0.000326153846153822, 0.000165734263668814, 0.000439615384615387, 0.000268064070986447, 0.000752115384615376, 0.00106737780781474, 0.00217576923076922, 0.00224724799220325, 0.00546153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1350, '2021-05-09 00:00:00', 0.00010210100579632, 0.000291153846153849, 0.000215809032390987, 0.000526538461538469, 0.000410814622239934, 0.000764423076923089, 0.0010663111827518, 0.00220346153846154, 0.00224802988106338, 0.00546288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1365, '2021-05-09 00:00:00', 0.000238149032201365, 0.000429807692307707, 0.000280430712682063, 0.000595769230769248, 0.000437164156810674, 0.000777500000000012, 0.00108416504562444, 0.00229538461538462, 0.00250984462436653, 0.00555903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1380, '2021-05-09 00:00:00', 0.000238506571430206, 0.00047076923076924, 0.000453461091537574, 0.000630192307692311, 0.000779673230368872, 0.00134288461538461, 0.00110932973526289, 0.00232769230769231, 0.00252657047124238, 0.0055721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1395, '2021-05-09 00:00:00', 0.000443122009591703, 0.00043865384615385, 0.000439902786463597, 0.000562307692307712, 0.000808475036482515, 0.00155326923076923, 0.00111099047977644, 0.00255538461538461, 0.00252772509459518, 0.00555192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1410, '2021-05-09 00:00:00', 0.000150958094032227, 0.000352115384615428, 0.000793873197586465, 0.00111942307692307, 0.000838008376128507, 0.00148903846153846, 0.00119615364333415, 0.00255346153846153, 0.00254465216755576, 0.00557057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 2, 1425, '2021-05-09 00:00:00', 0.000746991710385486, 0.00102884615384613, 0.000773777174246335, 0.00138365384615384, 0.000818041963377298, 0.00152557692307693, 0.0012135982258747, 0.00261057692307693, 0.00252756678371787, 0.00554538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 0, '2021-05-09 00:00:00', 0.000662272573445778, 0.00102480769230769, 0.000662625343730407, 0.00113711538461538, 0.000670276521582421, 0.00131884615384615, 0.00134606406294, 0.00259730769230768, 0.0025208292591618, 0.0054819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 15, '2021-05-09 00:00:00', 0.000333199639855724, 0.000610000000000008, 0.00038739787736203, 0.000846346153846139, 0.000405194350328899, 0.00105730769230769, 0.00148773927616575, 0.00249807692307691, 0.00259892903978662, 0.0054019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 30, '2021-05-09 00:00:00', 0.000406556694882558, 0.00063788461538461, 0.000422724314599765, 0.000764615384615398, 0.000474314768903507, 0.00106750000000002, 0.00161133853817731, 0.00261673076923076, 0.00258478245625312, 0.00540788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 45, '2021-05-09 00:00:00', 0.000326301005444122, 0.000522884615384651, 0.000363839197363985, 0.000840192307692355, 0.000468490251109484, 0.00107865384615389, 0.00171441593553023, 0.00272, 0.00259814869000692, 0.00539384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 60, '2021-05-09 00:00:00', 0.000310998454114407, 0.000660961538461556, 0.000353067056171826, 0.000807884615384656, 0.000737276719786073, 0.00110519230769233, 0.0017230442648004, 0.00269846153846155, 0.00259997704871528, 0.0053894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 75, '2021-05-09 00:00:00', 0.000194993984128089, 0.000429423076923098, 0.000297924422527684, 0.000655192307692338, 0.000655614098501441, 0.00098961538461536, 0.0017839436973696, 0.00266134615384615, 0.00262166213424879, 0.00533788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 90, '2021-05-09 00:00:00', 0.000212174184611123, 0.000448269230769255, 0.00059667943332569, 0.000712115384615387, 0.000551132121532228, 0.00099615384615383, 0.00182042134809924, 0.00266326923076924, 0.00261838961078106, 0.00536307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 105, '2021-05-09 00:00:00', 0.000476872221233975, 0.000503653846153798, 0.000461501937657388, 0.000724038461538422, 0.000527880231171374, 0.00101846153846151, 0.00182284080911766, 0.00267884615384616, 0.00261776088259825, 0.00537903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 120, '2021-05-09 00:00:00', 0.000242085808054759, 0.000518461538461519, 0.000291309048157531, 0.000700192307692292, 0.000403298324397135, 0.000991538461538467, 0.00186012767345109, 0.00270480769230771, 0.00281651061394442, 0.00543403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 135, '2021-05-09 00:00:00', 0.000220278145848516, 0.000517692307692292, 0.000361006072823423, 0.000759230769230747, 0.000905609718111789, 0.00124480769230768, 0.00189034335505488, 0.00266500000000001, 0.00282096596249201, 0.00543019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 150, '2021-05-09 00:00:00', 0.000306559066965022, 0.000522307692307715, 0.000307655464140295, 0.000706730769230779, 0.00103397383168792, 0.00124673076923076, 0.00194270581525241, 0.00265826923076923, 0.00282302328391717, 0.00543269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 165, '2021-05-09 00:00:00', 0.000221959455757129, 0.000525000000000006, 0.000924393023306905, 0.000987307692307687, 0.00117752669412826, 0.00134634615384617, 0.00194979897385901, 0.00263596153846154, 0.00280847388067996, 0.00546846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 180, '2021-05-09 00:00:00', 0.000911734273028854, 0.000815769230769195, 0.00108123222084095, 0.0010336538461538, 0.00146780685430287, 0.00151980769230767, 0.00198957483861794, 0.00261596153846154, 0.00283719590712109, 0.00549384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 195, '2021-05-09 00:00:00', 0.000368878758485139, 0.000601538461538465, 0.000525068237323658, 0.000880576923076944, 0.000967593942964482, 0.00139596153846155, 0.00147702658691766, 0.00235846153846156, 0.00227219443236303, 0.00526653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 210, '2021-05-09 00:00:00', 0.000350362504579765, 0.000631730769230774, 0.000681557153763484, 0.0009780769230769, 0.00100955361422759, 0.00143250000000001, 0.00138868810531602, 0.00230057692307694, 0.00223681983215869, 0.00524980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 225, '2021-05-09 00:00:00', 0.00040153249700843, 0.000582884615384608, 0.00050240483216684, 0.000898846153846158, 0.00107593937490061, 0.00138153846153847, 0.00116155666440144, 0.00209173076923079, 0.0020173104333779, 0.00510923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 240, '2021-05-09 00:00:00', 0.000323808347875448, 0.000644615384615389, 0.000532650448230338, 0.000942500000000017, 0.000998271429098223, 0.00130961538461542, 0.00111196575763549, 0.00198538461538463, 0.00194258821203527, 0.00504019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 255, '2021-05-09 00:00:00', 0.000349112996915575, 0.000573269230769254, 0.000929807424230337, 0.000924615384615404, 0.000970652536263039, 0.00116788461538463, 0.00103192756528742, 0.00183250000000001, 0.00194474685914487, 0.00497288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 270, '2021-05-09 00:00:00', 0.000802996335847576, 0.000648653846153868, 0.000797118657319083, 0.000821923076923107, 0.000847092765785524, 0.00105692307692311, 0.000919181492081214, 0.00180115384615386, 0.00193604506662423, 0.00494750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 285, '2021-05-09 00:00:00', 0.000207219318968721, 0.000474615384615402, 0.000454385679961258, 0.000702115384615407, 0.000509868497374989, 0.000901730769230767, 0.000736287046867343, 0.00166615384615382, 0.00187730174616491, 0.00485461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 300, '2021-05-09 00:00:00', 0.000445563644767471, 0.000559807692307704, 0.000451697482154407, 0.000701153846153854, 0.000615028954915647, 0.000933846153846131, 0.00072218461309047, 0.00168884615384613, 0.00190229602161336, 0.00486692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 315, '2021-05-09 00:00:00', 0.000251202339528571, 0.000426153846153854, 0.000347307002299389, 0.000638076923076919, 0.000459579113470669, 0.0008498076923077, 0.000537257422900377, 0.00162346153846151, 0.0019158549908993, 0.00481211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 330, '2021-05-09 00:00:00', 0.000300682301031945, 0.000484615384615374, 0.000360359062389378, 0.000649423076923053, 0.000456105419663217, 0.000878076923076911, 0.000534486561678954, 0.00164173076923075, 0.00192659129033634, 0.00481499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 345, '2021-05-09 00:00:00', 0.000202625174986852, 0.000444807692307669, 0.000264457645292863, 0.00060961538461539, 0.000381797217622913, 0.000866346153846125, 0.000486572312595592, 0.0016061538461538, 0.00195948208424099, 0.00482403846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 360, '2021-05-09 00:00:00', 0.000227921376457236, 0.000428076923076943, 0.000319039725040353, 0.000597115384615368, 0.000346706481934472, 0.000835769230769215, 0.000456161745942757, 0.00169153846153842, 0.00194060252340505, 0.00479807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 375, '2021-05-09 00:00:00', 0.000267333341326153, 0.000418653846153813, 0.000344105305885362, 0.000607692307692283, 0.000355232372485309, 0.000824038461538446, 0.000506085429091225, 0.00173730769230767, 0.00193665187888786, 0.00477249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 390, '2021-05-09 00:00:00', 0.000283532185121888, 0.000412499999999995, 0.000275691926725336, 0.000565961538461548, 0.00031075769685375, 0.000822115384615407, 0.000492205398026254, 0.00175807692307693, 0.00190221458993294, 0.00474211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 405, '2021-05-09 00:00:00', 0.000202731728760318, 0.000368076923076926, 0.000231499543113039, 0.00055903846153846, 0.000248999304911014, 0.000780576923076921, 0.00052769440457086, 0.00181423076923076, 0.00188854616448328, 0.00473384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 420, '2021-05-09 00:00:00', 0.000168379150911099, 0.000411538461538485, 0.000187857556511467, 0.000582692307692333, 0.000286165363705395, 0.000778846153846175, 0.000586874773695369, 0.00192, 0.00188407962635909, 0.00473903846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 435, '2021-05-09 00:00:00', 0.00018400804748287, 0.000405192307692323, 0.000202323902538661, 0.000559807692307696, 0.00033072972930503, 0.000766923076923071, 0.00069861426024336, 0.00199326923076924, 0.00188109857427882, 0.00472961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 450, '2021-05-09 00:00:00', 0.000171794600076325, 0.000395769230769244, 0.000298467173816772, 0.000545576923076953, 0.000337303846131935, 0.000813269230769247, 0.000689285834424613, 0.00200480769230769, 0.00187048126262897, 0.00472807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 465, '2021-05-09 00:00:00', 0.00021796753463269, 0.000395384615384618, 0.00024007626993232, 0.000553846153846127, 0.000256336992738381, 0.000809423076923068, 0.000735840100732605, 0.00203557692307693, 0.00185125339037758, 0.00468634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 480, '2021-05-09 00:00:00', 0.000192330344819683, 0.000424807692307649, 0.000242452295069809, 0.000633653846153838, 0.00028622805592746, 0.00086249999999998, 0.000765458660894551, 0.00209019230769229, 0.00183672724200908, 0.00468480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 495, '2021-05-09 00:00:00', 0.000199234400026341, 0.000447884615384629, 0.000260296871933701, 0.000602307692307693, 0.000342997252736285, 0.000921346153846135, 0.000779671824453184, 0.00216192307692307, 0.00181488695346183, 0.00471442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 510, '2021-05-09 00:00:00', 0.00018102613495974, 0.000432692307692298, 0.000255326939733839, 0.000639615384615399, 0.000361749860453951, 0.000919807692307689, 0.00080238135955034, 0.00216961538461539, 0.00181223822512805, 0.00470076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 525, '2021-05-09 00:00:00', 0.000160203356346284, 0.000411346153846159, 0.000220017132200078, 0.000643461538461527, 0.000258762736587339, 0.000853076923076901, 0.000788658744568657, 0.00214615384615387, 0.00179880602494669, 0.00466134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 540, '2021-05-09 00:00:00', 0.000169523313577075, 0.000481923076923066, 0.000198333150183047, 0.000615961538461543, 0.000390015976004132, 0.000982692307692315, 0.000755798838723237, 0.00211826923076926, 0.00178377815324661, 0.00464249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 555, '2021-05-09 00:00:00', 0.00016903219993653, 0.000418269230769238, 0.000222774204417468, 0.000607115384615365, 0.000497332731834351, 0.00102961538461537, 0.000739478220410526, 0.00212096153846157, 0.00179364562146053, 0.00466615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 570, '2021-05-09 00:00:00', 0.000189217111764805, 0.000436346153846126, 0.000386699446002248, 0.000762692307692291, 0.000496631305745184, 0.00114442307692307, 0.000689852631977388, 0.00212057692307693, 0.00180094489088364, 0.00465249999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 585, '2021-05-09 00:00:00', 0.00035456994536176, 0.00061961538461537, 0.000388829456386513, 0.000862115384615379, 0.000515036854543885, 0.00115980769230767, 0.000692098258919913, 0.002125, 0.00178505479338437, 0.00462384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975890 and enddate = '2021-05-09 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 975890, 3, 600, '2021-05-09 00:00:00', 0.000224210752504089, 0.000622692307692305, 0.000297475855516667, 0.000833269230769241, 0.000374098711777834, 0.0011896153[...];
Date: 2021-05-09 15:03:05 Duration: 14s115ms Database: acaweb_fx User: pgperfstats
7 14s964ms 16s127ms 15s546ms 2 31s92ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and da[...];Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration May 09 15 2 31s92ms 15s546ms [ User: pgperfstats - Total duration: 31s92ms - 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 982515, 1, 930, '2021-05-09 00:00:00', 0.000713454866234618, 0.00151461538461538, 0.000793786737490212, 0.00188923076923077, 0.000934891190706978, 0.00244346153846154, 0.0022952714687776, 0.00566865384615383, 0.00496366484100671, 0.0121805769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 945, '2021-05-09 00:00:00', 0.000500996890824039, 0.00129173076923077, 0.000688135971581621, 0.00184134615384618, 0.000894032373359779, 0.00259326923076924, 0.00216056343256887, 0.00552711538461538, 0.00492215309751583, 0.0122486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 960, '2021-05-09 00:00:00', 0.000530239568497124, 0.00138000000000001, 0.000648456658892137, 0.00179403846153848, 0.00100079923830138, 0.00287865384615386, 0.0021316691906723, 0.00552653846153847, 0.0048854353085315, 0.012321923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982515, 1, 975, '2021-05-09 00:00:00', 0.000576669349334231, 0.00121653846153846, 0.000865491501091419, 0.00198653846153846, 0.00122014363908517, 0.00289250000000001, 0.0020688036676748, 0.00551384615384615, 0.00486437455857933, 0.0123746153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 990, '2021-05-09 00:00:00', 0.000746712487147166, 0.00165346153846154, 0.000856916655134093, 0.00236192307692309, 0.0014100349150069, 0.00304769230769232, 0.00208266088121755, 0.00545788461538461, 0.00482187825277819, 0.0124167307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1005, '2021-05-09 00:00:00', 0.000606868887119653, 0.00166538461538463, 0.000828650083894561, 0.00246519230769231, 0.00136166878667885, 0.00312326923076923, 0.00196505639966036, 0.00531942307692307, 0.00480252886909193, 0.0124615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1020, '2021-05-09 00:00:00', 0.000679712156272488, 0.00182115384615384, 0.000739091229926209, 0.0023003846153846, 0.00133266051133119, 0.00340903846153845, 0.00180415904125823, 0.00509461538461538, 0.00476337054631889, 0.0124298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1035, '2021-05-09 00:00:00', 0.000495250092222248, 0.00142057692307693, 0.00094952743307069, 0.00213788461538462, 0.00152419902041895, 0.00327057692307691, 0.00199066170869425, 0.00486403846153846, 0.00475301889491137, 0.0123588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1050, '2021-05-09 00:00:00', 0.000785945388590177, 0.0015980769230769, 0.00118631219136644, 0.00252384615384613, 0.00152096629204545, 0.00321230769230768, 0.00180934094461111, 0.00468557692307693, 0.00473259426741822, 0.0123125 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1065, '2021-05-09 00:00:00', 0.00094101230270712, 0.00192692307692308, 0.00109794649232102, 0.00240249999999999, 0.00145149478655096, 0.00310134615384615, 0.00163054362100498, 0.00452250000000002, 0.00469005581400279, 0.0122034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1080, '2021-05-09 00:00:00', 0.000679373721780676, 0.0015305769230769, 0.000794676905802196, 0.00197576923076923, 0.00122655573111802, 0.00268519230769231, 0.00159705661958299, 0.00422538461538464, 0.00461118307862692, 0.0122092307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1095, '2021-05-09 00:00:00', 0.000522897254211133, 0.00117653846153848, 0.000742331151482643, 0.00170846153846154, 0.00104171389841635, 0.00232538461538462, 0.00147253628661052, 0.00396365384615387, 0.00464820089265314, 0.0121384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1110, '2021-05-09 00:00:00', 0.000410786909011699, 0.00121173076923078, 0.000885815421822409, 0.00173980769230771, 0.00120415370856299, 0.00208807692307693, 0.00139623157656051, 0.00382384615384618, 0.004663831591662, 0.0121413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1125, '2021-05-09 00:00:00', 0.000788605317097068, 0.00126211538461539, 0.000874460207125551, 0.00156557692307692, 0.00110580280617921, 0.00202961538461538, 0.00138160988872236, 0.0037517307692308, 0.00469984669553576, 0.0121901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1140, '2021-05-09 00:00:00', 0.000498401290281094, 0.00101961538461539, 0.000713390819634284, 0.00139230769230769, 0.000696404612718363, 0.00180576923076925, 0.00135004405911011, 0.00365519230769232, 0.0046883055697538, 0.0121536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1155, '2021-05-09 00:00:00', 0.000451584560613642, 0.000996153846153848, 0.000475062141684179, 0.00127903846153848, 0.00115914942290258, 0.00207923076923081, 0.00141814175541855, 0.00363403846153848, 0.00467538128432817, 0.0122269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1170, '2021-05-09 00:00:00', 0.000328281070941438, 0.000832307692307705, 0.000458101097340561, 0.00118615384615386, 0.00124834236243356, 0.00204942307692309, 0.00144886158228296, 0.00359173076923078, 0.00466870008262882, 0.0122423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1185, '2021-05-09 00:00:00', 0.00043177188599824, 0.00090480769230771, 0.00119573603016977, 0.00163442307692311, 0.00129033580900479, 0.00209750000000001, 0.00143684554332909, 0.00354134615384617, 0.00464762416145644, 0.0122278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1200, '2021-05-09 00:00:00', 0.00116207890636367, 0.00125423076923079, 0.00119770487247004, 0.0015151923076923, 0.00129866001946384, 0.00203461538461536, 0.0013627421450319, 0.0034169230769231, 0.00459450933180028, 0.01214 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1215, '2021-05-09 00:00:00', 0.00035840828673456, 0.000762500000000008, 0.000516836866093965, 0.00119711538461539, 0.00106470812179462, 0.00192423076923076, 0.00177237229115713, 0.00381346153846158, 0.00456958596003552, 0.0121003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1230, '2021-05-09 00:00:00', 0.000412497832162132, 0.000872692307692294, 0.00072462311158707, 0.00133557692307691, 0.00100968260435572, 0.00187519230769229, 0.00178331502027503, 0.00390269230769234, 0.00456963035030859, 0.0121065384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1245, '2021-05-09 00:00:00', 0.000518375309537844, 0.00089519230769228, 0.000941806692561638, 0.00144538461538457, 0.00100821626571961, 0.00182903846153844, 0.00183726712810086, 0.00389750000000002, 0.00456695291869079, 0.0121298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1260, '2021-05-09 00:00:00', 0.000904606182907177, 0.0010328846153846, 0.000906211407666378, 0.00129634615384615, 0.00109079625115714, 0.00205730769230769, 0.00185276073634829, 0.00392788461538463, 0.00455779270548297, 0.0121428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1275, '2021-05-09 00:00:00', 0.000293546222280901, 0.000719230769230784, 0.000486477290164864, 0.00111307692307695, 0.000670973947677203, 0.00187596153846157, 0.0018271294846962, 0.00377307692307694, 0.00437120067997517, 0.0120357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1290, '2021-05-09 00:00:00', 0.000512284926729126, 0.000849615384615382, 0.000693332975838177, 0.00142115384615385, 0.000770998353784571, 0.00185730769230772, 0.00191332920686592, 0.00385442307692307, 0.00435965920068918, 0.0120321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1305, '2021-05-09 00:00:00', 0.00047512929414408, 0.00106538461538463, 0.000428702873615461, 0.00143192307692311, 0.000491011867317045, 0.00182057692307696, 0.00203114231785581, 0.00390865384615387, 0.00428607348100984, 0.0120317307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1320, '2021-05-09 00:00:00', 0.000477308197483136, 0.00110865384615385, 0.000524363386916456, 0.00137480769230771, 0.000541299042901575, 0.00185557692307696, 0.00200942304195471, 0.00387980769230771, 0.00431001965014262, 0.0121242307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1335, '2021-05-09 00:00:00', 0.00049574233381716, 0.000812692307692345, 0.000491694558096336, 0.00120846153846156, 0.000569628083793391, 0.00182307692307695, 0.00215647951175415, 0.00394326923076926, 0.00426632311968262, 0.0121701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1350, '2021-05-09 00:00:00', 0.000335016647117941, 0.000868076923076948, 0.000454722569689044, 0.00132115384615388, 0.000475041050857684, 0.00164000000000003, 0.00216663521476183, 0.00394692307692308, 0.00420610548900229, 0.0121707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1365, '2021-05-09 00:00:00', 0.000394252408411759, 0.000984807692307705, 0.000384657140041134, 0.00131134615384615, 0.000425516202349047, 0.00149596153846156, 0.002134446541486, 0.00403096153846155, 0.00416482226511529, 0.0121775 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1380, '2021-05-09 00:00:00', 0.000365442408384907, 0.000936923076923083, 0.000391270563480281, 0.00113057692307695, 0.000502066077477699, 0.00147788461538465, 0.00212493646058853, 0.00414519230769232, 0.0043942123692596, 0.0123121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1395, '2021-05-09 00:00:00', 0.000227702572533706, 0.000672692307692325, 0.00030071223146698, 0.00092038461538465, 0.00184854188899918, 0.00256365384615387, 0.0029275684646793, 0.00470365384615386, 0.0043942123692596, 0.0123121153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1410, '2021-05-09 00:00:00', 0.000243534628717583, 0.000708653846153851, 0.000430792829023954, 0.00110730769230769, 0.0017567856574306, 0.00274461538461539, 0.00298808464507851, 0.00485961538461538, 0.00438784040099633, 0.0123207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 1, 1425, '2021-05-09 00:00:00', 0.00044179933662937, 0.000865576923076923, 0.00181395420177961, 0.00236538461538463, 0.001930097895086, 0.00275173076923078, 0.00315116867819888, 0.00503403846153846, 0.00438145260861495, 0.0123301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 0, '2021-05-09 00:00:00', 0.00185276512688055, 0.00209884615384615, 0.00179685187309535, 0.00250442307692309, 0.00197654898361147, 0.00294826923076924, 0.00331690810614576, 0.00525923076923076, 0.00437217047401476, 0.0124755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 15, '2021-05-09 00:00:00', 0.000945131981015598, 0.00142230769230767, 0.00114366719540526, 0.00164057692307691, 0.00113060421218718, 0.00229673076923076, 0.00300779953428773, 0.00476596153846153, 0.00413036457694252, 0.0122284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 30, '2021-05-09 00:00:00', 0.000962481188627352, 0.00106596153846154, 0.00104300720920879, 0.00167403846153845, 0.00113146482660583, 0.00229942307692308, 0.00294874134817917, 0.00479153846153847, 0.00403361340678365, 0.0121936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 45, '2021-05-09 00:00:00', 0.000624350770493135, 0.00117173076923077, 0.000747813736578416, 0.00163576923076924, 0.00125044576667065, 0.00226115384615384, 0.00297910423423912, 0.00488403846153844, 0.00399902363564678, 0.0121540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 60, '2021-05-09 00:00:00', 0.000716981949134444, 0.00129134615384615, 0.0010097603866569, 0.00169596153846155, 0.00122295455604606, 0.00215538461538461, 0.00297953261693583, 0.00482884615384614, 0.0040075476723495, 0.0121128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 75, '2021-05-09 00:00:00', 0.000479170477130881, 0.000892115384615405, 0.000704364225055773, 0.00128480769230771, 0.000896569380386207, 0.00183057692307693, 0.00255177467657312, 0.00452999999999997, 0.00358137098802208, 0.0119819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 90, '2021-05-09 00:00:00', 0.000422006562107205, 0.000886538461538454, 0.000559115235129443, 0.00122461538461539, 0.000857678194088787, 0.00182326923076925, 0.00244970608127085, 0.00473326923076921, 0.00339022055102845, 0.0119707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 105, '2021-05-09 00:00:00', 0.000350010769065078, 0.000803461538461533, 0.000603974655606808, 0.00139576923076923, 0.000761419625537605, 0.00179038461538459, 0.00262728509331181, 0.00476980769230768, 0.00322055098606534, 0.0119205769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 120, '2021-05-09 00:00:00', 0.000535981235320193, 0.00113326923076926, 0.000690829963494308, 0.00140096153846158, 0.000860720360199268, 0.00196846153846152, 0.00278223671088293, 0.00492634615384615, 0.00323078293083178, 0.0119321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 135, '2021-05-09 00:00:00', 0.000509241253087551, 0.000839423076923085, 0.000534808412856025, 0.00130903846153841, 0.00230358457292442, 0.00241173076923074, 0.00268396919763364, 0.00485942307692304, 0.00307983503554231, 0.0118403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 150, '2021-05-09 00:00:00', 0.000339518267323234, 0.000989423076923043, 0.000625597191612816, 0.00150961538461536, 0.00211821633964485, 0.00251769230769228, 0.00255665623723343, 0.00478134615384611, 0.00302941127182266, 0.0118155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 165, '2021-05-09 00:00:00', 0.000530369247281132, 0.00106653846153845, 0.00217488065985592, 0.00194326923076923, 0.00215079209022737, 0.00261615384615384, 0.00257420927366353, 0.00462576923076921, 0.00306495514460841, 0.0117959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 180, '2021-05-09 00:00:00', 0.00217914888996032, 0.00157326923076924, 0.00212416029563175, 0.00194980769230769, 0.00215530426194038, 0.0026926923076923, 0.00250358042841416, 0.00450980769230767, 0.00296791988799201, 0.0116726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 195, '2021-05-09 00:00:00', 0.000371101064401567, 0.00105499999999998, 0.000688695757322389, 0.0015303846153846, 0.000850888879123114, 0.00217673076923074, 0.00170625478303078, 0.00405423076923073, 0.00275853776761975, 0.0116388461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 210, '2021-05-09 00:00:00', 0.000536775128393222, 0.00109846153846154, 0.000686243761355998, 0.00164749999999997, 0.000788929362149438, 0.00222846153846153, 0.00164327329296885, 0.00399865384615382, 0.00292529804530175, 0.0118194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 225, '2021-05-09 00:00:00', 0.000419796837309891, 0.0011607692307692, 0.000600992384439155, 0.00165461538461539, 0.000828771751077828, 0.00224384615384616, 0.00152171478425342, 0.00398173076923077, 0.00274013865454907, 0.0118146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 240, '2021-05-09 00:00:00', 0.000549547506170724, 0.0012326923076923, 0.000707494957851016, 0.00161634615384615, 0.00074311633316417, 0.00209326923076923, 0.00160136811700306, 0.00385961538461538, 0.00279975123208092, 0.0119451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 255, '2021-05-09 00:00:00', 0.000335642437951245, 0.00101961538461538, 0.000447472732302037, 0.00148461538461535, 0.000605453421952415, 0.00190461538461537, 0.00147645658197645, 0.00367596153846153, 0.00276896414955821, 0.0119026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 270, '2021-05-09 00:00:00', 0.000358494287048108, 0.00112192307692305, 0.000391624624039184, 0.00139038461538461, 0.000874649578182803, 0.00218826923076923, 0.00145813289465038, 0.00371153846153845, 0.00306284167324801, 0.0120486538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 285, '2021-05-09 00:00:00', 0.000337826366416468, 0.000949423076923088, 0.000509022441699619, 0.00133538461538461, 0.000964385276504386, 0.00220480769230767, 0.00135376405454736, 0.00372365384615384, 0.00315115278051603, 0.0120946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 300, '2021-05-09 00:00:00', 0.000468723799267737, 0.000995000000000011, 0.00084885925715722, 0.00163903846153846, 0.00128716223351394, 0.00242115384615384, 0.00137660307949005, 0.00375903846153846, 0.00328967272162211, 0.0121538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 315, '2021-05-09 00:00:00', 0.000602801408808537, 0.00116846153846153, 0.000821422218800073, 0.0016576923076923, 0.00120810920290918, 0.00235461538461538, 0.00142590954778397, 0.00385403846153848, 0.00356219845687378, 0.0123303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 330, '2021-05-09 00:00:00', 0.000613302911731605, 0.00110269230769231, 0.00116108887886131, 0.00164923076923075, 0.00109558730298482, 0.00211346153846148, 0.00136795703936143, 0.00381769230769231, 0.00373605701756031, 0.0123909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 345, '2021-05-09 00:00:00', 0.000764018425069808, 0.00108192307692307, 0.000702388671715209, 0.0014903846153846, 0.000713076676209371, 0.00184211538461537, 0.0012445554813482, 0.00373788461538462, 0.0036757796294957, 0.0122582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 360, '2021-05-09 00:00:00', 0.000361310062880159, 0.000989807692307669, 0.000470597982930725, 0.00122730769230765, 0.000549550760586806, 0.00167403846153845, 0.00108598087530972, 0.00370230769230769, 0.0035189618497506, 0.0123075 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 375, '2021-05-09 00:00:00', 0.000322428107669604, 0.000803269230769207, 0.000412511631537663, 0.00117538461538462, 0.000551516231715945, 0.00154692307692308, 0.00125581613058846, 0.00393307692307691, 0.00349649004772589, 0.0122755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 390, '2021-05-09 00:00:00', 0.000308593583860701, 0.000824999999999999, 0.000389638935426104, 0.00110250000000001, 0.000469708256425032, 0.0015296153846154, 0.0014042778050821, 0.00417192307692311, 0.00347580056080059, 0.0122965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 405, '2021-05-09 00:00:00', 0.000293186210190969, 0.000761923076923089, 0.000339608654868406, 0.00107403846153849, 0.000662503875170104, 0.00167576923076927, 0.00153022698165487, 0.00444615384615385, 0.00346553641091602, 0.0123138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 420, '2021-05-09 00:00:00', 0.000371594744104583, 0.00079942307692307, 0.000384141450309852, 0.00113557692307692, 0.00062476484807056, 0.00173134615384615, 0.00151247811172972, 0.00471403846153845, 0.00344797450017343, 0.0122730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 435, '2021-05-09 00:00:00', 0.00021796894627093, 0.00078769230769231, 0.000559217860394914, 0.00120115384615386, 0.00051745148416207, 0.0016890384615385, 0.00143224714508892, 0.00495326923076922, 0.00341788655458312, 0.0122875 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 450, '2021-05-09 00:00:00', 0.000487824408825747, 0.000820576923076901, 0.000509408140734078, 0.00115942307692306, 0.000643769458257039, 0.00166865384615384, 0.00157706212989166, 0.0051701923076923, 0.00342457092764358, 0.0122909615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 465, '2021-05-09 00:00:00', 0.000272180158096673, 0.000799038461538452, 0.000317188369172738, 0.00111269230769233, 0.000510338236255731, 0.00167634615384614, 0.0015639922781631, 0.00528038461538461, 0.00341001937734175, 0.0122869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 480, '2021-05-09 00:00:00', 0.000314640515264886, 0.000860576923076924, 0.000450787217414823, 0.00126865384615384, 0.000455502427587878, 0.00181230769230769, 0.00159653404647018, 0.00542019230769231, 0.00338832702081722, 0.012345 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 495, '2021-05-09 00:00:00', 0.000306507936903121, 0.000853653846153828, 0.000347196685556655, 0.0011734615384615, 0.000690131759995064, 0.00188461538461539, 0.001680149581253, 0.00555884615384616, 0.00339588131191528, 0.0123117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 510, '2021-05-09 00:00:00', 0.000298436696031914, 0.000802307692307645, 0.000420090878446351, 0.00122211538461538, 0.000693186954469102, 0.00205692307692309, 0.00190775522538926, 0.00591999999999998, 0.00341337011448533, 0.0123365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 525, '2021-05-09 00:00:00', 0.000330640462412871, 0.000853653846153853, 0.000467978631990809, 0.001545, 0.000791421603095449, 0.00223192307692308, 0.00200374097243516, 0.00616326923076921, 0.00341354143308452, 0.0123086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 540, '2021-05-09 00:00:00', 0.000328060969943098, 0.001245, 0.000531768312765563, 0.00174346153846156, 0.000778620179943619, 0.0024607692307692, 0.0021169194236328, 0.00637461538461537, 0.00340655075383615, 0.0123190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 555, '2021-05-09 00:00:00', 0.000441639428284429, 0.00117576923076926, 0.000576576000727915, 0.00174826923076925, 0.0011638051812911, 0.00270749999999997, 0.00216229416094606, 0.00655096153846152, 0.00339765847538928, 0.0122936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 570, '2021-05-09 00:00:00', 0.000561334673242794, 0.00129884615384617, 0.000748056558947653, 0.00187115384615384, 0.00126631435215019, 0.00302596153846154, 0.00224035736332052, 0.00661134615384613, 0.00340061560603371, 0.0121875 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 585, '2021-05-09 00:00:00', 0.000534054196327831, 0.00122326923076923, 0.000820524128928493, 0.00218961538461536, 0.00115570319918884, 0.0031832692307692, 0.00201381953396634, 0.00655134615384613, 0.00341424867847401, 0.0121990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 600, '2021-05-09 00:00:00', 0.000563148702864942, 0.0017876923076923, 0.000847657677639722, 0.00235153846153847, 0.00100300878130982, 0.00324884615384616, 0.00168592412458153, 0.00662307692307689, 0.00341205478921652, 0.0121882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 615, '2021-05-09 00:00:00', 0.000547766970386269, 0.00151442307692307, 0.000712175648169825, 0.00213192307692305, 0.000953332374035741, 0.00305115384615384, 0.0016550252612527, 0.00644884615384613, 0.00353932696774621, 0.0121742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 630, '2021-05-09 00:00:00', 0.000403787263105397, 0.00152692307692306, 0.000585549610326802, 0.00210788461538463, 0.00115703455503215, 0.00305480769230772, 0.00175566222439105, 0.00629538461538461, 0.00360511559614092, 0.0121826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 645, '2021-05-09 00:00:00', 0.000545781866823972, 0.00144038461538464, 0.000988241114303588, 0.00220250000000001, 0.00130908752719064, 0.00309307692307695, 0.00177430705867431, 0.00616153846153845, 0.0036164403237693, 0.0121438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 660, '2021-05-09 00:00:00', 0.000782761777298809, 0.00147500000000001, 0.000972045286219484, 0.00201596153846155, 0.00134032121580553, 0.00295980769230772, 0.00182244646433978, 0.00605634615384613, 0.00377087529626743, 0.0122525 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 675, '2021-05-09 00:00:00', 0.000449302750423884, 0.00123019230769232, 0.000688687603623438, 0.00193115384615388, 0.000992577375398976, 0.0029296153846154, 0.00178860410763424, 0.00586557692307689, 0.0038770715951406, 0.0123019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 690, '2021-05-09 00:00:00', 0.000534084839126345, 0.00139115384615386, 0.000756848145525004, 0.00200865384615386, 0.00100307994926396, 0.00316076923076921, 0.00172838750996857, 0.00572576923076922, 0.00402943571159114, 0.0123880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 705, '2021-05-09 00:00:00', 0.000406672047043025, 0.0012930769230769, 0.000688895883614889, 0.00190153846153844, 0.00101116170813576, 0.00295999999999996, 0.00169305654410549, 0.00557730769230765, 0.00435827656481143, 0.0126088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 720, '2021-05-09 00:00:00', 0.000568524980846208, 0.00135442307692309, 0.000870923912599999, 0.00212269230769228, 0.00102899415039079, 0.00283480769230768, 0.00163096801128844, 0.00560942307692305, 0.00442290832354249, 0.0126409615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 735, '2021-05-09 00:00:00', 0.000598279616901658, 0.00141749999999998, 0.000746573093953569, 0.00192576923076921, 0.000949672332155381, 0.00263846153846151, 0.00151260499953404, 0.00561673076923074, 0.00444573993149189, 0.0125934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 750, '2021-05-09 00:00:00', 0.000447250618093028, 0.00124865384615384, 0.000457125298426477, 0.00169846153846154, 0.00100670698891902, 0.00247019230769227, 0.00168934499140938, 0.00558749999999999, 0.00443388924604052, 0.0125803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 765, '2021-05-09 00:00:00', 0.000419410758821701, 0.00132576923076922, 0.000651899945130793, 0.00188346153846153, 0.000891185230681365, 0.00248865384615384, 0.00171338383144182, 0.00559192307692308, 0.00452672529369911, 0.0126332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 780, '2021-05-09 00:00:00', 0.000516323690959581, 0.00129692307692308, 0.0008764450924045, 0.00174999999999998, 0.00067058826069697, 0.00250615384615383, 0.00163404453380607, 0.00581653846153846, 0.00456825464482881, 0.0127625 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 795, '2021-05-09 00:00:00', 0.000534578770190561, 0.00118730769230766, 0.000580592833629161, 0.00161903846153846, 0.000873286101678364, 0.00254615384615386, 0.0016789367514545, 0.00593884615384614, 0.00458253903840017, 0.0128009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 810, '2021-05-09 00:00:00', 0.000398595804524624, 0.00115884615384616, 0.000720084743944431, 0.00180596153846154, 0.00102252818279759, 0.00261326923076924, 0.00170038670941008, 0.00592019230769229, 0.00458598215719968, 0.0128128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 825, '2021-05-09 00:00:00', 0.000528522359617235, 0.00131326923076923, 0.000686770704092689, 0.00180500000000001, 0.000995284903161656, 0.00249096153846155, 0.00171125362279775, 0.00596480769230767, 0.00468503578920736, 0.0128128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 840, '2021-05-09 00:00:00', 0.000554956720419203, 0.00137019230769231, 0.000708496267836619, 0.0018751923076923, 0.00105534830196555, 0.00268596153846155, 0.00175316189080887, 0.00610115384615384, 0.00469364703205711, 0.0128023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 855, '2021-05-09 00:00:00', 0.000414985680939254, 0.00124865384615384, 0.000594622051908112, 0.00158576923076923, 0.00115503761177518, 0.00268326923076922, 0.00160992829510652, 0.00589134615384615, 0.00474042742311768, 0.0127519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 870, '2021-05-09 00:00:00', 0.000520773130879614, 0.00114442307692308, 0.000917207907812551, 0.00184711538461538, 0.00117768057573418, 0.00282153846153847, 0.00169560898975967, 0.00584961538461538, 0.00476441836388807, 0.0127921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 885, '2021-05-09 00:00:00', 0.000694846302872362, 0.00137076923076923, 0.000934862639025704, 0.00205692307692308, 0.00102149897398193, 0.0028369230769231, 0.00172025942810959, 0.00586749999999999, 0.00479832836677365, 0.0127336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 900, '2021-05-09 00:00:00', 0.000647549107136931, 0.00148461538461538, 0.000627254457015797, 0.00209307692307692, 0.000951682255474266, 0.00278365384615385, 0.00167500866817504, 0.00573596153846153, 0.00484002232989127, 0.0127630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 915, '2021-05-09 00:00:00', 0.000467683818242811, 0.00140807692307692, 0.000556249148659692, 0.00187365384615385, 0.000973756959094311, 0.00286884615384616, 0.00165504064556178, 0.00569653846153846, 0.00496530784931424, 0.0128290384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 930, '2021-05-09 00:00:00', 0.000381343223154901, 0.00130057692307693, 0.000570576125845283, 0.00188634615384615, 0.00107229466386523, 0.00295461538461538, 0.00155110220116582, 0.00558596153846153, 0.00490780152880633, 0.0128853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 945, '2021-05-09 00:00:00', 0.000440452215167724, 0.00143192307692308, 0.000769152205603439, 0.00222134615384617, 0.00113730978122129, 0.00330153846153847, 0.0014780739546398, 0.00542115384615385, 0.0048480157281098, 0.0129975 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 960, '2021-05-09 00:00:00', 0.000501220855665314, 0.00160711538461539, 0.000644195652315014, 0.00215403846153846, 0.00118901065855351, 0.00340288461538462, 0.00155507284024301, 0.00525346153846155, 0.00487877438896918, 0.0130084615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 975, '2021-05-09 00:00:00', 0.000453923621159044, 0.00153057692307691, 0.000856151339066049, 0.00242865384615385, 0.0010671511319684, 0.00327346153846153, 0.00193648512874384, 0.00549057692307693, 0.00478637285586745, 0.0130263461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 990, '2021-05-09 00:00:00', 0.000701733567673648, 0.00178, 0.00093624062078078, 0.00244250000000001, 0.000893608781204669, 0.00300057692307692, 0.00189616126383318, 0.00542653846153846, 0.00478991851544633, 0.0131157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1005, '2021-05-09 00:00:00', 0.000572652700495327, 0.00161134615384615, 0.000725716118475651, 0.00215673076923076, 0.000716208311983229, 0.00295211538461535, 0.00179567010204674, 0.00527865384615386, 0.00482201523862571, 0.0131551923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1020, '2021-05-09 00:00:00', 0.000576177189626708, 0.00157692307692309, 0.000674568266488875, 0.00213711538461538, 0.00113701236377826, 0.00326365384615384, 0.00178548885785892, 0.00512269230769234, 0.00487922126510433, 0.0132780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1035, '2021-05-09 00:00:00', 0.00044133207451983, 0.00149000000000001, 0.000590848672543292, 0.00216192307692305, 0.00124957988324694, 0.00328173076923078, 0.00179229556285098, 0.0048442307692308, 0.00476958303692829, 0.0135371153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1050, '2021-05-09 00:00:00', 0.000432262206750253, 0.00152884615384614, 0.000908882090177911, 0.00235442307692308, 0.00107853148022956, 0.00310807692307693, 0.00172551018096542, 0.00458076923076924, 0.0046350815651275, 0.0136236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1065, '2021-05-09 00:00:00', 0.000804696144277714, 0.00194673076923076, 0.000950731378385204, 0.00248692307692309, 0.000999439785387508, 0.00307826923076923, 0.00173470029555097, 0.00453365384615387, 0.00465439046657937, 0.0138011538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1080, '2021-05-09 00:00:00', 0.000669121927488688, 0.00161307692307694, 0.000673215504414908, 0.00204134615384616, 0.000807182659720743, 0.0025296153846154, 0.00177594660565959, 0.0043221153846154, 0.00478808065368097, 0.0137628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1095, '2021-05-09 00:00:00', 0.000435263668985185, 0.00125230769230768, 0.000552585705152108, 0.00186480769230766, 0.00072101829700458, 0.00237576923076923, 0.00183314387366035, 0.00413269230769232, 0.00474593573897303, 0.0136509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1110, '2021-05-09 00:00:00', 0.000478453277198007, 0.00132153846153844, 0.00054412540975263, 0.00170730769230769, 0.000739361991074798, 0.00218192307692308, 0.00183154848315677, 0.00404961538461539, 0.00473820465837171, 0.0136142307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1125, '2021-05-09 00:00:00', 0.000479955166175409, 0.00130480769230768, 0.000623583194128901, 0.00184499999999999, 0.000722734364437207, 0.00211980769230769, 0.00185669151573852, 0.00400076923076923, 0.00470930842546481, 0.0136803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1140, '2021-05-09 00:00:00', 0.000486642974484776, 0.00127576923076924, 0.000552658887700047, 0.00145538461538462, 0.000685281329090481, 0.0019025, 0.00196885547580706, 0.00387826923076922, 0.00466319863810899, 0.0137165384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1155, '2021-05-09 00:00:00', 0.000358369866950972, 0.00089480769230767, 0.000491007754912926, 0.00121884615384614, 0.00195170280682123, 0.00207961538461539, 0.00198756631239159, 0.00377538461538461, 0.00465872452006406, 0.013741923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1170, '2021-05-09 00:00:00', 0.000341274759597718, 0.000892307692307679, 0.000522661568689186, 0.00132634615384614, 0.0019108454532363, 0.00220711538461538, 0.00189936973352095, 0.00371076923076922, 0.00465404044476822, 0.0137526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1185, '2021-05-09 00:00:00', 0.000355210717527155, 0.00103557692307694, 0.00194492942327953, 0.0017173076923077, 0.00189943369090733, 0.00223788461538461, 0.00187196638694347, 0.00369692307692307, 0.00466291470418037, 0.0137584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1200, '2021-05-09 00:00:00', 0.0020082092386387, 0.00140211538461537, 0.00196598282330707, 0.00181730769230767, 0.00188812927360554, 0.00219307692307688, 0.00205301598967135, 0.00386942307692305, 0.0046495250419139, 0.0137586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1215, '2021-05-09 00:00:00', 0.000408076020444155, 0.000964038461538449, 0.00045855877905254, 0.00121807692307693, 0.000614154327886372, 0.00161153846153844, 0.00144910184384887, 0.00393807692307691, 0.00464386327897862, 0.0136930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1230, '2021-05-09 00:00:00', 0.000273541798240428, 0.000781346153846174, 0.000415220840221017, 0.00119211538461536, 0.0006005379639572, 0.00165461538461537, 0.00147740871122382, 0.00394749999999998, 0.00464073185541311, 0.0137480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1245, '2021-05-09 00:00:00', 0.000229434086395199, 0.000859999999999989, 0.000450817078715486, 0.00120596153846152, 0.000653157331735626, 0.00177749999999996, 0.0014928580359112, 0.00391634615384614, 0.0046525613954532, 0.0137665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1260, '2021-05-09 00:00:00', 0.000406764201208308, 0.000833653846153859, 0.000471791838061591, 0.00127153846153846, 0.000658167648738625, 0.00204557692307692, 0.00151943771229312, 0.00377980769230769, 0.00464747695405383, 0.0137840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1275, '2021-05-09 00:00:00', 0.000301564446486353, 0.000868653846153823, 0.000363186802962521, 0.00122557692307689, 0.000768075942759698, 0.00205942307692308, 0.00168872359627487, 0.00377423076923076, 0.0046328531664125, 0.0138173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1290, '2021-05-09 00:00:00', 0.000335697036031021, 0.000927499999999979, 0.000487760660097201, 0.0015326923076923, 0.000762237722862015, 0.00204711538461539, 0.00187987961971385, 0.00381576923076923, 0.0046328531664125, 0.0138173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1305, '2021-05-09 00:00:00', 0.000327835089875767, 0.00110961538461536, 0.000733818883544278, 0.00162692307692309, 0.000745890072329704, 0.00190999999999998, 0.00186792559767824, 0.00375596153846154, 0.00458879985985945, 0.0137880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1320, '2021-05-09 00:00:00', 0.000786265197969799, 0.00125519230769234, 0.000708845214741242, 0.00151846153846157, 0.000815475698831452, 0.00195615384615385, 0.0022008499844029, 0.00386057692307693, 0.00456341427509642, 0.0138446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1335, '2021-05-09 00:00:00', 0.000216939197437035, 0.000691153846153839, 0.000303734195536911, 0.00103230769230767, 0.000600703049639471, 0.00165807692307692, 0.00220668358890407, 0.00374230769230768, 0.00456588693886099, 0.0138784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1350, '2021-05-09 00:00:00', 0.000239726847763175, 0.000805192307692288, 0.000626826807143614, 0.00130961538461537, 0.000608156514520637, 0.00164211538461537, 0.00218658638943481, 0.00374596153846154, 0.00450441611088495, 0.0140625 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1365, '2021-05-09 00:00:00', 0.000486456931448026, 0.000947115384615355, 0.000459316925947139, 0.00120903846153843, 0.000442287410906272, 0.0015180769230769, 0.00220067686265979, 0.00380557692307692, 0.00514810522276063, 0.0144242307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1380, '2021-05-09 00:00:00', 0.000329109345869238, 0.000829807692307689, 0.000404708109439597, 0.00108057692307691, 0.00135087134273233, 0.00171923076923076, 0.00214697756249248, 0.00388557692307694, 0.00514764807012349, 0.0144255769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1395, '2021-05-09 00:00:00', 0.000316264069313075, 0.000744807692307704, 0.000303657702026464, 0.00102500000000002, 0.00148414778706374, 0.00269057692307691, 0.00235559312308779, 0.0044098076923077, 0.00513895302117523, 0.0144419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1410, '2021-05-09 00:00:00', 0.000229396951894437, 0.000694807692307692, 0.00127555123830384, 0.00127519230769231, 0.0014393137387177, 0.00272903846153844, 0.00291989839786354, 0.00465942307692309, 0.00516051972636029, 0.0144553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 2, 1425, '2021-05-09 00:00:00', 0.00129776903243164, 0.0010173076923077, 0.00139544772247255, 0.00253788461538462, 0.0014230422989551, 0.00276076923076922, 0.00297031808708454, 0.00477846153846154, 0.00515729443081871, 0.0144546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 0, '2021-05-09 00:00:00', 0.00112010507748843, 0.00202576923076921, 0.00117576778515801, 0.00225326923076919, 0.00115363779144328, 0.0024730769230769, 0.00303678521820997, 0.0047126923076923, 0.00527425827450208, 0.0142728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 15, '2021-05-09 00:00:00', 0.000943493263601551, 0.00126346153846151, 0.0009518835780461, 0.00171288461538456, 0.000973546016454199, 0.00216961538461535, 0.00306677952481856, 0.00472557692307693, 0.0052534490685058, 0.0143563461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 30, '2021-05-09 00:00:00', 0.000725593550136699, 0.00120999999999998, 0.000759455700840047, 0.00151480769230769, 0.0009131235488063, 0.00204884615384615, 0.00353802892213253, 0.00478442307692308, 0.00536973969072557, 0.0142428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 45, '2021-05-09 00:00:00', 0.000616228978421306, 0.000948076923076943, 0.000673574763139535, 0.00150519230769235, 0.000766447674966465, 0.00189903846153849, 0.00356273223264653, 0.0047798076923077, 0.00539119504377274, 0.014225 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 60, '2021-05-09 00:00:00', 0.000569431835591088, 0.00124384615384619, 0.000715729106468458, 0.00146692307692311, 0.00127224128396125, 0.00206826923076925, 0.00358657865681747, 0.00484230769230769, 0.00539842656564069, 0.0142192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 75, '2021-05-09 00:00:00', 0.000363586832290933, 0.0008142307692308, 0.000418845896023048, 0.00122173076923078, 0.00113713702577332, 0.00188615384615384, 0.00403519516733228, 0.00497096153846152, 0.00548143768690153, 0.0141836538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 90, '2021-05-09 00:00:00', 0.000378554538292076, 0.000918461538461518, 0.00108987608681692, 0.00142673076923076, 0.00105396847128438, 0.00200346153846154, 0.00422583696307156, 0.00501596153846151, 0.00552502940124441, 0.0142567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 105, '2021-05-09 00:00:00', 0.00104485243713387, 0.00106384615384614, 0.000991567756325605, 0.00156384615384615, 0.00102253771794266, 0.00211576923076921, 0.00423013027622631, 0.0050730769230769, 0.00559351558640758, 0.0143188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 120, '2021-05-09 00:00:00', 0.000354809862407373, 0.00111096153846151, 0.000501186630369905, 0.00144096153846152, 0.000711908593959821, 0.00225461538461536, 0.00426995036901442, 0.00507692307692307, 0.00577360043646945, 0.014335 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 135, '2021-05-09 00:00:00', 0.000365880392394086, 0.000907307692307692, 0.000619296405981446, 0.00137096153846153, 0.001875344932375, 0.00269384615384617, 0.00427927594971934, 0.00500057692307693, 0.00581902260164555, 0.0142640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 150, '2021-05-09 00:00:00', 0.000494461945335112, 0.000998846153846156, 0.000704813777914755, 0.00161230769230771, 0.00267102218981077, 0.00290653846153849, 0.00426147275011823, 0.00502000000000002, 0.00581805817790942, 0.0142701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 165, '2021-05-09 00:00:00', 0.000645217673466778, 0.00121038461538465, 0.00198610954264477, 0.00223365384615388, 0.00283341639395597, 0.00294269230769231, 0.00427472550625727, 0.00497307692307692, 0.00580371475535615, 0.0142848076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 180, '2021-05-09 00:00:00', 0.00206703518633295, 0.00181269230769231, 0.00280939539074487, 0.00230730769230769, 0.00324495824910917, 0.00294596153846153, 0.00429650554341732, 0.00493673076923075, 0.00581681046953241, 0.0142359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 195, '2021-05-09 00:00:00', 0.00112225351928094, 0.0013498076923077, 0.00121565868501875, 0.00190903846153847, 0.00165962235046228, 0.00246711538461541, 0.0030560012333868, 0.00444153846153846, 0.00464347209697494, 0.0137286538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 210, '2021-05-09 00:00:00', 0.000744895062304834, 0.00130442307692305, 0.00131679541077805, 0.00179807692307689, 0.00194699650349335, 0.00248076923076922, 0.00282239320163145, 0.00436923076923077, 0.00458256948833127, 0.0136936538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 225, '2021-05-09 00:00:00', 0.000718757367855227, 0.0012380769230769, 0.000770877721521721, 0.00169730769230772, 0.00127930607692669, 0.00241596153846157, 0.00239144180038223, 0.00410826923076925, 0.00429158028989505, 0.0134992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 240, '2021-05-09 00:00:00', 0.000439726182282355, 0.00117365384615388, 0.000945562347942278, 0.00170307692307694, 0.00100269061107525, 0.00226269230769229, 0.00219820301610199, 0.00397750000000001, 0.00413765820055446, 0.0133807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 255, '2021-05-09 00:00:00', 0.000802347517265134, 0.00117346153846153, 0.000823213590378944, 0.00159884615384617, 0.00144240696273758, 0.00227461538461537, 0.0020882709078602, 0.00385076923076926, 0.00403332498833636, 0.0133073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 270, '2021-05-09 00:00:00', 0.000624841149043858, 0.0011176923076923, 0.000671448033386387, 0.00153269230769231, 0.00140501097723608, 0.00222038461538459, 0.0020035233580255, 0.00377461538461541, 0.00397273968633544, 0.0132211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 285, '2021-05-09 00:00:00', 0.000451180502852045, 0.00106038461538461, 0.0010082708732509, 0.00162807692307691, 0.00126864532535237, 0.00222019230769229, 0.00190594083369302, 0.0036273076923077, 0.00396752032615606, 0.0131684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 300, '2021-05-09 00:00:00', 0.000871641179702882, 0.00121288461538459, 0.000929299488034682, 0.00157653846153844, 0.00156923680617238, 0.0021569230769231, 0.00185735390770352, 0.00360653846153848, 0.00403732276581704, 0.0132036538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 315, '2021-05-09 00:00:00', 0.000560994995178545, 0.00111076923076924, 0.000911173968021461, 0.00159000000000001, 0.00128801267612012, 0.00209557692307693, 0.00152634969276878, 0.00369076923076923, 0.00390155505486644, 0.0131103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 330, '2021-05-09 00:00:00', 0.000636522674682232, 0.00109134615384614, 0.00098835714504114, 0.00143038461538463, 0.00105896807535233, 0.00196576923076923, 0.0013239624239381, 0.00358250000000001, 0.00380255008058866, 0.0130063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 345, '2021-05-09 00:00:00', 0.000502855232264116, 0.000949230769230788, 0.000573585350097233, 0.00139807692307693, 0.000713224098993207, 0.00181384615384616, 0.00114431223885791, 0.00359250000000003, 0.00369572822531429, 0.0128213461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 360, '2021-05-09 00:00:00', 0.000496960298677405, 0.00101346153846152, 0.000611872441457687, 0.00126826923076922, 0.000645394363637754, 0.00170173076923073, 0.00118582804564834, 0.00362307692307694, 0.00370219124822877, 0.0127159615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 375, '2021-05-09 00:00:00', 0.000400154201046788, 0.000764230769230754, 0.00054613368326813, 0.00117999999999998, 0.000580551064473724, 0.00159153846153844, 0.00136686543426358, 0.00384865384615384, 0.00362598372859009, 0.01268 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 390, '2021-05-09 00:00:00', 0.000442144946647767, 0.000853076923076918, 0.000455743391023444, 0.0011059615384615, 0.000535292874544874, 0.00159730769230767, 0.00140154722196027, 0.00389615384615385, 0.00362795384692041, 0.0125663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 405, '2021-05-09 00:00:00', 0.00032326465699414, 0.000760961538461502, 0.000427428986454533, 0.00111346153846152, 0.000567274048546098, 0.00151961538461538, 0.00132365531186005, 0.00426576923076922, 0.00367004835956399, 0.0125498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 420, '2021-05-09 00:00:00', 0.000289780354486215, 0.000754423076923083, 0.000430599760620166, 0.00113307692307693, 0.000637896060981204, 0.00149923076923079, 0.00128907947179967, 0.00452326923076924, 0.00364368111097299, 0.0124640384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 435, '2021-05-09 00:00:00', 0.000336839667406407, 0.000860192307692298, 0.000327075620519879, 0.0010923076923077, 0.00054121817724886, 0.00163134615384616, 0.0014217763672468, 0.00473403846153845, 0.00364797942491665, 0.0124467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 450, '2021-05-09 00:00:00', 0.000332262465761405, 0.000837115384615394, 0.000544649393223236, 0.0011748076923077, 0.000592467720639689, 0.00171999999999999, 0.00150823738184674, 0.00501499999999997, 0.00364980307687961, 0.0124475 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 465, '2021-05-09 00:00:00', 0.000314104098374033, 0.000834230769230777, 0.000375527782440376, 0.00126134615384616, 0.000488225869859439, 0.00173749999999998, 0.00153245134193047, 0.00532865384615385, 0.00366527606788985, 0.0124244230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 480, '2021-05-09 00:00:00', 0.000276852640614803, 0.000979230769230754, 0.000415920526802148, 0.00133326923076921, 0.000507885965395959, 0.00182192307692306, 0.00151413920709473, 0.00551153846153844, 0.00367690928425157, 0.0125282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 495, '2021-05-09 00:00:00', 0.000448261470744296, 0.000902115384615376, 0.000574715447986076, 0.0012953846153846, 0.000714334763151119, 0.0019480769230769, 0.00138004509402352, 0.00564230769230769, 0.00367974063153704, 0.0125313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 510, '2021-05-09 00:00:00', 0.000390042453310657, 0.000938653846153829, 0.000433542341113854, 0.00134519230769228, 0.00061432614740431, 0.00197884615384615, 0.00145197474284028, 0.00563942307692307, 0.00374817233410551, 0.0124446153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 525, '2021-05-09 00:00:00', 0.000296769529847924, 0.000923076923076907, 0.000573437576241894, 0.0014805769230769, 0.000800272838090008, 0.00211384615384616, 0.00165284174867222, 0.0057703846153846, 0.00373679554719529, 0.0124151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 540, '2021-05-09 00:00:00', 0.000618312716499207, 0.00122115384615382, 0.000592777815426266, 0.00157846153846154, 0.000960729610564486, 0.00225076923076924, 0.00157541453641208, 0.00599019230769229, 0.00370075028255706, 0.0123705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 555, '2021-05-09 00:00:00', 0.000323129171599324, 0.00101769230769234, 0.000486068569078639, 0.00144942307692311, 0.000895955356030637, 0.00246999999999998, 0.00138666457870897, 0.00586057692307691, 0.00371030407731683, 0.0122528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 570, '2021-05-09 00:00:00', 0.000315661941859432, 0.000967307692307735, 0.000695252499788065, 0.00155903846153849, 0.00086061313116781, 0.00254019230769232, 0.00129458667297564, 0.00571057692307691, 0.00381052399485751, 0.0121463461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 585, '2021-05-09 00:00:00', 0.000649191123926216, 0.00124134615384616, 0.000756990498873382, 0.00204115384615381, 0.00104939411090396, 0.00288999999999998, 0.00125695168501476, 0.0055934615384615, 0.00377504706542236, 0.0120528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 600, '2021-05-09 00:00:00', 0.000455020709587863, 0.00155461538461535, 0.000573184659465091, 0.00190442307692308, 0.00102972102271212, 0.00297423076923077, 0.00118746408852579, 0.00543980769230767, 0.00383116690398029, 0.0119946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 615, '2021-05-09 00:00:00', 0.000435511370513031, 0.00127192307692312, 0.00100152086271907, 0.00207403846153849, 0.00105852822352546, 0.00297500000000002, 0.00122456931204402, 0.00534999999999998, 0.00385822917232167, 0.0119628846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 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 982515, 3, 630, '2021-05-09 00:00:00', 0.000832755874283596, 0.00162711538461539, 0.000852949092177317, 0.00225807692307696, 0.000895519209088283, 0.00304557692307693, 0.00131941089709936, 0.00523365384615384, 0.0038493298967283, 0.0119705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982515 and enddate = '2021-05-09 00:00:00' and da[...];
Date: 2021-05-09 15:26:58 Duration: 16s127ms 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 977115, 1, 930, '2021-05-09 00:00:00', 0.000721717636027992, 0.00151711538461541, 0.000804555801956277, 0.00188903846153847, 0.000950624086506417, 0.00243807692307696, 0.0022931725756119, 0.0056573076923077, 0.00501408019020898, 0.0118680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 945, '2021-05-09 00:00:00', 0.000502011492360025, 0.00129346153846151, 0.000687316185217233, 0.00183653846153847, 0.00089144480824887, 0.0025846153846154, 0.00215037842823431, 0.00551423076923079, 0.00497408723748929, 0.0119353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 960, '2021-05-09 00:00:00', 0.000524661209367902, 0.00138076923076927, 0.000644518424872425, 0.00179000000000004, 0.00100771227960246, 0.00287596153846155, 0.00211581982655934, 0.00551153846153847, 0.00494358983548782, 0.0120176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977115, 1, 975, '2021-05-09 00:00:00', 0.000554372722439169, 0.00120865384615386, 0.000847428440364404, 0.0019748076923077, 0.00122220086791758, 0.00288019230769229, 0.00207089814220417, 0.00549634615384614, 0.00492300167971346, 0.0120665384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 990, '2021-05-09 00:00:00', 0.000738531416966248, 0.00165942307692309, 0.000856868628293669, 0.00235038461538462, 0.00141640923302013, 0.00303365384615386, 0.00208569314248655, 0.00544173076923077, 0.00488358837174218, 0.0121042307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1005, '2021-05-09 00:00:00', 0.000607288329695727, 0.00165865384615387, 0.000825989383429619, 0.00246269230769233, 0.00135597267104298, 0.00311326923076923, 0.00197080303820159, 0.00531115384615385, 0.00486916077115807, 0.0121488461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1020, '2021-05-09 00:00:00', 0.000682826732161116, 0.00179711538461543, 0.000755405953012135, 0.00228192307692311, 0.00136075054233375, 0.00339096153846157, 0.00182607978593911, 0.00506923076923079, 0.00482983704534794, 0.0121217307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1035, '2021-05-09 00:00:00', 0.000504292230602608, 0.00141057692307693, 0.000944091443582764, 0.00212442307692307, 0.00152369227662482, 0.00325807692307693, 0.00199351545883533, 0.00483826923076922, 0.00483368615511535, 0.0120146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1050, '2021-05-09 00:00:00', 0.000772239625026799, 0.00159403846153846, 0.00118215391748089, 0.00251826923076924, 0.00151451349131814, 0.00321365384615383, 0.00180127839218538, 0.0046603846153846, 0.00480984589550034, 0.0119684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1065, '2021-05-09 00:00:00', 0.000927604462290686, 0.00192596153846152, 0.0010767655447968, 0.00240096153846151, 0.00144060174393041, 0.00309576923076919, 0.00161709336821922, 0.0044801923076923, 0.00474877590705065, 0.0119211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1080, '2021-05-09 00:00:00', 0.00066038438690021, 0.00153153846153845, 0.000787172569292238, 0.00198442307692306, 0.00121526109888433, 0.00268653846153846, 0.00157400695189551, 0.00417326923076922, 0.00466925841583503, 0.0119369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1095, '2021-05-09 00:00:00', 0.000513712318475847, 0.00119211538461537, 0.000737703114142387, 0.00170673076923076, 0.00101555002149272, 0.00231961538461539, 0.00142050716836794, 0.00392115384615384, 0.00467774209586041, 0.0118636538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1110, '2021-05-09 00:00:00', 0.000402539295740666, 0.00121826923076919, 0.000862037032936453, 0.00174461538461537, 0.0011828246017316, 0.00208596153846153, 0.00133389827775009, 0.00380615384615381, 0.00469185692286276, 0.0118607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1125, '2021-05-09 00:00:00', 0.000777015023119799, 0.00126211538461539, 0.000857820852733596, 0.00155884615384614, 0.00109969570966073, 0.00201942307692308, 0.00133629500715744, 0.00371711538461535, 0.00473197951747955, 0.0119119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1140, '2021-05-09 00:00:00', 0.000488029042326231, 0.00102711538461538, 0.000697853522210433, 0.00139653846153847, 0.000693317665010343, 0.00180423076923075, 0.00127379378840716, 0.00364115384615382, 0.00469771794025075, 0.0118703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1155, '2021-05-09 00:00:00', 0.000437047612262769, 0.000998846153846147, 0.000472309709341713, 0.00127269230769232, 0.00101074024662811, 0.0020503846153846, 0.00132072277706043, 0.0036055769230769, 0.00461750087668146, 0.0119378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1170, '2021-05-09 00:00:00', 0.000337416485393628, 0.000818269230769245, 0.000475224036234907, 0.00116673076923074, 0.00112823710342219, 0.0020201923076923, 0.00134908654281335, 0.00357749999999997, 0.00460257493567044, 0.0119540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1185, '2021-05-09 00:00:00', 0.000431795223902035, 0.000886346153846128, 0.00104376082214565, 0.0016005769230769, 0.00117785308278045, 0.00207326923076922, 0.00133613588956536, 0.00352365384615381, 0.00457146455239959, 0.0119330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1200, '2021-05-09 00:00:00', 0.000990496320810163, 0.00120980769230769, 0.00105869992843182, 0.00147346153846153, 0.00118087535980077, 0.00201384615384614, 0.00128759095272467, 0.0035776923076923, 0.0045110466677326, 0.0118440384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1215, '2021-05-09 00:00:00', 0.000344345533082456, 0.000769615384615388, 0.000504668055412483, 0.00121038461538461, 0.00103652585406918, 0.00190461538461537, 0.00127571115913378, 0.00356980769230766, 0.00449337035146052, 0.0118013461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1230, '2021-05-09 00:00:00', 0.000401276856278298, 0.000873653846153856, 0.000719196052226686, 0.00134519230769231, 0.000981302685993716, 0.00185980769230768, 0.00129433031392239, 0.00362980769230765, 0.00450270389279083, 0.0117928846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1245, '2021-05-09 00:00:00', 0.000526912085792177, 0.000902884615384621, 0.000928309215725036, 0.00142499999999999, 0.00100827402029409, 0.0018125, 0.00124506702013, 0.00357326923076921, 0.00450593619146325, 0.0118098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1260, '2021-05-09 00:00:00', 0.000924132378962118, 0.00102057692307691, 0.000933835618049828, 0.00127519230769229, 0.00111937621708906, 0.00203365384615384, 0.00123291792727035, 0.00358384615384613, 0.00450218270568671, 0.0118213461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1275, '2021-05-09 00:00:00', 0.000281716988373894, 0.000737307692307697, 0.000495340791778727, 0.0011075, 0.000728549692091148, 0.00189442307692306, 0.00120727972986955, 0.00346788461538458, 0.00442344375067489, 0.0117611538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1290, '2021-05-09 00:00:00', 0.000514273647599531, 0.000839230769230776, 0.000690574482141153, 0.00143134615384615, 0.000793832572930886, 0.0018730769230769, 0.00138095602336263, 0.00353653846153844, 0.00440735636792016, 0.0117469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1305, '2021-05-09 00:00:00', 0.000473109883154527, 0.00108019230769229, 0.000486855570116925, 0.00144711538461538, 0.000561776166758998, 0.00180730769230767, 0.00154281825042555, 0.00360192307692303, 0.00435673058435053, 0.0117542307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1320, '2021-05-09 00:00:00', 0.000498135021856517, 0.0010775, 0.000560822507229646, 0.00134826923076922, 0.000608983674152762, 0.00186365384615382, 0.00150785544348972, 0.00354903846153842, 0.00438533339229057, 0.0118301923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1335, '2021-05-09 00:00:00', 0.000501751087538545, 0.000818076923076936, 0.00050760948042306, 0.0011957692307692, 0.000569214337080896, 0.00183519230769231, 0.00170901551732612, 0.00356403846153844, 0.00430709356312799, 0.0119198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1350, '2021-05-09 00:00:00', 0.000351667948715591, 0.000847115384615366, 0.000451848553593596, 0.00132865384615383, 0.000480609868972602, 0.0016403846153846, 0.00177475368821877, 0.00355442307692307, 0.00427077793309913, 0.0119269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1365, '2021-05-09 00:00:00', 0.000396149398780135, 0.000987884615384631, 0.000398376126872021, 0.00130346153846156, 0.00043613798980809, 0.00150788461538461, 0.00178897290042681, 0.00363403846153845, 0.00425512039059552, 0.0119465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1380, '2021-05-09 00:00:00', 0.000346184977232617, 0.000940961538461528, 0.000385201046408028, 0.00114461538461536, 0.000779796151863761, 0.00189596153846154, 0.00180043658166994, 0.00373673076923076, 0.00448452340319977, 0.0120830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1395, '2021-05-09 00:00:00', 0.000218779921030578, 0.000675576923076908, 0.000302196382913733, 0.000925576923076906, 0.00109243610973188, 0.00226557692307693, 0.00282293023565666, 0.00428865384615383, 0.00448452340319977, 0.0120830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1410, '2021-05-09 00:00:00', 0.000269308302022909, 0.000710192307692297, 0.000870903178403813, 0.00168288461538461, 0.00115259886944508, 0.00243807692307693, 0.00291682346318466, 0.00446134615384611, 0.00447557162657639, 0.0120942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 1, 1425, '2021-05-09 00:00:00', 0.000912052566804902, 0.00150826923076922, 0.00113117197563479, 0.00209596153846154, 0.0012308806259685, 0.00241865384615383, 0.00302397286439798, 0.00463173076923074, 0.00446600229081208, 0.0121073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 0, '2021-05-09 00:00:00', 0.00102703771183849, 0.00158269230769231, 0.00112554813996761, 0.00201384615384617, 0.00117588429899173, 0.00242326923076921, 0.00325698388673657, 0.00474096153846151, 0.00445315234930875, 0.0122503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 15, '2021-05-09 00:00:00', 0.00084749749262163, 0.001325, 0.00102262657670558, 0.00156134615384613, 0.00102342885213609, 0.00220115384615382, 0.00303692498830897, 0.00467923076923074, 0.00412024775207288, 0.0121634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 30, '2021-05-09 00:00:00', 0.000841406537613347, 0.00102519230769229, 0.000925061162219077, 0.00158692307692306, 0.00111517706424379, 0.00222326923076918, 0.00298266267207419, 0.00471384615384614, 0.00401652270196309, 0.0121461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 45, '2021-05-09 00:00:00', 0.000639577895658851, 0.00116173076923078, 0.000725101053965264, 0.00161846153846156, 0.00121475492938351, 0.00225153846153845, 0.00299255941397224, 0.00487461538461541, 0.00398940047549082, 0.0121130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 60, '2021-05-09 00:00:00', 0.000656233190260914, 0.00125000000000002, 0.000989868911289998, 0.00162269230769231, 0.0011654165976825, 0.00208961538461538, 0.00300973293601839, 0.0047721153846154, 0.00399669340253246, 0.0120680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 75, '2021-05-09 00:00:00', 0.000511401543272515, 0.000891538461538444, 0.000691738306453665, 0.00130173076923077, 0.000887057972262161, 0.00184038461538462, 0.00257047379649386, 0.00453653846153847, 0.00358588817986029, 0.0119609615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 90, '2021-05-09 00:00:00', 0.000392307424585148, 0.000896346153846159, 0.000547394246899333, 0.00121769230769233, 0.00082517757995571, 0.00180903846153847, 0.00242862873623402, 0.00471346153846156, 0.00336112520651141, 0.0119394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 105, '2021-05-09 00:00:00', 0.000348715500085673, 0.000797500000000015, 0.000570772250147551, 0.00138519230769231, 0.00073652113657071, 0.00176076923076924, 0.00260906700093819, 0.00475115384615384, 0.00319114973252348, 0.0118911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 120, '2021-05-09 00:00:00', 0.000522162367910184, 0.00112846153846154, 0.000677531946450908, 0.00139153846153846, 0.000851944563021301, 0.00195153846153845, 0.0027720183704575, 0.00490961538461537, 0.00322063892968224, 0.0119086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 135, '2021-05-09 00:00:00', 0.000499890026367333, 0.000815961538461538, 0.000528098621325743, 0.00127807692307692, 0.0023195181943339, 0.00239557692307693, 0.00268591187781442, 0.00484615384615381, 0.00306111317107911, 0.0118203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 150, '2021-05-09 00:00:00', 0.000354404647043684, 0.000979423076923105, 0.000634630964843715, 0.00149730769230771, 0.00213397344262905, 0.00250942307692308, 0.00255584323733795, 0.00477442307692306, 0.00300620867795048, 0.0118011538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 165, '2021-05-09 00:00:00', 0.000530777405176738, 0.0010555769230769, 0.00218888830231238, 0.00193500000000001, 0.00216727844222974, 0.00260461538461538, 0.0025723568734947, 0.00462173076923075, 0.00304421582677709, 0.011785 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 180, '2021-05-09 00:00:00', 0.00219828828514719, 0.00156423076923079, 0.00214305275608992, 0.00193865384615385, 0.00217691376459003, 0.00268346153846156, 0.00251309646574777, 0.00450961538461538, 0.00294766713494956, 0.0116684615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 195, '2021-05-09 00:00:00', 0.000374134128560649, 0.00103711538461537, 0.000692809886232514, 0.00152346153846154, 0.000853729825755565, 0.00218115384615386, 0.001707259758975, 0.00405326923076921, 0.00273430557208563, 0.0116351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 210, '2021-05-09 00:00:00', 0.000538746693725342, 0.00108500000000001, 0.000681407846921493, 0.00163557692307696, 0.000783136617416438, 0.00223019230769231, 0.00163899096538556, 0.00400076923076922, 0.00290351763449894, 0.0118155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 225, '2021-05-09 00:00:00', 0.000432305269634621, 0.00113961538461541, 0.000609229147239483, 0.00165307692307693, 0.00084027442861523, 0.00225134615384616, 0.0015225808681315, 0.00397749999999998, 0.00273404901903049, 0.0118109615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 240, '2021-05-09 00:00:00', 0.000557332934609074, 0.00122000000000001, 0.000706240643232746, 0.00161038461538462, 0.000733050108477203, 0.00208730769230771, 0.00160364503073949, 0.00385076923076921, 0.0027878982502678, 0.0119344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 255, '2021-05-09 00:00:00', 0.0003370150076549, 0.00101134615384612, 0.000452550039732133, 0.00148846153846155, 0.000597364242704165, 0.00191596153846154, 0.00148701854522605, 0.00367192307692307, 0.00275294240488527, 0.0118967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 270, '2021-05-09 00:00:00', 0.000370017515177964, 0.00113019230769232, 0.000393152201883909, 0.00138942307692312, 0.000885569525568384, 0.0021842307692308, 0.00146363157407028, 0.00371576923076923, 0.00305065705406861, 0.0120426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 285, '2021-05-09 00:00:00', 0.000334904406567691, 0.000940192307692335, 0.000501056767857063, 0.00134326923076923, 0.000958228573984327, 0.00220000000000001, 0.00135178635373861, 0.00372711538461539, 0.00314062365805559, 0.0120898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 300, '2021-05-09 00:00:00', 0.000471741984563578, 0.00100749999999999, 0.000842432398566114, 0.00163788461538464, 0.00129127063242136, 0.00242038461538459, 0.00137478357737333, 0.00376326923076922, 0.00328458366990634, 0.0121517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 315, '2021-05-09 00:00:00', 0.000596479962910604, 0.0011621153846154, 0.000812427629913049, 0.00164442307692306, 0.00121759333870613, 0.00235346153846149, 0.00141218434185647, 0.00385615384615384, 0.00355979578065935, 0.01233 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 330, '2021-05-09 00:00:00', 0.00061347211710193, 0.00109403846153842, 0.00117344384677686, 0.00164730769230765, 0.00110142097031345, 0.00210692307692304, 0.00136069932529056, 0.00381557692307691, 0.00371589361858161, 0.0123807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 345, '2021-05-09 00:00:00', 0.000772546438733619, 0.00108499999999998, 0.00070734726538395, 0.00149692307692305, 0.000710907870261695, 0.00184499999999999, 0.0012299056405332, 0.00373826923076924, 0.00364434934574695, 0.0122469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 360, '2021-05-09 00:00:00', 0.000360319302841216, 0.000984999999999979, 0.000463435374301364, 0.0012278846153846, 0.000533495440107386, 0.00167923076923077, 0.00107026907112902, 0.00370326923076924, 0.00349252230321606, 0.0122940384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 375, '2021-05-09 00:00:00', 0.000316999454015531, 0.000795576923076934, 0.000408444751936657, 0.00116865384615385, 0.000548009545116167, 0.0015376923076923, 0.00124537631013529, 0.00393307692307696, 0.00347008816115007, 0.0122553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 390, '2021-05-09 00:00:00', 0.000308824632835772, 0.000819423076923099, 0.000388760406736786, 0.0010994230769231, 0.000506528342285481, 0.00154019230769232, 0.00140992487524908, 0.00415307692307695, 0.00344818159993842, 0.0122728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 405, '2021-05-09 00:00:00', 0.000294476915642227, 0.000759423076923082, 0.000335067387022604, 0.00106307692307694, 0.000670813054320027, 0.00168692307692308, 0.00152621120879325, 0.00443557692307696, 0.00343393358768271, 0.0122967307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 420, '2021-05-09 00:00:00', 0.000365886068858345, 0.000788846153846155, 0.000408096378134091, 0.00113942307692307, 0.000614707966936635, 0.00173826923076925, 0.00150105567979545, 0.00470692307692313, 0.0034121809910063, 0.0122586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 435, '2021-05-09 00:00:00', 0.00026856405911094, 0.000799423076923045, 0.000565150524537137, 0.00121365384615383, 0.000529730700813734, 0.00169884615384614, 0.0014121679596117, 0.00495211538461541, 0.00338558296877533, 0.0122740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 450, '2021-05-09 00:00:00', 0.000482873171754228, 0.000837499999999978, 0.000520835903583383, 0.00116096153846154, 0.000650044732188586, 0.00167192307692306, 0.00157539094049213, 0.00517384615384617, 0.00339808292106911, 0.0122734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 465, '2021-05-09 00:00:00', 0.000274245258005404, 0.000792692307692317, 0.000313596261751648, 0.00110384615384615, 0.000520940015740755, 0.00167249999999999, 0.00154977884278322, 0.00529230769230771, 0.00338554486581726, 0.0122690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 480, '2021-05-09 00:00:00', 0.000303049691279531, 0.00086134615384616, 0.000447429281047265, 0.00127519230769232, 0.000455754994909128, 0.00182384615384615, 0.00158639214523445, 0.00543096153846157, 0.00336589522324243, 0.0123294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 495, '2021-05-09 00:00:00', 0.000316776795964526, 0.00085153846153848, 0.000347439701464652, 0.00118288461538462, 0.00067211754924271, 0.00189000000000001, 0.0016543105466071, 0.00557423076923078, 0.00337047769383147, 0.0122932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 510, '2021-05-09 00:00:00', 0.000307746711536501, 0.000810961538461556, 0.000426429406187644, 0.00123596153846153, 0.000685027455934858, 0.00206615384615385, 0.00188800689576645, 0.00593096153846157, 0.00338943439801712, 0.0123215384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 525, '2021-05-09 00:00:00', 0.000329096431974666, 0.000862692307692314, 0.000467377956097807, 0.00154807692307694, 0.000788719922015808, 0.00222634615384617, 0.00198454366000389, 0.00616653846153846, 0.00338710703085415, 0.0122959615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 540, '2021-05-09 00:00:00', 0.000326153338170878, 0.00123999999999999, 0.000523573262818531, 0.00173980769230769, 0.000780746782549566, 0.00245653846153849, 0.00209993729759874, 0.00637942307692308, 0.0033831566563697, 0.0122998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 555, '2021-05-09 00:00:00', 0.000439764141330293, 0.00115750000000003, 0.000576898737948138, 0.00173692307692311, 0.00116319991336896, 0.0027040384615385, 0.00215828878084899, 0.00656269230769233, 0.00337998734635776, 0.0122673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 570, '2021-05-09 00:00:00', 0.000556859359402216, 0.00129788461538463, 0.000763816832654372, 0.00188192307692308, 0.00128292204031984, 0.00303019230769232, 0.00225716545353136, 0.00662326923076924, 0.00338760394674468, 0.0121675 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 585, '2021-05-09 00:00:00', 0.000536044630748085, 0.00123538461538462, 0.000812302070566229, 0.00219557692307693, 0.00115118694598894, 0.00318923076923078, 0.00201570335119036, 0.00656500000000001, 0.00340281553106566, 0.0121765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 600, '2021-05-09 00:00:00', 0.00056062986555644, 0.00178461538461539, 0.000845076350669867, 0.00234596153846154, 0.000991154959552821, 0.00325307692307695, 0.00168391979756024, 0.00664173076923079, 0.00339931111233756, 0.0121690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 615, '2021-05-09 00:00:00', 0.000534886328686195, 0.00150576923076921, 0.000702890843916439, 0.00212653846153846, 0.00095158070921699, 0.00305461538461539, 0.00165710391485123, 0.00645923076923077, 0.00354198794681528, 0.0121561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 630, '2021-05-09 00:00:00', 0.000403180051399086, 0.00152807692307694, 0.000584362374400825, 0.00210076923076926, 0.0011518791336167, 0.00307153846153846, 0.00175970732924976, 0.00631173076923077, 0.00360766626569245, 0.0121682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 645, '2021-05-09 00:00:00', 0.000541468977732009, 0.00143442307692309, 0.000975836997737749, 0.00220461538461539, 0.0013042223146971, 0.00310538461538461, 0.0017901268218932, 0.00616096153846153, 0.00362529164874515, 0.0121234615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 660, '2021-05-09 00:00:00', 0.000779488713097333, 0.00148057692307694, 0.000963418592624926, 0.00203576923076921, 0.00134474677341701, 0.00296673076923076, 0.00183762078619232, 0.00605307692307692, 0.00379112463525005, 0.01224 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 675, '2021-05-09 00:00:00', 0.000442793926718144, 0.00124730769230765, 0.000697823429286778, 0.00194153846153844, 0.000999564155019555, 0.00294749999999998, 0.00179214954733134, 0.00586499999999998, 0.00388521899194683, 0.0122811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 690, '2021-05-09 00:00:00', 0.000538905871615405, 0.00139346153846153, 0.000768892810374895, 0.00201307692307691, 0.00100606965655769, 0.00316692307692309, 0.00173178459532801, 0.00570826923076922, 0.00404883676077271, 0.0123663461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 705, '2021-05-09 00:00:00', 0.00040849465677706, 0.00130173076923078, 0.00069151497564293, 0.00191019230769231, 0.0010035659496937, 0.00295615384615386, 0.00169203955218364, 0.00556038461538462, 0.00437012465937317, 0.0125834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 720, '2021-05-09 00:00:00', 0.000564192820285331, 0.00135346153846152, 0.000857348259729686, 0.00212096153846156, 0.00102211477603283, 0.00282115384615384, 0.00163810749154203, 0.0055930769230769, 0.00443425083430543, 0.0126126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 735, '2021-05-09 00:00:00', 0.000608896258689562, 0.0014094230769231, 0.000741304567326042, 0.00191269230769231, 0.00096267042447241, 0.00262211538461541, 0.00152146831914234, 0.00560038461538464, 0.00445594059827826, 0.0125711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 750, '2021-05-09 00:00:00', 0.000440245255074229, 0.00123326923076923, 0.00045683745636546, 0.00169269230769231, 0.00100839850181438, 0.00246153846153849, 0.00168852261322864, 0.00558115384615386, 0.00444386618316147, 0.0125594230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 765, '2021-05-09 00:00:00', 0.000418742118180702, 0.00131480769230768, 0.00065137192495176, 0.00187423076923078, 0.000892287574375293, 0.00248134615384618, 0.00170880412524708, 0.00557846153846154, 0.00453820188468448, 0.0126078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 780, '2021-05-09 00:00:00', 0.000524313030398957, 0.00128307692307695, 0.000879397608506042, 0.0017419230769231, 0.000678147504943827, 0.00250903846153848, 0.00162056843066299, 0.00580403846153846, 0.00457783396882781, 0.0127396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 795, '2021-05-09 00:00:00', 0.000537372274627621, 0.00119480769230768, 0.000583494117035777, 0.00162423076923075, 0.000874624842652321, 0.00255884615384614, 0.00167197234978978, 0.00593346153846153, 0.00459012373303982, 0.0127767307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 810, '2021-05-09 00:00:00', 0.000401573635358918, 0.00115576923076923, 0.000714150086574143, 0.00181211538461537, 0.00102364396229278, 0.00260980769230768, 0.00169583058841837, 0.00591576923076922, 0.00460270632763612, 0.0127915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 825, '2021-05-09 00:00:00', 0.000514511418726566, 0.00132999999999999, 0.000679433247980672, 0.00182653846153846, 0.000994305014338403, 0.00249269230769232, 0.00170065106311128, 0.00596596153846154, 0.0047088327804081, 0.0127930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 840, '2021-05-09 00:00:00', 0.000547179938060032, 0.00136326923076925, 0.000704821854197149, 0.00186461538461539, 0.00105713722637346, 0.00267134615384618, 0.00174327388730339, 0.00610961538461539, 0.00471875805042613, 0.0127815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 855, '2021-05-09 00:00:00', 0.000425680812165846, 0.00124692307692307, 0.000595871340010705, 0.00158442307692308, 0.00114815222791298, 0.00267846153846154, 0.00160345108581939, 0.00590423076923077, 0.00476064906693, 0.0127284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 870, '2021-05-09 00:00:00', 0.000517929643276561, 0.00115365384615384, 0.000937438182577285, 0.00184288461538463, 0.00119087028616115, 0.00282096153846156, 0.00168694817758169, 0.00587192307692308, 0.00478805513752713, 0.012775 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 885, '2021-05-09 00:00:00', 0.000713881400406342, 0.00136442307692309, 0.000942423655345002, 0.00205288461538461, 0.00101370851902233, 0.00284480769230769, 0.00170071112954371, 0.00589211538461537, 0.00482105156100266, 0.0127169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 900, '2021-05-09 00:00:00', 0.000654546114024518, 0.00148115384615386, 0.000647209037685299, 0.00208846153846156, 0.000962619023609728, 0.00280423076923078, 0.00166512595966145, 0.00575730769230769, 0.00486244470405577, 0.0127375 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 915, '2021-05-09 00:00:00', 0.000484120812957358, 0.00140019230769235, 0.000561983848659271, 0.00186461538461539, 0.000985589339509039, 0.00288211538461541, 0.00163339151649378, 0.00570461538461538, 0.00498950845813954, 0.0128144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 930, '2021-05-09 00:00:00', 0.000397447287264426, 0.00129211538461537, 0.000584707060119694, 0.00190211538461537, 0.00108782931353432, 0.00296884615384617, 0.00155629334045303, 0.00560980769230769, 0.0049345165962292, 0.0128759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 945, '2021-05-09 00:00:00', 0.000449497539994954, 0.0014459615384615, 0.000789525587834963, 0.00222942307692308, 0.00114766022846486, 0.00329499999999997, 0.00149211146211824, 0.00542884615384612, 0.00486633417945725, 0.0129821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 960, '2021-05-09 00:00:00', 0.000512910436026219, 0.00161634615384619, 0.00066320483551172, 0.00215057692307694, 0.0011868647936735, 0.00339903846153844, 0.00156353588431431, 0.00525230769230768, 0.00489500208218704, 0.0130007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 975, '2021-05-09 00:00:00', 0.000455907716707914, 0.00152961538461536, 0.000845957354808053, 0.00241961538461536, 0.00106275324583767, 0.0032576923076923, 0.0019081157036358, 0.00548153846153847, 0.00480181137296527, 0.0130176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 990, '2021-05-09 00:00:00', 0.000691530103911162, 0.00176673076923075, 0.000926384639337257, 0.00244249999999997, 0.000893294098353857, 0.00300288461538462, 0.00186077456990363, 0.00541000000000002, 0.0048046196039293, 0.0131115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1005, '2021-05-09 00:00:00', 0.000562148077946061, 0.00161730769230771, 0.000709090994486275, 0.00215403846153847, 0.000717868961687183, 0.00295538461538461, 0.00176203287317629, 0.00527461538461539, 0.00482340523266101, 0.0131390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1020, '2021-05-09 00:00:00', 0.000568742776792669, 0.00156788461538465, 0.000666705361056533, 0.00214403846153849, 0.00115561951417344, 0.0032773076923077, 0.00174587396011723, 0.00511673076923079, 0.00488498539876569, 0.0132678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1035, '2021-05-09 00:00:00', 0.00043153197581853, 0.00148961538461539, 0.000589711043973735, 0.00215634615384615, 0.00125389209448636, 0.00328923076923077, 0.00174960298793318, 0.00483384615384617, 0.00476892489093557, 0.0135161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1050, '2021-05-09 00:00:00', 0.000429859726672966, 0.00151923076923077, 0.000936326804387972, 0.00237173076923077, 0.00109718829461773, 0.00311307692307692, 0.00168111722238061, 0.00457634615384618, 0.00462482425445722, 0.0136142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1065, '2021-05-09 00:00:00', 0.000817164704234201, 0.00194807692307694, 0.000966897039304264, 0.00247826923076925, 0.000998074164810187, 0.00307096153846154, 0.00169203365351147, 0.00452173076923081, 0.00464294836698211, 0.0137834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1080, '2021-05-09 00:00:00', 0.000680572157481104, 0.00160730769230768, 0.00067841208829036, 0.00202980769230768, 0.000803710744944038, 0.00252519230769228, 0.00172982066656101, 0.00430346153846155, 0.00477517911061581, 0.0137484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1095, '2021-05-09 00:00:00', 0.000437158482088045, 0.00124846153846153, 0.000550738001370752, 0.00186288461538459, 0.000714100213824806, 0.00238134615384611, 0.00179298955336098, 0.00410346153846155, 0.0047325906753067, 0.0136275 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1110, '2021-05-09 00:00:00', 0.000470669245289658, 0.00131653846153846, 0.000541913844983317, 0.00171115384615383, 0.000727487377632994, 0.00218826923076922, 0.00179828338016694, 0.00402134615384615, 0.00472560343725051, 0.0135896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1125, '2021-05-09 00:00:00', 0.000474612068309048, 0.00131384615384614, 0.000621038367450924, 0.00184557692307692, 0.000721641105131438, 0.00212826923076922, 0.0018251905274624, 0.0039673076923077, 0.00469529104938784, 0.0136540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1140, '2021-05-09 00:00:00', 0.000480470762738097, 0.00126807692307692, 0.00054573722191598, 0.00145134615384615, 0.000670131359109164, 0.00186596153846154, 0.001932247644982, 0.00384519230769231, 0.00465247783857824, 0.0136840384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1155, '2021-05-09 00:00:00', 0.000357234678306323, 0.00090115384615384, 0.00050150726660889, 0.00122346153846154, 0.00190465728796954, 0.00206923076923079, 0.00194677177556946, 0.00375211538461541, 0.00465817545991828, 0.0137288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1170, '2021-05-09 00:00:00', 0.000354916729128664, 0.00089673076923076, 0.000449733297034516, 0.00128403846153845, 0.0018641310204861, 0.00218269230769234, 0.00185902713391048, 0.00368326923076925, 0.00466602532635156, 0.0137221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1185, '2021-05-09 00:00:00', 0.000230477430899081, 0.00099538461538462, 0.0018969617813757, 0.00170500000000002, 0.00185222328982892, 0.00222634615384618, 0.0018341275960144, 0.00364596153846155, 0.00468477885940614, 0.0137201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1200, '2021-05-09 00:00:00', 0.00196481058002666, 0.00136884615384615, 0.00192402998537328, 0.00177423076923078, 0.00185114036578705, 0.00215557692307694, 0.00194357471012725, 0.00413442307692307, 0.00466549545559248, 0.0137146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1215, '2021-05-09 00:00:00', 0.000397460012502484, 0.0009426923076923, 0.000464657897316334, 0.0011998076923077, 0.000617187572784809, 0.00159750000000004, 0.00137901554908398, 0.00386173076923076, 0.00465937553178041, 0.0136571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1230, '2021-05-09 00:00:00', 0.000262029651874619, 0.000776538461538476, 0.000408705837416683, 0.00119269230769235, 0.000582350542067335, 0.00164807692307694, 0.00133387399935445, 0.00383038461538463, 0.00469745532176732, 0.0136625 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1245, '2021-05-09 00:00:00', 0.000235805982830088, 0.000857307692307706, 0.000406305871897607, 0.0011823076923077, 0.000639422816656973, 0.00175653846153847, 0.00132482393605281, 0.00378769230769231, 0.00470425264644009, 0.0136901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1260, '2021-05-09 00:00:00', 0.000355281740854518, 0.000813653846153865, 0.000435743440746774, 0.00126211538461539, 0.000622447310096336, 0.00202442307692311, 0.00131377371895446, 0.00365576923076925, 0.00469976834126307, 0.0137076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1275, '2021-05-09 00:00:00', 0.000294944127694617, 0.000885961538461552, 0.000365455879690046, 0.00123500000000002, 0.000627225269310422, 0.00203346153846157, 0.00150119015604799, 0.00366673076923078, 0.00468712854938519, 0.0137340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1290, '2021-05-09 00:00:00', 0.000337619779314865, 0.000911346153846163, 0.00048798065062525, 0.00151865384615385, 0.000602666670212189, 0.00201365384615385, 0.00170295106980615, 0.00370211538461541, 0.00468712854938519, 0.0137340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1305, '2021-05-09 00:00:00', 0.000337795796303056, 0.00110499999999999, 0.000537433681060736, 0.0016001923076923, 0.000566882602145631, 0.00187673076923074, 0.00166501024482872, 0.00367134615384616, 0.00465019998329271, 0.0137067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1320, '2021-05-09 00:00:00', 0.000592998281227258, 0.00120980769230767, 0.000498411939602638, 0.00147730769230765, 0.00066541302962899, 0.00191749999999997, 0.00205278445981589, 0.00381403846153847, 0.00463062301839198, 0.0137584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1335, '2021-05-09 00:00:00', 0.00022834218586618, 0.000693076923076929, 0.000295154457608464, 0.00103307692307692, 0.000593059343249427, 0.00165923076923077, 0.00207358437345728, 0.00374807692307692, 0.00463079300402793, 0.0137903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1350, '2021-05-09 00:00:00', 0.000234030898683182, 0.000792307692307656, 0.000615268921817006, 0.00131038461538461, 0.000601040891991695, 0.00163307692307691, 0.00204015444362583, 0.00375807692307692, 0.00457554193931842, 0.0139759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1365, '2021-05-09 00:00:00', 0.000482569723937953, 0.000946538461538471, 0.000455265433988384, 0.00120115384615385, 0.000451798457449604, 0.00149461538461539, 0.00204605951488747, 0.00381153846153845, 0.00520158313548719, 0.0143313461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1380, '2021-05-09 00:00:00', 0.000314999450548986, 0.000825576923076926, 0.000397992268962416, 0.00107038461538461, 0.00145140483670133, 0.00233999999999998, 0.00202217325020537, 0.00388442307692306, 0.0051976596804568, 0.0143269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1395, '2021-05-09 00:00:00', 0.000324671194619083, 0.000734230769230754, 0.00031455444679736, 0.00100749999999999, 0.00137575232565257, 0.00259269230769231, 0.00226006153762373, 0.00438192307692307, 0.00519280415204912, 0.0143351923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1410, '2021-05-09 00:00:00', 0.000233350841833977, 0.000683846153846167, 0.00144620904968284, 0.00201384615384616, 0.00126963319960468, 0.00259230769230771, 0.00283472785968272, 0.00464096153846153, 0.00521713049629629, 0.0143538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 2, 1425, '2021-05-09 00:00:00', 0.00148536932729255, 0.00187403846153845, 0.00130075061170315, 0.00240807692307693, 0.00126631064666066, 0.00260442307692308, 0.00289808039916078, 0.00480000000000001, 0.00520944146201433, 0.0143428846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 0, '2021-05-09 00:00:00', 0.000628267489578729, 0.00166596153846156, 0.000643361843396454, 0.00190269230769231, 0.000679334968921831, 0.00217000000000001, 0.00295774508705534, 0.00460000000000002, 0.00530008740131128, 0.0141776923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 15, '2021-05-09 00:00:00', 0.000581706508076415, 0.00111269230769228, 0.000683615754645854, 0.00144749999999998, 0.000711849081887901, 0.00199134615384613, 0.00302632452883793, 0.00456807692307693, 0.00533035724376461, 0.0142078846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 30, '2021-05-09 00:00:00', 0.000675576819067658, 0.00108096153846151, 0.000717721072883847, 0.00145153846153843, 0.000855946462200705, 0.00198288461538459, 0.00353081624905848, 0.00473576923076925, 0.00535987706518034, 0.0141969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 45, '2021-05-09 00:00:00', 0.000600314949390316, 0.000895961538461532, 0.000668917753941734, 0.0014851923076923, 0.000766980217375988, 0.00187442307692308, 0.00354975611838334, 0.00476250000000002, 0.00538604214614034, 0.014175 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 60, '2021-05-09 00:00:00', 0.000555988793467572, 0.00120346153846156, 0.000713828383813967, 0.00141480769230771, 0.00125622554319861, 0.00205384615384615, 0.00356964859830552, 0.00483134615384617, 0.00539798397196014, 0.0141651923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 75, '2021-05-09 00:00:00', 0.0003438700559581, 0.000801153846153851, 0.000398244078617435, 0.0012171153846154, 0.00113104072224858, 0.00189134615384614, 0.00402184209612384, 0.00497538461538462, 0.00547608268185037, 0.0141434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 90, '2021-05-09 00:00:00', 0.000377505781922125, 0.000921153846153843, 0.0010766524330249, 0.0014276923076923, 0.00103175416347409, 0.00199942307692304, 0.00417787600158447, 0.00500673076923079, 0.00552464386948294, 0.0142167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 105, '2021-05-09 00:00:00', 0.000954865193868488, 0.00105153846153845, 0.000900739781427539, 0.00155692307692305, 0.000946137492041243, 0.00209307692307691, 0.0041752708433567, 0.00505115384615386, 0.00557755812644262, 0.0142544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 120, '2021-05-09 00:00:00', 0.000369310376033668, 0.00111192307692308, 0.000512942491903327, 0.00143999999999996, 0.000715585854656576, 0.00224865384615385, 0.00421807254560658, 0.00507000000000003, 0.00576129914903015, 0.0142917307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 135, '2021-05-09 00:00:00', 0.000358234613712227, 0.000894038461538434, 0.00062376675251131, 0.00136019230769231, 0.00186753791023204, 0.00267538461538462, 0.00423383285615365, 0.00498442307692311, 0.00581184489773984, 0.0142136538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 150, '2021-05-09 00:00:00', 0.000485386959033721, 0.000982500000000006, 0.000687549634571952, 0.0015975, 0.00265418954746001, 0.00288692307692306, 0.00421541346179069, 0.00499942307692311, 0.00580094129298129, 0.0142332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 165, '2021-05-09 00:00:00', 0.000638048979311164, 0.0012025, 0.00197836754771356, 0.00222692307692307, 0.00283897948213788, 0.00293749999999999, 0.00422446688489074, 0.00496769230769234, 0.0057803492208849, 0.0142536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 180, '2021-05-09 00:00:00', 0.00206194080531314, 0.00179673076923077, 0.00279545980805687, 0.00229653846153845, 0.00322435274959892, 0.00293942307692308, 0.00424790703215667, 0.00493192307692311, 0.00579280078731684, 0.0142048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 195, '2021-05-09 00:00:00', 0.00111563097014131, 0.00135230769230767, 0.00123716188854229, 0.00191153846153845, 0.00165599285812284, 0.00247288461538463, 0.00302118535703098, 0.00443980769230772, 0.00462544614480179, 0.0137059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 210, '2021-05-09 00:00:00', 0.000755021777576883, 0.00129173076923075, 0.00130182239128905, 0.00179153846153844, 0.00194544995784047, 0.00247846153846155, 0.00278159152008617, 0.00435923076923079, 0.004569652793577, 0.0136744230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 225, '2021-05-09 00:00:00', 0.00070471764667737, 0.0012301923076923, 0.000762027154775602, 0.00169923076923079, 0.00126603256732932, 0.00242730769230773, 0.0023360895415531, 0.00410788461538465, 0.00427760941954194, 0.0134878846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 240, '2021-05-09 00:00:00', 0.00044267386849254, 0.00117692307692308, 0.000939486848477145, 0.00171153846153846, 0.000994622019431739, 0.00227519230769231, 0.0021458927853352, 0.00398538461538463, 0.00412921130949501, 0.0133690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 255, '2021-05-09 00:00:00', 0.000808309441888528, 0.00117692307692308, 0.000817092994425019, 0.0016051923076923, 0.00143481025279945, 0.00228269230769229, 0.00204648543944149, 0.00385442307692308, 0.00403650812536701, 0.0133053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 270, '2021-05-09 00:00:00', 0.000629471970415259, 0.0011148076923077, 0.000675753027256389, 0.00153692307692309, 0.00138323190391203, 0.00221750000000001, 0.00197249234180046, 0.00377903846153848, 0.0039725648370562, 0.0132192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 285, '2021-05-09 00:00:00', 0.000425399179052398, 0.00105269230769231, 0.000995457683681219, 0.00162, 0.00124252901219803, 0.0022128846153846, 0.00187985209115378, 0.00362326923076924, 0.00399493961155861, 0.0131725 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 300, '2021-05-09 00:00:00', 0.000860666110548192, 0.00120192307692308, 0.000891130246027277, 0.00156134615384616, 0.00153723838299523, 0.0021453846153846, 0.00183484273063218, 0.00359961538461539, 0.00405614822972958, 0.0132176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 315, '2021-05-09 00:00:00', 0.000540215341678317, 0.00110115384615387, 0.000902455816092937, 0.00158249999999999, 0.00126715309317322, 0.0020851923076923, 0.00151598858327344, 0.00368576923076923, 0.00391765033583219, 0.0131269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 330, '2021-05-09 00:00:00', 0.000639358241941462, 0.00108980769230768, 0.000974143667338354, 0.00142173076923077, 0.00104500305483543, 0.00195423076923079, 0.00131894895509792, 0.00358711538461538, 0.00381485987241392, 0.0130246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 345, '2021-05-09 00:00:00', 0.000508285390761453, 0.00095403846153846, 0.000581044285350497, 0.00139769230769228, 0.00072147650422854, 0.00181711538461538, 0.00114468537833967, 0.00360884615384614, 0.00370103119206196, 0.0128467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 360, '2021-05-09 00:00:00', 0.000489548811112403, 0.00100403846153845, 0.000598155916128913, 0.00125750000000001, 0.000640751001679933, 0.00169538461538463, 0.00118431830440716, 0.00363461538461539, 0.00369765865629342, 0.0127415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 375, '2021-05-09 00:00:00', 0.000404935322470909, 0.000748846153846158, 0.000552834827189683, 0.0011728846153846, 0.000579110491649443, 0.00158519230769232, 0.00134886539215513, 0.0038603846153846, 0.0036215555147138, 0.0127021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 390, '2021-05-09 00:00:00', 0.00044393467987983, 0.000855000000000007, 0.000460161510107713, 0.00110615384615385, 0.000527569900581897, 0.00160000000000003, 0.00138743792653942, 0.00389499999999996, 0.00362739684155923, 0.0125896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 405, '2021-05-09 00:00:00', 0.000321675242346165, 0.000759807692307674, 0.00043276077065209, 0.00110326923076924, 0.000572360060155784, 0.00151403846153847, 0.00130915053198041, 0.00426365384615383, 0.00366895735031923, 0.0125709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 420, '2021-05-09 00:00:00', 0.000292057949992545, 0.000739615384615396, 0.000435591595949158, 0.00112096153846155, 0.000635547038748153, 0.00150096153846155, 0.00126741572318818, 0.00452384615384614, 0.00363346825202334, 0.0124884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 435, '2021-05-09 00:00:00', 0.00034000565606153, 0.000854615384615407, 0.000333176148836989, 0.00108788461538463, 0.000532515221884266, 0.00164269230769229, 0.00141222497662923, 0.00473423076923073, 0.00363842062100916, 0.0124711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 450, '2021-05-09 00:00:00', 0.000335443678638384, 0.000837307692307669, 0.000534148531633409, 0.00118442307692307, 0.000573285705386064, 0.00174249999999998, 0.00150391826700994, 0.00501807692307688, 0.00364340278923637, 0.0124732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 465, '2021-05-09 00:00:00', 0.000304487463427652, 0.000828846153846186, 0.000367067432497079, 0.00127250000000003, 0.000481756721241702, 0.00174846153846154, 0.0015322051102904, 0.00533249999999997, 0.00365870231828802, 0.0124505769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 480, '2021-05-09 00:00:00', 0.000273567106097312, 0.000980192307692315, 0.000435755224162165, 0.00134115384615385, 0.000512716633389112, 0.00181788461538461, 0.00151434358716905, 0.00551249999999995, 0.0036665685068446, 0.0125461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 495, '2021-05-09 00:00:00', 0.000464107911854746, 0.000906923076923074, 0.000581148101076338, 0.00130365384615385, 0.000720685464305719, 0.00194653846153843, 0.00137146021283324, 0.00564634615384612, 0.00367142930142807, 0.0125513461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 510, '2021-05-09 00:00:00', 0.000389525154712556, 0.000934615384615384, 0.000414704899713231, 0.00132807692307692, 0.000623031793237399, 0.00197115384615381, 0.00145767017742485, 0.00563711538461535, 0.00374277865207943, 0.0124590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 525, '2021-05-09 00:00:00', 0.000291410165600649, 0.00091673076923078, 0.000577831390099746, 0.00147634615384614, 0.000796549409351666, 0.00211019230769227, 0.00164906019855598, 0.00577346153846154, 0.00373836597377065, 0.0124319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 540, '2021-05-09 00:00:00', 0.00062505322850259, 0.00121346153846155, 0.000597015397301755, 0.00157576923076922, 0.000963334513352143, 0.00224923076923077, 0.00156951158497939, 0.00598615384615385, 0.00370415145997859, 0.0123859615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 555, '2021-05-09 00:00:00', 0.000332325199859293, 0.00102403846153847, 0.000482754436700353, 0.0014503846153846, 0.00088458519179243, 0.00248519230769229, 0.00138849492395402, 0.00585807692307693, 0.00370601268730444, 0.0122690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 570, '2021-05-09 00:00:00', 0.000320467026985019, 0.000963653846153848, 0.000713187994419848, 0.00156365384615382, 0.000859046340650267, 0.00253884615384613, 0.00129689014124616, 0.00571903846153845, 0.00380486876858502, 0.0121671153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 585, '2021-05-09 00:00:00', 0.000653842753384811, 0.00124288461538461, 0.000744213704833182, 0.00204596153846154, 0.00103576365361691, 0.00288288461538462, 0.00125172706843229, 0.00558942307692307, 0.00377054715984502, 0.0120582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 600, '2021-05-09 00:00:00', 0.000447382988569689, 0.00155653846153847, 0.0005774292164413, 0.00194250000000001, 0.00102782116448041, 0.00297211538461539, 0.00118206815175124, 0.00544365384615385, 0.00382604548306232, 0.0119990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 615, '2021-05-09 00:00:00', 0.000477323789476311, 0.001325, 0.000994442499401212, 0.00208173076923075, 0.00105676036145308, 0.00296769230769228, 0.00122606194158997, 0.00535173076923076, 0.00385822887326057, 0.0119740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 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 977115, 3, 630, '2021-05-09 00:00:00', 0.000680028958659371, 0.00156923076923076, 0.000754738365263103, 0.002195, 0.000879154488917943, 0.00297384615384614, 0.00129662587273514, 0.00517057692307693, 0.00384579543137698, 0.0119775 where not exists (select 1 from powerstats_trumpet where symbolid = 977115 and enddate = '2021-05-09 00:00:00' and da[...];
Date: 2021-05-09 15:16:44 Duration: 14s964ms Database: acaweb_fx User: pgperfstats
8 14s362ms 16s216ms 15s289ms 2 30s579ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = '?-05-09 ?:?:?[...];Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration May 09 15 2 30s579ms 15s289ms [ User: pgperfstats - Total duration: 30s579ms - 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 982525, 1, 930, '2021-05-09 00:00:00', 0.00193403636311365, 0.00255442307692308, 0.00237524515333912, 0.00369346153846143, 0.00652042992919477, 0.00718769230769219, 0.00674884620623285, 0.0124613461538461, 0.0156608573151712, 0.0259896153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 945, '2021-05-09 00:00:00', 0.00169359812688383, 0.00265384615384608, 0.00378267589961623, 0.00484019230769217, 0.00634349725188053, 0.00769076923076916, 0.00625222905481282, 0.0123930769230768, 0.0155626318666022, 0.0261588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 960, '2021-05-09 00:00:00', 0.00308018374202179, 0.00342673076923061, 0.00543176420200239, 0.00530211538461539, 0.00621430003793991, 0.00841019230769223, 0.00583681401503884, 0.0120703846153845, 0.0155383521166177, 0.0262475 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982525, 1, 975, '2021-05-09 00:00:00', 0.00387718359816083, 0.00358557692307704, 0.00416430467000384, 0.00534576923076929, 0.00507211291126449, 0.00807423076923073, 0.00519920831621363, 0.0114986538461538, 0.0155540953659749, 0.0267194230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 990, '2021-05-09 00:00:00', 0.00252072151606204, 0.00349519230769229, 0.00428974598943186, 0.00600057692307686, 0.0039912762369949, 0.00749999999999987, 0.0046023272541015, 0.0108619230769229, 0.0153884587772284, 0.0266415384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1005, '2021-05-09 00:00:00', 0.00282010365330499, 0.00413384615384608, 0.00268448932974929, 0.00531980769230757, 0.00255336559194984, 0.00677461538461529, 0.00410915823309528, 0.0103642307692306, 0.0153316953563523, 0.0267175 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1020, '2021-05-09 00:00:00', 0.00192625012354617, 0.00331846153846152, 0.00264944685809049, 0.00505557692307683, 0.0027833856873628, 0.00683673076923068, 0.00407085944904093, 0.00987442307692301, 0.0170753712292115, 0.0273761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1035, '2021-05-09 00:00:00', 0.00201281491563815, 0.00320173076923062, 0.00194988461197071, 0.00423999999999983, 0.00315943617779173, 0.00676980769230764, 0.00426098757512672, 0.00932365384615379, 0.0170536942726833, 0.0274821153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1050, '2021-05-09 00:00:00', 0.00182096784282832, 0.00272173076923076, 0.00278417536472461, 0.00487230769230771, 0.00316730676661527, 0.00663807692307691, 0.00426708071708906, 0.00894461538461536, 0.0170510624167076, 0.0278834615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1065, '2021-05-09 00:00:00', 0.00268049174593043, 0.00414999999999993, 0.00309630435420146, 0.00551057692307689, 0.00318534019436641, 0.00677307692307692, 0.00437152603173691, 0.00861038461538457, 0.0170438972847716, 0.0280555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1080, '2021-05-09 00:00:00', 0.00159368330026333, 0.00351730769230769, 0.00233001363482297, 0.00477653846153851, 0.00366530133612698, 0.0063067307692309, 0.0041738621848907, 0.00786653846153836, 0.0170615381442047, 0.0280553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1095, '2021-05-09 00:00:00', 0.00229055607121606, 0.00313365384615392, 0.00266828568560413, 0.00410250000000009, 0.00355430752749392, 0.00562000000000006, 0.00433336531595691, 0.00712480769230766, 0.0170922554212314, 0.0279557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1110, '2021-05-09 00:00:00', 0.00252067304809338, 0.00278115384615394, 0.00347852919847094, 0.0040942307692309, 0.00336173176525702, 0.0048823076923077, 0.00427054775805699, 0.00680192307692301, 0.0171271716736436, 0.0279234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1125, '2021-05-09 00:00:00', 0.00228283433813856, 0.00281115384615394, 0.00214313691726726, 0.00363461538461535, 0.00258818983372244, 0.00442115384615379, 0.0032092625860396, 0.00639211538461529, 0.0171480474432334, 0.0279713461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1140, '2021-05-09 00:00:00', 0.00145529019046429, 0.0023215384615384, 0.00148968955206724, 0.00289519230769222, 0.00247572134010399, 0.00410807692307683, 0.0029737306341724, 0.00679326923076915, 0.0171943703857262, 0.0280898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1155, '2021-05-09 00:00:00', 0.00126115064981866, 0.00184519230769228, 0.00202007859709993, 0.0029865384615385, 0.00246607231318258, 0.00381557692307687, 0.00296631100216047, 0.00672980769230765, 0.0171960914264304, 0.0280871153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1170, '2021-05-09 00:00:00', 0.0017721301827505, 0.00211076923076929, 0.00222223345723657, 0.00286653846153844, 0.00231796632516845, 0.00370326923076916, 0.00279307897379327, 0.00656807692307689, 0.0172072759476467, 0.0280434615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1185, '2021-05-09 00:00:00', 0.00199358070778732, 0.00190403846153842, 0.00195554915560818, 0.00243750000000002, 0.00237880287442745, 0.00321134615384626, 0.00289878122930733, 0.0063761538461538, 0.0172158776714984, 0.028075 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1200, '2021-05-09 00:00:00', 0.00175607023032857, 0.00185057692307696, 0.00234368110360275, 0.00260134615384612, 0.00239322013517034, 0.0031488461538462, 0.00293014374155166, 0.00648211538461533, 0.0172800899481277, 0.0281688461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1215, '2021-05-09 00:00:00', 0.00232771413953357, 0.00190865384615387, 0.00228871576351323, 0.00231461538461545, 0.00259417392365157, 0.00340211538461537, 0.00302526657439553, 0.00741961538461533, 0.0175264208948836, 0.0286092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1230, '2021-05-09 00:00:00', 0.00123965150189638, 0.00143961538461547, 0.00143645756851843, 0.00206211538461548, 0.00196133435740528, 0.00304269230769224, 0.00289030645167886, 0.00732576923076918, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1245, '2021-05-09 00:00:00', 0.000960022375540472, 0.00145480769230768, 0.00177430464169441, 0.00246019230769222, 0.00180774994016141, 0.0027803846153845, 0.00286959925505572, 0.00733826923076918, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1260, '2021-05-09 00:00:00', 0.00178846858642106, 0.00186826923076925, 0.00192195041159104, 0.0021592307692307, 0.00205723200890441, 0.00285346153846136, 0.00305853567275891, 0.00759230769230759, 0.0175282272173946, 0.0285992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1275, '2021-05-09 00:00:00', 0.00104603537225077, 0.00123500000000005, 0.00130774887321086, 0.00177634615384613, 0.00172085994826364, 0.00264980769230764, 0.00308307871228647, 0.00755288461538457, 0.017532264700787, 0.0285934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1290, '2021-05-09 00:00:00', 0.00112148671928762, 0.00138269230769226, 0.00163529931393415, 0.00212461538461526, 0.00159963405670936, 0.00263634615384606, 0.00307854299329057, 0.00749480769230766, 0.0175525555502939, 0.0286728846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1305, '2021-05-09 00:00:00', 0.00149225662878529, 0.00174038461538449, 0.00151529368821304, 0.00213019230769221, 0.00216709068533406, 0.00303596153846142, 0.00310738928263677, 0.00740692307692309, 0.0175605369256006, 0.0286613461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1320, '2021-05-09 00:00:00', 0.00100576631710116, 0.00108173076923081, 0.00105427745946628, 0.00142980769230771, 0.00298972255594697, 0.00421519230769233, 0.00310424057354792, 0.00739346153846159, 0.0175824212791771, 0.0286309615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1335, '2021-05-09 00:00:00', 0.000733823775393944, 0.000898399999999988, 0.00161258010136968, 0.00183700000000002, 0.00278803205684581, 0.00414959999999997, 0.00289789459493153, 0.00713920000000002, 0.0173121386436415, 0.0276494 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1350, '2021-05-09 00:00:00', 0.00163269720213089, 0.00139307692307696, 0.00280398686625901, 0.00375211538461545, 0.0027386550601457, 0.0041615384615384, 0.00296372359346506, 0.00737346153846159, 0.0176422127395107, 0.0286478846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1365, '2021-05-09 00:00:00', 0.00271653136441411, 0.00336057692307691, 0.00271936364162357, 0.00372884615384611, 0.00244841088180762, 0.00415961538461543, 0.0030152293508888, 0.00742903846153849, 0.0176780504896717, 0.0286986538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1380, '2021-05-09 00:00:00', 0.00155622142235112, 0.00229365384615385, 0.00150570167644913, 0.00262153846153849, 0.00141974943618185, 0.00368730769230768, 0.00419019186268995, 0.00733038461538463, 0.0176934851863182, 0.0287190384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1395, '2021-05-09 00:00:00', 0.00113266725713462, 0.00159365384615388, 0.000975206723646975, 0.00219307692307701, 0.002686131769779, 0.0051217307692308, 0.00416980645649348, 0.00714173076923082, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1410, '2021-05-09 00:00:00', 0.000779333072865263, 0.00169596153846159, 0.00148249514203392, 0.00292538461538468, 0.00268710459703101, 0.00516134615384619, 0.00418550500583211, 0.00709307692307697, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 1, 1425, '2021-05-09 00:00:00', 0.00155354453279735, 0.00230115384615394, 0.00279590165035568, 0.0044109615384616, 0.00267763262258635, 0.00483769230769233, 0.0042620469441156, 0.00702692307692313, 0.0176567620659577, 0.0286705769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 0, '2021-05-09 00:00:00', 0.00185025252780992, 0.00208640000000003, 0.00186308554554008, 0.00270240000000005, 0.00207914499654713, 0.00343720000000001, 0.00432584505231818, 0.00633299999999998, 0.018004216744511, 0.0285218 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 30, '2021-05-09 00:00:00', 0.0016180346557434, 0.00140863636363637, 0.00197197431118744, 0.00196727272727274, 0.00212267672845095, 0.00368772727272735, 0.00445689331843911, 0.00580136363636359, 0.0187117412615438, 0.029684090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 45, '2021-05-09 00:00:00', 0.00155756465890398, 0.00110420000000001, 0.0021612207584296, 0.00343719999999994, 0.00220922812689562, 0.00374419999999997, 0.00434016032729967, 0.00617999999999995, 0.0178817984926945, 0.0280556 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 60, '2021-05-09 00:00:00', 0.00204218604592091, 0.00275038461538465, 0.00205676808647424, 0.00288519230769239, 0.00207298194730348, 0.00339692307692316, 0.00386929614450053, 0.00584557692307685, 0.0175547469506114, 0.0283625000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 75, '2021-05-09 00:00:00', 0.00091999291385228, 0.00094480769230769, 0.00111308664739769, 0.00144826923076926, 0.00151579834258535, 0.00253884615384617, 0.00391418100776374, 0.00524980769230766, 0.017423547657166, 0.0279801923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 90, '2021-05-09 00:00:00', 0.0008657840377367, 0.00101500000000001, 0.00151129013912458, 0.00173326923076924, 0.00168086342281394, 0.00273961538461535, 0.00396890118488534, 0.00520384615384608, 0.0174597813461064, 0.0279705769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 105, '2021-05-09 00:00:00', 0.0014406030855167, 0.00140319999999999, 0.00136557640455117, 0.00212520000000008, 0.0021257205053033, 0.00302719999999997, 0.00395263211881227, 0.00534439999999993, 0.0176391408946127, 0.0284596000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 120, '2021-05-09 00:00:00', 0.00103706924329321, 0.00138615384615391, 0.00130623506248361, 0.00203903846153854, 0.003582528350846, 0.00305076923076927, 0.00371620188654193, 0.00486230769230764, 0.0174582333540983, 0.0279146153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 135, '2021-05-09 00:00:00', 0.000997763457271511, 0.00108440000000005, 0.0016176672247405, 0.00156419999999997, 0.00359931621978396, 0.00276779999999992, 0.00362213636316098, 0.00451979999999988, 0.0177372971870011, 0.0276386000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 150, '2021-05-09 00:00:00', 0.00158322198258934, 0.00121461538461542, 0.00355129573319598, 0.00213423076923076, 0.00346907662287606, 0.00267884615384613, 0.00373493233385314, 0.00456653846153844, 0.0172705271934142, 0.0280334615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 165, '2021-05-09 00:00:00', 0.00276989395103849, 0.00174599999999998, 0.00275121916914415, 0.00220559999999999, 0.00273797294240338, 0.00266199999999994, 0.00309398350297248, 0.00447620000000001, 0.0173244650590814, 0.0285510000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 180, '2021-05-09 00:00:00', 0.000893857069971785, 0.00110230769230771, 0.000986379412880285, 0.00142711538461533, 0.00152833116628773, 0.00215692307692303, 0.00275131138662166, 0.00406711538461531, 0.0170831534424549, 0.0281365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 195, '2021-05-09 00:00:00', 0.000824693124743978, 0.000796000000000063, 0.00126111531325774, 0.00124419999999997, 0.00180639258376098, 0.00219799999999992, 0.00281098866059608, 0.00397020000000001, 0.0172499544854472, 0.0276062000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 210, '2021-05-09 00:00:00', 0.000895112050713963, 0.00094380000000001, 0.00136969847655117, 0.00153980000000001, 0.00169029588139678, 0.00231719999999999, 0.00254855024147715, 0.00389500000000002, 0.017256266608105, 0.0286232000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 225, '2021-05-09 00:00:00', 0.00122925606020002, 0.00101269230769223, 0.00163950124920782, 0.00158211538461524, 0.0018453622637887, 0.00221173076923066, 0.00244996864187154, 0.00366288461538443, 0.0171022315829071, 0.0281186538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 240, '2021-05-09 00:00:00', 0.00109268772370634, 0.00103769230769224, 0.00124073904775156, 0.00141923076923071, 0.00139012170192179, 0.00193211538461524, 0.00193094006599418, 0.00342653846153838, 0.0170270006900804, 0.0280425000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 255, '2021-05-09 00:00:00', 0.000758850471740951, 0.000809038461538339, 0.00101923478083386, 0.00128346153846139, 0.00104882791724856, 0.0017099999999999, 0.00191297779350982, 0.00333903846153845, 0.017025932371397, 0.0280313461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 270, '2021-05-09 00:00:00', 0.000955405995053691, 0.000991153846153729, 0.00106919221845277, 0.00126499999999983, 0.000981855876154164, 0.00163019230769222, 0.00192944691158259, 0.00368576923076924, 0.017025932371397, 0.0280313461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 285, '2021-05-09 00:00:00', 0.000740616063724129, 0.000771923076922993, 0.00076041304565354, 0.0010350000000001, 0.000850839314125557, 0.00138346153846157, 0.00257480977639432, 0.00400423076923082, 0.0170067276642555, 0.0279446153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 300, '2021-05-09 00:00:00', 0.000585719183174432, 0.000685192307692432, 0.000656424493285344, 0.000933653846153891, 0.00165539077422371, 0.00163384615384603, 0.00272510624351806, 0.00438903846153846, 0.0170466997979081, 0.0278950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 315, '2021-05-09 00:00:00', 0.000493833863374672, 0.000676730769230736, 0.000674205857629218, 0.000943461538461485, 0.00161220785069615, 0.0018219230769229, 0.00312733025118864, 0.00551249999999996, 0.0170466997979081, 0.0278950000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 330, '2021-05-09 00:00:00', 0.000497696578866362, 0.000711730769230743, 0.00157155205009366, 0.00130038461538454, 0.00171776661797989, 0.00192692307692303, 0.00366752721661549, 0.00700326923076919, 0.0171021314472337, 0.0279659615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 345, '2021-05-09 00:00:00', 0.0015769064286175, 0.00106826923076927, 0.00160455175863975, 0.00155211538461531, 0.00181000548235463, 0.00201961538461534, 0.00384102458786916, 0.00789826923076919, 0.0171044094281157, 0.0279632692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 360, '2021-05-09 00:00:00', 0.000749506812202877, 0.00102230769230766, 0.00106150830642788, 0.00139673076923084, 0.00133482116347531, 0.00172153846153847, 0.00398241761226285, 0.00869096153846159, 0.0171264064138933, 0.0279894230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 375, '2021-05-09 00:00:00', 0.000961401561023412, 0.000979807692307698, 0.00125567219203337, 0.00133557692307688, 0.0013084627063261, 0.00161057692307689, 0.00604153102411827, 0.0114363461538462, 0.0171277586402442, 0.0279909615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 390, '2021-05-09 00:00:00', 0.000902796765612282, 0.000944999999999991, 0.000941576256154484, 0.00115461538461533, 0.00096715777091753, 0.00142192307692298, 0.00610079555026659, 0.0121878846153847, 0.0171389728363346, 0.0280032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 405, '2021-05-09 00:00:00', 0.000680203278439587, 0.000722500000000045, 0.000852835835045926, 0.00104019230769228, 0.000839822623213715, 0.00143403846153845, 0.0060062757307541, 0.0128119230769231, 0.0171193457380824, 0.0279775000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 420, '2021-05-09 00:00:00', 0.00083178000157165, 0.000926666666666631, 0.000807345326641186, 0.0011589583333332, 0.000802551383293331, 0.00165687499999993, 0.00599275492147909, 0.0130943750000001, 0.0172928827981633, 0.0279670833333335 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 435, '2021-05-09 00:00:00', 0.000589698581197828, 0.000780599999999971, 0.000784294640637974, 0.00119079999999993, 0.00130867289648725, 0.00187680000000004, 0.00609372408028667, 0.0135676000000001, 0.0172528295940115, 0.0274096000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 450, '2021-05-09 00:00:00', 0.000760750890020193, 0.00089739999999999, 0.00082479886437033, 0.00125340000000001, 0.0014806516583361, 0.0021721999999999, 0.00733489756801906, 0.0151066000000002, 0.0172528295940115, 0.0274096000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 465, '2021-05-09 00:00:00', 0.000700868924978153, 0.00081620000000008, 0.00125913091720721, 0.00145760000000013, 0.00212627755714071, 0.00240300000000001, 0.00743242741863861, 0.0158476000000001, 0.0173416941862668, 0.0285002000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 480, '2021-05-09 00:00:00', 0.000986825914037254, 0.00110423076923085, 0.00119485924500937, 0.00159384615384604, 0.00205846407453551, 0.00285211538461529, 0.00817917795615547, 0.0166140384615386, 0.0171875548681642, 0.0279971153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 495, '2021-05-09 00:00:00', 0.000870521771035038, 0.00110307692307684, 0.00155146660144024, 0.00184884615384609, 0.00271631835111696, 0.0041407692307692, 0.00854570631955006, 0.0167975000000002, 0.0171345340579957, 0.0278607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 510, '2021-05-09 00:00:00', 0.00114107400488112, 0.00135826923076919, 0.00144005907998464, 0.00224192307692299, 0.00312210816350348, 0.00564076923076919, 0.00839402469709153, 0.0168938461538463, 0.0171054028261878, 0.0278203846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 525, '2021-05-09 00:00:00', 0.00119674586017505, 0.00163057692307678, 0.00250634517851111, 0.00357692307692304, 0.00337706520289657, 0.00662923076923075, 0.00985923241863249, 0.0177332692307694, 0.0171470453397842, 0.0278467307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 540, '2021-05-09 00:00:00', 0.00216156991559376, 0.00278249999999998, 0.0028549986191563, 0.00480134615384609, 0.00336930650819327, 0.00740788461538466, 0.0118562535203352, 0.0189384615384617, 0.017223969010119, 0.0278826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 555, '2021-05-09 00:00:00', 0.00232993294720291, 0.00336153846153838, 0.00273321366920666, 0.00520019230769227, 0.00529135607527813, 0.00999134615384617, 0.0117967062156544, 0.0188115384615386, 0.0170922319062918, 0.0277615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 570, '2021-05-09 00:00:00', 0.00272089100225531, 0.00327961538461533, 0.00334261700790542, 0.00506769230769227, 0.00548377337802521, 0.00960269230769231, 0.0119471421123986, 0.018325576923077, 0.0170747158293732, 0.0274955769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 585, '2021-05-09 00:00:00', 0.00207721459207722, 0.00331230769230767, 0.00492297046038725, 0.00719692307692308, 0.00504583517902094, 0.00935057692307687, 0.0120774392344378, 0.0176723076923078, 0.0170065414337679, 0.0270865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 600, '2021-05-09 00:00:00', 0.0045490736377353, 0.00580980769230767, 0.00478565483020302, 0.00730307692307698, 0.00485425296874968, 0.00903326923076924, 0.0125136477756826, 0.017435576923077, 0.0173331830935304, 0.0273819230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 615, '2021-05-09 00:00:00', 0.00342353369510784, 0.0042698076923078, 0.00362543162417082, 0.0059273076923077, 0.0049154064390992, 0.00835730769230774, 0.0140992957270922, 0.0173250000000001, 0.0163405014752161, 0.0267626923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 630, '2021-05-09 00:00:00', 0.00197003921280763, 0.00351249999999994, 0.00302663850729591, 0.00543942307692307, 0.00598652357061588, 0.00869730769230771, 0.0138277451301583, 0.0170792307692308, 0.0162201249022982, 0.0274253846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 645, '2021-05-09 00:00:00', 0.00246262011811694, 0.00396038461538458, 0.00346625426849306, 0.00539442307692307, 0.00583316756541026, 0.00929038461538466, 0.0135642203098956, 0.0168538461538463, 0.0161751447169844, 0.027881153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 660, '2021-05-09 00:00:00', 0.00290054090446274, 0.00393846153846151, 0.00531371304702787, 0.00667288461538458, 0.00650098926199813, 0.0101642307692309, 0.0125073782670623, 0.0165013461538462, 0.0153686123691713, 0.027913076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 675, '2021-05-09 00:00:00', 0.00520471715406781, 0.00439442307692308, 0.00515640518787453, 0.00628269230769232, 0.00663631851138983, 0.00926923076923089, 0.0125437918509515, 0.0160800000000001, 0.0149901975252547, 0.0275846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 690, '2021-05-09 00:00:00', 0.00248944621583565, 0.0039776923076921, 0.00466999744687792, 0.00694807692307689, 0.00491209742527408, 0.00799634615384609, 0.0120745281417599, 0.0156153846153846, 0.0150433964262882, 0.0271209615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 705, '2021-05-09 00:00:00', 0.00335081505584259, 0.0048584615384617, 0.00401666105595938, 0.00589403846153867, 0.00500724493954669, 0.00786326923076932, 0.0105884239329853, 0.0153007692307693, 0.0140433260798366, 0.0267607692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 720, '2021-05-09 00:00:00', 0.00234725978536687, 0.00369750000000011, 0.00237255419002716, 0.00509576923076926, 0.00771854081715947, 0.00912288461538471, 0.0106954935891423, 0.0152913461538463, 0.0143475260759478, 0.0272475000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 735, '2021-05-09 00:00:00', 0.00192829794418244, 0.00324480769230769, 0.00483914872122726, 0.00559711538461546, 0.00752855693599137, 0.00852846153846163, 0.0106772954026469, 0.0149263461538462, 0.014180310157181, 0.0272419230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 750, '2021-05-09 00:00:00', 0.00437835423945515, 0.00415461538461538, 0.00751342039543001, 0.00681403846153845, 0.00732095147242076, 0.00840230769230774, 0.0107935132816677, 0.0153251923076924, 0.0142801924141315, 0.0275457692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 765, '2021-05-09 00:00:00', 0.00415356206720864, 0.00467961538461535, 0.00388783665868513, 0.00571673076923076, 0.00477280160025384, 0.00758634615384614, 0.00910073124069618, 0.0148063461538462, 0.0130464178048407, 0.0272234615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 780, '2021-05-09 00:00:00', 0.00243088654293343, 0.00345076923076922, 0.00242786284620851, 0.00488999999999996, 0.00406891114238388, 0.00712826923076921, 0.0109036592657977, 0.0149492307692308, 0.0131138221911669, 0.0270123076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 795, '2021-05-09 00:00:00', 0.00160819904049404, 0.0033769230769231, 0.00349118996684742, 0.00500423076923078, 0.00686075007112649, 0.00755653846153848, 0.0107902745954935, 0.0150803846153847, 0.0131582398518952, 0.0268650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 810, '2021-05-09 00:00:00', 0.00325978402422858, 0.00354326923076921, 0.00398515984140397, 0.00506480769230773, 0.00677409654776648, 0.0075709615384616, 0.0108933597134287, 0.0152196153846155, 0.0131127055193985, 0.0268040384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 825, '2021-05-09 00:00:00', 0.00238601683693841, 0.00321711538461548, 0.00495990374053613, 0.00534634615384629, 0.00601596063369381, 0.00775211538461542, 0.0110313376411859, 0.0156319230769231, 0.0129534628173914, 0.0270201923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 840, '2021-05-09 00:00:00', 0.0048162255569465, 0.00407115384615382, 0.00499224041349711, 0.00570711538461539, 0.00620974825452803, 0.00821923076923071, 0.0110996514983405, 0.0157907692307693, 0.0127875084600318, 0.0270211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 855, '2021-05-09 00:00:00', 0.00341394822185961, 0.00383730769230777, 0.00505667661079428, 0.00534288461538461, 0.00541016923167697, 0.00784865384615381, 0.010941911035801, 0.0153236538461539, 0.0125784465608682, 0.0271032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 870, '2021-05-09 00:00:00', 0.00238566333300861, 0.00314153846153841, 0.00298440387682366, 0.00498249999999991, 0.00297291162641297, 0.00684346153846143, 0.010988358295872, 0.0148909615384616, 0.0124248047624346, 0.0272257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 885, '2021-05-09 00:00:00', 0.00251029569205275, 0.00355269230769227, 0.00274905726498257, 0.0052853846153846, 0.00321521158533322, 0.00705653846153842, 0.0110011160500265, 0.0148221153846154, 0.0124054999155152, 0.027118076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 900, '2021-05-09 00:00:00', 0.00190776463029777, 0.00342326923076924, 0.00233560462440425, 0.00476980769230766, 0.00356443917263079, 0.00705615384615399, 0.0113607392432819, 0.014373076923077, 0.0123320989557272, 0.027355576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 915, '2021-05-09 00:00:00', 0.00165781841123066, 0.00307673076923071, 0.00247421686910917, 0.0047936538461538, 0.00325240926675318, 0.00659596153846165, 0.0107783581613271, 0.014370576923077, 0.0122218625626376, 0.0271125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 930, '2021-05-09 00:00:00', 0.00208839592473785, 0.00353846153846146, 0.00223094360856918, 0.00484923076923087, 0.00785485862625544, 0.00808596153846164, 0.0106126949379577, 0.0141396153846155, 0.0122622297711933, 0.0270151923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 945, '2021-05-09 00:00:00', 0.00155944240527986, 0.00341884615384633, 0.00251563801358317, 0.00475615384615399, 0.00886224918490688, 0.008366153846154, 0.0103148800302505, 0.0137040384615385, 0.0119669151429457, 0.0268709615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 960, '2021-05-09 00:00:00', 0.00209605662724449, 0.00325923076923084, 0.00797154453955766, 0.00602711538461544, 0.0105988034956056, 0.00869153846153852, 0.01014035542542, 0.013416923076923, 0.0116017835979579, 0.0273244230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 975, '2021-05-09 00:00:00', 0.00788831235728857, 0.00467038461538466, 0.00869146442693138, 0.00679673076923076, 0.0103158447284524, 0.00894730769230777, 0.0101400058488831, 0.0131611538461538, 0.0131724407001892, 0.02773 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 990, '2021-05-09 00:00:00', 0.00351339686606295, 0.00458653846153843, 0.00522989432530395, 0.00609057692307693, 0.00552009633416509, 0.00776346153846165, 0.00683504035214022, 0.0122811538461539, 0.0128541359701252, 0.0276465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1005, '2021-05-09 00:00:00', 0.00389255140769371, 0.00385230769230768, 0.00365477630589811, 0.00543538461538466, 0.00581583715780924, 0.00761538461538466, 0.00684724648756994, 0.0118173076923077, 0.0124529950367218, 0.0285842307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1020, '2021-05-09 00:00:00', 0.00332172193528982, 0.00428884615384622, 0.00542664996886812, 0.00609826923076929, 0.00552201223426619, 0.00795134615384619, 0.00670242046978907, 0.011576923076923, 0.0123712081074754, 0.0284540384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1035, '2021-05-09 00:00:00', 0.00266430291792474, 0.00357903846153835, 0.00310006989995641, 0.00473423076923065, 0.00313900849730511, 0.00680211538461527, 0.00509384748042645, 0.0103380769230768, 0.014167857843888, 0.0289682692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1050, '2021-05-09 00:00:00', 0.00246802633697458, 0.003225, 0.00292046597967888, 0.00497346153846151, 0.00294668116439755, 0.00663673076923063, 0.00487504651259873, 0.00984749999999985, 0.0142908912732768, 0.0291457692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1065, '2021-05-09 00:00:00', 0.00179257134822068, 0.0037040384615384, 0.00212041328518752, 0.00525749999999985, 0.00246470001295213, 0.00648307692307669, 0.00464706600986054, 0.00933749999999983, 0.0151018528779139, 0.0293221153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1080, '2021-05-09 00:00:00', 0.00195851373200736, 0.00409096153846145, 0.00211249462448101, 0.00509846153846146, 0.00231893068858503, 0.00623846153846148, 0.00442130229683527, 0.0089349999999999, 0.0153214703715457, 0.0295771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1095, '2021-05-09 00:00:00', 0.00165505766806332, 0.00293326923076914, 0.00219566310292322, 0.00447230769230748, 0.00352053005187475, 0.00597961538461532, 0.00428611113409885, 0.00792442307692297, 0.0153867826546532, 0.0294526923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1110, '2021-05-09 00:00:00', 0.00236256102892269, 0.00358615384615367, 0.002306187538241, 0.00441519230769217, 0.00366732162273981, 0.00581673076923069, 0.00441369454521512, 0.00751346153846145, 0.0154253090892857, 0.0293725000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1125, '2021-05-09 00:00:00', 0.00156330222482856, 0.00294461538461548, 0.00333847464593318, 0.00452980769230779, 0.00340672416530339, 0.00522653846153852, 0.0042872571471926, 0.00685961538461535, 0.0156261346578786, 0.0294028846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1140, '2021-05-09 00:00:00', 0.00292716583851238, 0.00306538461538461, 0.00299971439666156, 0.00377730769230772, 0.00299861750837591, 0.00473980769230777, 0.00426607156707255, 0.0070611538461539, 0.015640442276847, 0.0294211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1155, '2021-05-09 00:00:00', 0.00147587013447875, 0.00199557692307697, 0.0017115387700952, 0.00294980769230769, 0.00214198065243012, 0.00387365384615392, 0.00326669922799064, 0.00638961538461538, 0.0156834851515854, 0.0288875000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1170, '2021-05-09 00:00:00', 0.001358220895142, 0.00211000000000006, 0.00155476252205932, 0.00277250000000022, 0.0033536563054948, 0.00376115384615398, 0.00310739938880391, 0.00620980769230773, 0.0156934672591937, 0.0288661538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1185, '2021-05-09 00:00:00', 0.000826542287996402, 0.00170192307692311, 0.00139928208240999, 0.00238211538461535, 0.00305540847703514, 0.00308480769230764, 0.00302392458315599, 0.00586673076923068, 0.015716326960056, 0.0288236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1200, '2021-05-09 00:00:00', 0.00147321047898273, 0.00151865384615371, 0.00320008165761194, 0.00219884615384609, 0.00307634483412723, 0.0031284615384615, 0.00298095369999908, 0.00567480769230759, 0.0157434334601886, 0.0287613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1215, '2021-05-09 00:00:00', 0.00219226310885848, 0.0013615384615385, 0.00215313317320105, 0.00177230769230769, 0.00242160992221793, 0.00311384615384613, 0.00273277759516122, 0.0063842307692307, 0.0157434334601886, 0.0287613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1230, '2021-05-09 00:00:00', 0.00106069955145717, 0.0011334615384616, 0.00160223588967213, 0.00231538461538462, 0.00187076361414249, 0.00303249999999998, 0.00273511971331305, 0.00650038461538465, 0.015767976043234, 0.0287125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1245, '2021-05-09 00:00:00', 0.00163293743108732, 0.00202557692307696, 0.00184947374011755, 0.00256634615384622, 0.00179940666502977, 0.00312288461538459, 0.00301724559185004, 0.00659519230769228, 0.0157875418325775, 0.0286863461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1260, '2021-05-09 00:00:00', 0.0015111804479127, 0.00157711538461539, 0.00147757573019495, 0.00205403846153842, 0.00142073361331384, 0.002855, 0.00334317171491151, 0.00693865384615386, 0.0157928779530034, 0.0286440384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1275, '2021-05-09 00:00:00', 0.0011169300129578, 0.00134557692307688, 0.0011445708634848, 0.00188230769230762, 0.00143836708965936, 0.00288173076923082, 0.00343940379448801, 0.00711769230769238, 0.0157777272968525, 0.0286844230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1290, '2021-05-09 00:00:00', 0.000839416097424435, 0.00124576923076921, 0.00114873609475125, 0.00227884615384621, 0.00137620716240182, 0.00289807692307693, 0.00337314368892787, 0.00711788461538471, 0.0157610083873023, 0.0286607692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1305, '2021-05-09 00:00:00', 0.00110765471223591, 0.00194519230769228, 0.00129705453298563, 0.00239230769230772, 0.00132978575486661, 0.00273807692307688, 0.00324250124844292, 0.00712788461538474, 0.0157540708548616, 0.0286125000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1320, '2021-05-09 00:00:00', 0.00110089893338969, 0.00127230769230779, 0.00110349293330146, 0.00158557692307699, 0.0018427670352364, 0.00272288461538466, 0.00328880079266686, 0.00694057692307707, 0.0157664230041615, 0.0285728846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1335, '2021-05-09 00:00:00', 0.000737287857363317, 0.000965769230769289, 0.000810840210000535, 0.00123038461538473, 0.00174569841654801, 0.00271019230769243, 0.00324455079858761, 0.00687826923076938, 0.0157610197993463, 0.0285613461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1350, '2021-05-09 00:00:00', 0.000592380887085887, 0.000798653846153911, 0.00158826901422232, 0.0021126923076923, 0.00164855956939565, 0.00279942307692306, 0.00337410209708278, 0.00710980769230775, 0.0157585328936909, 0.0285651923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1365, '2021-05-09 00:00:00', 0.00160204950466099, 0.00191884615384617, 0.00157864149240366, 0.00232980769230766, 0.00154388789947764, 0.00287538461538453, 0.0038587726875065, 0.00725557692307696, 0.0157316438147889, 0.0284986538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1380, '2021-05-09 00:00:00', 0.00091673341481927, 0.00145192307692304, 0.00103472852255287, 0.00201634615384617, 0.00114590429523853, 0.00292557692307692, 0.00394732803980692, 0.00708442307692317, 0.015690222404905, 0.0285686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1395, '2021-05-09 00:00:00', 0.000871198047783282, 0.00133903846153857, 0.00087170524746696, 0.0017090384615385, 0.00195451784335682, 0.00421500000000006, 0.00402677216123055, 0.00697096153846166, 0.015682765034119, 0.0285763461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1410, '2021-05-09 00:00:00', 0.000669327360403317, 0.00104865384615374, 0.00107964837580791, 0.00215884615384607, 0.0020322842775103, 0.0043692307692308, 0.00404429349159449, 0.00680961538461547, 0.0155903723348245, 0.0286884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 2, 1425, '2021-05-09 00:00:00', 0.00125297829805023, 0.00182615384615379, 0.00190775675759621, 0.00380538461538464, 0.00285104305474336, 0.00460750000000003, 0.00401413635217415, 0.00691942307692314, 0.0156135715374108, 0.028718076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 0, '2021-05-09 00:00:00', 0.00184635875545534, 0.00225942307692308, 0.00215988063238568, 0.00289711538461543, 0.00328490910774623, 0.00405961538461545, 0.00412434692266081, 0.00678153846153855, 0.0157712559228685, 0.0289542307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 15, '2021-05-09 00:00:00', 0.00104196403374551, 0.000607380952380966, 0.0015377147159402, 0.00147261904761908, 0.00174125426878782, 0.00370214285714299, 0.00378965925406295, 0.00636547619047629, 0.0169833400719646, 0.0304800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 30, '2021-05-09 00:00:00', 0.00194046336011483, 0.00136863636363635, 0.00302594510476584, 0.00251840909090907, 0.00318637834861453, 0.00424886363636367, 0.00351188813592072, 0.00602477272727274, 0.0168799482275421, 0.0285695454545456 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 60, '2021-05-09 00:00:00', 0.00245582663507395, 0.00266769230769236, 0.00242406302279081, 0.00300153846153852, 0.00241851934996479, 0.00354961538461543, 0.00383933223360522, 0.00627500000000003, 0.0159040807390382, 0.028748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 75, '2021-05-09 00:00:00', 0.000693517123076281, 0.00083000000000004, 0.00108150502328227, 0.00141365384615386, 0.00156200571258671, 0.00231538461538468, 0.00353132441922938, 0.00530307692307703, 0.0159943348684656, 0.0284617307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 90, '2021-05-09 00:00:00', 0.000973781196594402, 0.00103708333333337, 0.00120511132145601, 0.00138708333333337, 0.00155103868890898, 0.00258333333333342, 0.00351882175191338, 0.00557500000000011, 0.0165947059708528, 0.0284235416666668 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 105, '2021-05-09 00:00:00', 0.000809314631093225, 0.000875208333333322, 0.00125569333870551, 0.00176874999999995, 0.00198857469121376, 0.00281979166666668, 0.00332641709341261, 0.0054256250000001, 0.0160730731019371, 0.0279556250000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 120, '2021-05-09 00:00:00', 0.00125053909913351, 0.00143096153846161, 0.00140472625310198, 0.00203038461538468, 0.00305484105717719, 0.00333673076923084, 0.003284147705851, 0.00517192307692323, 0.0159846084394187, 0.0284398076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 135, '2021-05-09 00:00:00', 0.00114005390954409, 0.00123800000000003, 0.00186965119295904, 0.00188680000000012, 0.00306890124203002, 0.00325060000000004, 0.00324804701577215, 0.00508360000000017, 0.016313473554601, 0.0284806000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 150, '2021-05-09 00:00:00', 0.00149421664580992, 0.00106923076923081, 0.00292999777500581, 0.00218519230769225, 0.0029341007795601, 0.00280576923076918, 0.00318014049036547, 0.00483653846153856, 0.015987818176301, 0.0284109615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 165, '2021-05-09 00:00:00', 0.00250118252032917, 0.00173339999999996, 0.0026566811689274, 0.00242059999999995, 0.00288674980153569, 0.00283339999999992, 0.00321060218910205, 0.00467680000000012, 0.0160874642579245, 0.0279230000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 180, '2021-05-09 00:00:00', 0.00159232973972094, 0.00149999999999992, 0.00185260574285546, 0.00187903846153838, 0.00215531668206781, 0.00265000000000001, 0.00243635879004841, 0.00428807692307709, 0.0160390964257294, 0.0283269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 195, '2021-05-09 00:00:00', 0.00100264605688372, 0.000888653846153818, 0.00152986344287522, 0.00143192307692305, 0.00221595783249239, 0.00228634615384616, 0.00232190698316312, 0.00411096153846171, 0.0161490698136503, 0.0281496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 210, '2021-05-09 00:00:00', 0.00105913313525188, 0.00105770833333344, 0.00151937463298627, 0.00163083333333347, 0.00223042392758396, 0.00225687500000012, 0.00232114910166799, 0.00399625000000022, 0.0158438149535586, 0.0266062500000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 225, '2021-05-09 00:00:00', 0.00154654972065611, 0.00114096153846159, 0.0021076840005451, 0.00159461538461545, 0.00228418418360153, 0.00239423076923083, 0.00248337853770597, 0.00402019230769247, 0.0161544205917094, 0.0281444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 240, '2021-05-09 00:00:00', 0.00142490193994584, 0.00101153846153839, 0.00171053504899667, 0.00146692307692309, 0.00181195075497697, 0.00226346153846152, 0.00218714405455717, 0.00400134615384621, 0.0161544205917094, 0.0281444230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 255, '2021-05-09 00:00:00', 0.00149311680078857, 0.0011377083333333, 0.00172051112013046, 0.00170458333333323, 0.00195502667565854, 0.00217520833333325, 0.00224152743560405, 0.00413812499999999, 0.016567079947842, 0.0289352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 270, '2021-05-09 00:00:00', 0.00138037036045251, 0.00124717391304341, 0.00145904640199074, 0.00156869565217388, 0.00178726036288593, 0.00219217391304347, 0.00259491630166531, 0.00417260869565219, 0.0169105115823349, 0.0283423913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 285, '2021-05-09 00:00:00', 0.00117407367741559, 0.000906400000000112, 0.00155027685699475, 0.00135700000000007, 0.00170432476854238, 0.00191900000000011, 0.00254534784787203, 0.00403960000000008, 0.0159897683769965, 0.0274936000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 300, '2021-05-09 00:00:00', 0.00120085989722089, 0.000963333333333168, 0.00129267163452667, 0.00131395833333322, 0.00141488437011542, 0.00165895833333329, 0.00260836207559276, 0.00430374999999998, 0.0161165199924383, 0.0280133333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 315, '2021-05-09 00:00:00', 0.000961436288746563, 0.000889791666666621, 0.0011714831542951, 0.00121479166666671, 0.00111478502509416, 0.00143500000000004, 0.00388369416786292, 0.00613729166666669, 0.0161165199924383, 0.0280133333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 330, '2021-05-09 00:00:00', 0.00108948887098503, 0.000838800000000042, 0.00121500514402226, 0.00110499999999995, 0.00112378174779043, 0.00142200000000006, 0.00384805321991955, 0.00701859999999986, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 345, '2021-05-09 00:00:00', 0.000990952529976634, 0.000821600000000018, 0.000963221028632692, 0.00106480000000008, 0.00117523047385043, 0.00174700000000012, 0.00402470281511559, 0.0079183999999999, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 360, '2021-05-09 00:00:00', 0.000792765045058536, 0.000669200000000068, 0.000794394423444651, 0.000964000000000098, 0.00127371094967946, 0.00193600000000011, 0.00370042454771502, 0.00860779999999998, 0.0159852750289133, 0.0274836000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 375, '2021-05-09 00:00:00', 0.000590441458050269, 0.000611346153846205, 0.0010782171181381, 0.00121807692307699, 0.00165448193146325, 0.00216230769230775, 0.00371718367336583, 0.00951230769230773, 0.0161660062048541, 0.0282688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 390, '2021-05-09 00:00:00', 0.000988497772457753, 0.00094538461538466, 0.00136790114352674, 0.00161653846153851, 0.00172238484040638, 0.00221653846153855, 0.00432035680951671, 0.0121598076923077, 0.0161623741258707, 0.0282592307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 405, '2021-05-09 00:00:00', 0.00119174059768637, 0.00105749999999997, 0.00162730526284346, 0.00162562499999996, 0.00180361049682989, 0.00220895833333331, 0.00499068059022239, 0.0133533333333334, 0.016629824535609, 0.0287347916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 420, '2021-05-09 00:00:00', 0.00155445954001335, 0.00122230769230774, 0.00164357457531313, 0.00146423076923078, 0.00184705742070587, 0.00201865384615391, 0.00499417365537076, 0.0140475, 0.0161365320170866, 0.0281734615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 435, '2021-05-09 00:00:00', 0.000700350351884559, 0.000678846153846143, 0.000970213140738352, 0.00128846153846158, 0.000930602307028202, 0.00178942307692297, 0.00530512639231728, 0.0144190384615385, 0.016134961342949, 0.0281665384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 450, '2021-05-09 00:00:00', 0.000975193912340816, 0.00106140000000011, 0.000986521329385973, 0.00134919999999997, 0.00142454928544664, 0.00222359999999995, 0.00629111189827894, 0.0152458, 0.0164663658128724, 0.0282248000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 465, '2021-05-09 00:00:00', 0.000611706188899988, 0.000727307692307657, 0.000724326557250545, 0.00119480769230755, 0.00171140720326414, 0.0023661538461538, 0.00589090332958042, 0.0158790384615384, 0.0161365588648881, 0.0281650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 480, '2021-05-09 00:00:00', 0.000751734737380485, 0.000948653846153699, 0.00154057987334427, 0.00168211538461534, 0.00267446040567776, 0.00300769230769223, 0.00618945630767477, 0.0167242307692307, 0.0161328446690403, 0.0281686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 495, '2021-05-09 00:00:00', 0.00150083048804517, 0.00134192307692321, 0.00180498008725424, 0.00197865384615392, 0.00402130732665204, 0.00516115384615379, 0.0060080000288077, 0.0171121153846153, 0.0161328446690403, 0.0281686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 510, '2021-05-09 00:00:00', 0.00178071372899046, 0.00161923076923086, 0.00270070997075833, 0.00263711538461533, 0.00389494465745221, 0.00643326923076904, 0.00622310340585785, 0.017655, 0.0161280311068839, 0.0281792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 525, '2021-05-09 00:00:00', 0.00215896969729682, 0.00180307692307688, 0.00360268385534161, 0.00448519230769222, 0.00398348452507827, 0.0069301923076922, 0.00630308405892271, 0.017484423076923, 0.0161392069817571, 0.0281650000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 540, '2021-05-09 00:00:00', 0.00342418495636331, 0.00403615384615381, 0.00352486604219, 0.00549884615384605, 0.00364907493019151, 0.00750538461538463, 0.00691871755568794, 0.0178838461538462, 0.0160278578118993, 0.0281909615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 555, '2021-05-09 00:00:00', 0.00235616948750422, 0.003759423076923, 0.00332910328074173, 0.00513557692307691, 0.00305613922482891, 0.00743519230769235, 0.00719469056639364, 0.0176578846153847, 0.0160869169549477, 0.0279236538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 570, '2021-05-09 00:00:00', 0.00235229066754413, 0.00306076923076923, 0.00218876703086091, 0.00477865384615378, 0.00406685371207082, 0.00953634615384607, 0.00705563239546955, 0.0173675000000001, 0.0158356569220808, 0.0277669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 585, '2021-05-09 00:00:00', 0.00185993424201375, 0.00323423076923076, 0.00256182925180122, 0.00553134615384622, 0.00471653634729808, 0.0104236538461539, 0.00651983243354748, 0.0168898076923078, 0.0173434500649049, 0.027993076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 600, '2021-05-09 00:00:00', 0.00266431025133795, 0.00425365384615391, 0.00423163187743842, 0.00758211538461543, 0.00523268588188327, 0.0104334615384616, 0.00658621021237082, 0.0169351923076924, 0.0173115403405226, 0.0278748076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 615, '2021-05-09 00:00:00', 0.00326694416142152, 0.00528307692307693, 0.00404157907068708, 0.00769923076923079, 0.00419688931050318, 0.00978673076923081, 0.00606438768866754, 0.0159209615384616, 0.0194087603941741, 0.0287409615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 630, '2021-05-09 00:00:00', 0.00323378209151202, 0.00481884615384621, 0.00323133847594979, 0.00639288461538466, 0.00351761190844901, 0.00888846153846156, 0.00542367499593576, 0.0148576923076924, 0.0195450060639146, 0.0283240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 645, '2021-05-09 00:00:00', 0.00149814305571412, 0.00341115384615384, 0.00175301455740151, 0.00540403846153847, 0.0031363374585409, 0.00820057692307685, 0.00518262505507962, 0.0140926923076923, 0.0194035707498942, 0.0280953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 660, '2021-05-09 00:00:00', 0.0020162498318948, 0.00417076923076926, 0.00355441266380483, 0.00610423076923081, 0.00339614347459004, 0.00846249999999999, 0.00544531223940513, 0.0140607692307693, 0.0192912950566191, 0.0281201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 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 982525, 3, 675, '2021-05-09 00:00:00', 0.00234475624450697, 0.00387038461538457, 0.00219844078487817, 0.00545326923076918, 0.00309706084612751, 0.00778826923076919, 0.00831835551425521, 0.0145226923076924, 0.0192925753564581, 0.0280417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982525 and enddate = '2021-05-09 00:00:00[...];
Date: 2021-05-09 15:27:32 Duration: 16s216ms 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 976935, 1, 915, '2021-05-09 00:00:00', 0.00111227896680635, 0.00239249999999995, 0.00192479254626405, 0.00410211538461538, 0.00214302482127846, 0.00516923076923068, 0.0138131035391984, 0.0144842307692308, 0.0144084983963791, 0.0270690384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 930, '2021-05-09 00:00:00', 0.00195588378607095, 0.00305576923076915, 0.00202853793502758, 0.00398807692307683, 0.00213906022679255, 0.00505942307692298, 0.0137768768650171, 0.0142719230769231, 0.0143743536322908, 0.0270278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 945, '2021-05-09 00:00:00', 0.0011562258230321, 0.00246192307692306, 0.00162411220718852, 0.00360230769230765, 0.00342819609438242, 0.00605769230769243, 0.0137749236839991, 0.0139075, 0.0142507417310333, 0.0270282692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 960, '2021-05-09 00:00:00', 0.0014271440146186, 0.00284903846153841, 0.00170178219929762, 0.00387942307692297, 0.00836544448219067, 0.0082157692307693, 0.0138320416591889, 0.0137073076923077, 0.0142230507816874, 0.0272384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976935, 1, 975, '2021-05-09 00:00:00', 0.00156100933816745, 0.00243692307692302, 0.00354130969362376, 0.00444711538461554, 0.00868224918794305, 0.00833019230769228, 0.0138729275610947, 0.0131713461538462, 0.014144563583283, 0.0272548076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 990, '2021-05-09 00:00:00', 0.00299441282288302, 0.00349692307692313, 0.00789951728807617, 0.00665076923076921, 0.00802937886523843, 0.0083698076923076, 0.0132379334664265, 0.0126673076923077, 0.0136810342852937, 0.0270036538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1005, '2021-05-09 00:00:00', 0.00568108740945308, 0.00467192307692299, 0.00592429847843087, 0.0060376923076922, 0.00640513735215724, 0.00740249999999998, 0.0108186740691909, 0.0117111538461539, 0.0123092988880513, 0.0264886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1020, '2021-05-09 00:00:00', 0.00398466615240897, 0.00405211538461529, 0.00396141843768892, 0.00506903846153844, 0.00814877723012182, 0.00802288461538471, 0.00944829962927788, 0.0107482692307692, 0.0123211216600412, 0.0261848076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1035, '2021-05-09 00:00:00', 0.00146162086002564, 0.0029415384615384, 0.00439021874345519, 0.00478615384615384, 0.00918949898190653, 0.00785653846153857, 0.00894581309887479, 0.00995500000000002, 0.0126855500653908, 0.0262976923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1050, '2021-05-09 00:00:00', 0.00402092350662794, 0.00351461538461532, 0.00740929469548983, 0.00592673076923076, 0.00881177670245016, 0.00731942307692316, 0.00863253887246462, 0.00938923076923079, 0.0125805735117527, 0.0262682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1065, '2021-05-09 00:00:00', 0.00450323461952206, 0.00421903846153841, 0.00588394502994246, 0.00551365384615394, 0.0057841820111803, 0.00630846153846157, 0.0060241144290132, 0.00843557692307694, 0.0125058571831207, 0.0263017307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1080, '2021-05-09 00:00:00', 0.00395303562516773, 0.00380557692307708, 0.00391799564141579, 0.00460038461538474, 0.00393283186286143, 0.00576730769230778, 0.00605754130117029, 0.00835384615384612, 0.0124646986140243, 0.0263184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1095, '2021-05-09 00:00:00', 0.00208600962458138, 0.00268692307692305, 0.00220481125129707, 0.00358057692307689, 0.00260030927894251, 0.00486288461538451, 0.00434774585716102, 0.00750596153846153, 0.0113919519229754, 0.0259811538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1110, '2021-05-09 00:00:00', 0.00179509889378314, 0.00254403846153848, 0.00193321999225694, 0.00339153846153844, 0.00239341677234734, 0.00437538461538452, 0.00385856837241672, 0.00711173076923076, 0.0110639913162544, 0.0258946153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1125, '2021-05-09 00:00:00', 0.00116742881515826, 0.00226903846153841, 0.00167248024019607, 0.00313192307692301, 0.00255886916129274, 0.00410576923076926, 0.00376309923927274, 0.00685173076923083, 0.0109133840006734, 0.0259078846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1140, '2021-05-09 00:00:00', 0.00143892755203305, 0.00196250000000004, 0.00209253567196859, 0.00283346153846153, 0.00358017075763791, 0.004075576923077, 0.00379773651716992, 0.00684442307692311, 0.0109188121219227, 0.0258630769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1155, '2021-05-09 00:00:00', 0.00169459979391544, 0.00215769230769227, 0.00201156754795844, 0.00296000000000002, 0.00329481469655186, 0.00408673076923084, 0.00333786089953059, 0.00687423076923076, 0.0106136643059784, 0.0256849999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1170, '2021-05-09 00:00:00', 0.00118994616878887, 0.0017667307692307, 0.0022313261406961, 0.0025278846153846, 0.00240631873328407, 0.00355538461538454, 0.00255113202625522, 0.00640384615384609, 0.00984247306516316, 0.0253390384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1185, '2021-05-09 00:00:00', 0.00156483781415684, 0.00166423076923079, 0.00178832229069155, 0.00243384615384611, 0.00196957864490384, 0.00343403846153847, 0.00257976096090019, 0.00625115384615386, 0.00977905100004801, 0.0253176923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1200, '2021-05-09 00:00:00', 0.00131562265165143, 0.00181480769230755, 0.0016127466776137, 0.00260538461538454, 0.00273402366204376, 0.00385923076923074, 0.00272208043316431, 0.00623673076923075, 0.0096396477433247, 0.025293846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1215, '2021-05-09 00:00:00', 0.00115990651148478, 0.00183865384615386, 0.00138945401562574, 0.00265769230769237, 0.00221992762356033, 0.00369942307692308, 0.00261951075878408, 0.00621615384615382, 0.00957847305158815, 0.0253999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1230, '2021-05-09 00:00:00', 0.0011417147191834, 0.00180250000000001, 0.00172733142336772, 0.00268538461538462, 0.00197093629643768, 0.00370826923076918, 0.00259494856181437, 0.00598403846153844, 0.00960368407875934, 0.0254332692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1245, '2021-05-09 00:00:00', 0.00131011521806879, 0.00197673076923078, 0.00175084433477549, 0.00253326923076925, 0.00195714446619017, 0.00345269230769233, 0.00270507609021394, 0.00570057692307687, 0.00967267015278694, 0.0254267307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1260, '2021-05-09 00:00:00', 0.0010213779719273, 0.00163980769230775, 0.00139750063987871, 0.00244403846153851, 0.00164038228424397, 0.00307096153846153, 0.0022341203741415, 0.00527538461538454, 0.00968695240834487, 0.0253998076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1275, '2021-05-09 00:00:00', 0.000900096170075494, 0.00149865384615375, 0.00106038773750273, 0.00195307692307694, 0.00152922740674447, 0.00291730769230773, 0.00211064528958847, 0.00514846153846152, 0.00973353340855133, 0.0254161538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1290, '2021-05-09 00:00:00', 0.000800772727768868, 0.0012201923076924, 0.000988401214860872, 0.00178519230769229, 0.0014338563923371, 0.00281307692307697, 0.00214712853866253, 0.00506480769230763, 0.00976508136954559, 0.025526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1305, '2021-05-09 00:00:00', 0.000870148462133812, 0.00131211538461535, 0.00135226125434412, 0.00217749999999996, 0.00157804091055485, 0.00305365384615391, 0.00211664371479589, 0.00515115384615379, 0.00981045822853579, 0.025624423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1320, '2021-05-09 00:00:00', 0.000892498394741137, 0.0015592307692308, 0.000972982725753839, 0.00203923076923084, 0.00147403611269832, 0.00313230769230775, 0.00211160239009294, 0.00518942307692308, 0.00983087798919615, 0.0256340384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1335, '2021-05-09 00:00:00', 0.00066914526421047, 0.00123423076923081, 0.00100882599322945, 0.00197673076923085, 0.00165894360501366, 0.00308826923076918, 0.00219366908134793, 0.00588903846153841, 0.0098233221800899, 0.0256405769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1350, '2021-05-09 00:00:00', 0.000795043685301968, 0.00131230769230778, 0.00131175173542293, 0.00223115384615386, 0.00149401067085073, 0.0027582692307692, 0.00341384140161568, 0.00677365384615389, 0.00981519168863325, 0.0256682692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1365, '2021-05-09 00:00:00', 0.00117716262519415, 0.00172461538461527, 0.00147051996298536, 0.00216980769230757, 0.00141670174918845, 0.00247961538461528, 0.00347593245928902, 0.00692230769230774, 0.00982569108941528, 0.0257042307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1380, '2021-05-09 00:00:00', 0.000624431834057713, 0.00123865384615386, 0.000747999588646482, 0.0015592307692308, 0.00108272739661677, 0.00248115384615382, 0.0035269034358987, 0.00717461538461542, 0.00990150556539453, 0.0258673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1395, '2021-05-09 00:00:00', 0.000708756902014912, 0.000812884615384552, 0.000662189288531722, 0.00114442307692297, 0.00174589951468714, 0.00328634615384612, 0.00415049468784698, 0.00813807692307693, 0.00986045206679382, 0.0259548076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1410, '2021-05-09 00:00:00', 0.000531515250523022, 0.000782307692307625, 0.00111793045400865, 0.00196250000000004, 0.0019448353796264, 0.00339942307692303, 0.00455518420213538, 0.00881134615384626, 0.00988392626167122, 0.0260021153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 1, 1425, '2021-05-09 00:00:00', 0.00116290478477884, 0.0017334615384616, 0.00181716482466513, 0.00304000000000007, 0.00195957432583246, 0.00331846153846155, 0.00500775145687618, 0.010070576923077, 0.00992560195423163, 0.026036923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 0, '2021-05-09 00:00:00', 0.00140233464677246, 0.00220269230769234, 0.0015992862951473, 0.0024955769230769, 0.00159025073010996, 0.00284923076923072, 0.00490124821228844, 0.0106209615384617, 0.00986048036940317, 0.0260186538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 15, '2021-05-09 00:00:00', 0.00143286309668657, 0.000855576923076815, 0.00139432062309933, 0.00120999999999997, 0.00181417767978949, 0.002169423076923, 0.00577034352063665, 0.0107278846153848, 0.00988881830071803, 0.0258292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 30, '2021-05-09 00:00:00', 0.000748000100399521, 0.00077282608695642, 0.0010429070138443, 0.00117369565217381, 0.00114578174635337, 0.00207891304347822, 0.00640647602657279, 0.0118784782608697, 0.0102187232201001, 0.0263573913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 45, '2021-05-09 00:00:00', 0.000923463130745382, 0.000831923076922976, 0.00118235755362549, 0.00150076923076916, 0.00164433630520508, 0.00258826923076915, 0.00699691593874367, 0.0123894230769231, 0.00990296895652242, 0.0257630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 60, '2021-05-09 00:00:00', 0.000794911606116342, 0.00117730769230757, 0.00139024542658971, 0.00193211538461524, 0.00159508906189734, 0.00294634615384615, 0.00747645480569091, 0.0134973076923078, 0.00990296895652242, 0.0257630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 75, '2021-05-09 00:00:00', 0.00131752436847988, 0.00150230769230763, 0.00139216374202732, 0.00198173076923066, 0.00160980514826628, 0.00367384615384614, 0.0087646197863912, 0.0139400000000001, 0.00987853369101994, 0.0256967307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 90, '2021-05-09 00:00:00', 0.000977287553148248, 0.00134019230769223, 0.00118516258216072, 0.00219711538461542, 0.00305798629065703, 0.00471692307692313, 0.00912217449616378, 0.0141565384615385, 0.00988222832236661, 0.0255938461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 105, '2021-05-09 00:00:00', 0.000934243832444983, 0.00147846153846159, 0.00142534114674889, 0.00295423076923077, 0.00299376671024736, 0.00486634615384632, 0.00916328109064391, 0.0141671153846156, 0.00993592289856131, 0.0254846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 120, '2021-05-09 00:00:00', 0.00121440704112689, 0.00240269230769225, 0.00273601482367789, 0.0039563461538462, 0.0029399116679561, 0.00510884615384623, 0.00921783125043724, 0.0141098076923079, 0.0100784603315113, 0.025549423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 135, '2021-05-09 00:00:00', 0.00253564978775739, 0.00281461538461541, 0.00245902003620586, 0.00378346153846161, 0.00392516395051991, 0.00577403846153846, 0.00951192686133489, 0.014366153846154, 0.0103252730937995, 0.0256773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 150, '2021-05-09 00:00:00', 0.00124586213584755, 0.00251730769230777, 0.00261736038493268, 0.0038007692307693, 0.00451698323424612, 0.00655653846153853, 0.00959357859957129, 0.0145378846153847, 0.0103202707869215, 0.0256713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 165, '2021-05-09 00:00:00', 0.00182825672536596, 0.00252557692307706, 0.00332735418683005, 0.0045332692307693, 0.00480442297824053, 0.00762192307692308, 0.00922831506622618, 0.0142648076923078, 0.0103983164761639, 0.0255765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 180, '2021-05-09 00:00:00', 0.00208418680876888, 0.00363557692307692, 0.00270489909523146, 0.00528865384615381, 0.00405310855536066, 0.00772519230769227, 0.0085951001716989, 0.0138448076923078, 0.0102101035574498, 0.0255555769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 195, '2021-05-09 00:00:00', 0.0018615234042621, 0.00368923076923079, 0.00385131698253995, 0.00570749999999993, 0.00420565127125215, 0.00751384615384608, 0.00812403241339208, 0.0134044230769231, 0.010161431190839, 0.0251896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 210, '2021-05-09 00:00:00', 0.0029448197803026, 0.0045334615384615, 0.0031038945077731, 0.00581365384615378, 0.00483423100240519, 0.0079657692307691, 0.00806458397276914, 0.013300576923077, 0.0102916336895559, 0.025075 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 225, '2021-05-09 00:00:00', 0.00198530706789803, 0.00398692307692306, 0.00368688321569233, 0.00560461538461531, 0.00531979045278453, 0.00777769230769219, 0.0077129585089988, 0.0128898076923077, 0.00948322919076704, 0.0251032692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 240, '2021-05-09 00:00:00', 0.00228440651272592, 0.00400634615384609, 0.00310631327361647, 0.00539692307692304, 0.00556626633943606, 0.00810980769230774, 0.00709779841543502, 0.0127721153846155, 0.00902543741322271, 0.0249275000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 255, '2021-05-09 00:00:00', 0.00208852159709655, 0.00336269230769239, 0.00375513546308972, 0.00492788461538461, 0.00612967318742333, 0.00745076923076936, 0.00649400738255002, 0.0118567307692309, 0.00856498266422433, 0.0244259615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 270, '2021-05-09 00:00:00', 0.0022562979293865, 0.0034871153846154, 0.00368850002867548, 0.00564269230769236, 0.00505956246588116, 0.00704288461538468, 0.00649983200078755, 0.0120909615384616, 0.0084619860757481, 0.0243721153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 285, '2021-05-09 00:00:00', 0.00260047517107642, 0.00389134615384614, 0.00327776654727912, 0.00499653846153845, 0.00344223977285801, 0.00595942307692317, 0.00640094482508998, 0.0115544230769231, 0.00811772308925638, 0.0243419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 300, '2021-05-09 00:00:00', 0.00199398523449517, 0.00290365384615385, 0.00228385978958018, 0.00383653846153847, 0.00444805959423267, 0.00517692307692314, 0.00624041772516995, 0.0113492307692307, 0.00797400985172353, 0.0243086538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 315, '2021-05-09 00:00:00', 0.00148417888461544, 0.00274019230769221, 0.00199384380415927, 0.00363634615384616, 0.00621464367751378, 0.00574096153846163, 0.00637059320991024, 0.0114396153846154, 0.00804487292293382, 0.0242878846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 330, '2021-05-09 00:00:00', 0.00189652852905988, 0.00266730769230786, 0.00451667406565755, 0.00405884615384625, 0.00631909716348298, 0.00593980769230774, 0.00636579540319869, 0.0113513461538462, 0.0083572859437831, 0.0245021153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 345, '2021-05-09 00:00:00', 0.00307990836527025, 0.0028865384615385, 0.004924321413618, 0.00419576923076924, 0.00487315612861388, 0.00563942307692302, 0.00522555232634649, 0.0108636538461538, 0.00773259962506389, 0.0242348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 360, '2021-05-09 00:00:00', 0.00319354878562299, 0.0027353846153846, 0.00322385312344381, 0.00378980769230769, 0.00295280722364333, 0.00480249999999989, 0.00472661676450097, 0.0104990384615385, 0.00758056534577328, 0.0239998076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 375, '2021-05-09 00:00:00', 0.00116913230481157, 0.00221211538461547, 0.00144522424397899, 0.00305365384615384, 0.00163150402531403, 0.00417423076923074, 0.00469314954522503, 0.0104794230769231, 0.00754038089223615, 0.023915 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 390, '2021-05-09 00:00:00', 0.00106588814537996, 0.00211153846153832, 0.00136331451306681, 0.00294230769230756, 0.00146446920024344, 0.00395903846153831, 0.00479677308598829, 0.0107559615384616, 0.00751813653517532, 0.0240348076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 405, '2021-05-09 00:00:00', 0.000935541883287248, 0.0019511538461539, 0.00115339800656096, 0.00262980769230764, 0.00264873610643616, 0.00452480769230764, 0.00483901606734263, 0.0118575, 0.0074267254120611, 0.0243571153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 420, '2021-05-09 00:00:00', 0.00104405577510898, 0.00206230769230771, 0.00110746510623965, 0.00294480769230761, 0.00381757218459786, 0.00538576923076917, 0.00572428998956338, 0.0126282692307693, 0.00743767158560961, 0.0243438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 435, '2021-05-09 00:00:00', 0.000928464261356022, 0.0022882692307691, 0.00263556860016085, 0.00367038461538453, 0.00357132970280718, 0.0055153846153845, 0.00585816127624202, 0.0128715384615385, 0.00739319771557195, 0.0243026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 450, '2021-05-09 00:00:00', 0.00224225467743106, 0.00270096153846149, 0.00332552309939578, 0.00423326923076925, 0.00347924459639413, 0.00590019230769225, 0.00567447270678075, 0.0131025, 0.00742848182025416, 0.024363076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 465, '2021-05-09 00:00:00', 0.0021748332208382, 0.00289846153846153, 0.00224058192990462, 0.00399423076923068, 0.00233006833838385, 0.00589230769230752, 0.00566468508527922, 0.0131713461538462, 0.0073382188600819, 0.0242009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 480, '2021-05-09 00:00:00', 0.00166152914972456, 0.0029863461538461, 0.00210345909250596, 0.00416807692307688, 0.00222030314111868, 0.00570596153846135, 0.00567090628016918, 0.0134509615384615, 0.0074337596891065, 0.0242063461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 495, '2021-05-09 00:00:00', 0.00184007784116284, 0.00268769230769229, 0.00202181381818035, 0.0040413461538461, 0.00242789386411043, 0.0054711538461538, 0.00578645405235368, 0.0135675, 0.00775895946879874, 0.0242009615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 510, '2021-05-09 00:00:00', 0.0012750028808413, 0.00278788461538463, 0.00162452455766642, 0.00391903846153839, 0.00261842604660475, 0.00596519230769235, 0.00540014707776913, 0.0136726923076923, 0.00795597853576405, 0.0242423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 525, '2021-05-09 00:00:00', 0.0012588560741342, 0.00285115384615375, 0.00199167224867796, 0.00422711538461543, 0.00273991496920271, 0.00631096153846151, 0.00511814908325867, 0.0138140384615385, 0.00797483395534881, 0.0242161538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 540, '2021-05-09 00:00:00', 0.00146976320698787, 0.00325173076923085, 0.00224328913737093, 0.00491307692307696, 0.00345709863346981, 0.0063401923076923, 0.0050318197044868, 0.0134765384615385, 0.00796651307758825, 0.024061153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 555, '2021-05-09 00:00:00', 0.00174758800812826, 0.00340961538461536, 0.0017622379128648, 0.00439230769230764, 0.00304319445016882, 0.00661230769230773, 0.00496418689600442, 0.0131584615384616, 0.00780469108687454, 0.0238901923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 570, '2021-05-09 00:00:00', 0.00142186854309607, 0.00329807692307689, 0.00235771118639709, 0.00434096153846158, 0.0028978837968421, 0.00693750000000009, 0.0049365895772128, 0.012835576923077, 0.00755485315236813, 0.0240469230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 585, '2021-05-09 00:00:00', 0.00161189129238341, 0.00285653846153851, 0.00190598636890758, 0.0047409615384615, 0.00358533402048697, 0.00781403846153851, 0.00498465952853198, 0.0124388461538462, 0.00731523947765106, 0.0239461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 600, '2021-05-09 00:00:00', 0.00168118704629064, 0.00387326923076918, 0.0021834796858367, 0.00552153846153849, 0.00471866722138302, 0.00842288461538463, 0.00495266211244018, 0.012295, 0.00735278164004308, 0.0240803846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 615, '2021-05-09 00:00:00', 0.00179577475245054, 0.00375519230769236, 0.00341952597367172, 0.00585826923076936, 0.0047640654261477, 0.0078342307692309, 0.00507456914427231, 0.011825, 0.00737783491537064, 0.0237409615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 630, '2021-05-09 00:00:00', 0.00250320904809439, 0.0036615384615384, 0.0033306100619279, 0.00517076923076922, 0.0036153553288502, 0.00677807692307694, 0.00451375924258263, 0.0109175, 0.00754102503999598, 0.0233594230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 645, '2021-05-09 00:00:00', 0.00171574428792241, 0.00341230769230767, 0.00200627032460347, 0.00483884615384617, 0.002454808946036, 0.00629019230769231, 0.00377534771195367, 0.0104178846153846, 0.00764535950002455, 0.0231717307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 660, '2021-05-09 00:00:00', 0.00120775425735279, 0.00316288461538451, 0.00156857805524124, 0.00438634615384615, 0.00253314350165958, 0.00613500000000004, 0.00345116544974868, 0.0100351923076923, 0.00783261646037807, 0.0233938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 675, '2021-05-09 00:00:00', 0.0012463494540211, 0.0032351923076924, 0.00189144279484053, 0.00430038461538469, 0.00295168945755586, 0.00620557692307702, 0.00357102351736008, 0.00970980769230764, 0.00779147855031386, 0.0233250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 690, '2021-05-09 00:00:00', 0.00174922673025714, 0.00299192307692309, 0.00177184814421387, 0.00428961538461532, 0.00287079581569043, 0.00591384615384599, 0.0042664897118754, 0.00989230769230763, 0.00781613346522144, 0.0233771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 705, '2021-05-09 00:00:00', 0.00117228338986516, 0.0032571153846154, 0.00195456929152804, 0.00442865384615385, 0.00207617722861402, 0.00569326923076918, 0.00513990253200008, 0.0101759615384615, 0.007787703554569, 0.023465576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 720, '2021-05-09 00:00:00', 0.00196018281133322, 0.00291557692307688, 0.00194191579671689, 0.00420980769230761, 0.00233136797082411, 0.00539115384615376, 0.00551647461281627, 0.0100680769230769, 0.00769829733422624, 0.0234353846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 735, '2021-05-09 00:00:00', 0.000991741378353475, 0.00268019230769237, 0.0015908910541435, 0.00374211538461542, 0.00226852263853342, 0.00508519230769236, 0.00550179597600074, 0.0101301923076924, 0.00781639025726374, 0.023620576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 750, '2021-05-09 00:00:00', 0.00131844325451836, 0.00250884615384611, 0.00167449603210603, 0.00352980769230763, 0.00233598590617458, 0.00481192307692312, 0.00571841718619629, 0.00994134615384618, 0.00781639025726374, 0.023620576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 765, '2021-05-09 00:00:00', 0.00114759053606305, 0.00254903846153843, 0.00148621175631722, 0.00349923076923077, 0.00201916891700142, 0.00471365384615382, 0.00542793332253144, 0.010398076923077, 0.00781916133856199, 0.0236159615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 780, '2021-05-09 00:00:00', 0.000845210124079333, 0.0023530769230769, 0.00130591824458439, 0.00331230769230767, 0.00196049652266582, 0.00454884615384612, 0.00519136845750126, 0.0105426923076923, 0.00786687221591523, 0.0235376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 795, '2021-05-09 00:00:00', 0.000869161399546373, 0.00220153846153847, 0.00143811131483131, 0.00330692307692302, 0.00212423021351259, 0.00454999999999999, 0.00506830367616692, 0.0106969230769231, 0.00782968946481183, 0.0234636538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 810, '2021-05-09 00:00:00', 0.0013905006845903, 0.00257692307692298, 0.00168244534715212, 0.00337211538461535, 0.00227484769566259, 0.0044459615384615, 0.00503900507579097, 0.0107119230769231, 0.00784314324009297, 0.0234067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 825, '2021-05-09 00:00:00', 0.000976773830210755, 0.00205365384615388, 0.00126460525917715, 0.00292230769230778, 0.00164126233078739, 0.00403596153846161, 0.00487747305319222, 0.0107292307692309, 0.00778108791335667, 0.0234686538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 840, '2021-05-09 00:00:00', 0.00102435518179083, 0.00226153846153852, 0.00134322397754289, 0.00312557692307696, 0.00146212932186131, 0.00395692307692311, 0.00473396186735164, 0.0109851923076923, 0.00773088195784638, 0.0235046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 855, '2021-05-09 00:00:00', 0.000915312052715455, 0.00217807692307686, 0.00113797634151438, 0.00303807692307689, 0.0015842644495646, 0.00438461538461535, 0.00440341436143155, 0.0111659615384615, 0.00795190882744514, 0.02359 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 870, '2021-05-09 00:00:00', 0.00102981650718062, 0.00234596153846148, 0.00146482775306668, 0.00303788461538456, 0.00257792426934185, 0.00489846153846148, 0.00437105525016557, 0.011165, 0.00789581173544166, 0.0235651923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 885, '2021-05-09 00:00:00', 0.00143258578747031, 0.00227903846153854, 0.00170927583631659, 0.00357673076923074, 0.00405783275331136, 0.00567442307692302, 0.00431623676900997, 0.0112846153846154, 0.00788074076223413, 0.0235448076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 900, '2021-05-09 00:00:00', 0.00152425715829569, 0.00287673076923073, 0.00251506929098615, 0.0038915384615384, 0.00418030685292551, 0.00570923076923073, 0.00413189373606747, 0.0111503846153846, 0.0077948768086185, 0.0234423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 915, '2021-05-09 00:00:00', 0.00142359005821422, 0.00264442307692309, 0.00291863538318859, 0.00424749999999996, 0.00336621449679932, 0.00562096153846153, 0.00454154994298372, 0.0112967307692308, 0.00786689534353636, 0.0233771153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 930, '2021-05-09 00:00:00', 0.0017784067199431, 0.00287269230769225, 0.00206281618555432, 0.0039111538461539, 0.00285193103271886, 0.00555384615384623, 0.00452516346071099, 0.0111328846153846, 0.00792905713911712, 0.0233313461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 945, '2021-05-09 00:00:00', 0.00173982887089507, 0.00288250000000012, 0.0024059401249024, 0.0039767307692309, 0.00303089514576405, 0.0059592307692309, 0.00458688221579088, 0.0108473076923077, 0.00811928275536322, 0.0232876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 960, '2021-05-09 00:00:00', 0.00110113060777756, 0.00282384615384614, 0.00165048724740486, 0.00385192307692315, 0.00224061990048778, 0.00587653846153848, 0.00375316691403611, 0.0105167307692308, 0.00816874718762829, 0.0231461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 975, '2021-05-09 00:00:00', 0.00129998562122237, 0.00261115384615389, 0.00180775216349367, 0.00418673076923084, 0.00280076644043127, 0.00640057692307695, 0.00375215565221674, 0.0104190384615384, 0.00822415913868781, 0.0233765384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 990, '2021-05-09 00:00:00', 0.00129624108928029, 0.0032248076923077, 0.00172898984514536, 0.00454173076923069, 0.00264632962072721, 0.00632769230769226, 0.00386087198201892, 0.0101823076923076, 0.00840727427016908, 0.0234294230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1005, '2021-05-09 00:00:00', 0.00133565681048119, 0.00315365384615378, 0.00248699166433288, 0.00488653846153838, 0.00279722037854616, 0.00635961538461532, 0.00410241471574977, 0.00993249999999992, 0.00859303619888709, 0.0235886538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1020, '2021-05-09 00:00:00', 0.00226557285165443, 0.00368711538461548, 0.00227678764929889, 0.00464000000000013, 0.00281909986315866, 0.00655096153846161, 0.00367100573622343, 0.00955634615384617, 0.00858268398937874, 0.0234073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1035, '2021-05-09 00:00:00', 0.00118791666374373, 0.00314500000000002, 0.00199055617469478, 0.00457673076923084, 0.00253632775878831, 0.00651750000000001, 0.00343979863565391, 0.00917057692307695, 0.00839954133363156, 0.0233438461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1050, '2021-05-09 00:00:00', 0.00150241084466066, 0.00305288461538464, 0.00230694053139311, 0.00475115384615387, 0.0024332436407776, 0.0059938461538462, 0.00332711730157831, 0.00881846153846161, 0.00806730986760766, 0.0232775 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1065, '2021-05-09 00:00:00', 0.00204036272227791, 0.00370903846153855, 0.00224295540783543, 0.00476480769230764, 0.00224127083627533, 0.00572519230769225, 0.00330530694489948, 0.00839999999999996, 0.00803803987061142, 0.0231948076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1080, '2021-05-09 00:00:00', 0.00142531400049245, 0.00305999999999996, 0.00143956046978019, 0.00381288461538456, 0.00160007121235754, 0.00468173076923069, 0.00282955024966603, 0.00775884615384624, 0.00816587201994707, 0.0232503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1095, '2021-05-09 00:00:00', 0.00114643453971268, 0.00237807692307684, 0.00113359687923672, 0.00341826923076912, 0.00186995240581134, 0.00450999999999996, 0.0028796272261421, 0.0074648076923077, 0.00824448236934633, 0.0233234615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1110, '2021-05-09 00:00:00', 0.000876925946351612, 0.00248134615384609, 0.00129966457211093, 0.00328499999999991, 0.00181100261223966, 0.00441769230769232, 0.00306697774063307, 0.00723230769230776, 0.00842490407386617, 0.023409423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1125, '2021-05-09 00:00:00', 0.00120635146045995, 0.00246538461538461, 0.00180976599634832, 0.00348019230769224, 0.00187613855688111, 0.00432173076923075, 0.00301207544726227, 0.00711750000000001, 0.00836597039293022, 0.0234738461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1140, '2021-05-09 00:00:00', 0.00142394738450758, 0.00252307692307685, 0.00148858607409853, 0.0031824999999999, 0.00173097953594087, 0.00409692307692307, 0.00314705637797523, 0.00705961538461547, 0.00841707669882167, 0.0234530769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1155, '2021-05-09 00:00:00', 0.00100490818562619, 0.00188769230769221, 0.00140073821196597, 0.00290346153846162, 0.00160417849812493, 0.00418942307692312, 0.00305805403182129, 0.00674269230769236, 0.0083693619851493, 0.0234209615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1170, '2021-05-09 00:00:00', 0.00135846838246386, 0.00198711538461545, 0.00148139918268555, 0.00263653846153853, 0.00169221752556996, 0.00424307692307691, 0.00277346398931016, 0.00650249999999996, 0.00837000143598925, 0.0233790384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1185, '2021-05-09 00:00:00', 0.000787812062711578, 0.00172038461538466, 0.0012921600281938, 0.00283846153846148, 0.00209409213852103, 0.00405673076923074, 0.00291859136202073, 0.00618153846153844, 0.00847430704223976, 0.0233446153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1200, '2021-05-09 00:00:00', 0.00121496516252688, 0.00220711538461542, 0.00140015647477208, 0.00298307692307693, 0.0018829078269037, 0.00383673076923077, 0.002721440773674, 0.00608173076923081, 0.0085650204925886, 0.0233459615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1215, '2021-05-09 00:00:00', 0.000945285650762996, 0.00167019230769238, 0.00160765873722761, 0.00244884615384612, 0.00172506285281255, 0.00336461538461539, 0.00264507060397261, 0.0056975, 0.00888799437659939, 0.0236540384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1230, '2021-05-09 00:00:00', 0.000956620413426614, 0.0016138461538461, 0.000904654375140843, 0.00243153846153844, 0.00140672523422855, 0.00307673076923078, 0.00210266209473029, 0.0053267307692308, 0.00903860321918418, 0.0237480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1245, '2021-05-09 00:00:00', 0.000647453592040466, 0.00169692307692309, 0.000830758319016547, 0.00223076923076926, 0.00114972821203021, 0.0027898076923076, 0.00169152966730847, 0.00511384615384614, 0.00914064182437643, 0.0237798076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1260, '2021-05-09 00:00:00', 0.000823156518437439, 0.00154557692307693, 0.00100312603702311, 0.00207961538461533, 0.00118195934135455, 0.00258673076923075, 0.00171510627614201, 0.00491153846153846, 0.00920290303904995, 0.0238128846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1275, '2021-05-09 00:00:00', 0.000504791541133617, 0.0014374999999999, 0.000617396674631579, 0.0017994230769229, 0.000764496339982226, 0.00234442307692304, 0.00151943805401876, 0.00488500000000001, 0.00911586926527248, 0.0241473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1290, '2021-05-09 00:00:00', 0.000520833983589378, 0.00112596153846148, 0.000573075139388087, 0.00149865384615392, 0.000864919916257262, 0.00226730769230774, 0.00146322590137743, 0.00477596153846161, 0.00905547632014001, 0.0242107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1305, '2021-05-09 00:00:00', 0.000498319213418128, 0.00104096153846159, 0.000777188522818007, 0.00157499999999998, 0.000933829666563527, 0.00236461538461526, 0.00147556289129066, 0.00480038461538458, 0.0088454431836616, 0.0246236538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1320, '2021-05-09 00:00:00', 0.000482522060077664, 0.00115153846153842, 0.000648896015137782, 0.00156403846153842, 0.000978337129246245, 0.00254153846153858, 0.00170865547681846, 0.00509153846153844, 0.00888566777932961, 0.0246367307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1335, '2021-05-09 00:00:00', 0.000550092859294049, 0.000948076923076797, 0.00074226379304237, 0.00151846153846137, 0.00101754606775325, 0.00243500000000002, 0.00241717947521182, 0.00550615384615384, 0.00886731945664277, 0.0246528846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1350, '2021-05-09 00:00:00', 0.000738189364906674, 0.00118153846153841, 0.000899065348014304, 0.00187250000000013, 0.0010271371154068, 0.00257557692307698, 0.00252808863646951, 0.00587692307692308, 0.00893304728780475, 0.0247346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1365, '2021-05-09 00:00:00', 0.000885969460317631, 0.00142826923076937, 0.000926511654623979, 0.00189538461538473, 0.00126396038156021, 0.00265538461538466, 0.00277712524993854, 0.00635942307692302, 0.00893100445940143, 0.0247455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1380, '2021-05-09 00:00:00', 0.000654346209233627, 0.00118519230769233, 0.000825959954328314, 0.00171961538461536, 0.000961099870741028, 0.00285019230769232, 0.00282337277846088, 0.00696538461538454, 0.00893100445940143, 0.0247455769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1395, '2021-05-09 00:00:00', 0.000683804093627403, 0.000979038461538393, 0.000904810498646847, 0.00148403846153844, 0.00105896393488379, 0.00309615384615374, 0.00297486770875871, 0.00751826923076917, 0.00893110610989231, 0.0247821153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1410, '2021-05-09 00:00:00', 0.000659150618949537, 0.00090846153846158, 0.000750081636582499, 0.00208269230769237, 0.00104672162194452, 0.00285192307692302, 0.00278660455779764, 0.00797980769230761, 0.00892219644396027, 0.0247992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 2, 1425, '2021-05-09 00:00:00', 0.000813973917556025, 0.00182153846153851, 0.00114298233380245, 0.0026261538461538, 0.00112284756483063, 0.00299942307692304, 0.00357028204552746, 0.00958673076923073, 0.00892762921410927, 0.0248192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 0, '2021-05-09 00:00:00', 0.00107134432086327, 0.0017005769230768, 0.00106557339205053, 0.00196942307692302, 0.00108777818723093, 0.00245076923076923, 0.00384760781325435, 0.00986826923076919, 0.00888754401698509, 0.0248644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 15, '2021-05-09 00:00:00', 0.000727987122138845, 0.000599400000000081, 0.00103458639078622, 0.00130740000000003, 0.00132847694748533, 0.00229480000000002, 0.00391577096495697, 0.0102332, 0.00905600814836949, 0.0250074 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 30, '2021-05-09 00:00:00', 0.000995000985697233, 0.000969807692307666, 0.00100663913402654, 0.00124211538461543, 0.00138019225249449, 0.0024194230769231, 0.00407213219522458, 0.0102561538461538, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 45, '2021-05-09 00:00:00', 0.000795239683269259, 0.000741923076923035, 0.00132490999694326, 0.00184749999999995, 0.00146832421487895, 0.00269499999999991, 0.00389124050321305, 0.0109244230769232, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 60, '2021-05-09 00:00:00', 0.00139310538559893, 0.0016561538461538, 0.0014656701932511, 0.00208865384615375, 0.00188885325406303, 0.0032811538461538, 0.00414485130567481, 0.0113178846153847, 0.00888787510514276, 0.0249067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 75, '2021-05-09 00:00:00', 0.000946518560100833, 0.00131076923076924, 0.00117934127637159, 0.00189538461538456, 0.00178885860687328, 0.00355865384615385, 0.00417207699611825, 0.0113226923076923, 0.00898685498380834, 0.0247525 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 90, '2021-05-09 00:00:00', 0.000866012635366919, 0.00130673076923073, 0.00130140829045367, 0.00229346153846155, 0.00195508564636315, 0.00395826923076924, 0.0043463156280305, 0.0115015384615385, 0.00908132605744002, 0.0246501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 105, '2021-05-09 00:00:00', 0.00123390200333988, 0.00154192307692312, 0.00172231628472103, 0.0028107692307693, 0.00215910907552158, 0.00437500000000005, 0.00460259356650808, 0.0117134615384616, 0.00922144673281554, 0.0247496153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 120, '2021-05-09 00:00:00', 0.00120653988744672, 0.00223250000000006, 0.0016192098737917, 0.00309884615384618, 0.0026285122217711, 0.00500749999999999, 0.00456636084695635, 0.0116192307692308, 0.00935085807045786, 0.0248855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 135, '2021-05-09 00:00:00', 0.00116772726333611, 0.00217980769230767, 0.00169100594776745, 0.00324634615384613, 0.00265451844104465, 0.00554192307692312, 0.00452074423757185, 0.0114426923076923, 0.00978705576848247, 0.0251788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 150, '2021-05-09 00:00:00', 0.00125291685831345, 0.00228557692307689, 0.00233717936509277, 0.00384576923076913, 0.00270176839524383, 0.00579769230769223, 0.0047229593884148, 0.0117357692307692, 0.0102992164675841, 0.0254453846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 165, '2021-05-09 00:00:00', 0.00227407682029773, 0.00294423076923077, 0.00247210163626014, 0.00464750000000002, 0.00377559431898319, 0.00769230769230766, 0.00540922900805092, 0.0121973076923077, 0.0104248727736196, 0.0255021153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 180, '2021-05-09 00:00:00', 0.0016168475143364, 0.00358826923076921, 0.00216139712650445, 0.00473153846153841, 0.004093578404507, 0.00793807692307688, 0.0055104820709124, 0.0120344230769231, 0.0104300402997231, 0.025384423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 195, '2021-05-09 00:00:00', 0.00203553184318389, 0.00334173076923079, 0.0036475058759905, 0.00679634615384616, 0.00386663219093826, 0.00796249999999999, 0.00541542765198169, 0.0119355769230769, 0.0103287385427561, 0.0254417307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 210, '2021-05-09 00:00:00', 0.00343281685186695, 0.00552153846153846, 0.00345655813691114, 0.00645807692307692, 0.00338466458399552, 0.0073771153846154, 0.00579541131811668, 0.0114878846153847, 0.0103328186433027, 0.0253713461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 225, '2021-05-09 00:00:00', 0.00133839319564677, 0.00342288461538457, 0.00178611417500483, 0.00438961538461533, 0.00216344309804088, 0.00632596153846159, 0.0054168022357789, 0.0104176923076923, 0.0102827453607412, 0.0253269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 240, '2021-05-09 00:00:00', 0.00114964944489767, 0.00314038461538468, 0.0014359422529635, 0.00423192307692315, 0.00200085916161417, 0.00613076923076929, 0.00536337348274248, 0.0103436538461538, 0.0102675692670585, 0.025650576923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 255, '2021-05-09 00:00:00', 0.00116670410196351, 0.00298269230769229, 0.0018599255671624, 0.00464865384615382, 0.00212120782900838, 0.00621057692307686, 0.00525446252832187, 0.0101223076923077, 0.0102084310178476, 0.0255603846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 270, '2021-05-09 00:00:00', 0.00172056833186461, 0.00344576923076917, 0.00177139615731601, 0.00454711538461538, 0.00235912921516527, 0.00631942307692289, 0.00513703341882786, 0.00992711538461527, 0.0101638396969164, 0.0254057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 285, '2021-05-09 00:00:00', 0.00100042214166739, 0.00302230769230775, 0.00155866630612402, 0.00446442307692299, 0.00230949625709553, 0.00610480769230764, 0.00512763757644637, 0.00932634615384606, 0.00979311935061468, 0.0258811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 300, '2021-05-09 00:00:00', 0.00150387545515431, 0.00313423076923075, 0.00211277884823249, 0.00433269230769225, 0.00251711422833002, 0.00541596153846164, 0.00515600580727128, 0.0093267307692308, 0.00975595480482793, 0.0258930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 315, '2021-05-09 00:00:00', 0.00124811032549839, 0.00278423076923072, 0.00221850626288535, 0.00387096153846151, 0.00235552172891369, 0.00476615384615395, 0.00495545218382268, 0.00975288461538467, 0.00976887275797661, 0.0258548076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 330, '2021-05-09 00:00:00', 0.0012423423286431, 0.00274269230769232, 0.00124480038560407, 0.0034300000000001, 0.00199904865835262, 0.00475346153846164, 0.00487251851241688, 0.0100305769230769, 0.00963285827060367, 0.0257973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 345, '2021-05-09 00:00:00', 0.000815604447869548, 0.00239384615384616, 0.000994151590360035, 0.00309576923076927, 0.00267964737203655, 0.00468403846153856, 0.00455238821516108, 0.0103076923076923, 0.00951898330261084, 0.0257486538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 360, '2021-05-09 00:00:00', 0.000693167645389898, 0.00199923076923075, 0.00164590490659045, 0.00333480769230774, 0.00266524419432533, 0.00419384615384616, 0.0047582390286581, 0.010764423076923, 0.00952743472617565, 0.0256826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 375, '2021-05-09 00:00:00', 0.00135461230615991, 0.00232250000000004, 0.00239309057496786, 0.00315749999999996, 0.00255820776355983, 0.0039551923076923, 0.00489637558655522, 0.0116032692307692, 0.00953759147350023, 0.0256536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 390, '2021-05-09 00:00:00', 0.00162844541251425, 0.00218269230769231, 0.0015534241706136, 0.00257557692307701, 0.00308350887164913, 0.00427519230769238, 0.00611372865266861, 0.0128890384615385, 0.00953759147350023, 0.0256536538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 405, '2021-05-09 00:00:00', 0.000564356577133522, 0.00161288461538463, 0.00098520767041572, 0.00279192307692314, 0.00225128022552629, 0.00410057692307691, 0.00628782060812793, 0.013475, 0.00933956754269783, 0.0255582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 420, '2021-05-09 00:00:00', 0.00105151789552783, 0.00223673076923074, 0.00213002257120582, 0.00317307692307687, 0.00238130236667638, 0.00479480769230767, 0.00648453606963989, 0.0139909615384615, 0.00926780106896159, 0.025719423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 435, '2021-05-09 00:00:00', 0.00183094894479919, 0.00228403846153845, 0.00206032797986509, 0.00308923076923085, 0.00260721584483111, 0.00487269230769237, 0.00645718224150429, 0.0141725, 0.00926400496753219, 0.0257390384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 450, '2021-05-09 00:00:00', 0.00125577461537303, 0.00208826923076922, 0.00188516594862253, 0.00366942307692313, 0.00275644878142428, 0.00497173076923074, 0.00625340742807772, 0.0143776923076922, 0.00915041927790951, 0.0256101923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 465, '2021-05-09 00:00:00', 0.00163892399035273, 0.00287961538461548, 0.00201446209655612, 0.00365153846153844, 0.00241079833569392, 0.00517384615384613, 0.00602793390104631, 0.0145036538461537, 0.00915566962849543, 0.0256071153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 480, '2021-05-09 00:00:00', 0.00164390314144761, 0.00266153846153848, 0.00217680571374305, 0.00381865384615381, 0.00210706113233211, 0.00563884615384615, 0.00593421609429959, 0.014499423076923, 0.00899663151706487, 0.025599423076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 495, '2021-05-09 00:00:00', 0.00117286226157008, 0.00251173076923072, 0.00142991656561334, 0.00368423076923077, 0.00242937966124307, 0.00608653846153849, 0.00552962727913489, 0.0145296153846153, 0.00881517808188721, 0.0254661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 510, '2021-05-09 00:00:00', 0.00104800280754169, 0.00270326923076924, 0.00176555514259347, 0.0040851923076923, 0.00320859176514938, 0.00666634615384602, 0.00549643799690718, 0.0143705769230768, 0.00903239967263143, 0.0254903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 525, '2021-05-09 00:00:00', 0.00120265846549026, 0.00297423076923083, 0.00163908423071689, 0.00454634615384614, 0.00279340688049553, 0.00684999999999999, 0.00543304554059253, 0.0139696153846153, 0.00901875775174246, 0.0252992307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 540, '2021-05-09 00:00:00', 0.00143181097001178, 0.00391557692307695, 0.00254990364825511, 0.00536884615384609, 0.00319404853414308, 0.00729903846153846, 0.00534574611616196, 0.0139084615384615, 0.00901293628411614, 0.0253926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 555, '2021-05-09 00:00:00', 0.00159555209880459, 0.00331249999999997, 0.00179163720786754, 0.00441826923076922, 0.00298778344004641, 0.00701673076923077, 0.00485570175550979, 0.0129184615384615, 0.00836038905287215, 0.0252086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 570, '2021-05-09 00:00:00', 0.00145338788564995, 0.00324288461538462, 0.00236033903203627, 0.00476288461538474, 0.00470149094600686, 0.008278653846154, 0.00477766093799686, 0.0125890384615385, 0.00810461523786581, 0.0250919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 585, '2021-05-09 00:00:00', 0.00184495988073954, 0.00331019230769246, 0.00239033293464768, 0.00518153846153862, 0.00436249951730208, 0.00855903846153859, 0.00428492370006568, 0.0120036538461539, 0.00762755750804035, 0.0245884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 600, '2021-05-09 00:00:00', 0.0015542800089282, 0.0039228846153846, 0.00352063716370512, 0.00626903846153855, 0.00424264068711936, 0.00861999999999997, 0.00408230504739667, 0.0114025, 0.00755812571648251, 0.0243271153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 615, '2021-05-09 00:00:00', 0.00291389936999577, 0.00472653846153853, 0.0034912601648204, 0.00646846153846156, 0.00376214740745033, 0.0079113461538461, 0.00389829604294775, 0.0110309615384614, 0.00762267606956634, 0.0242826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 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 976935, 3, 630, '2021-05-09 00:00:00', 0.00223159998655672, 0.00419750000000004, 0.00254774491538035, 0.0053730769230769, 0.00291964768685964, 0.00702615384615383, 0.0031760620271021, 0.00993499999999992, 0.00777588364753484, 0.0240875 where not exists (select 1 from powerstats_trumpet where symbolid = 976935 and enddate = '2021-05-09 00:00:0[...];
Date: 2021-05-09 15:08:25 Duration: 14s362ms Database: acaweb_fx User: pgperfstats
9 13s748ms 15s979ms 14s976ms 3 44s929ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 3 44s929ms 14s976ms [ User: pgperfstats - Total duration: 44s929ms - Times executed: 3 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 945, '2021-05-09 00:00:00', 0.0248922910525763, 0.0581153846153855, 0.0383728269241887, 0.0850769230769237, 0.0499605998609041, 0.128692307692309, 0.168257536121083, 0.307961538461539, 0.135524014335239, 0.535038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 960, '2021-05-09 00:00:00', 0.0337084559124243, 0.0655000000000007, 0.0394217433170286, 0.0890769230769248, 0.0721834841540307, 0.160846153846154, 0.168760973432383, 0.304884615384616, 0.134609640756578, 0.533346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982770, 1, 975, '2021-05-09 00:00:00', 0.0274354066574825, 0.0536923076923066, 0.0426802061850672, 0.0960000000000004, 0.103770345549123, 0.174269230769232, 0.169043558337441, 0.29373076923077, 0.132840801192774, 0.530961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 990, '2021-05-09 00:00:00', 0.0406305871897578, 0.0807307692307699, 0.0707006800097857, 0.131884615384615, 0.115847167224087, 0.177615384615386, 0.16269433350257, 0.292615384615385, 0.130528487901476, 0.528615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1005, '2021-05-09 00:00:00', 0.0612542745761139, 0.0926153846153841, 0.0909940319260199, 0.133923076923079, 0.126958727394135, 0.179038461538464, 0.149465097546599, 0.283153846153847, 0.121889111017412, 0.519653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1020, '2021-05-09 00:00:00', 0.051753082405414, 0.0816923076923091, 0.0672962223193944, 0.107307692307694, 0.0966279542288955, 0.170807692307693, 0.105209688059313, 0.251038461538462, 0.116548728666795, 0.506615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1035, '2021-05-09 00:00:00', 0.0277170594510904, 0.0616538461538443, 0.059496554522091, 0.097999999999999, 0.0971422747235286, 0.15430769230769, 0.0925216398803727, 0.228423076923076, 0.122921094140165, 0.508653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1050, '2021-05-09 00:00:00', 0.0505697994398301, 0.0737692307692294, 0.0652028786528275, 0.117153846153845, 0.0871570201065053, 0.150884615384615, 0.0850152927419499, 0.218999999999998, 0.121987597099681, 0.509576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1065, '2021-05-09 00:00:00', 0.0342496041526811, 0.0826538461538456, 0.054928372940094, 0.110384615384614, 0.0526412531999496, 0.134692307692306, 0.0695275153059225, 0.197346153846153, 0.123718172286233, 0.510115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1080, '2021-05-09 00:00:00', 0.0483058843365742, 0.0744615384615371, 0.0474298834718557, 0.0930769230769226, 0.0488451241563181, 0.127615384615383, 0.0678091893023808, 0.185384615384615, 0.124823697207763, 0.508346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1095, '2021-05-09 00:00:00', 0.025185221551844, 0.0571538461538452, 0.0339508241658209, 0.0804615384615379, 0.043804267442269, 0.111423076923076, 0.0627985301150852, 0.170846153846153, 0.121641364422065, 0.505307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1110, '2021-05-09 00:00:00', 0.0268495523526639, 0.0495384615384609, 0.0302985402034731, 0.0738076923076905, 0.045262737263837, 0.0976538461538451, 0.0585513844019471, 0.15576923076923, 0.120546250300614, 0.505961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1125, '2021-05-09 00:00:00', 0.0200752430773678, 0.0438461538461533, 0.0258121021109197, 0.0622307692307701, 0.0383223774756301, 0.0862692307692295, 0.0539446012127258, 0.1425, 0.122758399367964, 0.50876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1140, '2021-05-09 00:00:00', 0.0226124880405627, 0.0422692307692315, 0.0331641372569826, 0.0594999999999999, 0.0362475463360582, 0.0812692307692313, 0.0510440533717254, 0.139153846153847, 0.121439145887337, 0.507884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1155, '2021-05-09 00:00:00', 0.021418324289837, 0.0402307692307673, 0.025958932062898, 0.0568846153846132, 0.0387876467249757, 0.0801923076923075, 0.0501588860138847, 0.136076923076925, 0.122314374273207, 0.507384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1170, '2021-05-09 00:00:00', 0.0149514084749433, 0.0342307692307682, 0.02323700629467, 0.0489615384615383, 0.038708377149378, 0.0754615384615397, 0.0493186967199452, 0.131576923076926, 0.126012703877273, 0.504192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1185, '2021-05-09 00:00:00', 0.0186038871041676, 0.0347692307692323, 0.0279416975421759, 0.0555384615384627, 0.0411614644278618, 0.0761153846153868, 0.051612401610467, 0.130000000000003, 0.12905481244566, 0.506230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1200, '2021-05-09 00:00:00', 0.0201436417846363, 0.0391250000000003, 0.0298658837889108, 0.0518333333333351, 0.0319843428634356, 0.0707083333333358, 0.0513862187581551, 0.130250000000003, 0.139162479326051, 0.50625 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1215, '2021-05-09 00:00:00', 0.0189541303670477, 0.0329583333333344, 0.0234588755182278, 0.0501666666666682, 0.0387317044233309, 0.0711666666666678, 0.0482628671737011, 0.143, 0.141730684597661, 0.50775 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1230, '2021-05-09 00:00:00', 0.0180373505397201, 0.0350416666666688, 0.020942294767884, 0.0471666666666681, 0.0379988319805219, 0.0705416666666672, 0.0454742919888177, 0.147208333333332, 0.139656799831338, 0.51175 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1245, '2021-05-09 00:00:00', 0.0184107226948036, 0.0332083333333332, 0.0318186664747589, 0.0504166666666652, 0.0375979638286154, 0.0657083333333321, 0.0464945064543654, 0.150999999999999, 0.139589713243771, 0.511375 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1260, '2021-05-09 00:00:00', 0.0257989720051357, 0.0347499999999984, 0.0286262459383296, 0.0493749999999989, 0.0295891859897547, 0.063958333333332, 0.0455640773518753, 0.148208333333333, 0.139517640825271, 0.511291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1275, '2021-05-09 00:00:00', 0.0174486825215899, 0.03075, 0.0174193275132694, 0.0367083333333333, 0.029075333188118, 0.066624999999999, 0.049620224371386, 0.156416666666666, 0.141284146828042, 0.517083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1290, '2021-05-09 00:00:00', 0.00948597362700225, 0.0233749999999991, 0.0208760576404822, 0.0426249999999987, 0.0310646824022638, 0.068333333333334, 0.0504983677451816, 0.161791666666666, 0.142050409505147, 0.518333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1305, '2021-05-09 00:00:00', 0.018187230749041, 0.0369166666666653, 0.0263503430662707, 0.055416666666666, 0.0312094084197859, 0.071875000000001, 0.0536263069500551, 0.164958333333334, 0.143475790767056, 0.521208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1320, '2021-05-09 00:00:00', 0.0210793875553857, 0.0400833333333329, 0.0231777942204913, 0.0499166666666676, 0.0377685312995053, 0.0771250000000023, 0.0570190503380168, 0.168041666666667, 0.143436674913166, 0.521083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1335, '2021-05-09 00:00:00', 0.0117839856941772, 0.0259166666666678, 0.0172348967698282, 0.0404583333333335, 0.0290092439040393, 0.0661666666666688, 0.0607474577508255, 0.164916666666667, 0.141866229857261, 0.520125 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1350, '2021-05-09 00:00:00', 0.0128739006847404, 0.028541666666665, 0.02513831304222, 0.0512500000000008, 0.0270826700030231, 0.0594166666666673, 0.0585817278729434, 0.169083333333333, 0.142362665833387, 0.520791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1365, '2021-05-09 00:00:00', 0.0228066860270451, 0.0398333333333358, 0.0241840766873031, 0.0470000000000024, 0.0253106782758299, 0.0517500000000026, 0.0602980369570134, 0.170125000000001, 0.142397172409233, 0.521791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1380, '2021-05-09 00:00:00', 0.00843216753126771, 0.025166666666666, 0.0096594175717847, 0.0300000000000011, 0.0187938858389512, 0.0484166666666681, 0.0598373247629145, 0.169625, 0.141752386683381, 0.5205 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1395, '2021-05-09 00:00:00', 0.0115230550246655, 0.0192083333333333, 0.0130272846337047, 0.0291666666666668, 0.0270401941829072, 0.0950416666666669, 0.0606228391218056, 0.172208333333334, 0.142083767902774, 0.521333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1410, '2021-05-09 00:00:00', 0.00995415214508484, 0.0200416666666676, 0.0165143218476266, 0.0368750000000014, 0.0288634968303469, 0.104166666666666, 0.0613031047515046, 0.171375000000001, 0.143725785610222, 0.522833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 1, 1425, '2021-05-09 00:00:00', 0.010147820498491, 0.0232499999999997, 0.0239491838231936, 0.0842083333333328, 0.0330778615925558, 0.105166666666666, 0.0601591940038136, 0.169458333333333, 0.141041461423865, 0.520541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 180, '2021-05-09 00:00:00', 0.0157791001010834, 0.0415000000000003, 0.0263348847319716, 0.0593846153846147, 0.0290778530579825, 0.0808076923076923, 0.0470995182075648, 0.14226923076923, 0.133110804046276, 0.511615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 195, '2021-05-09 00:00:00', 0.0224936572256403, 0.0422692307692304, 0.0255608173698607, 0.0563461538461523, 0.0316774367649923, 0.0784999999999988, 0.0446275010072711, 0.133576923076922, 0.133560018199828, 0.51103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 210, '2021-05-09 00:00:00', 0.0148035338816328, 0.0352307692307675, 0.0171071285186581, 0.0505769230769219, 0.0291291289579024, 0.0731153846153834, 0.0425508383719289, 0.127576923076921, 0.131671555248423, 0.50903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 225, '2021-05-09 00:00:00', 0.0127812362469352, 0.0340000000000017, 0.0287978898799612, 0.0550384615384625, 0.0312009861777079, 0.0716923076923084, 0.0417171611985008, 0.127192307692307, 0.130486497975255, 0.508615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 240, '2021-05-09 00:00:00', 0.0253175524397287, 0.0394615384615394, 0.0283355987027999, 0.0521153846153842, 0.0348970574029488, 0.0732692307692308, 0.0405850294491055, 0.126769230769232, 0.129421963419602, 0.50726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 255, '2021-05-09 00:00:00', 0.0124275747989947, 0.0292692307692301, 0.015310981478865, 0.0411153846153864, 0.0304866174928262, 0.0649230769230776, 0.0353613435178106, 0.117769230769234, 0.129063490636914, 0.500230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 270, '2021-05-09 00:00:00', 0.00937689468033931, 0.0273846153846188, 0.0237138388677624, 0.047115384615386, 0.0295963615227392, 0.0642307692307698, 0.0362300342894608, 0.113153846153848, 0.128976563166158, 0.496923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 285, '2021-05-09 00:00:00', 0.0209393262693757, 0.0368461538461532, 0.0258744007734397, 0.0462692307692303, 0.024793950875164, 0.0614999999999985, 0.0345766706587879, 0.112115384615386, 0.129595583970348, 0.495153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 300, '2021-05-09 00:00:00', 0.0155557557984672, 0.0273076923076915, 0.018999473676921, 0.0405000000000004, 0.0207639109996174, 0.0544999999999995, 0.0383054324325708, 0.106884615384616, 0.130622792215425, 0.491923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 315, '2021-05-09 00:00:00', 0.0157991723249638, 0.0285769230769234, 0.015654588906969, 0.0381153846153835, 0.0259692421618648, 0.052807692307693, 0.0342989571494321, 0.111538461538462, 0.131023568050239, 0.491153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 330, '2021-05-09 00:00:00', 0.0104963729999373, 0.0254230769230764, 0.0147754994709261, 0.0373461538461529, 0.0293817316345752, 0.0523846153846157, 0.0374643214887918, 0.125153846153846, 0.130403657334272, 0.492076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 345, '2021-05-09 00:00:00', 0.0124710125429377, 0.0253846153846158, 0.02238612207459, 0.0345384615384614, 0.0267523111870022, 0.0556153846153851, 0.0478981611980469, 0.132923076923076, 0.130261966820712, 0.494499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 360, '2021-05-09 00:00:00', 0.0185025985700955, 0.0248846153846161, 0.0234122913149351, 0.0388461538461557, 0.0248063267364175, 0.0560769230769241, 0.0565682297352924, 0.144269230769231, 0.130472048288573, 0.495653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 375, '2021-05-09 00:00:00', 0.00973060200525282, 0.0232692307692309, 0.0148629120244363, 0.0348846153846147, 0.0200265976986765, 0.0492307692307687, 0.0571810619537108, 0.163076923076921, 0.132334192337199, 0.50053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 390, '2021-05-09 00:00:00', 0.0109038454755112, 0.0235769230769236, 0.0157316437597789, 0.0347307692307695, 0.0155884079218628, 0.047038461538461, 0.053160092029787, 0.173653846153845, 0.134726098208408, 0.50380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 405, '2021-05-09 00:00:00', 0.00935126482600808, 0.0216153846153851, 0.011505450213502, 0.0311538461538462, 0.0158429309642643, 0.0459615384615371, 0.051241344484853, 0.190653846153845, 0.14014173045665, 0.513230769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 420, '2021-05-09 00:00:00', 0.00790481839425486, 0.0223846153846146, 0.00966134247718869, 0.0306923076923067, 0.0225759572588603, 0.0490769230769213, 0.0545661066963731, 0.203499999999999, 0.138345342697735, 0.515076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 435, '2021-05-09 00:00:00', 0.00733474345416659, 0.0209615384615363, 0.0134697381620375, 0.0340769230769202, 0.02236951909665, 0.0523461538461535, 0.0518370969035175, 0.21326923076923, 0.138395136641986, 0.521423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 450, '2021-05-09 00:00:00', 0.013093568591547, 0.0251923076923066, 0.0202226453416822, 0.0373461538461518, 0.0217185139029779, 0.0535769230769226, 0.0526127799625213, 0.219230769230769, 0.142549214173697, 0.528038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 465, '2021-05-09 00:00:00', 0.0142697636226455, 0.0261153846153836, 0.0139346275929362, 0.0394230769230777, 0.0187258767895771, 0.0535384615384614, 0.0560459152426367, 0.22476923076923, 0.145015054921363, 0.538384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 480, '2021-05-09 00:00:00', 0.0112252462710678, 0.0316153846153858, 0.0161437770816333, 0.0416923076923078, 0.0202917186594391, 0.0569230769230776, 0.061695393170492, 0.230192307692307, 0.147248298932318, 0.540692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 495, '2021-05-09 00:00:00', 0.00926473877750221, 0.0233461538461544, 0.0137961533100291, 0.0365769230769228, 0.0213577944698257, 0.0683461538461528, 0.0638106453621855, 0.239038461538461, 0.149108530427181, 0.540923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 510, '2021-05-09 00:00:00', 0.0107789681252967, 0.0288846153846128, 0.016968749557302, 0.0444615384615376, 0.0310341003513129, 0.0876538461538438, 0.0642432396922357, 0.242923076923075, 0.149108530427181, 0.540923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 525, '2021-05-09 00:00:00', 0.0117387589437079, 0.0309615384615387, 0.0206038457948604, 0.0570384615384617, 0.0357935963331652, 0.100307692307691, 0.0649338124554545, 0.245999999999999, 0.1511549994084, 0.541923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 540, '2021-05-09 00:00:00', 0.0163664290546225, 0.0484999999999998, 0.0285980096133652, 0.0743846153846153, 0.0493965430120218, 0.113461538461538, 0.0692267733889588, 0.250115384615384, 0.15244414866284, 0.541461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 555, '2021-05-09 00:00:00', 0.0215029157235805, 0.0508461538461545, 0.0292782145315231, 0.0744230769230765, 0.0443163626666277, 0.126499999999998, 0.0621997897597253, 0.249423076923076, 0.154947221783616, 0.53780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 570, '2021-05-09 00:00:00', 0.0236011733736993, 0.053846153846153, 0.0354288018425674, 0.0820000000000002, 0.0386456286711003, 0.133730769230768, 0.0640680527612276, 0.248653846153844, 0.158070850716233, 0.531923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 585, '2021-05-09 00:00:00', 0.0247504467714141, 0.0567692307692296, 0.0313805427221772, 0.0984615384615364, 0.0373559386690541, 0.147115384615384, 0.0636351620266194, 0.250923076923075, 0.159863061591908, 0.529038461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 600, '2021-05-09 00:00:00', 0.0305770149974417, 0.0810769230769227, 0.0406376104688171, 0.105846153846154, 0.0453706275706403, 0.153423076923077, 0.0601635719070566, 0.252846153846152, 0.160430248442692, 0.526769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 615, '2021-05-09 00:00:00', 0.0189882959903034, 0.0646538461538455, 0.0300605798603177, 0.102961538461538, 0.0408807835240274, 0.137038461538462, 0.0662635298230898, 0.239153846153845, 0.162049171075181, 0.523576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 630, '2021-05-09 00:00:00', 0.0223002242141216, 0.0695000000000028, 0.033674391091521, 0.0942692307692322, 0.0483605210890045, 0.127500000000001, 0.0714467310981805, 0.237653846153845, 0.162579684604668, 0.522076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 645, '2021-05-09 00:00:00', 0.0208128658434006, 0.0638461538461537, 0.0280979605063291, 0.0881538461538468, 0.0390657827851344, 0.123846153846154, 0.0681961988563994, 0.227192307692306, 0.158162063914005, 0.51703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 660, '2021-05-09 00:00:00', 0.0136124377514985, 0.057538461538463, 0.0307154934595153, 0.0808076923076934, 0.0437404407138998, 0.117115384615385, 0.0694573693271363, 0.220615384615384, 0.155443964674881, 0.511884615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 675, '2021-05-09 00:00:00', 0.0303430640915121, 0.0576923076923088, 0.0373027530433793, 0.0831538461538475, 0.0556079269390746, 0.116192307692307, 0.0655937614294357, 0.216307692307692, 0.15183568041193, 0.512076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 690, '2021-05-09 00:00:00', 0.0223088806049536, 0.0576153846153853, 0.0322166703145099, 0.083076923076923, 0.0512783055042247, 0.11276923076923, 0.0595860205598086, 0.212576923076923, 0.150188968149614, 0.506615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 705, '2021-05-09 00:00:00', 0.0267905838797026, 0.0581538461538462, 0.0363738917356938, 0.0765000000000002, 0.0389168146376147, 0.106038461538462, 0.0687856425090629, 0.228230769230769, 0.152719330296311, 0.502923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 720, '2021-05-09 00:00:00', 0.0228419317517984, 0.0529230769230771, 0.0315692157744767, 0.0811538461538467, 0.0432809249154681, 0.106961538461539, 0.079500720848208, 0.23673076923077, 0.151034917002148, 0.504884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 735, '2021-05-09 00:00:00', 0.024444127814577, 0.053346153846155, 0.0291481362380822, 0.0705769230769234, 0.0283181920326847, 0.0969999999999997, 0.0872304904350445, 0.234038461538462, 0.150963964115739, 0.500961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 750, '2021-05-09 00:00:00', 0.0141647992736035, 0.0451923076923081, 0.0207161401216157, 0.0639615384615383, 0.029161539476087, 0.0926538461538458, 0.0911958585429412, 0.227730769230769, 0.150520246529775, 0.497230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 765, '2021-05-09 00:00:00', 0.0201123001017938, 0.0482307692307694, 0.01916888504442, 0.066615384615384, 0.0342013944834913, 0.0991538461538463, 0.0934983340040787, 0.236461538461539, 0.158947795009748, 0.501807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 780, '2021-05-09 00:00:00', 0.0157979550770151, 0.0478461538461533, 0.0263343005340074, 0.0691538461538457, 0.032886869018596, 0.101115384615385, 0.0986430706365882, 0.246153846153847, 0.161765095598049, 0.508115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 795, '2021-05-09 00:00:00', 0.0153173606884976, 0.0483076923076929, 0.0211759297316551, 0.070500000000001, 0.0331821314287363, 0.0964230769230782, 0.098703666832361, 0.249576923076923, 0.157789304502506, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 810, '2021-05-09 00:00:00', 0.0194112180095779, 0.0503461538461543, 0.0271892512698575, 0.0691538461538462, 0.0425835107126628, 0.097346153846153, 0.0952596774813239, 0.254384615384616, 0.155721862503434, 0.517461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 825, '2021-05-09 00:00:00', 0.0208233966046351, 0.0474230769230771, 0.0238024239231107, 0.064346153846155, 0.0322118946019352, 0.0903846153846146, 0.0960633204634389, 0.259807692307694, 0.162230529233509, 0.528230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 840, '2021-05-09 00:00:00', 0.0214783253895297, 0.0469615384615392, 0.0312559655844367, 0.0658461538461534, 0.0411042389728669, 0.0979615384615383, 0.119236216749002, 0.275346153846156, 0.16030820315879, 0.533 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 855, '2021-05-09 00:00:00', 0.0253760638276425, 0.0497692307692301, 0.0255811529180234, 0.0656538461538448, 0.0411388081798885, 0.101807692307691, 0.12778520439213, 0.28646153846154, 0.158562096547499, 0.535538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 870, '2021-05-09 00:00:00', 0.015549870145388, 0.0469615384615375, 0.0423618296982639, 0.0782692307692301, 0.0482835853617429, 0.110769230769231, 0.128661320468178, 0.290846153846155, 0.15704656830184, 0.536769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 885, '2021-05-09 00:00:00', 0.0394717425703321, 0.0585384615384618, 0.0397799524306493, 0.0782692307692317, 0.0692491266259827, 0.144807692307693, 0.122527868101661, 0.292961538461539, 0.153446161944131, 0.53726923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 900, '2021-05-09 00:00:00', 0.0192344642604001, 0.0517307692307703, 0.0324974081806766, 0.0811923076923073, 0.0678058881037518, 0.148961538461539, 0.116164452394007, 0.2895, 0.141107880170292, 0.535923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 915, '2021-05-09 00:00:00', 0.0314137647438918, 0.062769230769231, 0.0592845160742132, 0.114576923076924, 0.0658831132793882, 0.14823076923077, 0.115868977729158, 0.288500000000001, 0.133448192194574, 0.531500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 930, '2021-05-09 00:00:00', 0.0600257893293809, 0.0828461538461548, 0.0633021205137612, 0.110961538461539, 0.0668731520233515, 0.145538461538461, 0.107759390095925, 0.279615384615384, 0.128745401710268, 0.523538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 945, '2021-05-09 00:00:00', 0.0289324146137969, 0.0677307692307712, 0.0368772808942553, 0.0895769230769239, 0.0450075720125127, 0.138192307692308, 0.101013456833919, 0.25996153846154, 0.125057525224931, 0.505769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 960, '2021-05-09 00:00:00', 0.0181499735113198, 0.0623076923076936, 0.0281606381046578, 0.0943076923076917, 0.0434388695135516, 0.143846153846154, 0.0967608391861076, 0.2525, 0.124264017936996, 0.500115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 975, '2021-05-09 00:00:00', 0.0307378243562188, 0.0655769230769197, 0.035441132122912, 0.100076923076921, 0.0457192098996267, 0.144384615384613, 0.0913600484978964, 0.244461538461537, 0.122196216736098, 0.493653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 990, '2021-05-09 00:00:00', 0.0267162871671929, 0.0770000000000009, 0.0344156717432406, 0.109961538461537, 0.0484277256887484, 0.145730769230768, 0.0918172432272176, 0.238384615384614, 0.125024133054998, 0.493076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1005, '2021-05-09 00:00:00', 0.027314943782592, 0.0768846153846141, 0.0432546662667296, 0.111384615384613, 0.0567379536519904, 0.145346153846153, 0.0910035079628177, 0.234038461538461, 0.123936739446443, 0.491346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1020, '2021-05-09 00:00:00', 0.0345774492986404, 0.0819999999999991, 0.0416677887028425, 0.10626923076923, 0.0665326871660724, 0.151961538461539, 0.0884456547612942, 0.218076923076923, 0.121099196465607, 0.486153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1035, '2021-05-09 00:00:00', 0.0305367622080963, 0.0714230769230747, 0.0405968736954727, 0.0981153846153831, 0.0776507466901543, 0.147961538461538, 0.0883761541106225, 0.206230769230769, 0.11992495730504, 0.480653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1050, '2021-05-09 00:00:00', 0.0233944109038563, 0.0675384615384621, 0.0544464874900123, 0.111499999999999, 0.071316801343345, 0.141384615384616, 0.0789510948918093, 0.198346153846155, 0.117439116796094, 0.473884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1065, '2021-05-09 00:00:00', 0.0459033097516295, 0.0879230769230759, 0.0611437272712065, 0.111653846153846, 0.058205379079999, 0.132884615384615, 0.0713337119568208, 0.188538461538462, 0.11931904870814, 0.465346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1080, '2021-05-09 00:00:00', 0.0446625639141399, 0.0757692307692307, 0.0439380683024847, 0.0959230769230775, 0.0419695310726926, 0.122807692307692, 0.0563398615546769, 0.174500000000001, 0.118165626916696, 0.463346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1095, '2021-05-09 00:00:00', 0.024391801901458, 0.0539999999999999, 0.0314269849749447, 0.0771538461538451, 0.0402571923817547, 0.104807692307692, 0.0574718660269128, 0.159846153846152, 0.107207440901344, 0.467346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1110, '2021-05-09 00:00:00', 0.0194639311390215, 0.0547307692307693, 0.022557141117276, 0.0777692307692293, 0.028870746439951, 0.0969999999999997, 0.054522049174199, 0.150576923076922, 0.109825399892458, 0.472538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1125, '2021-05-09 00:00:00', 0.0231000832499338, 0.0535769230769236, 0.0282196058414377, 0.0718846153846165, 0.0246511663010081, 0.0890000000000003, 0.0545148109726568, 0.147230769230769, 0.116204223410602, 0.483692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1140, '2021-05-09 00:00:00', 0.0202866003521082, 0.0458846153846169, 0.018015036454627, 0.0596923076923085, 0.0269505815550214, 0.0775769230769229, 0.0568531847426728, 0.14673076923077, 0.117605442050951, 0.482000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1155, '2021-05-09 00:00:00', 0.0173926598133986, 0.0422307692307692, 0.0241863597922476, 0.0575000000000007, 0.0298455769175026, 0.077961538461538, 0.0590889290684935, 0.144307692307693, 0.116724633218527, 0.482000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1170, '2021-05-09 00:00:00', 0.0168076905474394, 0.0395384615384618, 0.0192421012765882, 0.0524615384615375, 0.023368914263315, 0.0731153846153834, 0.0668753605310202, 0.148923076923076, 0.116595190559208, 0.481961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1185, '2021-05-09 00:00:00', 0.0103894176930179, 0.0364999999999994, 0.0207319894032246, 0.052153846153847, 0.027980020344195, 0.0741923076923089, 0.0655220456147279, 0.143538461538463, 0.11750368243002, 0.482346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1200, '2021-05-09 00:00:00', 0.0196301181469081, 0.0396923076923097, 0.0186419295798893, 0.0528076923076936, 0.0271309077224873, 0.0723846153846183, 0.0673888828996426, 0.14569230769231, 0.117721470494486, 0.48223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1215, '2021-05-09 00:00:00', 0.013566077603289, 0.0340384615384628, 0.023301105949322, 0.0506923076923082, 0.0281917609349854, 0.0681538461538469, 0.0737895969319849, 0.16023076923077, 0.118902752766217, 0.480769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1230, '2021-05-09 00:00:00', 0.0160322751396609, 0.0340769230769229, 0.016334814166256, 0.0461153846153845, 0.0241598522664857, 0.0665384615384617, 0.0709420565293637, 0.166153846153846, 0.120623814462088, 0.48123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1245, '2021-05-09 00:00:00', 0.0115377640814848, 0.031000000000001, 0.0169995475052898, 0.047230769230769, 0.0257913521583073, 0.0650769230769228, 0.0739678204460455, 0.173961538461539, 0.122556009173827, 0.480153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1260, '2021-05-09 00:00:00', 0.0158977502036773, 0.0314615384615395, 0.0190085405906028, 0.0452692307692321, 0.0267575151197691, 0.0662692307692318, 0.0715823893254366, 0.172038461538464, 0.125059099874972, 0.476461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1275, '2021-05-09 00:00:00', 0.0121746268304819, 0.0306923076923072, 0.0178206448989741, 0.0431538461538461, 0.022285007033015, 0.0666923076923064, 0.0706034320368678, 0.17126923076923, 0.12670251044808, 0.478615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1290, '2021-05-09 00:00:00', 0.0131041390994792, 0.0290384615384614, 0.0174669798366915, 0.0461538461538468, 0.0217104016190753, 0.0606923076923084, 0.0661519114207249, 0.171653846153846, 0.127380791934443, 0.478884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1305, '2021-05-09 00:00:00', 0.0103843076877491, 0.034923076923077, 0.0199365146247941, 0.0472307692307679, 0.0197285033936639, 0.0584230769230766, 0.0628394290724686, 0.174923076923077, 0.126938167867424, 0.479538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1320, '2021-05-09 00:00:00', 0.013482353138597, 0.0305769230769221, 0.0132697458094043, 0.0376153846153844, 0.0301890708700986, 0.0635000000000004, 0.0639364107170909, 0.174230769230769, 0.12883975139087, 0.48019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1335, '2021-05-09 00:00:00', 0.00846758525200684, 0.0234999999999996, 0.0166332845176799, 0.0348846153846147, 0.0321350994301342, 0.06323076923077, 0.0651912216837159, 0.173846153846154, 0.128809800152722, 0.480730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1350, '2021-05-09 00:00:00', 0.0128540325908297, 0.0251153846153848, 0.02883686209324, 0.0487307692307696, 0.0602879883431303, 0.0748076923076931, 0.0666347102896425, 0.17523076923077, 0.129695572547643, 0.48169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1365, '2021-05-09 00:00:00', 0.017899204967304, 0.0383076923076927, 0.0212316164825387, 0.048692307692309, 0.0608769376567307, 0.0691923076923085, 0.0673130116579366, 0.169192307692309, 0.131960909130171, 0.486807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1380, '2021-05-09 00:00:00', 0.0114588897300821, 0.0271153846153851, 0.058673385396158, 0.0476153846153857, 0.0603196102823556, 0.0638461538461554, 0.0668667676457043, 0.162269230769231, 0.132006643189474, 0.483923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1395, '2021-05-09 00:00:00', 0.0608604962188116, 0.0309999999999999, 0.063288351097302, 0.0378461538461525, 0.0641689596659887, 0.100846153846155, 0.067326529232254, 0.160307692307691, 0.131983431361082, 0.483884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1410, '2021-05-09 00:00:00', 0.00757473871936484, 0.0167199999999985, 0.014585723613632, 0.0349200000000013, 0.0441682389657245, 0.0992000000000007, 0.0554896987437001, 0.150759999999999, 0.132893754556034, 0.480600000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 2, 1425, '2021-05-09 00:00:00', 0.0571046003804892, 0.032846153846156, 0.058806645359701, 0.0846923076923082, 0.0645864953733782, 0.111153846153848, 0.0642169400128614, 0.150846153846154, 0.130641729697907, 0.480307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 180, '2021-05-09 00:00:00', 0.0241230499411152, 0.0488076923076914, 0.0371938787354129, 0.0662307692307685, 0.0482144727713105, 0.0866538461538462, 0.0516666385442435, 0.134807692307691, 0.134924936396272, 0.47146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 195, '2021-05-09 00:00:00', 0.0239905109446342, 0.0397692307692299, 0.0339667710926646, 0.0593076923076913, 0.0316000243427363, 0.0788076923076904, 0.0396173427447354, 0.125423076923075, 0.134407051097087, 0.468846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 210, '2021-05-09 00:00:00', 0.0232517989378501, 0.0386153846153848, 0.0217605500496094, 0.0538076923076929, 0.0268241280595272, 0.0714230769230764, 0.0398278603685713, 0.119538461538461, 0.141495811299783, 0.473230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 225, '2021-05-09 00:00:00', 0.0153620912037997, 0.0330769230769231, 0.0174615181294358, 0.0482307692307672, 0.0228465449331979, 0.067730769230768, 0.0399642147619395, 0.11153846153846, 0.142775202544202, 0.472038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 240, '2021-05-09 00:00:00', 0.0130276038295021, 0.03503846153846, 0.0172596461323916, 0.0451538461538442, 0.0211340046807532, 0.0633846153846147, 0.0373854764066712, 0.108076923076922, 0.143747214019824, 0.471307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 255, '2021-05-09 00:00:00', 0.0152944937301499, 0.0268076923076913, 0.0224373658127567, 0.0433461538461537, 0.0252669744924086, 0.0585, 0.035927362617026, 0.108846153846152, 0.143844659803017, 0.471615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 270, '2021-05-09 00:00:00', 0.015914628007449, 0.0313461538461538, 0.0176079090620808, 0.043038461538461, 0.0263442593367123, 0.0605000000000003, 0.0368513855286956, 0.11276923076923, 0.143853900243908, 0.472230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 285, '2021-05-09 00:00:00', 0.0136469776873845, 0.0289999999999991, 0.0188368297185626, 0.0411153846153836, 0.0258459638271392, 0.0574230769230767, 0.0400651776676256, 0.110538461538461, 0.144086133427729, 0.472423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 300, '2021-05-09 00:00:00', 0.0158784323969535, 0.030269230769231, 0.023603911018823, 0.0432307692307707, 0.0233772078348512, 0.0544230769230772, 0.0460862068469342, 0.110461538461538, 0.144962637096065, 0.471615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 315, '2021-05-09 00:00:00', 0.0107826784170799, 0.026884615384618, 0.0128396021984873, 0.0361538461538472, 0.0160952931485704, 0.0474615384615388, 0.0501293864376509, 0.118653846153848, 0.145095766783394, 0.47169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 330, '2021-05-09 00:00:00', 0.00960616789039552, 0.0230384615384622, 0.0111358050380828, 0.0323846153846159, 0.022186378357347, 0.0473461538461531, 0.0500992860382111, 0.126538461538462, 0.145793600154991, 0.473423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 345, '2021-05-09 00:00:00', 0.0114400779986609, 0.025346153846153, 0.0131823308316044, 0.0354230769230761, 0.0220166720045014, 0.046576923076923, 0.0603020601765682, 0.140461538461537, 0.145793600154991, 0.473423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 360, '2021-05-09 00:00:00', 0.00722910782877152, 0.021500000000001, 0.0230312496738316, 0.0329615384615401, 0.0222608659725101, 0.0428846153846168, 0.0590383447756291, 0.149384615384616, 0.14588503903891, 0.47273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 375, '2021-05-09 00:00:00', 0.0211651745890402, 0.0237307692307694, 0.0201410411464121, 0.0293076923076923, 0.0215014847430078, 0.0430769230769216, 0.0661278947308798, 0.166538461538461, 0.148037027592631, 0.476192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 390, '2021-05-09 00:00:00', 0.00856648208920168, 0.0187692307692318, 0.0114233903090894, 0.0275769230769236, 0.0179748542307116, 0.0428461538461529, 0.0635097206369577, 0.181269230769229, 0.148359314348126, 0.476615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 405, '2021-05-09 00:00:00', 0.00789089056102917, 0.0178846153846161, 0.0116498266741803, 0.0289615384615379, 0.018514734257215, 0.0423461538461533, 0.0656725677421412, 0.197384615384616, 0.148658684964534, 0.477730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 420, '2021-05-09 00:00:00', 0.0121467944489328, 0.0227692307692307, 0.0165585673850766, 0.0318846153846162, 0.0211398639104843, 0.0444230769230781, 0.0664424910383752, 0.205730769230769, 0.149462652911637, 0.47973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 435, '2021-05-09 00:00:00', 0.00765807768608791, 0.020615384615383, 0.0102966013810374, 0.0284999999999983, 0.0185492691127, 0.0486538461538451, 0.0617318269739234, 0.216461538461538, 0.152926130986373, 0.489807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 450, '2021-05-09 00:00:00', 0.00884333734427131, 0.0227307692307685, 0.0148682418390532, 0.0332307692307694, 0.0251844885105581, 0.0594615384615376, 0.0640263527475514, 0.219423076923077, 0.154014809477729, 0.496807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 465, '2021-05-09 00:00:00', 0.0120440218174193, 0.0244615384615394, 0.0152775853911739, 0.0387307692307689, 0.0263674916399842, 0.0622692307692308, 0.0638345939488563, 0.223153846153847, 0.157328079551567, 0.49973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 480, '2021-05-09 00:00:00', 0.0123886424413028, 0.0309615384615382, 0.0180725035514009, 0.0468461538461529, 0.0259001633496489, 0.0654615384615384, 0.0641673293339075, 0.225384615384615, 0.156419323024312, 0.505730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 495, '2021-05-09 00:00:00', 0.0146360986815271, 0.0288461538461528, 0.0198485418956824, 0.0427307692307683, 0.0336258142595162, 0.0788461538461532, 0.0636220208611884, 0.223192307692308, 0.156234325983069, 0.510269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 510, '2021-05-09 00:00:00', 0.0156325105026465, 0.0318461538461534, 0.0208869484459692, 0.0472307692307679, 0.0314959338034908, 0.0890769230769226, 0.0626868284533392, 0.226038461538461, 0.154609761857191, 0.514461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 525, '2021-05-09 00:00:00', 0.0130266590557153, 0.0315769230769225, 0.0275209850002609, 0.0612692307692298, 0.0412679797645362, 0.102384615384614, 0.0631367258720776, 0.223384615384616, 0.151039882659665, 0.515615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 540, '2021-05-09 00:00:00', 0.0260070108890777, 0.0537307692307694, 0.0259716117209675, 0.0732692307692314, 0.040160619823596, 0.110346153846154, 0.0659298111630838, 0.2225, 0.152030062816534, 0.5155 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 555, '2021-05-09 00:00:00', 0.0209765070055505, 0.0484230769230769, 0.0353873728022598, 0.0748846153846144, 0.0490302418450525, 0.120269230769229, 0.0682942615001152, 0.221115384615385, 0.152509939146472, 0.514192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 570, '2021-05-09 00:00:00', 0.0226699394319033, 0.0496153846153838, 0.0338739064541043, 0.0728076923076934, 0.0532426087322479, 0.134846153846152, 0.0651364603086343, 0.219961538461539, 0.154190212200582, 0.518307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 585, '2021-05-09 00:00:00', 0.0291170845962395, 0.0552692307692307, 0.0376435917521134, 0.0959999999999993, 0.0577906699949173, 0.145192307692309, 0.0637294763343156, 0.226384615384616, 0.155507056480996, 0.516269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 600, '2021-05-09 00:00:00', 0.0224427133968986, 0.0786538461538462, 0.0329329388536526, 0.108461538461538, 0.0523981356098133, 0.14473076923077, 0.0579520358705245, 0.223038461538462, 0.15901998423033, 0.515653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 615, '2021-05-09 00:00:00', 0.0261033449079739, 0.0672307692307689, 0.0447036739154466, 0.0985384615384631, 0.0476346351044961, 0.135538461538462, 0.0521646063327048, 0.217115384615384, 0.158238811732333, 0.515807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 630, '2021-05-09 00:00:00', 0.0301695975343503, 0.0662692307692324, 0.0308087899545167, 0.0893076923076924, 0.0332981172948955, 0.11826923076923, 0.0519221903058199, 0.205923076923077, 0.159623947499689, 0.512269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 645, '2021-05-09 00:00:00', 0.0186107082492423, 0.0589615384615385, 0.0329070719544495, 0.0853461538461536, 0.0439899464038696, 0.119653846153847, 0.0564830403409191, 0.198423076923078, 0.160549537047458, 0.507923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 660, '2021-05-09 00:00:00', 0.0269804487617333, 0.0662307692307706, 0.0309673773758527, 0.0834615384615402, 0.0443432763093377, 0.115384615384615, 0.0561284789910275, 0.198384615384617, 0.161884574263932, 0.505153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 675, '2021-05-09 00:00:00', 0.017601267436881, 0.0497307692307684, 0.0372497805878917, 0.0841153846153851, 0.0345571767009165, 0.104038461538461, 0.0623946743289483, 0.203846153846153, 0.162370137459019, 0.501692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 690, '2021-05-09 00:00:00', 0.0347996463288841, 0.0648461538461552, 0.0337914873212857, 0.0807692307692289, 0.0345059192246552, 0.108461538461538, 0.0665445715291642, 0.202499999999999, 0.164375648580175, 0.502923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 705, '2021-05-09 00:00:00', 0.0208068405911287, 0.0552692307692279, 0.0243447356495427, 0.0731153846153834, 0.0356472460906331, 0.0993846153846155, 0.0609962420027791, 0.209307692307692, 0.168410615415462, 0.502153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 720, '2021-05-09 00:00:00', 0.0149292176104962, 0.0518076923076921, 0.0245014599251074, 0.0741923076923083, 0.0274682754072081, 0.0971153846153865, 0.067957645180373, 0.215807692307692, 0.174316604090194, 0.507961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 735, '2021-05-09 00:00:00', 0.016007690459469, 0.0466153846153853, 0.0206997956140042, 0.065192307692308, 0.0259068449523415, 0.0912692307692315, 0.0838196966020593, 0.223307692307692, 0.174585984986899, 0.510115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 750, '2021-05-09 00:00:00', 0.0151084795345593, 0.0448846153846154, 0.0172928175397054, 0.0638076923076925, 0.0267772578592644, 0.0886923076923081, 0.0874877398004107, 0.226230769230769, 0.176611263688187, 0.510461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 765, '2021-05-09 00:00:00', 0.0162548927545387, 0.0446923076923074, 0.0258426302543223, 0.0648076923076935, 0.032870866221534, 0.094423076923078, 0.110438963302742, 0.241730769230769, 0.177787587175951, 0.512115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 780, '2021-05-09 00:00:00', 0.0173878826065305, 0.0484615384615397, 0.0166685793774249, 0.0638076923076936, 0.0312273056055851, 0.0942307692307704, 0.112259541311126, 0.246730769230769, 0.178733148748459, 0.511538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 795, '2021-05-09 00:00:00', 0.0130174439178301, 0.0444230769230764, 0.0255821151468089, 0.0662692307692302, 0.0325370557979648, 0.0934999999999993, 0.105228220841837, 0.25653846153846, 0.182535294795703, 0.510576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 810, '2021-05-09 00:00:00', 0.0213433470088108, 0.0474615384615383, 0.0243221013768284, 0.0642692307692305, 0.0328526781486441, 0.0954615384615379, 0.103672086592591, 0.263692307692307, 0.184939828052261, 0.509499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 825, '2021-05-09 00:00:00', 0.0119643058881254, 0.0437692307692332, 0.0257246963053019, 0.0660000000000014, 0.0294217345093464, 0.0909615384615388, 0.0995594372144677, 0.264192307692307, 0.183019834990637, 0.5085 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 840, '2021-05-09 00:00:00', 0.0180720353457595, 0.0479615384615395, 0.0235495222881471, 0.0674999999999998, 0.0285986820567766, 0.0977307692307691, 0.105057061418288, 0.277884615384616, 0.181957175857819, 0.515423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 855, '2021-05-09 00:00:00', 0.0160343861267454, 0.0446923076923074, 0.0231837144432164, 0.0657307692307683, 0.0420494214722859, 0.109076923076922, 0.107616470000575, 0.284230769230769, 0.188271130186066, 0.519538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 870, '2021-05-09 00:00:00', 0.0207987055810225, 0.046115384615384, 0.0319303328176548, 0.0751153846153842, 0.0491114431283992, 0.115423076923077, 0.106188975235373, 0.283538461538462, 0.191747963583612, 0.522807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 885, '2021-05-09 00:00:00', 0.0257701079070007, 0.0555384615384611, 0.0384897189069829, 0.0845384615384607, 0.0523704702465642, 0.130115384615385, 0.0966952707458625, 0.279153846153847, 0.189558227303543, 0.523192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 900, '2021-05-09 00:00:00', 0.0289804443348643, 0.0651153846153851, 0.0296951951565347, 0.0887307692307688, 0.0541320465301142, 0.139038461538462, 0.0929930022181172, 0.273538461538461, 0.179878249422727, 0.521769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 915, '2021-05-09 00:00:00', 0.0243132442539817, 0.0604230769230768, 0.0392143615764192, 0.100615384615385, 0.0740316460399477, 0.143730769230769, 0.0957956880352874, 0.268576923076923, 0.178956685777916, 0.522153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 930, '2021-05-09 00:00:00', 0.0372952461396268, 0.0771538461538451, 0.0534655172841466, 0.109192307692308, 0.0804795339487934, 0.147346153846154, 0.0937618341248813, 0.271807692307692, 0.17457525157232, 0.52103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 945, '2021-05-09 00:00:00', 0.0319730896464262, 0.0680384615384623, 0.0574109745606169, 0.0944999999999998, 0.0773366268087347, 0.149923076923077, 0.0876984694191516, 0.262307692307692, 0.174298475212892, 0.51703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 960, '2021-05-09 00:00:00', 0.0324240414127921, 0.0709615384615379, 0.0474198432985754, 0.0991923076923085, 0.0706002941811245, 0.152192307692309, 0.0798573343291277, 0.260076923076923, 0.173951894322718, 0.521307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 975, '2021-05-09 00:00:00', 0.0305984413881588, 0.0697692307692299, 0.0526389735696015, 0.111692307692308, 0.0592179416679128, 0.16273076923077, 0.0773704376062632, 0.256230769230769, 0.174273617757119, 0.521576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 990, '2021-05-09 00:00:00', 0.0471891936782111, 0.0865000000000004, 0.0567860356615392, 0.117423076923077, 0.0647472363532558, 0.173730769230769, 0.0758743597108966, 0.251038461538461, 0.170010158067553, 0.527576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1005, '2021-05-09 00:00:00', 0.0384565489071253, 0.0808846153846157, 0.045591902114975, 0.122307692307693, 0.0585552861700922, 0.167807692307691, 0.0725414258306147, 0.241538461538463, 0.166647472228055, 0.5275 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1020, '2021-05-09 00:00:00', 0.0356542369906387, 0.0887692307692321, 0.0476078371053138, 0.121884615384615, 0.0553844188030704, 0.174923076923077, 0.0625673913595456, 0.227038461538462, 0.165425456137989, 0.533307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1035, '2021-05-09 00:00:00', 0.0267627755258327, 0.0783846153846147, 0.0323195582604988, 0.108076923076922, 0.0545188182049238, 0.160692307692306, 0.077294083762053, 0.232153846153846, 0.17030245040922, 0.534730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1050, '2021-05-09 00:00:00', 0.0269611971886648, 0.0728846153846152, 0.0441379132335846, 0.121653846153847, 0.0502839475838502, 0.146346153846154, 0.0912505258151348, 0.231461538461537, 0.173463984291132, 0.534076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1065, '2021-05-09 00:00:00', 0.0426354854010675, 0.0972307692307695, 0.0459932603758422, 0.1145, 0.0479065275783521, 0.133653846153846, 0.11949324409612, 0.232346153846152, 0.175839524742132, 0.53253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982770 and enddate = '2021-05-09 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 982770, 3, 1080, '2021-05-09 00:00:00', 0.0185508863566004, 0.0658461538461523, 0.0241341124679469, 0.0828461538461532, 0.0340027374463641, 0.105115384615384, 0.126884296173262, 0.216769[...];
Date: 2021-05-09 15:41:11 Duration: 15s979ms 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 982365, 1, 930, '2021-05-09 00:00:00', 0.0406164233550143, 0.0670769230769225, 0.0535754284953601, 0.0970576923076944, 0.0699362896884337, 0.129769230769231, 0.220023631597923, 0.350038461538462, 0.222628199886303, 0.542153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 945, '2021-05-09 00:00:00', 0.033971730328883, 0.0675384615384621, 0.0481190191088722, 0.0920000000000004, 0.0778614573358436, 0.140942307692308, 0.214150598519252, 0.336173076923077, 0.214495243805974, 0.53851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 960, '2021-05-09 00:00:00', 0.0377886836947872, 0.0652307692307691, 0.0466711902569464, 0.0909999999999989, 0.122667743863721, 0.186653846153846, 0.2142428420849, 0.330653846153845, 0.213542127891934, 0.542403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982365, 1, 975, '2021-05-09 00:00:00', 0.0272920106652823, 0.0599230769230756, 0.0581025088826768, 0.103192307692307, 0.145766821169449, 0.205384615384614, 0.200839056307436, 0.317557692307691, 0.206011112470998, 0.539538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 990, '2021-05-09 00:00:00', 0.0532463108147849, 0.084519230769231, 0.105982032221721, 0.146365384615386, 0.151757585034107, 0.214230769230768, 0.196428425993951, 0.305442307692307, 0.199980057659602, 0.539711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1005, '2021-05-09 00:00:00', 0.0775180376031675, 0.0978846153846144, 0.114064012055309, 0.151826923076922, 0.131009325857125, 0.196788461538461, 0.173824093222472, 0.279846153846153, 0.194455813648084, 0.541788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1020, '2021-05-09 00:00:00', 0.0706458665566405, 0.0955384615384608, 0.0833313243347563, 0.13001923076923, 0.10265673944679, 0.180615384615384, 0.11942749329131, 0.242384615384615, 0.169692314317594, 0.534307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1035, '2021-05-09 00:00:00', 0.0355353561746821, 0.0718076923076919, 0.0450789265110066, 0.10501923076923, 0.10288688523736, 0.166865384615384, 0.102757288717712, 0.215096153846154, 0.166033717613668, 0.533153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1050, '2021-05-09 00:00:00', 0.0317671819045063, 0.0730769230769238, 0.0587347001354393, 0.119250000000001, 0.0902830357180204, 0.153442307692308, 0.0899367919066581, 0.197057692307694, 0.165366846272624, 0.524076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1065, '2021-05-09 00:00:00', 0.0503559674868666, 0.0922884615384617, 0.0792768663511693, 0.119307692307692, 0.0798302357409854, 0.140557692307693, 0.08039683547159, 0.176134615384616, 0.165908887182555, 0.524173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1080, '2021-05-09 00:00:00', 0.048000901433842, 0.0724423076923082, 0.047748233958481, 0.0879230769230759, 0.0512781592433334, 0.116980769230769, 0.0741893108618329, 0.155076923076923, 0.16637540498708, 0.519846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1095, '2021-05-09 00:00:00', 0.0234584411574683, 0.0519615384615357, 0.0249524239611791, 0.0737884615384602, 0.0398521160523022, 0.0963653846153829, 0.0642391924463072, 0.144076923076922, 0.166743557135362, 0.516076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1110, '2021-05-09 00:00:00', 0.0253407015263222, 0.050634615384615, 0.0301742376106612, 0.0712307692307683, 0.0557722187528465, 0.0940961538461528, 0.0641317514064714, 0.136692307692308, 0.166918427797716, 0.518307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1125, '2021-05-09 00:00:00', 0.0190393115583371, 0.044153846153846, 0.0251718783871715, 0.0587884615384619, 0.0466630309939103, 0.0800384615384617, 0.0604036709276721, 0.130288461538463, 0.165878690614557, 0.519000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1140, '2021-05-09 00:00:00', 0.0268838885122396, 0.0447115384615382, 0.0419900766665374, 0.065442307692307, 0.046037146372837, 0.0788269230769229, 0.066884300216004, 0.13051923076923, 0.166490610730871, 0.519788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1155, '2021-05-09 00:00:00', 0.0239767836426454, 0.0441153846153843, 0.0317959177350699, 0.0544038461538458, 0.0425114826117143, 0.0746153846153851, 0.0643911395003509, 0.128326923076923, 0.16906568136492, 0.523269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1170, '2021-05-09 00:00:00', 0.0228465786026298, 0.036615384615384, 0.0275753234167506, 0.0519615384615395, 0.0338900938555561, 0.0735384615384634, 0.0624813202854689, 0.124346153846153, 0.173662746769088, 0.524980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1185, '2021-05-09 00:00:00', 0.0188961636318058, 0.0362500000000004, 0.0218412806048909, 0.0528076923076925, 0.0304411917284155, 0.0741153846153843, 0.0565291925944868, 0.119980769230769, 0.175537759470718, 0.527250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1200, '2021-05-09 00:00:00', 0.020422913225476, 0.0413461538461545, 0.025885814351018, 0.0543461538461548, 0.0324987159509646, 0.0725576923076933, 0.0567502117922167, 0.119557692307692, 0.175140611641486, 0.528576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1215, '2021-05-09 00:00:00', 0.0152629768242795, 0.0334615384615397, 0.0247524435468191, 0.0477884615384629, 0.0317069574990437, 0.0671346153846167, 0.0548702245162302, 0.127692307692306, 0.176102091238184, 0.534942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1230, '2021-05-09 00:00:00', 0.0207298001771506, 0.034269230769231, 0.0214071609154877, 0.0470576923076935, 0.0393604692357906, 0.0729423076923073, 0.0531407601057353, 0.124596153846152, 0.175185497292266, 0.537961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1245, '2021-05-09 00:00:00', 0.0175617591549184, 0.0328461538461555, 0.0226662405691468, 0.0494615384615391, 0.0390185409576204, 0.0685576923076928, 0.050313463559812, 0.11926923076923, 0.173584992483177, 0.540019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1260, '2021-05-09 00:00:00', 0.016298666769449, 0.0349423076923078, 0.0237691218568581, 0.0503653846153846, 0.0301976056106333, 0.0618461538461546, 0.0460525118332727, 0.116423076923076, 0.171823178341528, 0.53873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1275, '2021-05-09 00:00:00', 0.0200809611323758, 0.0322499999999999, 0.02531479500517, 0.0438269230769236, 0.0285588191955855, 0.0626153846153857, 0.0431312665458136, 0.115884615384614, 0.172486089740147, 0.540865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1290, '2021-05-09 00:00:00', 0.018603773397228, 0.0324038461538473, 0.02125385032991, 0.0431153846153861, 0.0262532635333924, 0.0604230769230785, 0.0447862101029374, 0.117730769230768, 0.172347685262624, 0.541269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1305, '2021-05-09 00:00:00', 0.0181759033211138, 0.0322884615384605, 0.0266464097740414, 0.0493653846153842, 0.0250951113841828, 0.0582692307692308, 0.0553286683235853, 0.125192307692308, 0.172195291635801, 0.543461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1320, '2021-05-09 00:00:00', 0.0208455953657795, 0.0371730769230784, 0.0198557587073901, 0.043634615384616, 0.0307104404697499, 0.0643653846153848, 0.0634899174309152, 0.12901923076923, 0.17255306430197, 0.544 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1335, '2021-05-09 00:00:00', 0.01045679756831, 0.0257307692307702, 0.0181412831367066, 0.0386153846153859, 0.0278644866341478, 0.0634807692307668, 0.0628257204801207, 0.135865384615385, 0.172791235755307, 0.545865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1350, '2021-05-09 00:00:00', 0.013819050395962, 0.0273846153846155, 0.0216886003378585, 0.0463461538461538, 0.0233422693511482, 0.0573076923076899, 0.0627358442506863, 0.140884615384616, 0.172472442614866, 0.546788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1365, '2021-05-09 00:00:00', 0.0200061144499536, 0.03873076923077, 0.0212336090631379, 0.0491153846153825, 0.0217682902759607, 0.0560384615384602, 0.0702560290322816, 0.146980769230769, 0.172345579711676, 0.547326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1380, '2021-05-09 00:00:00', 0.0118354747069338, 0.030961538461536, 0.0116750226486366, 0.034384615384614, 0.0176118950188181, 0.0491730769230767, 0.0680784502218996, 0.150653846153846, 0.174741894276628, 0.548519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1395, '2021-05-09 00:00:00', 0.010377805459433, 0.0211730769230758, 0.0130190393123061, 0.030653846153846, 0.0313926988081872, 0.0811923076923068, 0.0638762987223095, 0.161692307692309, 0.175769281686577, 0.549596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1410, '2021-05-09 00:00:00', 0.0124185964771192, 0.0226923076923078, 0.0182848402950478, 0.0368461538461532, 0.0303759013794713, 0.0788461538461537, 0.0818060182100619, 0.174730769230771, 0.177667330662154, 0.550903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 1, 1425, '2021-05-09 00:00:00', 0.0145390323453265, 0.0267884615384616, 0.029243519992274, 0.0697115384615374, 0.0283548937575148, 0.0754999999999998, 0.0809287364575507, 0.184596153846155, 0.17822433572931, 0.551423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 0, '2021-05-09 00:00:00', 0.0291338291338441, 0.0545000000000001, 0.0279245205178862, 0.0626730769230761, 0.0283271003702215, 0.0712307692307688, 0.0769150405417475, 0.191288461538462, 0.183262720200766, 0.554269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 15, '2021-05-09 00:00:00', 0.0184944170369988, 0.0317115384615385, 0.0184651022201323, 0.0370000000000023, 0.0237580431724623, 0.0567307692307696, 0.0866791719281729, 0.194673076923077, 0.180630225769493, 0.552461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 30, '2021-05-09 00:00:00', 0.0119791003900053, 0.0246730769230783, 0.0203543701601251, 0.036096153846154, 0.0307488398780541, 0.062365384615384, 0.0864073981875296, 0.200038461538462, 0.18051364320908, 0.551653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 45, '2021-05-09 00:00:00', 0.0171301017105971, 0.0284038461538446, 0.021252257798608, 0.0464615384615373, 0.0437549865290111, 0.0743269230769238, 0.0881998103085338, 0.205557692307693, 0.18051364320908, 0.551653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 60, '2021-05-09 00:00:00', 0.0193235209405148, 0.0374615384615381, 0.0245209800281005, 0.0520384615384613, 0.0487644889711301, 0.0768461538461546, 0.100326070313827, 0.215403846153846, 0.184013152748969, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 75, '2021-05-09 00:00:00', 0.0160461354082051, 0.0315384615384596, 0.0310015880486544, 0.0520384615384619, 0.0423951058496167, 0.082750000000001, 0.0970140374458177, 0.214788461538462, 0.194259053843057, 0.554500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 90, '2021-05-09 00:00:00', 0.0209145606254091, 0.0393269230769245, 0.0281782035241128, 0.0533653846153847, 0.0470023240014648, 0.0885384615384623, 0.0955811455498174, 0.217653846153847, 0.194259053843057, 0.554500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 105, '2021-05-09 00:00:00', 0.0203084673511779, 0.0329230769230756, 0.0390440825813017, 0.0684038461538459, 0.0544523539082934, 0.0946730769230759, 0.0946614778281823, 0.220153846153847, 0.192792332476004, 0.551788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 120, '2021-05-09 00:00:00', 0.0297158142305521, 0.0570192307692308, 0.0427111631958043, 0.0702884615384627, 0.0500833651179573, 0.100711538461538, 0.0927563661510001, 0.22121153846154, 0.19250875304775, 0.5515 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 135, '2021-05-09 00:00:00', 0.033407559024867, 0.0447499999999994, 0.0474127214347184, 0.0721153846153819, 0.0414732397502841, 0.11051923076923, 0.0917855443620946, 0.218115384615384, 0.194552256179709, 0.554596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 150, '2021-05-09 00:00:00', 0.0271212377752491, 0.0531923076923059, 0.0310560783100491, 0.0744999999999994, 0.0526908107591977, 0.116807692307694, 0.0923553755047064, 0.216153846153847, 0.194131910942415, 0.553826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 165, '2021-05-09 00:00:00', 0.0230135077391832, 0.0581923076923073, 0.0283744535697998, 0.0899807692307693, 0.0516168130032784, 0.121846153846155, 0.0914631830090877, 0.211076923076923, 0.195302333673874, 0.553807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 180, '2021-05-09 00:00:00', 0.0279617596012852, 0.0669999999999996, 0.0449673385743654, 0.0883076923076931, 0.0491353272566212, 0.116903846153846, 0.0879426299006685, 0.200615384615384, 0.200533711917433, 0.55748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 195, '2021-05-09 00:00:00', 0.0349643609760224, 0.0554423076923068, 0.0424080362485892, 0.0806923076923076, 0.0560525749082596, 0.112134615384615, 0.0783659585632583, 0.190288461538462, 0.209597533749435, 0.561384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 210, '2021-05-09 00:00:00', 0.0298175026039831, 0.0597115384615394, 0.0298255698249769, 0.0802692307692309, 0.0439875025957978, 0.109096153846154, 0.0671443708620569, 0.184557692307694, 0.213558668754044, 0.56975 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 225, '2021-05-09 00:00:00', 0.0233251679852131, 0.0527115384615376, 0.0388363677696364, 0.0762115384615378, 0.0492457260933542, 0.104192307692306, 0.0665949322396235, 0.181250000000002, 0.219442829421731, 0.576846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 240, '2021-05-09 00:00:00', 0.0224968031917006, 0.0508846153846157, 0.0300247654189245, 0.0704423076923068, 0.0542516961805008, 0.101942307692306, 0.0575446047728311, 0.173807692307693, 0.2258862511565, 0.580961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 255, '2021-05-09 00:00:00', 0.0216022078643674, 0.0453461538461539, 0.0235291635733511, 0.0626923076923064, 0.0466424039491305, 0.0945769230769227, 0.0526951464704121, 0.165461538461539, 0.229822265775434, 0.583076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 270, '2021-05-09 00:00:00', 0.0161265309350771, 0.0397499999999985, 0.0357146167017614, 0.0645769230769221, 0.0430281884350254, 0.0867499999999994, 0.055689195886287, 0.161942307692308, 0.230517902692044, 0.579288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 285, '2021-05-09 00:00:00', 0.0255445011394131, 0.047692307692307, 0.030962936901051, 0.0642115384615384, 0.0366993659555394, 0.0852884615384632, 0.0577787291177407, 0.157192307692307, 0.232164852736486, 0.577673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 300, '2021-05-09 00:00:00', 0.0218161549175065, 0.0437307692307703, 0.0243758786823881, 0.056211538461538, 0.034194533976151, 0.081115384615386, 0.0607816900567418, 0.153576923076922, 0.232107790775022, 0.574557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 315, '2021-05-09 00:00:00', 0.0177693881111938, 0.0376346153846136, 0.0228804585752878, 0.0533461538461555, 0.0371556652684158, 0.0792115384615379, 0.0626822511990795, 0.158230769230769, 0.232537209594838, 0.573076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 330, '2021-05-09 00:00:00', 0.0184187717789807, 0.0396346153846177, 0.0274682754072069, 0.0561153846153858, 0.0337623139928787, 0.0790769230769235, 0.0646077305448318, 0.167673076923077, 0.232102818728119, 0.571461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 345, '2021-05-09 00:00:00', 0.0219545772343385, 0.0372115384615396, 0.0287278543470384, 0.0545192307692315, 0.0323776751196549, 0.0735769230769235, 0.0860497441108231, 0.182038461538461, 0.231772518613866, 0.570903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 360, '2021-05-09 00:00:00', 0.0168667287421582, 0.0364423076923084, 0.0216047804539064, 0.0519423076923087, 0.0266478242725651, 0.0714423076923083, 0.0924956235970925, 0.182096153846153, 0.238028980136065, 0.574346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 375, '2021-05-09 00:00:00', 0.0148373230013399, 0.0353846153846176, 0.0173216738398853, 0.0479038461538464, 0.0218906109132162, 0.0691730769230771, 0.10175277165002, 0.190442307692307, 0.245176209788294, 0.578423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 390, '2021-05-09 00:00:00', 0.01038973235755, 0.029557692307693, 0.021828677326997, 0.0476346153846166, 0.0346079415074726, 0.069519230769232, 0.10047285128906, 0.198423076923076, 0.244757859149373, 0.578480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 405, '2021-05-09 00:00:00', 0.0149186512073383, 0.0351153846153867, 0.0186749523735376, 0.0509230769230785, 0.0415775642162199, 0.0749230769230789, 0.118386206317095, 0.221923076923078, 0.244826466015295, 0.579038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 420, '2021-05-09 00:00:00', 0.0126366986925443, 0.0346153846153832, 0.0233662478473018, 0.0493076923076911, 0.0383708022008708, 0.0724615384615374, 0.133420221048442, 0.226153846153845, 0.246845153113008, 0.579980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 435, '2021-05-09 00:00:00', 0.016397420059737, 0.0338461538461531, 0.0320541668958121, 0.0514807692307702, 0.0347275771597239, 0.07676923076923, 0.130754751347703, 0.22975, 0.246795898232963, 0.579846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 450, '2021-05-09 00:00:00', 0.0304143943654212, 0.0391538461538467, 0.0313383090702837, 0.0534807692307688, 0.032221803416082, 0.0782692307692317, 0.129268016152487, 0.238000000000001, 0.24626799738996, 0.580442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 465, '2021-05-09 00:00:00', 0.0147318206091964, 0.0355576923076927, 0.0189077924513837, 0.0537307692307694, 0.030507357246308, 0.0746730769230766, 0.133373483698395, 0.248884615384617, 0.24595503966876, 0.580192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 480, '2021-05-09 00:00:00', 0.0180888405887752, 0.0406153846153856, 0.0243378227330351, 0.0584807692307708, 0.0336042636946819, 0.0770576923076919, 0.13675610097486, 0.253365384615385, 0.245102149034923, 0.579711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 495, '2021-05-09 00:00:00', 0.0133258713093695, 0.0366730769230771, 0.0211362248284779, 0.0499999999999993, 0.0292672368672918, 0.0873653846153837, 0.130489181691286, 0.253557692307692, 0.243913163141815, 0.575634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 510, '2021-05-09 00:00:00', 0.0187079168761813, 0.0356153846153841, 0.0278698693105055, 0.0569807692307675, 0.0404468169328546, 0.0992499999999995, 0.1337915039846, 0.256942307692308, 0.243757351762897, 0.575442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 525, '2021-05-09 00:00:00', 0.0176714567768313, 0.0404038461538445, 0.0225900335410265, 0.070019230769229, 0.0745642933725893, 0.111923076923075, 0.134530764282603, 0.257442307692308, 0.242667788106734, 0.574846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 540, '2021-05-09 00:00:00', 0.024018646602494, 0.0593461538461519, 0.0417894907657596, 0.0798076923076902, 0.0847541058683182, 0.12453846153846, 0.137600012578264, 0.259288461538462, 0.242121085409759, 0.5755 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 555, '2021-05-09 00:00:00', 0.0323487783623809, 0.0562884615384619, 0.0676436164479241, 0.0883269230769229, 0.0786597761541137, 0.138096153846155, 0.1332392599222, 0.262903846153848, 0.238069693254211, 0.573826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 570, '2021-05-09 00:00:00', 0.04429535919432, 0.061173076923075, 0.0521640644062996, 0.090519230769229, 0.0557921451598566, 0.135288461538459, 0.125191651540289, 0.252980769230768, 0.232337835092318, 0.567519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 585, '2021-05-09 00:00:00', 0.0251157397783814, 0.0550961538461518, 0.0368899871760094, 0.0938653846153835, 0.0753977555266847, 0.144192307692308, 0.11996563610532, 0.244576923076923, 0.228216051481587, 0.562884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 600, '2021-05-09 00:00:00', 0.0342108001390473, 0.0781730769230763, 0.0384687735502636, 0.100057692307691, 0.0891556482528422, 0.145019230769231, 0.120624726384703, 0.241769230769232, 0.230900162407913, 0.562750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 615, '2021-05-09 00:00:00', 0.0212400655511083, 0.0609038461538473, 0.0665823059193555, 0.104288461538462, 0.0776204894638985, 0.133096153846154, 0.120203367737283, 0.237019230769231, 0.226733287061117, 0.557211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 630, '2021-05-09 00:00:00', 0.048190443514808, 0.0793269230769231, 0.0594935581516042, 0.0997884615384603, 0.0592484891076409, 0.129711538461539, 0.110757949879629, 0.230788461538463, 0.224390752071883, 0.554519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 645, '2021-05-09 00:00:00', 0.0297762424658432, 0.0582692307692281, 0.0308176086028747, 0.0812499999999994, 0.050194916230477, 0.11951923076923, 0.102954002051701, 0.226057692307692, 0.227226938408415, 0.555192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 660, '2021-05-09 00:00:00', 0.0175210313184347, 0.0580576923076924, 0.0330253515674514, 0.0859230769230778, 0.0637063213866213, 0.119653846153847, 0.104913752123424, 0.232653846153847, 0.22520578623527, 0.560384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 675, '2021-05-09 00:00:00', 0.0306835711490937, 0.0616923076923082, 0.0481746861392517, 0.0850961538461535, 0.0706730391418006, 0.110961538461539, 0.106331457462756, 0.239326923076923, 0.228053121342039, 0.556384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 690, '2021-05-09 00:00:00', 0.0301564191406195, 0.0610192307692308, 0.0375538229130499, 0.0805192307692326, 0.0502676987583639, 0.10619230769231, 0.11287947282219, 0.248846153846155, 0.229643440174948, 0.55898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 705, '2021-05-09 00:00:00', 0.0251973518144584, 0.0554423076923084, 0.0360790851410536, 0.0714038461538477, 0.0424291128281584, 0.100480769230771, 0.128655485099369, 0.268923076923078, 0.229268291779271, 0.558519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 720, '2021-05-09 00:00:00', 0.0212626071199748, 0.0499615384615393, 0.0289498505376778, 0.0755769230769243, 0.0389419291529548, 0.102076923076924, 0.148307265499705, 0.274750000000001, 0.227964535872106, 0.56398076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 735, '2021-05-09 00:00:00', 0.0218630088013103, 0.0561346153846178, 0.0231778740645868, 0.069923076923079, 0.0627786955533836, 0.11373076923077, 0.158632678028397, 0.279557692307692, 0.231679357335488, 0.564230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 750, '2021-05-09 00:00:00', 0.0191899813604767, 0.0463461538461532, 0.0338673941220081, 0.0730961538461547, 0.0724363195131792, 0.117596153846155, 0.172468159826231, 0.283384615384616, 0.232977110133495, 0.563423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 765, '2021-05-09 00:00:00', 0.028588304494078, 0.0563653846153843, 0.0559090917334693, 0.0880576923076925, 0.0680154054947509, 0.122153846153846, 0.174377059403334, 0.295826923076924, 0.232700910711915, 0.562576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 780, '2021-05-09 00:00:00', 0.0398552428748749, 0.0590961538461534, 0.0568735304121195, 0.0814615384615377, 0.0644853501550171, 0.112403846153844, 0.170015958526976, 0.305115384615385, 0.232159064337033, 0.557865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 795, '2021-05-09 00:00:00', 0.0307835370587287, 0.052615384615385, 0.0361804026851767, 0.0761923076923086, 0.0607664887404731, 0.111615384615385, 0.162439353180006, 0.312288461538463, 0.233412877009487, 0.554865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 810, '2021-05-09 00:00:00', 0.0255287846587724, 0.0546730769230762, 0.0338357798787013, 0.0739999999999992, 0.063263311156321, 0.116442307692306, 0.158761956545496, 0.309173076923078, 0.230332588963137, 0.552692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 825, '2021-05-09 00:00:00', 0.0173245601564758, 0.0465961538461539, 0.0525006080550862, 0.0780769230769242, 0.0721074865418593, 0.114019230769231, 0.15030761918351, 0.308903846153848, 0.22119118514221, 0.551403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 840, '2021-05-09 00:00:00', 0.0478833839816951, 0.0610384615384611, 0.050919004310767, 0.0852499999999993, 0.0692906947909686, 0.126596153846154, 0.148832359229591, 0.311634615384617, 0.218530853304868, 0.549923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 855, '2021-05-09 00:00:00', 0.0279940172179707, 0.0562499999999975, 0.0606486983816182, 0.0872692307692282, 0.0687306336359554, 0.139999999999998, 0.139172954103325, 0.306634615384616, 0.213553916809352, 0.548153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 870, '2021-05-09 00:00:00', 0.0538079919714524, 0.0619999999999976, 0.0540611192575994, 0.0937307692307686, 0.0799776435107861, 0.144211538461538, 0.136951355766028, 0.306923076923077, 0.21156349837851, 0.548576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 885, '2021-05-09 00:00:00', 0.0263354397080328, 0.0603461538461556, 0.0347423538904056, 0.0953653846153852, 0.0944339166580794, 0.160230769230771, 0.130795236328216, 0.307423076923078, 0.208472934970909, 0.545730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 900, '2021-05-09 00:00:00', 0.0257635177363985, 0.0681730769230761, 0.0436261389536139, 0.101, 0.0949870193560865, 0.157076923076924, 0.114529042336262, 0.305307692307693, 0.199629365228512, 0.539711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 915, '2021-05-09 00:00:00', 0.0361029723898823, 0.0742692307692307, 0.0786459569110943, 0.121057692307693, 0.0909586233066753, 0.156865384615384, 0.114497571354826, 0.303923076923078, 0.197944471623114, 0.538076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 930, '2021-05-09 00:00:00', 0.0759013732519948, 0.0869615384615383, 0.0841223010768327, 0.112192307692308, 0.0957797152123219, 0.158076923076923, 0.103337149846806, 0.295942307692308, 0.193831367033703, 0.533173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 945, '2021-05-09 00:00:00', 0.0387995489664511, 0.0717500000000015, 0.0436287352379312, 0.0980576923076921, 0.0638199510642738, 0.159115384615385, 0.0855201640640301, 0.273538461538463, 0.185683021882413, 0.51773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 960, '2021-05-09 00:00:00', 0.0248094042343114, 0.0725576923076911, 0.049038215082337, 0.108942307692307, 0.0501619530965629, 0.174692307692307, 0.0857766509380855, 0.267923076923078, 0.189691694193905, 0.524826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 975, '2021-05-09 00:00:00', 0.0346342260687988, 0.0719807692307686, 0.0386326336743371, 0.121096153846154, 0.040022512895392, 0.172307692307692, 0.0814137863963161, 0.263269230769232, 0.188758923375416, 0.525634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 990, '2021-05-09 00:00:00', 0.0255950491005892, 0.0875576923076928, 0.0366407087603602, 0.123807692307692, 0.0462428871869467, 0.160269230769231, 0.084460614398758, 0.259153846153847, 0.185967740171825, 0.527596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1005, '2021-05-09 00:00:00', 0.0213458336774321, 0.0817692307692299, 0.0384822686441451, 0.116249999999999, 0.0434531932083253, 0.153000000000001, 0.0851836838837109, 0.247500000000002, 0.18092708794939, 0.528865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1020, '2021-05-09 00:00:00', 0.0411466233776812, 0.0897307692307697, 0.0404699936325106, 0.113596153846154, 0.0454337598979181, 0.156942307692308, 0.0839306032019667, 0.239615384615385, 0.180328751067428, 0.527038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1035, '2021-05-09 00:00:00', 0.0272961606204115, 0.075096153846155, 0.0345696454221811, 0.111903846153848, 0.0496441800756614, 0.155730769230771, 0.0903658142475076, 0.229903846153847, 0.180657326492408, 0.533019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1050, '2021-05-09 00:00:00', 0.0285261351152824, 0.075096153846155, 0.0335873430831397, 0.11148076923077, 0.0555169447452415, 0.150865384615385, 0.085140264360549, 0.21423076923077, 0.179599795485577, 0.531557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1065, '2021-05-09 00:00:00', 0.0298668068906979, 0.0891153846153849, 0.0440976713147618, 0.114769230769231, 0.0530641556550629, 0.145730769230769, 0.0914164709111312, 0.202134615384616, 0.183345899452793, 0.535673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1080, '2021-05-09 00:00:00', 0.0449300995564651, 0.0800769230769256, 0.0535145163627453, 0.104711538461541, 0.0516889364743192, 0.133884615384615, 0.0927790199261754, 0.184442307692309, 0.183564171340705, 0.530250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1095, '2021-05-09 00:00:00', 0.0280165129878796, 0.0597499999999983, 0.0319923368228167, 0.0795192307692284, 0.0367020225810309, 0.108538461538458, 0.0849072638914843, 0.162211538461537, 0.18509041034046, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1110, '2021-05-09 00:00:00', 0.0209506838515153, 0.0566346153846158, 0.0252469114638116, 0.0804423076923065, 0.0351981697513681, 0.101634615384614, 0.0801377875911209, 0.155249999999999, 0.180342379506741, 0.519423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1125, '2021-05-09 00:00:00', 0.0259787487115009, 0.0556538461538452, 0.0305526846359124, 0.0785576923076919, 0.0355187274546812, 0.0939999999999996, 0.0768061596087572, 0.148615384615384, 0.174087445975159, 0.517173076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1140, '2021-05-09 00:00:00', 0.0222393708405776, 0.0535192307692316, 0.0257390454667333, 0.065961538461538, 0.0310742596916598, 0.087019230769232, 0.0728930618203013, 0.145538461538461, 0.171878048224718, 0.513211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1155, '2021-05-09 00:00:00', 0.0174416058717278, 0.0419807692307691, 0.022001582110947, 0.0549807692307683, 0.0339241291481684, 0.0844423076923086, 0.0696262798528946, 0.141673076923077, 0.164976419060888, 0.512673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1170, '2021-05-09 00:00:00', 0.0162019941792554, 0.0372307692307688, 0.0227576276308548, 0.0565192307692323, 0.0351163560401465, 0.0800384615384638, 0.0668178033622288, 0.139173076923078, 0.161368309013407, 0.512634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1185, '2021-05-09 00:00:00', 0.0123918863032976, 0.0413269230769247, 0.0278835007734796, 0.0615192307692332, 0.0405225910402496, 0.0794038461538476, 0.0663711823471137, 0.136076923076923, 0.159104199045299, 0.510884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1200, '2021-05-09 00:00:00', 0.0286340101707996, 0.0470576923076951, 0.0315966952994463, 0.0591346153846168, 0.0374568264292872, 0.0750769230769241, 0.0645428658990395, 0.140307692307692, 0.160626753208032, 0.508923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1215, '2021-05-09 00:00:00', 0.0151997975695036, 0.0369230769230761, 0.0252425160272234, 0.0522692307692311, 0.0310068788893927, 0.0660576923076907, 0.0553344690183112, 0.139788461538461, 0.163338578277902, 0.502134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1230, '2021-05-09 00:00:00', 0.0116993753942408, 0.0363461538461541, 0.0168961989353096, 0.0491923076923092, 0.0241141276816345, 0.0611346153846171, 0.0468403836284617, 0.133807692307693, 0.163997199788477, 0.499807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1245, '2021-05-09 00:00:00', 0.0132757876776314, 0.0310576923076914, 0.0193454128929801, 0.04625, 0.0286866626742213, 0.0597692307692314, 0.0454937231511531, 0.130326923076924, 0.163970649343576, 0.497423076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1260, '2021-05-09 00:00:00', 0.0162512011390378, 0.0343076923076911, 0.020346167660313, 0.0415576923076923, 0.0280155519996704, 0.0608653846153839, 0.0482408580418649, 0.127903846153846, 0.163162255250599, 0.495807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1275, '2021-05-09 00:00:00', 0.0118971231170204, 0.0273076923076932, 0.018365697540627, 0.0398269230769219, 0.0261316857473841, 0.061249999999999, 0.0617188912607905, 0.130692307692308, 0.162649051168932, 0.497923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1290, '2021-05-09 00:00:00', 0.0137224128849329, 0.0287307692307687, 0.0164809447077991, 0.0416923076923067, 0.0277975995089773, 0.0615576923076916, 0.0652003421416201, 0.13426923076923, 0.165553817649916, 0.502942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1305, '2021-05-09 00:00:00', 0.0113940605310236, 0.0352307692307697, 0.0194700954128287, 0.0502692307692309, 0.0263234028662997, 0.0601923076923076, 0.0653541035142673, 0.134673076923078, 0.163937370780617, 0.510307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1320, '2021-05-09 00:00:00', 0.0205411875171663, 0.036403846153844, 0.0265478088332376, 0.0463846153846144, 0.0347964631270744, 0.0679230769230755, 0.0662485558623417, 0.132134615384615, 0.164114529661922, 0.510173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1335, '2021-05-09 00:00:00', 0.0160208037827759, 0.0281153846153844, 0.0155315683491599, 0.0359807692307683, 0.030834901554021, 0.0648653846153855, 0.0574022513629764, 0.139038461538461, 0.16428441683673, 0.51048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1350, '2021-05-09 00:00:00', 0.00991395675104192, 0.0239423076923056, 0.0236322546858817, 0.0477884615384591, 0.031542767060707, 0.0658846153846141, 0.0599548708485094, 0.142557692307693, 0.164707937317497, 0.510769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1365, '2021-05-09 00:00:00', 0.0201632949077874, 0.0370384615384597, 0.0252158451405815, 0.049326923076923, 0.0315030401463316, 0.0616923076923077, 0.0593359049428296, 0.144519230769231, 0.165507341226907, 0.512000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1380, '2021-05-09 00:00:00', 0.0155165916162216, 0.0322307692307706, 0.0225349386850376, 0.0422884615384623, 0.0319990384470916, 0.0574615384615385, 0.0592214910315501, 0.155750000000001, 0.166669811765197, 0.510884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1395, '2021-05-09 00:00:00', 0.0140491992654387, 0.0250000000000013, 0.0144048736410787, 0.0334038461538482, 0.0357424978680311, 0.0781153846153859, 0.0557813899211772, 0.166788461538463, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1410, '2021-05-09 00:00:00', 0.00799627317038435, 0.0224038461538476, 0.0203127186378747, 0.0389423076923083, 0.0351192474073912, 0.0786923076923079, 0.0629881826523527, 0.184865384615384, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 2, 1425, '2021-05-09 00:00:00', 0.0177997515107981, 0.0308653846153855, 0.0356190798049857, 0.0673269230769237, 0.0349607472196151, 0.076076923076924, 0.0750410784939736, 0.200711538461539, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 0, '2021-05-09 00:00:00', 0.0332122139256959, 0.0503653846153862, 0.0362657498941445, 0.0577307692307694, 0.0337606051713895, 0.0675384615384637, 0.0869630182230444, 0.212557692307692, 0.16830793664727, 0.509807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 15, '2021-05-09 00:00:00', 0.0256972012843063, 0.028115384615385, 0.0250848483229345, 0.0379807692307691, 0.036956257927448, 0.0667499999999995, 0.0856063104251991, 0.218403846153847, 0.167426061752184, 0.507615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 30, '2021-05-09 00:00:00', 0.0117812922106972, 0.0258269230769212, 0.0124530502905296, 0.0374615384615375, 0.0440944615395342, 0.0706923076923053, 0.0866410721575833, 0.220346153846154, 0.1674439653689, 0.507807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 45, '2021-05-09 00:00:00', 0.0133305461830525, 0.0267884615384605, 0.0316597536313847, 0.0519999999999996, 0.0393838115903554, 0.0717692307692297, 0.0882739289850724, 0.223057692307691, 0.167583416657083, 0.50719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 60, '2021-05-09 00:00:00', 0.0276762325137263, 0.0420769230769239, 0.0365663569629034, 0.0565384615384604, 0.0406055888536754, 0.0725769230769231, 0.089680329718738, 0.226807692307693, 0.167587823130257, 0.506961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 75, '2021-05-09 00:00:00', 0.0258609967682255, 0.0356346153846172, 0.0261181045371864, 0.0483461538461557, 0.0400067350099182, 0.0818269230769219, 0.0882323157265038, 0.22319230769231, 0.166933040468326, 0.506000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 90, '2021-05-09 00:00:00', 0.0139819664073188, 0.0358461538461545, 0.0239841293679465, 0.0494615384615396, 0.0350448339219266, 0.0845961538461544, 0.0847439151434844, 0.222134615384618, 0.16276919596117, 0.504134615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 105, '2021-05-09 00:00:00', 0.0202652032197659, 0.0360384615384625, 0.0259707231616379, 0.0675384615384605, 0.0351446242743429, 0.0877692307692317, 0.079498178498726, 0.225596153846157, 0.162831509188533, 0.504903846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 120, '2021-05-09 00:00:00', 0.0237636519467452, 0.0581346153846142, 0.033261365900072, 0.0720384615384628, 0.037889576403018, 0.109500000000003, 0.0984468306322673, 0.23096153846154, 0.162142170521855, 0.505788461538465 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 135, '2021-05-09 00:00:00', 0.0187835136387034, 0.0450961538461566, 0.0275369681589067, 0.0632692307692328, 0.038318121842524, 0.120538461538465, 0.114314942828336, 0.228384615384618, 0.164905007620937, 0.507807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 150, '2021-05-09 00:00:00', 0.0187652707045612, 0.0456538461538477, 0.0387379162300502, 0.0831153846153874, 0.0530715192343887, 0.134384615384617, 0.114391656836702, 0.227365384615387, 0.165696873374708, 0.50692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 165, '2021-05-09 00:00:00', 0.033578135056109, 0.0658653846153859, 0.0377804640196288, 0.0967884615384635, 0.0651592398548471, 0.146057692307694, 0.117758182795864, 0.22298076923077, 0.162538246386694, 0.505807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 180, '2021-05-09 00:00:00', 0.032974238196134, 0.065903846153846, 0.0511610579069056, 0.0990769230769223, 0.0824145898211259, 0.140730769230769, 0.122313550416069, 0.209769230769231, 0.155615004467386, 0.497480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 195, '2021-05-09 00:00:00', 0.0410314560382084, 0.0610961538461532, 0.0478740494984988, 0.0892692307692318, 0.0717185202987782, 0.130884615384617, 0.0983638457658399, 0.189884615384616, 0.152673094702878, 0.49192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 210, '2021-05-09 00:00:00', 0.0284440408792167, 0.0547115384615401, 0.0506593183773874, 0.0874423076923087, 0.0683682224878931, 0.112923076923078, 0.0925110804174287, 0.183000000000001, 0.152399818291835, 0.487730769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 225, '2021-05-09 00:00:00', 0.0420292617845462, 0.0641730769230778, 0.0605411525645684, 0.088134615384617, 0.0619045667508898, 0.103653846153846, 0.0753877999719809, 0.170403846153847, 0.153382920772214, 0.485596153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 240, '2021-05-09 00:00:00', 0.0404891818410063, 0.0574230769230773, 0.0425261231932362, 0.0701346153846141, 0.0506662268030843, 0.093942307692307, 0.072885001622682, 0.167211538461538, 0.151767926326805, 0.482711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 255, '2021-05-09 00:00:00', 0.0238051465023847, 0.04075, 0.0371549613624614, 0.0621346153846142, 0.0443215566583049, 0.0869038461538468, 0.0697741962443006, 0.163538461538461, 0.15449259006378, 0.480403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 270, '2021-05-09 00:00:00', 0.0227825506777583, 0.0442692307692284, 0.025795229135518, 0.0579230769230764, 0.0381505519669705, 0.0832692307692321, 0.0718138646352217, 0.160134615384616, 0.154038157111003, 0.480076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 285, '2021-05-09 00:00:00', 0.0206835962503184, 0.041865384615385, 0.0271194295946367, 0.0597115384615388, 0.0370815110471292, 0.0849615384615386, 0.0693841923916812, 0.154884615384616, 0.157293307598845, 0.483730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 300, '2021-05-09 00:00:00', 0.020046330951457, 0.041653846153845, 0.0269032811839269, 0.0595576923076919, 0.049412689120849, 0.0849230769230752, 0.0702700614661848, 0.153192307692306, 0.158738827589899, 0.484153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 315, '2021-05-09 00:00:00', 0.0173907579345604, 0.0409615384615395, 0.0249009808271454, 0.0586730769230767, 0.062754883352734, 0.0811538461538472, 0.0712328818842711, 0.159211538461539, 0.158881713378708, 0.483826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 330, '2021-05-09 00:00:00', 0.0169467151343881, 0.0408653846153841, 0.0383131831097337, 0.0579999999999998, 0.0516916932770247, 0.0793653846153848, 0.0707748542916202, 0.163500000000002, 0.158926999448949, 0.483865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 345, '2021-05-09 00:00:00', 0.0353916167822486, 0.0425576923076927, 0.0521605104092532, 0.0586730769230761, 0.0505893117322069, 0.0799615384615377, 0.0741544775348168, 0.169942307692309, 0.157980018210678, 0.483115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 360, '2021-05-09 00:00:00', 0.0241471848972392, 0.0379423076923079, 0.0255455249731479, 0.0509230769230774, 0.0320454544958567, 0.0686346153846146, 0.073787869025909, 0.17548076923077, 0.157198303230224, 0.481442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 375, '2021-05-09 00:00:00', 0.0190017003287763, 0.0347307692307695, 0.0208130598792779, 0.0487115384615377, 0.0278503970417764, 0.06873076923077, 0.0701335785922414, 0.179826923076924, 0.155808537585767, 0.478096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 390, '2021-05-09 00:00:00', 0.0151190150269334, 0.0347692307692295, 0.0254094167886345, 0.0459615384615377, 0.0305507962882507, 0.0701346153846158, 0.0737663280490927, 0.185865384615384, 0.155529132813908, 0.478134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 405, '2021-05-09 00:00:00', 0.0154591272517108, 0.0307307692307684, 0.0208719908010696, 0.0485000000000015, 0.0305235344258511, 0.0693846153846155, 0.0715047819810263, 0.201576923076924, 0.155027724567626, 0.477153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 420, '2021-05-09 00:00:00', 0.0174756643980673, 0.0356730769230795, 0.0204059192015852, 0.0503076923076942, 0.0304614763014153, 0.0711923076923082, 0.0753832898235136, 0.211903846153847, 0.155028450242578, 0.477096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 435, '2021-05-09 00:00:00', 0.0166674717754252, 0.0347307692307695, 0.0239806091537427, 0.0489807692307686, 0.0278662257663552, 0.0754423076923077, 0.0722796199598394, 0.21371153846154, 0.15460310102373, 0.476173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 450, '2021-05-09 00:00:00', 0.0176654051315423, 0.0334423076923067, 0.023801809885935, 0.0511153846153844, 0.0374207881346093, 0.0823461538461552, 0.0755862853860531, 0.218057692307693, 0.15206992951119, 0.479711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 465, '2021-05-09 00:00:00', 0.0197883901471411, 0.0399038461538465, 0.022851594793699, 0.0581538461538467, 0.0323050900966685, 0.0808269230769248, 0.076384956231328, 0.226307692307693, 0.149788421294325, 0.480134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 480, '2021-05-09 00:00:00', 0.0186571598959919, 0.0430192307692301, 0.0292608756901426, 0.0631730769230769, 0.029976067376905, 0.0797692307692296, 0.0873532989998329, 0.240326923076923, 0.149767857545757, 0.479865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 495, '2021-05-09 00:00:00', 0.0160067293540988, 0.038846153846154, 0.0193041346707021, 0.0509807692307689, 0.0314627802087111, 0.0915576923076944, 0.0871871814854957, 0.239269230769231, 0.148040738935658, 0.478596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 510, '2021-05-09 00:00:00', 0.0139774681321258, 0.0355192307692304, 0.0187645020840289, 0.053442307692306, 0.0419021020218113, 0.105115384615385, 0.0849912574689533, 0.238423076923077, 0.1474183281059, 0.478211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 525, '2021-05-09 00:00:00', 0.0125737363640972, 0.040673076923076, 0.0296299744281951, 0.0758461538461569, 0.0489137113072223, 0.115134615384617, 0.0836052997952059, 0.240615384615386, 0.147307706467162, 0.477903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 540, '2021-05-09 00:00:00', 0.0275405435396912, 0.0633076923076962, 0.0394210408479847, 0.0865384615384643, 0.0515986583009842, 0.116692307692309, 0.0831708274484614, 0.237942307692309, 0.148875674770803, 0.478942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 555, '2021-05-09 00:00:00', 0.0253160939993643, 0.0562307692307688, 0.0368102044798207, 0.0816346153846155, 0.0474042354485507, 0.113307692307692, 0.0820478120460164, 0.23021153846154, 0.147253900300965, 0.482134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 570, '2021-05-09 00:00:00', 0.0206363849696449, 0.0539038461538477, 0.0285238429280594, 0.0749807692307687, 0.0320611675011752, 0.115961538461537, 0.0786950418729448, 0.225980769230769, 0.147714469891697, 0.47926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 585, '2021-05-09 00:00:00', 0.0264232779076441, 0.0544807692307681, 0.0293874384467486, 0.0843076923076909, 0.0399418808539832, 0.128576923076923, 0.0752090854781631, 0.223057692307692, 0.143686829598264, 0.47525 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 600, '2021-05-09 00:00:00', 0.0261980695119661, 0.071673076923077, 0.0286541713972249, 0.0941923076923065, 0.0482087129054495, 0.142500000000002, 0.0709804089981074, 0.218038461538462, 0.140754800437337, 0.475923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 615, '2021-05-09 00:00:00', 0.0237574927452047, 0.0605384615384604, 0.0429734622940541, 0.0974615384615392, 0.0477741199653294, 0.131057692307694, 0.0779957617191723, 0.213173076923078, 0.138288244119082, 0.482461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 630, '2021-05-09 00:00:00', 0.0331572245289239, 0.0673076923076934, 0.0430757517011064, 0.0979038461538469, 0.0437086331905353, 0.12073076923077, 0.0738397354983188, 0.205442307692306, 0.132440680480562, 0.480076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 645, '2021-05-09 00:00:00', 0.0218278579942097, 0.0641538461538469, 0.0228482283440453, 0.0818076923076927, 0.0524163949689261, 0.122538461538462, 0.0701729539177212, 0.198711538461538, 0.131693893322591, 0.480307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 660, '2021-05-09 00:00:00', 0.0228936336464636, 0.0595384615384622, 0.0349302877171097, 0.077250000000001, 0.0738386312274178, 0.128288461538462, 0.0711022881812929, 0.195846153846153, 0.129134421616213, 0.481326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 675, '2021-05-09 00:00:00', 0.0200126498456897, 0.0513846153846164, 0.0460834735937024, 0.0864423076923078, 0.0687231374093522, 0.11651923076923, 0.0767632649524098, 0.207173076923076, 0.129248438466984, 0.482326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 690, '2021-05-09 00:00:00', 0.0395193039490236, 0.0631538461538471, 0.0647830105933536, 0.0919615384615387, 0.0625938925504364, 0.111653846153846, 0.0722151912422443, 0.211076923076924, 0.13102861695652, 0.478038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982365 and enddate = '2021-05-09 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 982365, 3, 705, '2021-05-09 00:00:00', 0.0355082926392378, 0.0603269230769231, 0.0338405310014714, 0.0768076923076912, 0.0306068368430721, 0.0979615384615389, 0.0774424277472287, 0.2[...];
Date: 2021-05-09 15:18:51 Duration: 15s202ms 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 975870, 1, 915, '2021-05-09 00:00:00', 0.0376791923806975, 0.0648076923076918, 0.0601516960564, 0.109557692307692, 0.0632713569902255, 0.153269230769229, 0.125285538486476, 0.332615384615383, 0.171702412509372, 0.566038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 930, '2021-05-09 00:00:00', 0.0476002626043183, 0.0892499999999987, 0.0514849828740234, 0.114288461538461, 0.0686380024812457, 0.152846153846153, 0.122657710096649, 0.327576923076921, 0.166400722307975, 0.564096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 945, '2021-05-09 00:00:00', 0.0308859440273655, 0.0681923076923065, 0.0378439762506726, 0.0965576923076915, 0.0616166342425866, 0.148980769230769, 0.118636652787472, 0.318653846153845, 0.161741109611817, 0.564442307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 960, '2021-05-09 00:00:00', 0.0307234375580692, 0.0684807692307683, 0.0457385546843727, 0.0943461538461529, 0.0769906887477072, 0.163384615384616, 0.118650963560545, 0.315134615384614, 0.160913684458949, 0.573576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975870, 1, 975, '2021-05-09 00:00:00', 0.0289684974783609, 0.0620769230769221, 0.0510454699263318, 0.1085, 0.0711023990723673, 0.171865384615384, 0.116885718348504, 0.305365384615384, 0.157648758808455, 0.574634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 990, '2021-05-09 00:00:00', 0.0497139703318291, 0.0886730769230784, 0.0645262737185423, 0.129000000000002, 0.0676732989044819, 0.178153846153846, 0.115073829143928, 0.299115384615385, 0.156200827339482, 0.570461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1005, '2021-05-09 00:00:00', 0.0437922938426395, 0.0897500000000011, 0.0597141910720117, 0.127730769230769, 0.0663439783366847, 0.175788461538461, 0.111569200671428, 0.285057692307692, 0.157807716492622, 0.566346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1020, '2021-05-09 00:00:00', 0.0535542751292125, 0.0909038461538468, 0.0514254202331285, 0.127423076923078, 0.0812553998205641, 0.188000000000001, 0.107214545870201, 0.273826923076924, 0.155665510482722, 0.563865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1035, '2021-05-09 00:00:00', 0.0299594918823098, 0.0833653846153831, 0.0431760973759266, 0.114653846153844, 0.083332383584332, 0.188115384615384, 0.0869036446965154, 0.258288461538462, 0.155823189989365, 0.558557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1050, '2021-05-09 00:00:00', 0.0352494844479497, 0.0801153846153846, 0.057681672865957, 0.134653846153847, 0.0762830684913873, 0.179057692307694, 0.0798060244496713, 0.247692307692309, 0.15635584784026, 0.554134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1065, '2021-05-09 00:00:00', 0.0452748231955086, 0.104980769230769, 0.0655164952805498, 0.142365384615384, 0.0674523792133288, 0.162211538461538, 0.077151628927417, 0.231576923076923, 0.158001533585547, 0.549230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1080, '2021-05-09 00:00:00', 0.0423950877052808, 0.0807115384615391, 0.0432206725822436, 0.0940576923076932, 0.046513558817254, 0.126865384615384, 0.0611408588047671, 0.20723076923077, 0.166171932509212, 0.541365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1095, '2021-05-09 00:00:00', 0.0264749809326569, 0.0617307692307694, 0.0308577443215708, 0.0780961538461523, 0.0510832691261587, 0.117903846153845, 0.0587275587254071, 0.195115384615384, 0.173138282883943, 0.541249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1110, '2021-05-09 00:00:00', 0.0233482003918602, 0.0594615384615376, 0.0361286376928104, 0.0920384615384605, 0.0464502421952774, 0.117749999999999, 0.0607564906314221, 0.190365384615385, 0.183601970200591, 0.551211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1125, '2021-05-09 00:00:00', 0.0317581243391108, 0.0615384615384597, 0.0428715478538461, 0.0795192307692295, 0.042539759682514, 0.114134615384615, 0.0580343035162415, 0.183096153846154, 0.190277490685415, 0.554788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1140, '2021-05-09 00:00:00', 0.0265869618132942, 0.0499423076923068, 0.031954125771896, 0.0716153846153828, 0.0347111154885799, 0.100692307692308, 0.0747407210603111, 0.181346153846155, 0.190659172346886, 0.554 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1155, '2021-05-09 00:00:00', 0.0243159096383071, 0.0517884615384612, 0.0353811173020068, 0.0782884615384631, 0.0325922359796606, 0.0975769230769233, 0.0780799614793408, 0.181403846153847, 0.188863854097641, 0.555653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1170, '2021-05-09 00:00:00', 0.0223053718952325, 0.0509807692307705, 0.0209017113763816, 0.0666923076923086, 0.026685547802856, 0.0855384615384633, 0.086836665864493, 0.179442307692307, 0.189247355433203, 0.556807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1185, '2021-05-09 00:00:00', 0.0209557041986566, 0.050192307692308, 0.0233070887202884, 0.065903846153846, 0.0288892913351325, 0.0846346153846161, 0.0870757340568462, 0.182211538461538, 0.188625408191432, 0.558769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1200, '2021-05-09 00:00:00', 0.017474299809897, 0.0441346153846157, 0.0167160448027083, 0.0596153846153878, 0.0362202291544391, 0.0872500000000034, 0.0822194086201437, 0.183634615384615, 0.184630387531413, 0.556500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1215, '2021-05-09 00:00:00', 0.0171710064218287, 0.0407115384615416, 0.0229572177354722, 0.0595769230769239, 0.0369665545303615, 0.0898846153846171, 0.0827706190904436, 0.180846153846155, 0.190333154272672, 0.56098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1230, '2021-05-09 00:00:00', 0.0214220590836794, 0.0437692307692293, 0.0330407498983633, 0.0686346153846168, 0.0363171923686091, 0.0909615384615388, 0.0833894685289358, 0.174211538461538, 0.191460701932839, 0.563596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1245, '2021-05-09 00:00:00', 0.0232810999607972, 0.0449807692307714, 0.0229217145955544, 0.058250000000001, 0.0314213548158187, 0.0823076923076929, 0.0794018237535169, 0.16548076923077, 0.18777096523322, 0.563846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1260, '2021-05-09 00:00:00', 0.0165832283207608, 0.0412884615384614, 0.0246236987161062, 0.0599423076923075, 0.0372775865841432, 0.0890384615384625, 0.0784196109695481, 0.160846153846154, 0.187410254419385, 0.561288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1275, '2021-05-09 00:00:00', 0.0204205872740089, 0.039903846153847, 0.0260753715218011, 0.0577500000000014, 0.03972922292024, 0.0881346153846159, 0.0785114616816196, 0.159019230769231, 0.185693614487786, 0.56046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1290, '2021-05-09 00:00:00', 0.0216827208766647, 0.043903846153847, 0.0320815607235904, 0.0704423076923084, 0.0367774596520964, 0.0886923076923065, 0.0787743515462885, 0.158461538461537, 0.18759064783151, 0.561865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1305, '2021-05-09 00:00:00', 0.0270666129846615, 0.0533076923076932, 0.0311163078687789, 0.0652307692307697, 0.0367327353481049, 0.0915769230769231, 0.0800468324458563, 0.160153846153845, 0.19472405722339, 0.565961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1320, '2021-05-09 00:00:00', 0.0191824037957865, 0.0442307692307689, 0.0242051567932242, 0.0590192307692294, 0.047451015227852, 0.0911730769230766, 0.0828240698013663, 0.154557692307692, 0.195211677023055, 0.568326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1335, '2021-05-09 00:00:00', 0.021893351642767, 0.0396730769230772, 0.02280701646424, 0.0625000000000011, 0.0453587749122313, 0.0915384615384625, 0.0804647964114657, 0.158288461538462, 0.197917410902783, 0.569192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1350, '2021-05-09 00:00:00', 0.0211088023928798, 0.0461923076923069, 0.0334140516273305, 0.0678269230769223, 0.0449655979611069, 0.0912499999999995, 0.0827617456223665, 0.161557692307692, 0.198226999829836, 0.568211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1365, '2021-05-09 00:00:00', 0.0283521536286857, 0.0542307692307686, 0.0290451637706078, 0.0688076923076913, 0.0425265934897941, 0.0896346153846132, 0.0796479368606215, 0.162076923076922, 0.200326150410926, 0.566557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1380, '2021-05-09 00:00:00', 0.0204767034606495, 0.0461538461538468, 0.0280249682632075, 0.0628269230769224, 0.0455643923053284, 0.0940769230769214, 0.0727650090253631, 0.158442307692306, 0.200896207415286, 0.566615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1395, '2021-05-09 00:00:00', 0.0242358285316471, 0.0421538461538452, 0.0296182181461649, 0.0606730769230753, 0.0443998137556722, 0.10128846153846, 0.074890443058765, 0.163961538461537, 0.200712589195441, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1410, '2021-05-09 00:00:00', 0.0156131231784219, 0.0370192307692293, 0.0260815953381796, 0.0679807692307686, 0.0301221423796246, 0.093211538461537, 0.08182738868167, 0.169192307692308, 0.200712589195441, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 1, 1425, '2021-05-09 00:00:00', 0.0248222372387835, 0.0557884615384612, 0.0300400821979826, 0.0809423076923072, 0.0262307291901336, 0.0896346153846154, 0.0892467560280909, 0.17871153846154, 0.199112141769405, 0.567750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 0, '2021-05-09 00:00:00', 0.0266368816031173, 0.0587884615384624, 0.0216352365722763, 0.0722115384615384, 0.0244868017825605, 0.0832884615384602, 0.0868356980828612, 0.18546153846154, 0.19968004021819, 0.567038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 15, '2021-05-09 00:00:00', 0.0192178202558087, 0.0472692307692302, 0.0211390997552297, 0.0578076923076912, 0.032206616615941, 0.0781153846153832, 0.0861149254462621, 0.189903846153849, 0.19940263577457, 0.564634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 30, '2021-05-09 00:00:00', 0.0230455819226553, 0.0373269230769226, 0.0267564873513799, 0.0550192307692295, 0.0346858040125925, 0.076249999999999, 0.0888171089720547, 0.194673076923079, 0.198453874702952, 0.561903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 45, '2021-05-09 00:00:00', 0.0202215136768865, 0.0424807692307693, 0.0264637705901121, 0.0576346153846157, 0.0342272046545058, 0.0761923076923069, 0.0951465772051004, 0.203865384615386, 0.198321205080584, 0.559596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 60, '2021-05-09 00:00:00', 0.024759652352473, 0.0430961538461541, 0.0290892591861644, 0.0562499999999991, 0.0389397611702995, 0.0752499999999997, 0.110698349650682, 0.215769230769231, 0.198472377461913, 0.558269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 75, '2021-05-09 00:00:00', 0.0156556821830103, 0.033596153846153, 0.0204838022311803, 0.0473846153846143, 0.0341614042226234, 0.0823076923076923, 0.105028157396735, 0.212423076923078, 0.198920634540898, 0.557673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 90, '2021-05-09 00:00:00', 0.0165149815435739, 0.035730769230766, 0.0243500434370176, 0.0507307692307682, 0.0435480150567672, 0.0890192307692306, 0.10434903154613, 0.214403846153846, 0.199314642057379, 0.557057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 105, '2021-05-09 00:00:00', 0.0160544386385813, 0.0342499999999996, 0.0319208215143933, 0.0673269230769226, 0.0478286685834068, 0.0928076923076922, 0.10352084888488, 0.219615384615384, 0.199471517149306, 0.556884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 120, '2021-05-09 00:00:00', 0.0280260593020129, 0.0555000000000016, 0.0426018959491403, 0.0718076923076941, 0.0472112641383209, 0.0927884615384608, 0.101912166179434, 0.21598076923077, 0.20154690616483, 0.553846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 135, '2021-05-09 00:00:00', 0.0329024490554444, 0.045134615384615, 0.0337606108676042, 0.0618269230769215, 0.0399126594530502, 0.0939038461538458, 0.0955495219969532, 0.205134615384614, 0.202333399653602, 0.55173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 150, '2021-05-09 00:00:00', 0.0236829133472932, 0.0445961538461536, 0.026981075989264, 0.0594615384615371, 0.0359902550913231, 0.0969615384615396, 0.0942487461659108, 0.202884615384616, 0.203389232753358, 0.551500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 165, '2021-05-09 00:00:00', 0.0192423011577668, 0.0448846153846144, 0.0253406711707596, 0.0724807692307704, 0.0443010852445639, 0.110384615384616, 0.0888662543030054, 0.202365384615385, 0.205871274194486, 0.551807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 180, '2021-05-09 00:00:00', 0.025457687368529, 0.0584230769230777, 0.0333821751146407, 0.0775192307692314, 0.0471890510442992, 0.113942307692308, 0.0890000345721638, 0.198884615384614, 0.206712274950919, 0.551269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 195, '2021-05-09 00:00:00', 0.0247152475516335, 0.0487884615384628, 0.0387370424986013, 0.0784615384615387, 0.0481713448176263, 0.103538461538463, 0.0816538943439843, 0.185461538461539, 0.207299961037511, 0.551923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 210, '2021-05-09 00:00:00', 0.0281240931477701, 0.0532692307692299, 0.0266345712301766, 0.0684038461538459, 0.0464489504725346, 0.0992500000000006, 0.069989859155561, 0.176596153846153, 0.219159089563863, 0.558057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 225, '2021-05-09 00:00:00', 0.0214958045996103, 0.0469807692307695, 0.0400029854655113, 0.0666730769230777, 0.0515739797244261, 0.0986538461538461, 0.0660655851291866, 0.178192307692307, 0.217889477982266, 0.556769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 240, '2021-05-09 00:00:00', 0.0235028639826006, 0.0482692307692322, 0.0271518592648559, 0.0677884615384627, 0.0584863330518017, 0.101634615384614, 0.0586057492585322, 0.170423076923076, 0.215619650881254, 0.556923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 255, '2021-05-09 00:00:00', 0.0215014847430105, 0.0469230769230769, 0.0311286659873824, 0.0690769230769222, 0.0517768622218311, 0.0947115384615392, 0.0553865854350482, 0.169423076923076, 0.218088998241191, 0.564365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 270, '2021-05-09 00:00:00', 0.0218501628228409, 0.0445192307692291, 0.0411494275126069, 0.0641538461538442, 0.0408277620479754, 0.0796153846153838, 0.0491178645238638, 0.157769230769229, 0.219073089313906, 0.56096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 285, '2021-05-09 00:00:00', 0.0312303353512863, 0.043423076923076, 0.029507991094981, 0.0536923076923088, 0.0299359123153765, 0.0751730769230757, 0.0528855367751905, 0.153499999999999, 0.219905358139499, 0.560557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 300, '2021-05-09 00:00:00', 0.0157501159946875, 0.0351153846153872, 0.0185961120833183, 0.0476538461538463, 0.0319339703378467, 0.0729615384615387, 0.0567781682041212, 0.151096153846155, 0.221493576916769, 0.561269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 315, '2021-05-09 00:00:00', 0.0170299848683234, 0.0359038461538454, 0.0224838061382294, 0.0543076923076915, 0.0373453941141137, 0.0740384615384603, 0.0572019801970312, 0.157442307692308, 0.222630780925244, 0.560230769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 330, '2021-05-09 00:00:00', 0.0197700628379222, 0.0408461538461521, 0.031863241420894, 0.0536153846153832, 0.039650050926343, 0.0725576923076917, 0.0588472631871315, 0.157096153846155, 0.222465132963831, 0.559846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 345, '2021-05-09 00:00:00', 0.0224621818927864, 0.0354807692307708, 0.0255826338332494, 0.048865384615384, 0.0258438580711155, 0.0697500000000007, 0.0676433321519245, 0.164903846153845, 0.223210876492646, 0.558346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 360, '2021-05-09 00:00:00', 0.0148290385600469, 0.0324038461538446, 0.0159207774259344, 0.0458653846153834, 0.0219803058703441, 0.0675769230769233, 0.0661624254275936, 0.169057692307692, 0.224863962293785, 0.558692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 375, '2021-05-09 00:00:00', 0.014864374032721, 0.0310192307692297, 0.0167016811682579, 0.0481153846153859, 0.0231200212935767, 0.0671538461538471, 0.0747890263443688, 0.176038461538461, 0.223343499672932, 0.560673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 390, '2021-05-09 00:00:00', 0.0149201593103476, 0.0323653846153867, 0.0230809695170338, 0.0473653846153867, 0.0243738826173865, 0.067884615384617, 0.0745994663829147, 0.178903846153846, 0.222874704365824, 0.561923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 405, '2021-05-09 00:00:00', 0.014238139463591, 0.031269230769232, 0.0124484784365256, 0.0447307692307702, 0.0433094056226201, 0.0742307692307689, 0.0816017085982524, 0.189326923076923, 0.223056137294214, 0.561096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 420, '2021-05-09 00:00:00', 0.0105296650542108, 0.0329230769230767, 0.0160272844285557, 0.0459230769230765, 0.0436651991336864, 0.0734807692307681, 0.0849901080216914, 0.192461538461538, 0.22213542300553, 0.564615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 435, '2021-05-09 00:00:00', 0.0158041498931815, 0.0318653846153854, 0.0387139658759755, 0.0538653846153855, 0.0377393897468079, 0.0798076923076919, 0.0826438978155937, 0.199576923076922, 0.222903432868619, 0.564903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 450, '2021-05-09 00:00:00', 0.0339580793603844, 0.0403653846153839, 0.0343974786643065, 0.0539423076923073, 0.0327169739526028, 0.0774038461538457, 0.0799616759165595, 0.204980769230769, 0.222810557683841, 0.56573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 465, '2021-05-09 00:00:00', 0.0154309379544417, 0.034923076923077, 0.0221776047815388, 0.0563846153846146, 0.0285841066651732, 0.0768653846153849, 0.0805837738963925, 0.21626923076923, 0.222615060137448, 0.564750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 480, '2021-05-09 00:00:00', 0.0195101650034436, 0.0425576923076911, 0.022507887506383, 0.0572500000000001, 0.0313299316211296, 0.0752307692307704, 0.0865207756286588, 0.224730769230768, 0.22209025279065, 0.564403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 495, '2021-05-09 00:00:00', 0.0183996237419711, 0.0378846153846148, 0.0251086332072927, 0.0532884615384607, 0.0379492221466865, 0.0827884615384589, 0.102669057581217, 0.236346153846153, 0.222443282312938, 0.563576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 510, '2021-05-09 00:00:00', 0.0199925082122105, 0.0380961538461532, 0.0255765818369377, 0.0523076923076923, 0.035092076686255, 0.0904230769230774, 0.120684810401054, 0.244211538461539, 0.222443282312938, 0.563576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 525, '2021-05-09 00:00:00', 0.0118897661230816, 0.0329423076923092, 0.0215446941531763, 0.0625769230769207, 0.0434575522338053, 0.103326923076921, 0.120545511673457, 0.245403846153847, 0.222423504568683, 0.564153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 540, '2021-05-09 00:00:00', 0.0210984961184805, 0.0545576923076894, 0.0265962114132549, 0.0739615384615369, 0.0491866812804521, 0.116980769230768, 0.120877320198877, 0.244557692307692, 0.222182964278057, 0.563019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 555, '2021-05-09 00:00:00', 0.017560138425949, 0.0460384615384644, 0.0369254810916006, 0.0741346153846163, 0.0541840879282429, 0.120846153846155, 0.12468057648987, 0.247115384615385, 0.222734540169715, 0.566846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 570, '2021-05-09 00:00:00', 0.0345370982256201, 0.0591346153846152, 0.0383212584103644, 0.0873269230769247, 0.0474427955136929, 0.126826923076923, 0.124783788394784, 0.248423076923076, 0.225965835572887, 0.570173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 585, '2021-05-09 00:00:00', 0.0195166299896745, 0.052826923076925, 0.0363552398085681, 0.0892884615384637, 0.060174246983243, 0.126, 0.119159971660597, 0.245673076923078, 0.229611890773572, 0.570903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 600, '2021-05-09 00:00:00', 0.0350346421966334, 0.0773846153846149, 0.0427591645597316, 0.0991153846153835, 0.0620043577873, 0.127596153846153, 0.12073473147614, 0.246153846153846, 0.230419700680167, 0.572961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 615, '2021-05-09 00:00:00', 0.0306747202356981, 0.0664615384615393, 0.0412312428216206, 0.0913461538461549, 0.0502734407630315, 0.120826923076925, 0.130770863903833, 0.242326923076924, 0.231604630782719, 0.570250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 630, '2021-05-09 00:00:00', 0.0335550523537313, 0.062307692307693, 0.0436045869146829, 0.0845000000000001, 0.049208946184771, 0.125403846153846, 0.126542338612574, 0.241288461538461, 0.228176156645557, 0.56996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 645, '2021-05-09 00:00:00', 0.0260351906819631, 0.0563653846153832, 0.0239704706157089, 0.0817115384615384, 0.0548394159201349, 0.126807692307691, 0.115246740317663, 0.246865384615384, 0.224657137913273, 0.57098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 660, '2021-05-09 00:00:00', 0.0230785614803022, 0.0605000000000019, 0.0421178566187058, 0.0930769230769237, 0.0616845074677455, 0.128461538461538, 0.114305725342847, 0.247326923076923, 0.225287553003846, 0.575692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 675, '2021-05-09 00:00:00', 0.0292168023312194, 0.0548076923076911, 0.0441286057581, 0.0809230769230747, 0.0689109486667691, 0.120826923076922, 0.104257951181748, 0.246096153846154, 0.225403163584376, 0.575615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 690, '2021-05-09 00:00:00', 0.0224366887039948, 0.0552499999999982, 0.0271755617024955, 0.0768653846153827, 0.0718052601458674, 0.119153846153846, 0.0978132227179032, 0.248057692307692, 0.228775792997289, 0.581211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 705, '2021-05-09 00:00:00', 0.0194207264381287, 0.0497307692307678, 0.0442482333415269, 0.0778846153846151, 0.063810660430805, 0.109596153846154, 0.102196118020509, 0.250942307692308, 0.227190896519949, 0.580788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 720, '2021-05-09 00:00:00', 0.0284997975701312, 0.0549615384615396, 0.0487840019489368, 0.0831730769230773, 0.0521274768826758, 0.103923076923076, 0.115365414428043, 0.264326923076924, 0.22830270391606, 0.58976923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 735, '2021-05-09 00:00:00', 0.0327698970679827, 0.0561153846153847, 0.0342224173043615, 0.0710769230769241, 0.0507072631726606, 0.102057692307694, 0.121195436573141, 0.27292307692308, 0.229269240447524, 0.591269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 750, '2021-05-09 00:00:00', 0.0158899218180768, 0.0479807692307693, 0.0287959465630408, 0.070942307692307, 0.0442611133371725, 0.105115384615385, 0.120994298975675, 0.272403846153848, 0.21788217793463, 0.588788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 765, '2021-05-09 00:00:00', 0.02520415869226, 0.0545192307692304, 0.0323333181337502, 0.0792884615384619, 0.0428776793287059, 0.110153846153845, 0.116373498503078, 0.282865384615386, 0.218463878373166, 0.591884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 780, '2021-05-09 00:00:00', 0.0287242660748442, 0.054711538461539, 0.0335013260357527, 0.0751730769230768, 0.0410992841038145, 0.106134615384616, 0.11143586116617, 0.295865384615386, 0.218578677966397, 0.590038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 795, '2021-05-09 00:00:00', 0.0190630230066967, 0.0481730769230746, 0.0243167874902531, 0.0706153846153835, 0.0553521349737672, 0.114326923076923, 0.109806760335529, 0.292230769230769, 0.215347076742494, 0.585211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 810, '2021-05-09 00:00:00', 0.0190176537418828, 0.0541346153846175, 0.0213654285812736, 0.0743076923076935, 0.0604406002108367, 0.121884615384616, 0.106762311486056, 0.295634615384614, 0.215022525653618, 0.585057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 825, '2021-05-09 00:00:00', 0.0198268756994143, 0.0497499999999998, 0.0539218380193483, 0.0882307692307697, 0.0788134530687206, 0.139403846153846, 0.102902194041046, 0.300807692307692, 0.216333062304755, 0.583923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 840, '2021-05-09 00:00:00', 0.0429597351732278, 0.065173076923076, 0.0483078310262574, 0.0919423076923056, 0.0767586051302294, 0.140788461538459, 0.110544087967719, 0.312846153846152, 0.220895270172575, 0.585903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 855, '2021-05-09 00:00:00', 0.0221223607726167, 0.0556730769230766, 0.0653858135636818, 0.10076923076923, 0.0689716218120507, 0.132230769230768, 0.11184493558219, 0.312980769230769, 0.217777211494117, 0.584423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 870, '2021-05-09 00:00:00', 0.0639935934293419, 0.0759999999999989, 0.0617770463970105, 0.0992115384615361, 0.0696843349574443, 0.13705769230769, 0.131544587351735, 0.320538461538461, 0.218834346376079, 0.580865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 885, '2021-05-09 00:00:00', 0.0279547161288783, 0.0616153846153848, 0.0323747527463088, 0.0907692307692302, 0.0560330808884027, 0.130384615384615, 0.139501017366016, 0.324576923076922, 0.217735312142623, 0.575884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 900, '2021-05-09 00:00:00', 0.0320676028702804, 0.0693653846153841, 0.0353568239523839, 0.0932499999999987, 0.060135555206549, 0.146749999999999, 0.139227920497842, 0.325423076923076, 0.222621183075297, 0.576865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 915, '2021-05-09 00:00:00', 0.0213804817532251, 0.0592499999999992, 0.0391335582922815, 0.090653846153845, 0.062459229779235, 0.150846153846154, 0.147105064494733, 0.322999999999999, 0.224655421616166, 0.579961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 930, '2021-05-09 00:00:00', 0.0323608738115383, 0.0721153846153852, 0.0457842599758745, 0.110538461538462, 0.0648998755480605, 0.155576923076924, 0.147089684834168, 0.328653846153846, 0.22021241144369, 0.578884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 945, '2021-05-09 00:00:00', 0.0363044816051057, 0.0748461538461559, 0.0455440615059914, 0.110692307692309, 0.0652188505076435, 0.164538461538462, 0.150874267571988, 0.316230769230771, 0.219008690554647, 0.570557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 960, '2021-05-09 00:00:00', 0.0340520246771825, 0.0799038461538473, 0.0440627917338969, 0.106019230769231, 0.0701419357720196, 0.178134615384615, 0.144624310383302, 0.313365384615385, 0.219047726622444, 0.567557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 975, '2021-05-09 00:00:00', 0.0236438965941294, 0.0634230769230764, 0.047168001702586, 0.119403846153846, 0.0649703275467988, 0.172788461538461, 0.146665055352453, 0.310461538461539, 0.227119968298694, 0.563 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 990, '2021-05-09 00:00:00', 0.0415791969064402, 0.0999807692307684, 0.0712351280025421, 0.148788461538461, 0.067178055597392, 0.178365384615383, 0.148609287679522, 0.313596153846154, 0.222619305956637, 0.569846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1005, '2021-05-09 00:00:00', 0.0352596958841985, 0.0958846153846157, 0.0467459623924894, 0.12375, 0.0612533233007388, 0.16451923076923, 0.136035992126519, 0.304634615384617, 0.213901674931408, 0.568557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1020, '2021-05-09 00:00:00', 0.0299581310395826, 0.0840192307692313, 0.0457907783796652, 0.116846153846154, 0.0704056488118338, 0.160653846153847, 0.129945984340239, 0.282173076923079, 0.214486732600266, 0.557961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1035, '2021-05-09 00:00:00', 0.0391422258712242, 0.0780769230769242, 0.0421535699738305, 0.10771153846154, 0.0615134162977086, 0.154096153846154, 0.123850468152278, 0.26996153846154, 0.203297205701784, 0.562576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1050, '2021-05-09 00:00:00', 0.0338005917107981, 0.0739999999999997, 0.0501368166581732, 0.111596153846153, 0.0882718027109811, 0.150634615384614, 0.131439943876104, 0.261173076923077, 0.227140041519627, 0.567038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1065, '2021-05-09 00:00:00', 0.0368656396203197, 0.0858461538461544, 0.0470205846902754, 0.111846153846153, 0.0887976545948066, 0.15778846153846, 0.120550742587765, 0.261192307692308, 0.24102534897009, 0.579826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1080, '2021-05-09 00:00:00', 0.0299093823715263, 0.0776346153846155, 0.0505469964108061, 0.109173076923077, 0.0665842208149846, 0.153961538461537, 0.104417041049526, 0.25046153846154, 0.247742267596479, 0.582134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1095, '2021-05-09 00:00:00', 0.0442874179041352, 0.0693461538461532, 0.0553093711631363, 0.108057692307691, 0.0603133867013331, 0.13976923076923, 0.107551406313445, 0.239250000000001, 0.259710321615922, 0.584134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1110, '2021-05-09 00:00:00', 0.0333963378922807, 0.0743461538461536, 0.0403443113900632, 0.0962884615384605, 0.0541401457757133, 0.129153846153845, 0.104012854235204, 0.224576923076924, 0.258951172261074, 0.580480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1125, '2021-05-09 00:00:00', 0.0266128439205292, 0.0602884615384619, 0.0324562723581221, 0.0819807692307693, 0.054540630585053, 0.115403846153847, 0.103903831276069, 0.216384615384617, 0.262205733229579, 0.575557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1140, '2021-05-09 00:00:00', 0.0236762864161928, 0.0530576923076899, 0.0511081244482257, 0.083903846153844, 0.0518019193288603, 0.116826923076922, 0.103523808112694, 0.208326923076922, 0.26039803851323, 0.571961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1155, '2021-05-09 00:00:00', 0.0548734803539357, 0.0616730769230763, 0.055924774336741, 0.0809038461538477, 0.0585882798728669, 0.118942307692308, 0.10478129604085, 0.1995, 0.260374662007239, 0.56773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1170, '2021-05-09 00:00:00', 0.0316359824348065, 0.050346153846157, 0.0398626343257022, 0.0795192307692317, 0.046807740977157, 0.111269230769232, 0.0944648896924971, 0.187153846153847, 0.259111867732838, 0.567500000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1185, '2021-05-09 00:00:00', 0.0203364488996032, 0.0523653846153849, 0.02984356650165, 0.0769615384615392, 0.0424981628562211, 0.101423076923078, 0.0732998268441668, 0.174769230769231, 0.258729161182411, 0.570326923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1200, '2021-05-09 00:00:00', 0.0259038829878098, 0.0558653846153852, 0.0294010007678981, 0.0718269230769239, 0.0335279963383088, 0.0904423076923072, 0.073860265678875, 0.173173076923077, 0.260183281553601, 0.571500000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1215, '2021-05-09 00:00:00', 0.0147981287798374, 0.0417692307692307, 0.0186371836763137, 0.0592692307692323, 0.0258781464084754, 0.0794615384615402, 0.0659976485595114, 0.166480769230769, 0.252842358914676, 0.566538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1230, '2021-05-09 00:00:00', 0.0153249419624962, 0.0404230769230775, 0.0161206508744336, 0.0548461538461528, 0.0340460773748651, 0.080846153846154, 0.0640845235126733, 0.159884615384615, 0.251692532971969, 0.561134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1245, '2021-05-09 00:00:00', 0.0131666390781923, 0.0385961538461523, 0.0254912428402099, 0.057788461538462, 0.0466687385071219, 0.0866346153846158, 0.0641767181604536, 0.154865384615384, 0.252121628157156, 0.560846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1260, '2021-05-09 00:00:00', 0.0212901295295401, 0.0440192307692316, 0.0326488838306077, 0.0605192307692317, 0.0476510392170152, 0.0908076923076925, 0.0612867942859332, 0.151865384615384, 0.252393413908951, 0.559846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1275, '2021-05-09 00:00:00', 0.0204561444596439, 0.0394230769230771, 0.0315740643323212, 0.0583076923076936, 0.0432822578680214, 0.0904230769230769, 0.0497824806996958, 0.147153846153846, 0.24977345812679, 0.556903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1290, '2021-05-09 00:00:00', 0.0205820029674926, 0.0416730769230775, 0.0252934546109042, 0.0623269230769239, 0.0396413731035956, 0.0855384615384606, 0.0477866572945286, 0.14576923076923, 0.248511591588492, 0.555865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1305, '2021-05-09 00:00:00', 0.0198766581311239, 0.0471923076923073, 0.0290431774061682, 0.0646153846153832, 0.033407029430716, 0.0815192307692292, 0.04545039984592, 0.145826923076922, 0.249144274699187, 0.554019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1320, '2021-05-09 00:00:00', 0.0187695334149607, 0.0441538461538455, 0.0226773777482844, 0.05678846153846, 0.0220935162782777, 0.0772115384615349, 0.044909258939129, 0.140307692307691, 0.248958742334176, 0.553346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1335, '2021-05-09 00:00:00', 0.0189990789250402, 0.0367499999999984, 0.0172164165841777, 0.0527499999999999, 0.0277035196319913, 0.0752499999999986, 0.0431288588017193, 0.144038461538461, 0.249334606811501, 0.554615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1350, '2021-05-09 00:00:00', 0.014901897143031, 0.0385576923076933, 0.0190462291846409, 0.0546730769230773, 0.0302816839791909, 0.0759038461538457, 0.046592125448903, 0.147384615384615, 0.248727605099355, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1365, '2021-05-09 00:00:00', 0.0176950666745131, 0.0431538461538456, 0.0240323499923322, 0.0599230769230761, 0.0294255579647805, 0.0777115384615373, 0.0518445160663505, 0.151076923076923, 0.249573386771536, 0.555653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1380, '2021-05-09 00:00:00', 0.0186192208380319, 0.0418461538461547, 0.0201283286783752, 0.0534807692307693, 0.0312231669413321, 0.0841153846153851, 0.0561038734436823, 0.154730769230769, 0.25048174814514, 0.555615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1395, '2021-05-09 00:00:00', 0.0143478355376501, 0.0350961538461531, 0.0209355788441229, 0.0529615384615388, 0.030165932134422, 0.0902884615384614, 0.0654079888087061, 0.16075, 0.250027047767605, 0.555230769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1410, '2021-05-09 00:00:00', 0.0189825831102744, 0.0379615384615404, 0.0291284225456878, 0.0662500000000015, 0.0286482715279401, 0.0847884615384614, 0.0779649058132011, 0.174442307692308, 0.25112197159027, 0.55623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 2, 1425, '2021-05-09 00:00:00', 0.0244831810401785, 0.0568846153846137, 0.0269240884425374, 0.077942307692306, 0.0256814210007043, 0.081346153846152, 0.078470004068187, 0.175692307692308, 0.25112197159027, 0.55623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 0, '2021-05-09 00:00:00', 0.0241778029160256, 0.0543846153846138, 0.0222239735421008, 0.0617499999999992, 0.0196146726869295, 0.0723461538461544, 0.0854572340188556, 0.182326923076924, 0.252500260472066, 0.554192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 15, '2021-05-09 00:00:00', 0.0194587927524962, 0.03326923076923, 0.0191039262980159, 0.0454999999999992, 0.0227306045809472, 0.0714038461538482, 0.0923013626034936, 0.188307692307695, 0.252994366766109, 0.55248076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 30, '2021-05-09 00:00:00', 0.0194242215961254, 0.0354038461538452, 0.0209087026415761, 0.0514230769230771, 0.0353698480891013, 0.0791153846153852, 0.09271259146084, 0.188269230769233, 0.252895044359391, 0.551711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 45, '2021-05-09 00:00:00', 0.0171849218346069, 0.0378076923076925, 0.0156575983029132, 0.0569038461538479, 0.0354612301838742, 0.0791730769230778, 0.0918446430748046, 0.18946153846154, 0.252659585517442, 0.551384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 60, '2021-05-09 00:00:00', 0.0182752564961486, 0.0417500000000004, 0.0326777506051946, 0.0573461538461544, 0.0391578708072048, 0.0768269230769237, 0.0884011573192598, 0.188269230769233, 0.250186241397514, 0.548153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 75, '2021-05-09 00:00:00', 0.02114790406054, 0.0344230769230779, 0.0276141337835406, 0.0515961538461553, 0.0359630419266117, 0.0850961538461541, 0.0870447387178656, 0.184057692307694, 0.25078996115352, 0.545769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 90, '2021-05-09 00:00:00', 0.0158455526398267, 0.0356923076923081, 0.0237079019608351, 0.0517307692307708, 0.0351708194169748, 0.0869423076923085, 0.0811859048963945, 0.178634615384617, 0.24647129962424, 0.543307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 105, '2021-05-09 00:00:00', 0.0190537700691004, 0.0363846153846169, 0.0262846620967135, 0.0677115384615382, 0.0402289075168583, 0.0917500000000008, 0.0746855381943838, 0.176519230769233, 0.245481799419334, 0.543076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 120, '2021-05-09 00:00:00', 0.0196156923052793, 0.0531538461538447, 0.0275796747902957, 0.0679615384615389, 0.0379480414007598, 0.0965769230769235, 0.0719649594220362, 0.177846153846156, 0.246150195706105, 0.545673076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 135, '2021-05-09 00:00:00', 0.0189088196759728, 0.0427884615384625, 0.0266558696090629, 0.0628461538461544, 0.0403937971247275, 0.0973269230769232, 0.0765501369139085, 0.18021153846154, 0.246505971218049, 0.547576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 150, '2021-05-09 00:00:00', 0.0188739645666059, 0.0444423076923078, 0.0269370491216929, 0.0687307692307684, 0.0553303227478806, 0.109769230769231, 0.0842114212060242, 0.17971153846154, 0.246519301787601, 0.545615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 165, '2021-05-09 00:00:00', 0.021597658348852, 0.0511730769230775, 0.0298011680204749, 0.0744807692307696, 0.0454734411074618, 0.106576923076924, 0.0804709813917647, 0.174673076923079, 0.242749891071829, 0.542480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 180, '2021-05-09 00:00:00', 0.0269697907923775, 0.0564807692307689, 0.0452211361405927, 0.0856346153846144, 0.0577176449490212, 0.114557692307693, 0.0885896156442713, 0.172, 0.243684326853094, 0.542865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 195, '2021-05-09 00:00:00', 0.0290511551471654, 0.0545192307692293, 0.0276256917769294, 0.0693269230769229, 0.0548071479055281, 0.109788461538463, 0.073967976438871, 0.158692307692308, 0.235011800031074, 0.535384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 210, '2021-05-09 00:00:00', 0.0165759325065477, 0.0458076923076913, 0.030833429660277, 0.075403846153846, 0.0485176890818824, 0.0981153846153852, 0.07367377155667, 0.154730769230769, 0.235965124541742, 0.535 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 225, '2021-05-09 00:00:00', 0.0287909440890434, 0.0550384615384614, 0.0368323227614007, 0.0770000000000004, 0.0414145459396162, 0.0902692307692311, 0.064187852313466, 0.144403846153846, 0.234571009422602, 0.530538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 240, '2021-05-09 00:00:00', 0.0190209196574556, 0.0458461538461536, 0.0239628558719222, 0.0610384615384617, 0.0271067973309007, 0.0784615384615392, 0.0647351646206419, 0.140192307692308, 0.23501673671988, 0.527442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 255, '2021-05-09 00:00:00', 0.0198459935890972, 0.0392884615384622, 0.0241056329197463, 0.0551923076923089, 0.0262378470036059, 0.07273076923077, 0.0636573278155429, 0.139346153846153, 0.234338374676777, 0.526923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 270, '2021-05-09 00:00:00', 0.0203596508962071, 0.0396538461538475, 0.0183324953188433, 0.0535961538461551, 0.022148276543473, 0.0706153846153856, 0.0633478218920095, 0.143442307692307, 0.232650474879245, 0.52971153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 285, '2021-05-09 00:00:00', 0.0170889190367954, 0.0353653846153851, 0.0246045961935179, 0.0531153846153852, 0.0288568949233148, 0.0740961538461535, 0.0641162885820652, 0.140961538461538, 0.232998508578917, 0.531250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 300, '2021-05-09 00:00:00', 0.0235493344671587, 0.0378653846153856, 0.0222914695653871, 0.0495192307692306, 0.0287489932934097, 0.07126923076923, 0.0630179705749466, 0.141230769230769, 0.232413819428919, 0.532211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 315, '2021-05-09 00:00:00', 0.0126618901250341, 0.0327115384615383, 0.0225286569643043, 0.0529038461538457, 0.0445202158056832, 0.07548076923077, 0.065364436931598, 0.157480769230768, 0.233408967595176, 0.531115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 330, '2021-05-09 00:00:00', 0.0183635613271334, 0.0384038461538459, 0.0215451940027311, 0.0503461538461548, 0.0469393921824905, 0.0749423076923092, 0.0646899023151114, 0.16178846153846, 0.232992502355432, 0.529884615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 345, '2021-05-09 00:00:00', 0.0129630243384786, 0.0355000000000017, 0.0337100361682022, 0.0575576923076928, 0.0403190210885445, 0.0767115384615385, 0.0590553228239954, 0.163365384615384, 0.232647723955207, 0.52721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 360, '2021-05-09 00:00:00', 0.0211551048576577, 0.0394615384615378, 0.0235074538097055, 0.0510961538461546, 0.0349316310262468, 0.0713269230769231, 0.0583335271059072, 0.160903846153847, 0.233593094602888, 0.520423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 375, '2021-05-09 00:00:00', 0.012094197591598, 0.0289807692307699, 0.0164459604579559, 0.0414807692307683, 0.0256514207133918, 0.0656538461538459, 0.0531924228265088, 0.165576923076923, 0.234600479539152, 0.516250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 390, '2021-05-09 00:00:00', 0.0125556760072898, 0.0307499999999982, 0.0199777664879286, 0.0453653846153837, 0.0300509823210742, 0.0691923076923074, 0.0546772488194289, 0.164307692307692, 0.234801913240796, 0.515538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 405, '2021-05-09 00:00:00', 0.0149372147542756, 0.0285961538461543, 0.022958733883611, 0.0472115384615371, 0.0282609883326536, 0.0642115384615368, 0.0629820639913918, 0.172903846153844, 0.235671649840327, 0.512942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 420, '2021-05-09 00:00:00', 0.0197727473675667, 0.0343076923076905, 0.0218614166618169, 0.0478076923076921, 0.0282254113549106, 0.0639230769230761, 0.0760338082697447, 0.181499999999998, 0.235246708470393, 0.513576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 435, '2021-05-09 00:00:00', 0.0170849011163026, 0.0340769230769229, 0.023305438454112, 0.0462115384615378, 0.0295649480609398, 0.0688846153846163, 0.0759978036119882, 0.184384615384614, 0.234855085433222, 0.514634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 450, '2021-05-09 00:00:00', 0.0162581104020779, 0.0321153846153833, 0.0238606289813294, 0.0464807692307682, 0.0331412652374423, 0.0727884615384615, 0.0908526617873495, 0.199615384615384, 0.234866358071662, 0.514615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 465, '2021-05-09 00:00:00', 0.0154791298701976, 0.032288461538461, 0.0223175681057277, 0.0505769230769235, 0.0262270559068003, 0.0704615384615377, 0.0892784494626894, 0.203192307692307, 0.234296902372905, 0.514038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 480, '2021-05-09 00:00:00', 0.0182277577843824, 0.0416346153846147, 0.0245741656091228, 0.0590192307692305, 0.0277320489409207, 0.0715576923076929, 0.0881584063795674, 0.211269230769229, 0.234231874760559, 0.514365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 495, '2021-05-09 00:00:00', 0.016616268673063, 0.037403846153846, 0.0187259589463829, 0.0476923076923075, 0.0462999086226052, 0.0921923076923084, 0.0860478422381787, 0.212634615384614, 0.235254838092979, 0.517326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 510, '2021-05-09 00:00:00', 0.0127401394751465, 0.0313653846153857, 0.0198563301280457, 0.046076923076925, 0.0466755412806975, 0.0933846153846164, 0.0769861026419716, 0.211499999999999, 0.232273758410531, 0.515673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 525, '2021-05-09 00:00:00', 0.0138763772705238, 0.0355769230769235, 0.0350190717269227, 0.0733461538461532, 0.0376205344909465, 0.0977692307692303, 0.0755642798193406, 0.215596153846152, 0.232945672107996, 0.518615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 540, '2021-05-09 00:00:00', 0.029210298500042, 0.0613076923076926, 0.0336930944762373, 0.0782692307692301, 0.0358126320644651, 0.10276923076923, 0.0742682999981529, 0.216096153846153, 0.233429014906032, 0.518750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 555, '2021-05-09 00:00:00', 0.0205377326289551, 0.0494615384615369, 0.0217095955388749, 0.0674423076923072, 0.0300263025721434, 0.104326923076921, 0.06850787995103, 0.212019230769229, 0.230660790739595, 0.518903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 570, '2021-05-09 00:00:00', 0.0221928262837688, 0.0478076923076927, 0.0268230956740353, 0.0685384615384609, 0.0305215434633399, 0.102769230769231, 0.0679014359200167, 0.210749999999999, 0.23103403095981, 0.523211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 585, '2021-05-09 00:00:00', 0.0193377768987197, 0.0494807692307677, 0.0246090743113497, 0.077557692307691, 0.0455375077862715, 0.112730769230767, 0.0700251630597073, 0.20978846153846, 0.230740273567823, 0.524076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 600, '2021-05-09 00:00:00', 0.0213099832148067, 0.0618461538461529, 0.0317821490777448, 0.0827499999999994, 0.0501990499450401, 0.123269230769228, 0.0748060389376326, 0.212788461538462, 0.234241864648158, 0.525865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 615, '2021-05-09 00:00:00', 0.0207596594754942, 0.0537884615384604, 0.0404037936147295, 0.083557692307689, 0.0437408803681944, 0.114769230769227, 0.0689653201588705, 0.206346153846153, 0.234854219922454, 0.530730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 630, '2021-05-09 00:00:00', 0.027786029970806, 0.0642115384615357, 0.0377772469168341, 0.0865961538461508, 0.0478626118738283, 0.120519230769229, 0.0610643827951616, 0.200173076923076, 0.234477780643251, 0.531480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 645, '2021-05-09 00:00:00', 0.0261355416714793, 0.0575576923076922, 0.0234138026353291, 0.0793846153846151, 0.0390015433619679, 0.116596153846154, 0.061622411008186, 0.200307692307691, 0.232059203321381, 0.534576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 660, '2021-05-09 00:00:00', 0.0181679768993513, 0.0546538461538453, 0.028907285480413, 0.0833653846153831, 0.0423118323149227, 0.118634615384613, 0.0662420154840168, 0.202230769230768, 0.231712351518328, 0.539423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 675, '2021-05-09 00:00:00', 0.0236330033248808, 0.0576730769230774, 0.0298543708950388, 0.0797884615384616, 0.0416591480395927, 0.10776923076923, 0.0774094930572779, 0.209480769230769, 0.231338194824406, 0.547596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975870 and enddate = '2021-05-09 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 975870, 3, 690, '2021-05-09 00:00:00', 0.0266044819821493, 0.0559615384615389, 0.0385070073543067, 0.0790192307692304, 0.0378502108519687, 0.105538461538459, 0.0778717782393208, 0.217423076[...];
Date: 2021-05-09 15:02:08 Duration: 13s748ms Database: acaweb_fx User: pgperfstats
10 14s123ms 15s795ms 14s959ms 2 29s919ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 09 15 2 29s919ms 14s959ms [ User: pgperfstats - Total duration: 29s919ms - 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 982470, 1, 930, '2021-05-09 00:00:00', 0.0433933351848141, 0.0828076923076909, 0.0542887047325543, 0.109711538461537, 0.0584571934114071, 0.155788461538461, 0.112039450469638, 0.346038461538462, 0.235977310675932, 0.643134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 945, '2021-05-09 00:00:00', 0.0370372785177312, 0.0739999999999986, 0.0420989904867088, 0.105749999999998, 0.0661700838748156, 0.171, 0.110030319248133, 0.331865384615384, 0.244271775661076, 0.630403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 960, '2021-05-09 00:00:00', 0.0365313406016529, 0.0853269230769217, 0.0459487339743556, 0.115884615384615, 0.0722167597211018, 0.185903846153846, 0.109127816731643, 0.327596153846154, 0.246565835333782, 0.631634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 982470, 1, 975, '2021-05-09 00:00:00', 0.0355730883588217, 0.0732692307692314, 0.0555673811345641, 0.133576923076923, 0.0772904810538684, 0.202961538461538, 0.106103280598885, 0.322115384615385, 0.25199791894745, 0.632865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 990, '2021-05-09 00:00:00', 0.0511893506052258, 0.101980769230768, 0.0556008197227885, 0.133865384615385, 0.096415161989898, 0.202288461538462, 0.107723842086353, 0.315384615384615, 0.254190364763225, 0.630307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1005, '2021-05-09 00:00:00', 0.0372933124547294, 0.0906346153846142, 0.075838522786651, 0.150307692307691, 0.0966645687217072, 0.199826923076923, 0.105086982286834, 0.311423076923076, 0.254617317677997, 0.626461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1020, '2021-05-09 00:00:00', 0.0733558869747068, 0.108615384615384, 0.090484133755805, 0.149961538461539, 0.104456041545641, 0.22873076923077, 0.104812286420129, 0.303153846153846, 0.26666985927576, 0.637423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1035, '2021-05-09 00:00:00', 0.0423790813782169, 0.0915576923076922, 0.0548538477719156, 0.126769230769231, 0.102205285502343, 0.212096153846153, 0.0970405248416273, 0.274788461538461, 0.264125355582418, 0.633711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1050, '2021-05-09 00:00:00', 0.0349625348931352, 0.0918269230769226, 0.0785674550943316, 0.17275, 0.0859741732239294, 0.201461538461537, 0.0936098223807398, 0.257673076923076, 0.275664735754252, 0.635942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1065, '2021-05-09 00:00:00', 0.0698841789072357, 0.138461538461539, 0.0788274161599979, 0.158807692307692, 0.0721256915711412, 0.187153846153847, 0.0910696373450202, 0.241326923076923, 0.285636695013897, 0.640307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1080, '2021-05-09 00:00:00', 0.0308833537437492, 0.0798076923076891, 0.0378945754185717, 0.100673076923074, 0.0458326890397606, 0.142653846153846, 0.0689700631824009, 0.205480769230768, 0.298840222295358, 0.640038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1095, '2021-05-09 00:00:00', 0.0306667008082308, 0.0664423076923079, 0.0424155450458724, 0.0950384615384622, 0.0473376293644522, 0.128134615384615, 0.0615181649221142, 0.19073076923077, 0.299169569230975, 0.641134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1110, '2021-05-09 00:00:00', 0.0303744388995358, 0.0635576923076924, 0.0369781848370918, 0.0931153846153854, 0.0495699505749202, 0.125499999999999, 0.0612183104835584, 0.182807692307692, 0.303627023855561, 0.639980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1125, '2021-05-09 00:00:00', 0.0321618742278215, 0.0643846153846173, 0.032965413110388, 0.0860384615384613, 0.0487553705128587, 0.110884615384616, 0.0716642062785767, 0.172538461538463, 0.303592044716895, 0.638980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1140, '2021-05-09 00:00:00', 0.0284415459928184, 0.0581923076923068, 0.0389291466839247, 0.0789615384615378, 0.0409178586175524, 0.0973653846153844, 0.0881705427871732, 0.17123076923077, 0.307604161845409, 0.637596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1155, '2021-05-09 00:00:00', 0.0199847345587739, 0.0489807692307675, 0.0306412554974737, 0.0629423076923065, 0.0296411616091257, 0.0890384615384615, 0.081635646908406, 0.167326923076924, 0.307576675243502, 0.636865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1170, '2021-05-09 00:00:00', 0.0229488478008057, 0.0479807692307704, 0.0271294333491519, 0.067615384615385, 0.0251876648687102, 0.0885384615384629, 0.084942924276335, 0.170096153846155, 0.309509515822399, 0.640096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1185, '2021-05-09 00:00:00', 0.0208623787271199, 0.0478269230769235, 0.0206114326005277, 0.0653653846153868, 0.0220945607646908, 0.0820192307692332, 0.08793506345375, 0.165153846153847, 0.310756944349663, 0.641538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1200, '2021-05-09 00:00:00', 0.0189197088935178, 0.0501538461538473, 0.020900864906653, 0.0626153846153863, 0.0262644905059745, 0.0847884615384647, 0.0899749110329344, 0.164769230769231, 0.311738312346455, 0.642846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1215, '2021-05-09 00:00:00', 0.0173083461414948, 0.0411730769230773, 0.0232907459338213, 0.056826923076925, 0.0320578623501543, 0.0790576923076943, 0.0881922026903995, 0.196769230769232, 0.312040704938414, 0.645807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1230, '2021-05-09 00:00:00', 0.0207664670525888, 0.0438846153846167, 0.0264234453003095, 0.0624615384615405, 0.0355858658199257, 0.0799230769230781, 0.0882695369527113, 0.197634615384617, 0.312223475808842, 0.649826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1245, '2021-05-09 00:00:00', 0.0203778914890253, 0.0399615384615391, 0.0232243323991149, 0.0570192307692303, 0.0296858746518627, 0.0733653846153829, 0.089763724041765, 0.201615384615386, 0.311650134828244, 0.648557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1260, '2021-05-09 00:00:00', 0.0161110568817231, 0.036615384615384, 0.0196098189690772, 0.0537499999999992, 0.0206736268263172, 0.0728269230769205, 0.0899530133757872, 0.199769230769233, 0.31256252113039, 0.64898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1275, '2021-05-09 00:00:00', 0.0172784436621056, 0.0392307692307685, 0.0197256276101768, 0.0504038461538447, 0.0261660966784249, 0.0757692307692302, 0.0881377527597478, 0.19721153846154, 0.310859516254778, 0.650326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1290, '2021-05-09 00:00:00', 0.0135316722486964, 0.0333846153846141, 0.0148769439583017, 0.0527115384615382, 0.0364867151798486, 0.0749038461538458, 0.0864918871251035, 0.197057692307694, 0.311407016002186, 0.652980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1305, '2021-05-09 00:00:00', 0.014188185767906, 0.0447307692307691, 0.0211328854195023, 0.0613269230769246, 0.0439943221861105, 0.0809038461538471, 0.0844820326824212, 0.197576923076925, 0.312240614812459, 0.657807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1320, '2021-05-09 00:00:00', 0.0240655594958047, 0.046865384615387, 0.0359912649659062, 0.0601346153846161, 0.0618077540567394, 0.0915384615384619, 0.0852121447646078, 0.196480769230771, 0.312014004246852, 0.657826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1335, '2021-05-09 00:00:00', 0.0179114917988855, 0.0351923076923074, 0.0288315865781855, 0.0544038461538463, 0.0432989074298107, 0.0886538461538464, 0.0666937662869515, 0.19796153846154, 0.312841562874147, 0.655788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1350, '2021-05-09 00:00:00', 0.0206502095351637, 0.0423653846153847, 0.0317445089134141, 0.0679230769230777, 0.0357266168821802, 0.0868653846153845, 0.0726190084248992, 0.201596153846154, 0.312982054658829, 0.654057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1365, '2021-05-09 00:00:00', 0.0175674524224607, 0.0541538461538457, 0.0236086766970226, 0.0674807692307695, 0.0286530170246586, 0.0811538461538456, 0.0735982571909053, 0.204211538461539, 0.316517682699623, 0.655211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1380, '2021-05-09 00:00:00', 0.0188331234388119, 0.0480576923076917, 0.0242401209060205, 0.0612884615384623, 0.0339842044757001, 0.0798846153846159, 0.076683405084704, 0.20673076923077, 0.332479681854629, 0.660173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1395, '2021-05-09 00:00:00', 0.0202795558288475, 0.0424038461538475, 0.0240099979175346, 0.0524999999999998, 0.0586654530760262, 0.153153846153847, 0.0736435307096608, 0.212019230769231, 0.333134636676896, 0.660615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1410, '2021-05-09 00:00:00', 0.01772417948627, 0.0364423076923068, 0.0260444885650548, 0.0556538461538457, 0.0573846267271593, 0.154346153846153, 0.0784388836071658, 0.219461538461539, 0.334396481049761, 0.661442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 1, 1425, '2021-05-09 00:00:00', 0.0203638537232389, 0.0430576923076924, 0.0581753714741381, 0.146923076923077, 0.0602724327851978, 0.159615384615386, 0.0862964390030986, 0.225153846153847, 0.335305427357486, 0.662019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 0, '2021-05-09 00:00:00', 0.0598486456372691, 0.117403846153847, 0.0585011669837583, 0.130557692307693, 0.0680213314957995, 0.156192307692309, 0.0879372765974977, 0.22873076923077, 0.337007735588005, 0.662423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 15, '2021-05-09 00:00:00', 0.0339004424749895, 0.0605000000000008, 0.0509541007634862, 0.0925961538461527, 0.0482472159420007, 0.119923076923076, 0.0892956132095079, 0.205442307692308, 0.335422069362446, 0.65873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 30, '2021-05-09 00:00:00', 0.0514915676442441, 0.0666923076923058, 0.0573597989750797, 0.096442307692308, 0.0509197256624437, 0.116038461538461, 0.102741162824166, 0.212942307692307, 0.335527233790918, 0.658269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 45, '2021-05-09 00:00:00', 0.0440344314581909, 0.0703653846153861, 0.0388436114933483, 0.090615384615385, 0.0403303092742153, 0.102423076923079, 0.105736021080076, 0.209615384615386, 0.331123850870615, 0.655730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 60, '2021-05-09 00:00:00', 0.0216120425831389, 0.0625961538461538, 0.0235167043740287, 0.0721538461538463, 0.0290789641123303, 0.0856153846153857, 0.106208997518318, 0.212365384615384, 0.330279599500415, 0.653076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 75, '2021-05-09 00:00:00', 0.0148219821159721, 0.0396346153846155, 0.0176463550387573, 0.0539230769230775, 0.0339879220629007, 0.0866730769230765, 0.104978138749858, 0.210980769230768, 0.327744574560504, 0.651615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 90, '2021-05-09 00:00:00', 0.01655007552853, 0.0422500000000001, 0.0205597066725568, 0.0558076923076921, 0.0509643351917643, 0.0992115384615378, 0.106873483794912, 0.213692307692306, 0.330379609749846, 0.654442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 105, '2021-05-09 00:00:00', 0.015749493276341, 0.0389423076923056, 0.0380970673210084, 0.0730576923076902, 0.0561742926421523, 0.103365384615383, 0.110556913641101, 0.215634615384614, 0.329778949274532, 0.653846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 120, '2021-05-09 00:00:00', 0.0312565131674119, 0.0590192307692289, 0.0498423669026822, 0.079192307692306, 0.0562822693763663, 0.104923076923076, 0.104195843708632, 0.212423076923076, 0.327632866764942, 0.649653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 135, '2021-05-09 00:00:00', 0.0313758113594164, 0.0521923076923088, 0.0364741214899229, 0.0723076923076927, 0.0414752984873589, 0.104596153846154, 0.0979427697885169, 0.206115384615385, 0.32683068775979, 0.645538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 150, '2021-05-09 00:00:00', 0.0243708527043774, 0.052538461538461, 0.0359877115779186, 0.0768461538461535, 0.0430034927025178, 0.108403846153846, 0.0917107346287981, 0.206673076923077, 0.32699338090219, 0.648134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 165, '2021-05-09 00:00:00', 0.0309422104028684, 0.062096153846153, 0.0285198985865075, 0.08476923076923, 0.0392950574304382, 0.114307692307695, 0.0867473342529902, 0.200999999999998, 0.329676137117347, 0.649346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 180, '2021-05-09 00:00:00', 0.0215951650571655, 0.062365384615384, 0.0351602047775634, 0.0874999999999991, 0.0375301161120592, 0.116980769230771, 0.0806760282764441, 0.194692307692306, 0.332938469713826, 0.649769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 195, '2021-05-09 00:00:00', 0.0307559125022529, 0.0571153846153835, 0.0342969386388918, 0.0835000000000019, 0.0436959248231898, 0.108423076923078, 0.07669588295038, 0.181961538461539, 0.327838194142265, 0.648692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 210, '2021-05-09 00:00:00', 0.0274837924266974, 0.0613269230769246, 0.0283778963279531, 0.0817500000000012, 0.0443484107771782, 0.112192307692307, 0.0660597165740677, 0.177615384615383, 0.321661250984037, 0.653096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 225, '2021-05-09 00:00:00', 0.0209583194423181, 0.0563653846153854, 0.0303478804227554, 0.0749230769230772, 0.0458983157056481, 0.108653846153848, 0.0637663402889522, 0.174884615384615, 0.320135863585832, 0.657365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 240, '2021-05-09 00:00:00', 0.0183876317126466, 0.0497500000000003, 0.0274544377805485, 0.0791153846153847, 0.0488087988599773, 0.108173076923077, 0.0538320214970764, 0.164557692307691, 0.320548875428478, 0.659307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 255, '2021-05-09 00:00:00', 0.0200954357619211, 0.0594423076923068, 0.0215304524944414, 0.0740961538461551, 0.041418116623229, 0.103596153846154, 0.0490605904821955, 0.161807692307689, 0.32099206616124, 0.658557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 270, '2021-05-09 00:00:00', 0.0174960325172961, 0.0473653846153845, 0.0391282555784868, 0.071403846153846, 0.0424370665266183, 0.0907307692307685, 0.0477761285742012, 0.156461538461536, 0.318941975069977, 0.655711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 285, '2021-05-09 00:00:00', 0.0326049311985383, 0.0533076923076916, 0.0326919185497185, 0.0698076923076911, 0.0348419508417868, 0.0863076923076907, 0.04565701984951, 0.153711538461535, 0.316241519193065, 0.657038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 300, '2021-05-09 00:00:00', 0.0182709205696237, 0.0444423076923078, 0.0213288176310468, 0.0560384615384613, 0.0309481203604715, 0.0821153846153854, 0.0497987990278419, 0.152596153846152, 0.311574041700425, 0.655711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 315, '2021-05-09 00:00:00', 0.0192651139468365, 0.0452307692307688, 0.022623889688013, 0.0640961538461544, 0.0393530030131606, 0.0911730769230799, 0.0469746781214669, 0.161403846153845, 0.311868988765869, 0.656384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 330, '2021-05-09 00:00:00', 0.0161022812526192, 0.0487884615384633, 0.0280375366524691, 0.0652884615384628, 0.0376482352227114, 0.0904807692307728, 0.0477964313119075, 0.160326923076922, 0.311324727822648, 0.656884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 345, '2021-05-09 00:00:00', 0.0229182157984561, 0.0437307692307698, 0.0296565273655653, 0.0639807692307719, 0.0269855516897448, 0.083, 0.0564188218730095, 0.169711538461537, 0.310772232325566, 0.656403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 360, '2021-05-09 00:00:00', 0.0163591070849062, 0.0445961538461558, 0.0178765531869585, 0.0581346153846175, 0.0207637998597406, 0.0753461538461545, 0.0581549124851348, 0.183923076923075, 0.311641912358498, 0.656192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 375, '2021-05-09 00:00:00', 0.0143909293012588, 0.0398269230769258, 0.0182014792298285, 0.0554230769230765, 0.0212325312813951, 0.0735961538461554, 0.0692332317938111, 0.208096153846151, 0.312636559700778, 0.658038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 390, '2021-05-09 00:00:00', 0.0135464017362562, 0.0372499999999986, 0.0189462092819094, 0.0518269230769219, 0.0233425329849577, 0.0730769230769217, 0.0839708488794684, 0.230788461538459, 0.312941886962075, 0.657769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 405, '2021-05-09 00:00:00', 0.0161844179572646, 0.0391538461538445, 0.0154084891686888, 0.0526923076923079, 0.0364984298924684, 0.0768461538461529, 0.0979944660917926, 0.253153846153844, 0.313118957488142, 0.658192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 420, '2021-05-09 00:00:00', 0.012676689691653, 0.0384615384615396, 0.0212607348451052, 0.0523269230769215, 0.0365461825850317, 0.0757115384615371, 0.115438203581633, 0.279173076923076, 0.312756240791205, 0.660115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 435, '2021-05-09 00:00:00', 0.0145666241271452, 0.0389423076923067, 0.0321534601559463, 0.0602500000000007, 0.0313734147622819, 0.079634615384613, 0.119035366431741, 0.286461538461538, 0.31130772309973, 0.661538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 450, '2021-05-09 00:00:00', 0.031065489138025, 0.0467307692307705, 0.029583551822958, 0.0585576923076921, 0.0265733889445833, 0.0787499999999978, 0.124621562524926, 0.294576923076923, 0.310809368361924, 0.662211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 465, '2021-05-09 00:00:00', 0.0153363444646506, 0.0387115384615397, 0.0194505388495631, 0.0602115384615368, 0.0233883600240676, 0.0806538461538443, 0.132557936535167, 0.306942307692308, 0.310655662083625, 0.662596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 480, '2021-05-09 00:00:00', 0.0167174712846712, 0.0474230769230754, 0.0164453991695596, 0.0623653846153823, 0.0315571520602523, 0.087576923076922, 0.13346119142052, 0.31498076923077, 0.312054818285802, 0.663519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 495, '2021-05-09 00:00:00', 0.0142157009621816, 0.0433846153846148, 0.0193567420176667, 0.0592115384615364, 0.0321884355726617, 0.0988461538461547, 0.132217886896536, 0.326019230769231, 0.311494022661505, 0.666615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 510, '2021-05-09 00:00:00', 0.0192813281540631, 0.0419807692307691, 0.0274950904708458, 0.0669999999999996, 0.0324215028361401, 0.101923076923078, 0.132252958379012, 0.336750000000001, 0.311156374858985, 0.66748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 525, '2021-05-09 00:00:00', 0.0180723865011269, 0.0498653846153828, 0.0197920730052738, 0.0783846153846147, 0.0434909009051155, 0.122538461538462, 0.146925173263337, 0.354057692307693, 0.311669329825452, 0.666365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 540, '2021-05-09 00:00:00', 0.0210142442533256, 0.0665384615384611, 0.0251317451718876, 0.085230769230769, 0.054059045354274, 0.143903846153846, 0.157812044972688, 0.365807692307693, 0.309515919809281, 0.66823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 555, '2021-05-09 00:00:00', 0.0218410076549754, 0.0605192307692284, 0.0454971385406219, 0.102480769230768, 0.0725532828075614, 0.17432692307692, 0.171726920966446, 0.375346153846155, 0.309385040785004, 0.670711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 570, '2021-05-09 00:00:00', 0.0441269017894815, 0.0772884615384611, 0.0467823314774002, 0.113057692307692, 0.0857036486073692, 0.194346153846152, 0.182623054404422, 0.382500000000001, 0.310168421370366, 0.670480769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 585, '2021-05-09 00:00:00', 0.0260199997043694, 0.077096153846153, 0.0503496276053775, 0.133749999999998, 0.0910962044299246, 0.202538461538461, 0.184154713383988, 0.387038461538463, 0.305935295446603, 0.67675 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 600, '2021-05-09 00:00:00', 0.0400846028371937, 0.113153846153844, 0.0713795596684479, 0.153192307692307, 0.102641834326198, 0.219115384615384, 0.177799131476638, 0.389134615384616, 0.304375499367779, 0.679230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 615, '2021-05-09 00:00:00', 0.0411784484334292, 0.0942692307692316, 0.0643014684603218, 0.140173076923077, 0.0942729833229834, 0.194346153846155, 0.17539539508033, 0.377269230769231, 0.290239945827321, 0.677615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 630, '2021-05-09 00:00:00', 0.0547934899277424, 0.100942307692308, 0.0899874628019858, 0.148288461538462, 0.0900767108977339, 0.184423076923078, 0.170853166828669, 0.372230769230769, 0.286045257984438, 0.677480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 645, '2021-05-09 00:00:00', 0.0440728243496364, 0.0950769230769245, 0.0402191353232997, 0.12017307692308, 0.0490781049411595, 0.172403846153848, 0.141427291730254, 0.350673076923077, 0.25561499068235, 0.675711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 660, '2021-05-09 00:00:00', 0.0214280280150875, 0.0859038461538486, 0.0296309609387505, 0.123576923076926, 0.0653002650483508, 0.176269230769233, 0.134534622366827, 0.347730769230769, 0.242041939309317, 0.676903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 675, '2021-05-09 00:00:00', 0.0302247478834032, 0.0848461538461545, 0.0450683241995274, 0.120076923076924, 0.0776072781083377, 0.185480769230768, 0.134270788391908, 0.34476923076923, 0.239844973167764, 0.681134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 690, '2021-05-09 00:00:00', 0.0353571938061576, 0.0908653846153851, 0.0647164852378318, 0.130788461538463, 0.0812200737786883, 0.200403846153846, 0.133182587219431, 0.346692307692306, 0.233791840352448, 0.681230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 705, '2021-05-09 00:00:00', 0.0510897889843111, 0.0914423076923082, 0.0647589643334306, 0.135711538461537, 0.0736111848733698, 0.198442307692306, 0.133679768045187, 0.341096153846153, 0.236548789080358, 0.680480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 720, '2021-05-09 00:00:00', 0.038005875051914, 0.0914423076923054, 0.051261865418203, 0.137173076923075, 0.0668083481655963, 0.183846153846152, 0.128307497232834, 0.342076923076922, 0.226825052883018, 0.677730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 735, '2021-05-09 00:00:00', 0.0344746116171583, 0.0898269230769229, 0.0425241288971513, 0.123807692307692, 0.0671126378102256, 0.176115384615385, 0.128281404911833, 0.336673076923076, 0.220659355464132, 0.670865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 750, '2021-05-09 00:00:00', 0.033732186181975, 0.0839038461538467, 0.0387056197470099, 0.114250000000001, 0.0869389352450266, 0.178538461538461, 0.134149779953373, 0.339211538461538, 0.210479390549653, 0.667076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 765, '2021-05-09 00:00:00', 0.026788638521697, 0.0801346153846149, 0.0503518237390283, 0.118384615384616, 0.0845166528879629, 0.176230769230768, 0.126692601933243, 0.325346153846152, 0.201630702027245, 0.6565 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 780, '2021-05-09 00:00:00', 0.0389210048095456, 0.0892692307692323, 0.0584688477212117, 0.133384615384615, 0.064475663267982, 0.175365384615385, 0.13136015816771, 0.339365384615384, 0.193364005082483, 0.650961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 795, '2021-05-09 00:00:00', 0.0296344653817395, 0.0888076923076906, 0.0489491926546113, 0.118211538461538, 0.0492894902200624, 0.151076923076921, 0.131712998015204, 0.334923076923077, 0.18866948308127, 0.642923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 810, '2021-05-09 00:00:00', 0.0331113796381005, 0.0787884615384633, 0.0337718590180996, 0.103538461538462, 0.0514752218211676, 0.138538461538462, 0.133974343123541, 0.334230769230771, 0.192996166761455, 0.643903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 825, '2021-05-09 00:00:00', 0.0210840077930034, 0.0721538461538474, 0.0440467802018918, 0.104326923076924, 0.0430946587802332, 0.141019230769232, 0.135319553422486, 0.343307692307693, 0.194665987112443, 0.645057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 840, '2021-05-09 00:00:00', 0.0326407956162438, 0.0711923076923082, 0.035180086150242, 0.0939615384615389, 0.060283168335907, 0.149403846153847, 0.139723942114443, 0.359000000000001, 0.204847410377729, 0.647692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 855, '2021-05-09 00:00:00', 0.0183162496161195, 0.0657500000000002, 0.0379361812278735, 0.102076923076925, 0.0670774896323997, 0.166980769230772, 0.13559471427184, 0.363057692307693, 0.212430415756458, 0.649307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 870, '2021-05-09 00:00:00', 0.0356070703869133, 0.0782884615384626, 0.0544585269158664, 0.117634615384616, 0.0716208499938805, 0.167384615384617, 0.130858433489725, 0.368980769230768, 0.215699277841949, 0.651538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 885, '2021-05-09 00:00:00', 0.0432038326291335, 0.0836346153846157, 0.0459103641726097, 0.119807692307695, 0.0612303123775, 0.167634615384616, 0.125692818471799, 0.363230769230769, 0.213451915860728, 0.647903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 900, '2021-05-09 00:00:00', 0.0270048428705206, 0.0858076923076926, 0.0352705204864433, 0.112019230769231, 0.0489843813412473, 0.169519230769231, 0.126402209084883, 0.354461538461539, 0.223639221824933, 0.646807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 915, '2021-05-09 00:00:00', 0.019749907497347, 0.0816730769230772, 0.0262779301959758, 0.120480769230768, 0.0519161935608345, 0.169134615384614, 0.132391157036784, 0.343538461538461, 0.225518080462264, 0.651730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 930, '2021-05-09 00:00:00', 0.0318404677197984, 0.0956538461538454, 0.0393986528469438, 0.127423076923079, 0.0674241454125721, 0.177346153846154, 0.13269903483505, 0.343423076923078, 0.221925749883915, 0.652538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 945, '2021-05-09 00:00:00', 0.0312280261205321, 0.0900192307692321, 0.0483562143011473, 0.120711538461537, 0.0643162857710593, 0.17276923076923, 0.135050440719241, 0.341692307692308, 0.232237004273319, 0.660884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 960, '2021-05-09 00:00:00', 0.0265359263003082, 0.0883461538461526, 0.0539874629321143, 0.127384615384614, 0.0604635809011048, 0.193769230769231, 0.128248592734819, 0.329807692307693, 0.218703495276489, 0.655326923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 975, '2021-05-09 00:00:00', 0.0470477008348569, 0.0916153846153832, 0.0454672832501981, 0.131576923076922, 0.0635409286632198, 0.19748076923077, 0.13138829710208, 0.328769230769231, 0.220377491695848, 0.657173076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 990, '2021-05-09 00:00:00', 0.0348571149342358, 0.100961538461539, 0.0604106492140368, 0.162942307692308, 0.0793951848956556, 0.196846153846155, 0.13338630422141, 0.323115384615386, 0.221357222606358, 0.657 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1005, '2021-05-09 00:00:00', 0.0341290142750198, 0.11248076923077, 0.0366176922349756, 0.137153846153847, 0.0714161719457482, 0.185519230769231, 0.102486323665461, 0.304942307692309, 0.207834838273087, 0.643999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1020, '2021-05-09 00:00:00', 0.0200554327955149, 0.0860961538461534, 0.0472491147658224, 0.123673076923077, 0.0629658149010549, 0.189423076923077, 0.0894937642864251, 0.283076923076924, 0.202426526081783, 0.631461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1035, '2021-05-09 00:00:00', 0.0295535042826492, 0.0864807692307695, 0.0411554837920026, 0.125576923076924, 0.0502723199568719, 0.182615384615384, 0.0816445414822459, 0.269634615384617, 0.202905730290239, 0.629153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1050, '2021-05-09 00:00:00', 0.0355164533918913, 0.0999615384615392, 0.0501336674838829, 0.15223076923077, 0.059375532386277, 0.188423076923077, 0.0847340273126176, 0.262846153846155, 0.204828461063248, 0.631538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1065, '2021-05-09 00:00:00', 0.0401155063055919, 0.113923076923077, 0.0461264149251417, 0.134884615384614, 0.0684336062292389, 0.172538461538462, 0.100406948886099, 0.249346153846154, 0.196905780866033, 0.626442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1080, '2021-05-09 00:00:00', 0.0299288965074529, 0.0816730769230761, 0.0493170005014651, 0.113057692307692, 0.0516952460245463, 0.14596153846154, 0.093966968418941, 0.221865384615384, 0.187319956635289, 0.620615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1095, '2021-05-09 00:00:00', 0.0280114880279227, 0.0797115384615359, 0.0363709573487062, 0.102057692307692, 0.0351282102283364, 0.130634615384615, 0.0758976056174483, 0.205057692307691, 0.193881011289042, 0.617442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1110, '2021-05-09 00:00:00', 0.0255466466262422, 0.0721346153846166, 0.0326101034367229, 0.0998269230769253, 0.0376744557410537, 0.127769230769231, 0.0735498365840367, 0.197038461538462, 0.192806032462282, 0.612615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1125, '2021-05-09 00:00:00', 0.0275351314058693, 0.064788461538461, 0.0281026962845488, 0.0833076923076916, 0.0402612239486854, 0.110884615384614, 0.0718470624633713, 0.179903846153845, 0.191559351116045, 0.61275 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1140, '2021-05-09 00:00:00', 0.0204019701160317, 0.0604038461538465, 0.0324083144602402, 0.0806730769230763, 0.0440213759264921, 0.111307692307692, 0.0748904969836756, 0.181057692307692, 0.193105408640344, 0.612173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1155, '2021-05-09 00:00:00', 0.0198792992447293, 0.0535576923076911, 0.0232487964949045, 0.0744423076923062, 0.0310545425885589, 0.105730769230767, 0.0665044243756657, 0.168961538461537, 0.192179411368249, 0.608615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1170, '2021-05-09 00:00:00', 0.0177024987371377, 0.0505384615384613, 0.026088112530128, 0.0775192307692309, 0.0277299685150585, 0.100865384615384, 0.0594894431487982, 0.166923076923075, 0.192500522476814, 0.608134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1185, '2021-05-09 00:00:00', 0.0234982241554881, 0.0560576923076943, 0.0222224072641878, 0.0738461538461561, 0.0272416253892105, 0.0928846153846178, 0.0606001523227349, 0.159961538461539, 0.190136044411931, 0.608846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1200, '2021-05-09 00:00:00', 0.0157338439725916, 0.0509230769230774, 0.0245493615771601, 0.0671346153846162, 0.0289952847625541, 0.0885576923076921, 0.0646137666921984, 0.160173076923077, 0.188691299583372, 0.607057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1215, '2021-05-09 00:00:00', 0.0167664500164424, 0.0439230769230784, 0.0223410281424432, 0.0601923076923087, 0.0282756010614221, 0.0894807692307696, 0.0695621028567011, 0.181384615384614, 0.189417987124123, 0.606923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1230, '2021-05-09 00:00:00', 0.0157384511993345, 0.0406730769230787, 0.0239482454793374, 0.0610384615384617, 0.0274618896767044, 0.0858461538461527, 0.0681764706760794, 0.178134615384615, 0.189102402051214, 0.606038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1245, '2021-05-09 00:00:00', 0.0153532256695951, 0.0438076923076927, 0.0207787983660868, 0.0635384615384627, 0.0414371071161336, 0.084576923076923, 0.0671398082076044, 0.181076923076922, 0.189103248151741, 0.605961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1260, '2021-05-09 00:00:00', 0.0213399949535008, 0.0473461538461564, 0.0278136449634672, 0.0628269230769235, 0.0427369233261439, 0.0937692307692303, 0.0639954715946014, 0.180403846153846, 0.188878350145925, 0.604865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1275, '2021-05-09 00:00:00', 0.0196856937510852, 0.0399423076923087, 0.0300299081686134, 0.0591538461538488, 0.0319660697519201, 0.0829807692307703, 0.0636520982795101, 0.184019230769231, 0.185508867712572, 0.607500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1290, '2021-05-09 00:00:00', 0.0187936261699396, 0.0424038461538475, 0.0209059524096314, 0.0643269230769236, 0.0222426132941657, 0.0760769230769229, 0.0691198318418524, 0.188134615384614, 0.185753307248745, 0.607134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1305, '2021-05-09 00:00:00', 0.0179257871836583, 0.047423076923076, 0.0163811923112582, 0.0592115384615375, 0.0253057077781636, 0.0691730769230765, 0.0692603810602799, 0.187596153846153, 0.189288470330341, 0.615250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1320, '2021-05-09 00:00:00', 0.0147098214181479, 0.0416730769230753, 0.0225269069883432, 0.0506923076923049, 0.0479007788598955, 0.0752692307692305, 0.0702141696197027, 0.18551923076923, 0.189533309432975, 0.617653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1335, '2021-05-09 00:00:00', 0.0122225044644939, 0.0340192307692309, 0.0163763431627646, 0.0427692307692322, 0.0392797706792616, 0.0760961538461537, 0.0660980972611024, 0.186961538461538, 0.190915672081038, 0.614923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1350, '2021-05-09 00:00:00', 0.0107873323144115, 0.0325576923076942, 0.0318052729058472, 0.0601538461538464, 0.033284675383496, 0.083980769230769, 0.0643461313163755, 0.18976923076923, 0.193529131180257, 0.614730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1365, '2021-05-09 00:00:00', 0.0285443784038391, 0.0518076923076921, 0.0299914090263291, 0.0647692307692307, 0.0288353749091961, 0.0813269230769228, 0.0646604295829053, 0.192365384615383, 0.193887596302602, 0.614000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1380, '2021-05-09 00:00:00', 0.0165919813811956, 0.0419230769230754, 0.0204719038233845, 0.0581730769230765, 0.0218054686154303, 0.0764615384615395, 0.0609162855577522, 0.196423076923076, 0.193949332201838, 0.613711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1395, '2021-05-09 00:00:00', 0.0203409779660516, 0.0426538461538459, 0.0181925703347437, 0.0519807692307693, 0.061678234535246, 0.139730769230768, 0.058293649871872, 0.202980769230769, 0.194004651014828, 0.613269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1410, '2021-05-09 00:00:00', 0.0133791456551425, 0.0328076923076926, 0.0190696395835436, 0.0556346153846154, 0.0590839689307974, 0.139153846153846, 0.0618690925695885, 0.21223076923077, 0.194587599415159, 0.612923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 2, 1425, '2021-05-09 00:00:00', 0.0180668523502601, 0.0463653846153852, 0.0570155208288472, 0.13251923076923, 0.0558678695329776, 0.144326923076922, 0.0663427579955879, 0.219692307692307, 0.194727774479776, 0.612615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 0, '2021-05-09 00:00:00', 0.0569059277701777, 0.112230769230769, 0.0563048296876371, 0.117576923076923, 0.0544164179128087, 0.132442307692308, 0.0738953730205479, 0.228115384615385, 0.194971872724879, 0.612134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 15, '2021-05-09 00:00:00', 0.0248056445189382, 0.0425000000000002, 0.0326920420803698, 0.0690192307692307, 0.0353964633174646, 0.104480769230771, 0.0678291859123969, 0.21496153846154, 0.190403979434822, 0.611653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 30, '2021-05-09 00:00:00', 0.026928973530095, 0.0494807692307677, 0.0289269703803329, 0.0685192307692305, 0.0394934658665687, 0.108576923076923, 0.0683354874582296, 0.214326923076925, 0.191104813166454, 0.612019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 45, '2021-05-09 00:00:00', 0.0254617435501863, 0.0474038461538468, 0.0336676573857793, 0.0818653846153858, 0.0439607910966837, 0.103634615384617, 0.0654333512938047, 0.211711538461539, 0.195215637181043, 0.614750000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 60, '2021-05-09 00:00:00', 0.0281737534704816, 0.0674038461538466, 0.0342517152855149, 0.0839999999999999, 0.0384391877365561, 0.0963653846153862, 0.066184628124664, 0.211250000000001, 0.195198069032065, 0.612884615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 75, '2021-05-09 00:00:00', 0.0323849502083894, 0.0437500000000001, 0.0379897405178733, 0.0610961538461548, 0.0398452776856431, 0.0916153846153875, 0.0717696341401813, 0.199596153846155, 0.19224850204478, 0.60994230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 90, '2021-05-09 00:00:00', 0.017301545062176, 0.0437884615384624, 0.0226923996086807, 0.0552499999999998, 0.0315876314645193, 0.0940384615384629, 0.0674769960801476, 0.195250000000001, 0.190600501452244, 0.607365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 105, '2021-05-09 00:00:00', 0.0136074781476381, 0.0402115384615375, 0.028875488673854, 0.0730769230769244, 0.0379108316163873, 0.0938653846153863, 0.0648378332101324, 0.19623076923077, 0.190600501452244, 0.607365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 120, '2021-05-09 00:00:00', 0.0279517234916528, 0.0628269230769246, 0.0303998545036966, 0.0763653846153852, 0.0446643766156132, 0.111442307692309, 0.0649618615923109, 0.195788461538462, 0.191194781872794, 0.606730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 135, '2021-05-09 00:00:00', 0.0165705949013491, 0.0482692307692322, 0.0237144227455346, 0.064076923076924, 0.0371527408658654, 0.113615384615387, 0.0747560339730842, 0.19373076923077, 0.190261771090417, 0.60969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 150, '2021-05-09 00:00:00', 0.0147363104661169, 0.0466730769230773, 0.0390387430834862, 0.0817115384615384, 0.0412092969346244, 0.119884615384616, 0.0720550030292048, 0.190788461538462, 0.187645440002806, 0.606865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 165, '2021-05-09 00:00:00', 0.031771207332813, 0.0644807692307699, 0.02959365836433, 0.0922307692307707, 0.0459246079502536, 0.121019230769231, 0.0736679452261724, 0.187884615384616, 0.187609407054618, 0.605519230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 180, '2021-05-09 00:00:00', 0.0268570933188709, 0.0687115384615397, 0.0395141260038236, 0.0918846153846169, 0.0605326262948664, 0.121673076923078, 0.0751261707959475, 0.183307692307694, 0.188308486675048, 0.605615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 195, '2021-05-09 00:00:00', 0.0309234787574353, 0.061307692307691, 0.0333787357459785, 0.0814999999999989, 0.0525464519771285, 0.122019230769231, 0.0600978049003968, 0.172884615384616, 0.182878001579027, 0.604288461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 210, '2021-05-09 00:00:00', 0.0221395312993257, 0.0563269230769248, 0.0409675528267863, 0.0869038461538474, 0.0487752459284916, 0.115230769230771, 0.0584986291752613, 0.167480769230771, 0.182936337181924, 0.605788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 225, '2021-05-09 00:00:00', 0.0338706589611348, 0.0643076923076933, 0.0441056293284825, 0.0919423076923089, 0.0443553136180299, 0.112076923076924, 0.050150439065491, 0.160057692307694, 0.181527735748987, 0.60517307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 240, '2021-05-09 00:00:00', 0.0280670625466941, 0.0590000000000024, 0.0344797599491927, 0.0745769230769255, 0.036210755945629, 0.0946730769230781, 0.0492719025877368, 0.159403846153846, 0.181802636013725, 0.606038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 255, '2021-05-09 00:00:00', 0.0229940125986018, 0.0457692307692323, 0.0247132244261748, 0.0637884615384617, 0.0328655828863812, 0.0839423076923084, 0.046916800336832, 0.157884615384616, 0.175746233136129, 0.605038461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 270, '2021-05-09 00:00:00', 0.0185315946426641, 0.0484999999999987, 0.0214746451569144, 0.0605961538461535, 0.0266095124691565, 0.0806153846153848, 0.0464538356452275, 0.156326923076922, 0.175626434842209, 0.606769230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 285, '2021-05-09 00:00:00', 0.0184025499905262, 0.0479230769230773, 0.0237730616778439, 0.0664615384615388, 0.029142494745647, 0.0837499999999998, 0.0479026777796555, 0.158942307692306, 0.175933826064934, 0.607865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 300, '2021-05-09 00:00:00', 0.0187362257097359, 0.0448846153846165, 0.0214369917522162, 0.0572692307692315, 0.0329751479847381, 0.0784038461538439, 0.0434051795916656, 0.158480769230767, 0.17573703694397, 0.609615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 315, '2021-05-09 00:00:00', 0.0160619473864836, 0.0406153846153867, 0.020303703716694, 0.0590961538461556, 0.0446100368147729, 0.0813461538461542, 0.0517962873632409, 0.165653846153846, 0.175466990101799, 0.610730769230773 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 330, '2021-05-09 00:00:00', 0.0127823947437328, 0.0414807692307694, 0.0252621334137735, 0.0573461538461527, 0.0369050965836169, 0.0793846153846146, 0.0520283539561334, 0.16751923076923, 0.174073924393765, 0.610865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 345, '2021-05-09 00:00:00', 0.0244721191437236, 0.0437692307692288, 0.0360572621512812, 0.0606153846153844, 0.03623424325987, 0.0844038461538452, 0.0616686430729725, 0.179807692307692, 0.172225801024299, 0.612057692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 360, '2021-05-09 00:00:00', 0.0209524828710473, 0.0434423076923074, 0.0234575885704065, 0.0585384615384612, 0.0280615600750595, 0.0768653846153849, 0.069488496557676, 0.191634615384616, 0.170378137140258, 0.613480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 375, '2021-05-09 00:00:00', 0.0158069726581467, 0.040096153846154, 0.0195573810579575, 0.0556346153846154, 0.0272797473482553, 0.073769230769231, 0.0831869003185914, 0.213596153846155, 0.170421260862153, 0.612615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 390, '2021-05-09 00:00:00', 0.0121303338783393, 0.0387500000000014, 0.02168239271497, 0.0503846153846177, 0.0247737842207312, 0.0714038461538477, 0.0778542153396574, 0.229326923076924, 0.170701612132444, 0.612403846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 405, '2021-05-09 00:00:00', 0.015927286697313, 0.0340384615384634, 0.0207084245212866, 0.0506730769230778, 0.0243615791454815, 0.0685576923076917, 0.0914913299801603, 0.24921153846154, 0.170309375729988, 0.612211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 420, '2021-05-09 00:00:00', 0.0160424077417897, 0.0386730769230757, 0.0194042422007281, 0.0507307692307693, 0.0287082941646852, 0.0741153846153838, 0.0951750209634062, 0.262230769230771, 0.170374249814929, 0.612250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 435, '2021-05-09 00:00:00', 0.0155229358840895, 0.0376923076923078, 0.0193764031749977, 0.0497500000000003, 0.0303086430932476, 0.079923076923077, 0.0894843626218928, 0.276634615384616, 0.170600172468124, 0.611826923076926 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 450, '2021-05-09 00:00:00', 0.0133538383995021, 0.0362500000000015, 0.0200924115028546, 0.0567500000000004, 0.0304875321301133, 0.083480769230771, 0.0973121464471641, 0.288923076923078, 0.172305502389929, 0.610384615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 465, '2021-05-09 00:00:00', 0.0167393709099699, 0.0444423076923084, 0.0246422089419451, 0.0669615384615384, 0.0297670959282234, 0.0890000000000003, 0.101534459857044, 0.307057692307693, 0.172655031783032, 0.610000000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 480, '2021-05-09 00:00:00', 0.0189258980073504, 0.0509807692307683, 0.0233683875879708, 0.0656923076923082, 0.029526598178594, 0.0900000000000001, 0.0976159369869808, 0.325134615384614, 0.174747699445624, 0.607538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 495, '2021-05-09 00:00:00', 0.0190441592095821, 0.044500000000001, 0.0286635455963451, 0.0626730769230772, 0.0424980723544747, 0.104384615384615, 0.0982286109033404, 0.3335, 0.1766111820225, 0.609480769230772 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 510, '2021-05-09 00:00:00', 0.0202933107584363, 0.0445384615384621, 0.0238383337053186, 0.0646153846153849, 0.0435412271478248, 0.111538461538461, 0.0943267173996011, 0.339519230769231, 0.175469186424897, 0.611346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 525, '2021-05-09 00:00:00', 0.0208654296348322, 0.0476153846153846, 0.0404139399027301, 0.0869423076923085, 0.0511555997385963, 0.124153846153848, 0.0938178205968249, 0.342788461538463, 0.175062504222393, 0.611096153846157 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 540, '2021-05-09 00:00:00', 0.0352626027661901, 0.0776346153846161, 0.0385985900499768, 0.0993653846153857, 0.0501087931789048, 0.140865384615387, 0.094091684010861, 0.342250000000002, 0.176257286810635, 0.608634615384618 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 555, '2021-05-09 00:00:00', 0.0179072503580158, 0.0609807692307691, 0.0314230745692504, 0.0889807692307694, 0.0611531652114968, 0.157480769230771, 0.0955883803688403, 0.336538461538463, 0.172949620276675, 0.605865384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 570, '2021-05-09 00:00:00', 0.0253209323561492, 0.0720192307692309, 0.0380411770828197, 0.104634615384616, 0.0583242560702996, 0.170826923076923, 0.0987704097701015, 0.341076923076924, 0.174480490423605, 0.602807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 585, '2021-05-09 00:00:00', 0.025246264003886, 0.0729230769230775, 0.0426401084209915, 0.122673076923078, 0.0785424823803108, 0.183692307692309, 0.0978285804550284, 0.331865384615385, 0.173792409323484, 0.597807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 600, '2021-05-09 00:00:00', 0.0385629355729048, 0.102, 0.0405885025402682, 0.135442307692307, 0.0813103077957894, 0.193384615384617, 0.10308181216878, 0.335500000000001, 0.17595506419363, 0.598769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 615, '2021-05-09 00:00:00', 0.0321310058737879, 0.0888076923076895, 0.0745681232162899, 0.131749999999999, 0.0755515743357829, 0.184903846153845, 0.110350443517982, 0.328403846153846, 0.182776963705874, 0.606538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 630, '2021-05-09 00:00:00', 0.054757187796533, 0.0930192307692322, 0.0634711442613587, 0.127615384615387, 0.0790764576460429, 0.178384615384615, 0.119742313066274, 0.323807692307693, 0.185027253709785, 0.616269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 645, '2021-05-09 00:00:00', 0.0379472153635284, 0.0828653846153851, 0.0482120955139471, 0.127615384615383, 0.0607969887918294, 0.195576923076921, 0.113796446138912, 0.319365384615383, 0.176596159249114, 0.619211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 660, '2021-05-09 00:00:00', 0.0384738922467612, 0.0970961538461534, 0.0589630947157763, 0.136442307692306, 0.0696521246017558, 0.212538461538459, 0.119709521824225, 0.32098076923077, 0.182696761160296, 0.626942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 675, '2021-05-09 00:00:00', 0.0395389000274986, 0.0942307692307682, 0.0533888240970104, 0.147557692307691, 0.0597144132839457, 0.203634615384614, 0.123433002693144, 0.330884615384617, 0.170635839187976, 0.628480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 690, '2021-05-09 00:00:00', 0.0390788797965573, 0.0983269230769214, 0.0603519804021481, 0.147307692307691, 0.0596013454933287, 0.189596153846152, 0.116051805408022, 0.319692307692309, 0.172174053258279, 0.62226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 982470 and enddate = '2021-05-09 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 982470, 3, 705, '2021-05-09 00:00:00', 0.0385408275029896, 0.109153846153846, 0.046510048542056, 0.140230769230769, 0.049520966810492, 0.177615384615385, 0.124300343461375, 0.319653846153846, 0.178362359128394, 0.6246346153846[...];
Date: 2021-05-09 15:24:32 Duration: 15s795ms 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 976915, 1, 915, '2021-05-09 00:00:00', 0.0393159587875546, 0.0652307692307702, 0.0626646999145817, 0.10773076923077, 0.0617755490589806, 0.151038461538462, 0.124095905839614, 0.338076923076922, 0.184804433013764, 0.568538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 930, '2021-05-09 00:00:00', 0.0483549536083072, 0.0863076923076923, 0.0484678362818684, 0.115634615384617, 0.0560524205200253, 0.146576923076925, 0.122187751180149, 0.332557692307691, 0.179962116739994, 0.566788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 945, '2021-05-09 00:00:00', 0.0314890701428529, 0.0691923076923074, 0.0355843526545897, 0.093884615384616, 0.0567344590716589, 0.142826923076922, 0.116000106100749, 0.324230769230767, 0.171426270314228, 0.566115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 960, '2021-05-09 00:00:00', 0.028299007865187, 0.0644230769230779, 0.0326879417899252, 0.0886923076923087, 0.0720847177872082, 0.160942307692308, 0.116080661610797, 0.320499999999999, 0.170166937265915, 0.575442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 976915, 1, 975, '2021-05-09 00:00:00', 0.0234786318563526, 0.0583846153846149, 0.0521439022174357, 0.105942307692306, 0.0671634086503839, 0.17578846153846, 0.114260311771648, 0.311673076923075, 0.16747149470421, 0.576307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 990, '2021-05-09 00:00:00', 0.0502943222059294, 0.0896730769230744, 0.0613721811196631, 0.130730769230769, 0.0649373455428692, 0.180173076923075, 0.113568474769801, 0.30353846153846, 0.164567797578994, 0.5715 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1005, '2021-05-09 00:00:00', 0.0448434070276356, 0.0883653846153868, 0.0604851920848275, 0.128538461538462, 0.063041720007772, 0.175538461538461, 0.110994317248851, 0.285038461538459, 0.158524291999197, 0.565865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1020, '2021-05-09 00:00:00', 0.0529394138469762, 0.0946923076923073, 0.0512055323032739, 0.127442307692305, 0.0756714355212461, 0.192884615384613, 0.106940279883393, 0.272711538461536, 0.156457961913589, 0.563423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1035, '2021-05-09 00:00:00', 0.0304674163909319, 0.0822884615384604, 0.0394596580748579, 0.116730769230769, 0.0811525936833729, 0.18828846153846, 0.0882224112465413, 0.254923076923075, 0.156228181245846, 0.55923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1050, '2021-05-09 00:00:00', 0.0345884429342439, 0.0794038461538454, 0.0556781824415991, 0.133499999999999, 0.0760810498997377, 0.177884615384615, 0.0796165256328505, 0.246634615384614, 0.156085648332526, 0.55498076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1065, '2021-05-09 00:00:00', 0.0451950814206091, 0.105653846153846, 0.0673415662014319, 0.139557692307692, 0.071326931476451, 0.163365384615384, 0.0780458174112163, 0.231980769230768, 0.157138000349522, 0.550365384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1080, '2021-05-09 00:00:00', 0.0431448009168413, 0.0789230769230761, 0.0420566467809971, 0.096692307692307, 0.0497952152474367, 0.131288461538461, 0.0626274607991871, 0.21282692307692, 0.165925401449429, 0.541673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1095, '2021-05-09 00:00:00', 0.0274464023143303, 0.0622500000000004, 0.0320206904264218, 0.0837307692307689, 0.0548826440269119, 0.123730769230769, 0.061266755949825, 0.202653846153845, 0.172075418393752, 0.541019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1110, '2021-05-09 00:00:00', 0.024686160869232, 0.061942307692305, 0.0408800731972864, 0.0969038461538459, 0.0510407077356276, 0.122923076923077, 0.0640880764141149, 0.198692307692306, 0.183092603724078, 0.548307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1125, '2021-05-09 00:00:00', 0.0335682828781098, 0.0675192307692323, 0.0459012024310425, 0.0870961538461549, 0.0461040837503758, 0.118942307692308, 0.0564195444859295, 0.19275, 0.189964195006889, 0.551153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1140, '2021-05-09 00:00:00', 0.0263917819376811, 0.0521153846153842, 0.0299612891270354, 0.0748269230769235, 0.0323926867339861, 0.103115384615383, 0.0714144135419339, 0.187961538461537, 0.189453473078586, 0.552961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1155, '2021-05-09 00:00:00', 0.0237312841235762, 0.0535769230769253, 0.0356403401520517, 0.0780769230769231, 0.0310944281429732, 0.0982884615384619, 0.0755065967571453, 0.184615384615385, 0.187919659592972, 0.554538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1170, '2021-05-09 00:00:00', 0.023224994824874, 0.0525961538461536, 0.0210811618421607, 0.0683461538461539, 0.0275893025534282, 0.086480769230769, 0.0848599117097384, 0.182269230769231, 0.188470169033152, 0.555730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1185, '2021-05-09 00:00:00', 0.0210299511686024, 0.0501730769230765, 0.023920710370208, 0.0650961538461537, 0.029297098832479, 0.0844999999999996, 0.0869178834391319, 0.182038461538461, 0.187679047844984, 0.558250000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1200, '2021-05-09 00:00:00', 0.0163324711965059, 0.0434807692307691, 0.0171964665422433, 0.058961538461538, 0.0349983735885832, 0.0883846153846149, 0.0801664806224188, 0.185269230769229, 0.184258865771459, 0.555480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1215, '2021-05-09 00:00:00', 0.0173700892340809, 0.042, 0.0232507816245788, 0.0601730769230773, 0.0355754074521217, 0.0919807692307706, 0.0745958366542934, 0.188826923076923, 0.190366077496855, 0.559711538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1230, '2021-05-09 00:00:00', 0.0216483522201167, 0.044634615384617, 0.0325669547004563, 0.0695576923076927, 0.034621675069463, 0.093096153846154, 0.0753681860040342, 0.183711538461538, 0.191291313285422, 0.562442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1245, '2021-05-09 00:00:00', 0.022927578288034, 0.0455769230769243, 0.0228977409030152, 0.0594423076923095, 0.0287053733913765, 0.0830384615384612, 0.0701519449809873, 0.177153846153844, 0.187399802971737, 0.563384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1260, '2021-05-09 00:00:00', 0.0167720463409079, 0.042192307692308, 0.0230013377537372, 0.0596923076923074, 0.0342634869571324, 0.0875576923076895, 0.0686733964837583, 0.172846153846152, 0.186577441129579, 0.561307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1275, '2021-05-09 00:00:00', 0.0189737571803387, 0.0392884615384606, 0.0246232847899319, 0.0581153846153839, 0.0390474661839215, 0.086730769230768, 0.0685989795842476, 0.171999999999998, 0.185522966647922, 0.561865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1290, '2021-05-09 00:00:00', 0.0205055808538498, 0.0456730769230775, 0.0326147913588994, 0.0702307692307684, 0.0376007978638735, 0.0894999999999999, 0.0693833276360116, 0.172615384615384, 0.188800142600989, 0.563576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1305, '2021-05-09 00:00:00', 0.0265464469591296, 0.0529230769230744, 0.0299020709341986, 0.0659230769230758, 0.0352301226007166, 0.0921923076923068, 0.0720985463419026, 0.173403846153846, 0.195128845007206, 0.566615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1320, '2021-05-09 00:00:00', 0.019587790545682, 0.0441923076923088, 0.0247701122633391, 0.0595384615384632, 0.0471865854470715, 0.0944230769230785, 0.0781411543298397, 0.169, 0.19522064834044, 0.569807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1335, '2021-05-09 00:00:00', 0.0214485161760394, 0.0406730769230776, 0.021196552695044, 0.0635769230769238, 0.0453905827237312, 0.0927500000000012, 0.0735192491800622, 0.172999999999999, 0.196815653692641, 0.570307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1350, '2021-05-09 00:00:00', 0.0198631858936601, 0.0458846153846164, 0.0320508790231063, 0.0711730769230784, 0.0442369320121341, 0.090615384615386, 0.0756720581497251, 0.174903846153846, 0.19546539335647, 0.569 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1365, '2021-05-09 00:00:00', 0.0270238071678687, 0.0571153846153851, 0.0284355208525162, 0.0678269230769234, 0.0417639198351885, 0.0892500000000009, 0.0746446582147708, 0.17625, 0.19751350878825, 0.567884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1380, '2021-05-09 00:00:00', 0.0133413325363753, 0.0453653846153853, 0.0258705133605508, 0.0602115384615385, 0.0455063858578773, 0.0946346153846163, 0.0689126649072244, 0.173346153846152, 0.198209156234984, 0.567980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1395, '2021-05-09 00:00:00', 0.0197006442690425, 0.040153846153846, 0.0272145888477829, 0.059076923076922, 0.0419463989469333, 0.116596153846153, 0.0742420806447503, 0.17805769230769, 0.19802037676811, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1410, '2021-05-09 00:00:00', 0.0138108235146879, 0.0373269230769204, 0.0319116569007902, 0.0675769230769227, 0.0376961587514599, 0.108403846153846, 0.0812174881698235, 0.183096153846152, 0.19802037676811, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 1, 1425, '2021-05-09 00:00:00', 0.0327726433759332, 0.0553846153846175, 0.0396279427444054, 0.100576923076924, 0.0354602106375803, 0.106057692307693, 0.0867554409732419, 0.194057692307691, 0.197921978606179, 0.569980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 0, '2021-05-09 00:00:00', 0.0312050291804673, 0.0715769230769232, 0.0315970787354667, 0.0858461538461533, 0.036342944506254, 0.10001923076923, 0.0881649524820021, 0.196173076923076, 0.197647428907755, 0.569384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 15, '2021-05-09 00:00:00', 0.0257334338047719, 0.0549807692307689, 0.0301067076604849, 0.0669230769230767, 0.0340496696019209, 0.0875000000000002, 0.0832467139568595, 0.194846153846155, 0.201105200177573, 0.568807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 30, '2021-05-09 00:00:00', 0.0241594463130644, 0.043326923076925, 0.0264289541106829, 0.0600192307692326, 0.0320587201625641, 0.0828076923076925, 0.0855115579232513, 0.195057692307692, 0.201284528810491, 0.565307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 45, '2021-05-09 00:00:00', 0.0216300449873276, 0.0458269230769233, 0.0240455737171019, 0.0644807692307689, 0.0318590646441483, 0.0835000000000008, 0.0947160554174761, 0.201634615384616, 0.201859655168176, 0.561403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 60, '2021-05-09 00:00:00', 0.0224250975471654, 0.0477500000000001, 0.0260711747691992, 0.0603846153846162, 0.0384814690667907, 0.0797884615384621, 0.108143579773162, 0.215576923076923, 0.202093595985774, 0.560192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 75, '2021-05-09 00:00:00', 0.0152034915018287, 0.0356153846153841, 0.0207858032172119, 0.0500192307692318, 0.0326650189275686, 0.0847884615384614, 0.104320521249878, 0.213134615384617, 0.202578957066507, 0.559923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 90, '2021-05-09 00:00:00', 0.0153161679280424, 0.0377500000000015, 0.0242786151550306, 0.0523653846153854, 0.0436955199252557, 0.0884615384615389, 0.102644271824888, 0.215557692307693, 0.201566728786885, 0.558115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 105, '2021-05-09 00:00:00', 0.01535353880531, 0.0351346153846148, 0.0306123152694123, 0.068576923076922, 0.0482921438108335, 0.0916346153846157, 0.102272338165539, 0.219865384615385, 0.201945106783615, 0.557115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 120, '2021-05-09 00:00:00', 0.0260604991392088, 0.0565192307692301, 0.0425163362268421, 0.0706730769230766, 0.0481790410863475, 0.0914999999999996, 0.100456092590055, 0.216942307692308, 0.203327602273163, 0.553423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 135, '2021-05-09 00:00:00', 0.0312519845523696, 0.0464423076923075, 0.0334422119253728, 0.0618076923076923, 0.0392140084859798, 0.0949615384615371, 0.0951047863391502, 0.206596153846153, 0.204197465704155, 0.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 150, '2021-05-09 00:00:00', 0.0226898910056037, 0.0448653846153846, 0.0262503626348563, 0.0596923076923079, 0.0353845957357793, 0.09701923076923, 0.0943525487813578, 0.204711538461537, 0.205580795458958, 0.550211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 165, '2021-05-09 00:00:00', 0.0179146695368705, 0.0446538461538468, 0.0240907339352379, 0.0732115384615371, 0.0436717872315758, 0.111249999999999, 0.0886919409225869, 0.203903846153845, 0.207387219582484, 0.551326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 180, '2021-05-09 00:00:00', 0.0241020027894273, 0.059942307692307, 0.0325468656177274, 0.0784615384615382, 0.0474390499645444, 0.112288461538462, 0.0888391047819682, 0.198557692307692, 0.208310408174546, 0.550615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 195, '2021-05-09 00:00:00', 0.023174131798524, 0.0495961538461507, 0.0380331434409517, 0.0789999999999984, 0.047580830011838, 0.0981538461538453, 0.0817867983516607, 0.185403846153844, 0.209792447799833, 0.551634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 210, '2021-05-09 00:00:00', 0.0267698811813127, 0.0549423076923071, 0.0255698816218198, 0.0666730769230783, 0.0430947078671346, 0.0945769230769238, 0.0694574579259717, 0.177461538461539, 0.221058826142239, 0.558269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 225, '2021-05-09 00:00:00', 0.019782354219393, 0.0461923076923085, 0.0362751239196309, 0.0632692307692323, 0.0503194449339568, 0.0944423076923094, 0.0666784707498481, 0.180461538461538, 0.220355193162871, 0.559865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 240, '2021-05-09 00:00:00', 0.0205258280072851, 0.0479807692307693, 0.025990893375595, 0.0655576923076922, 0.0585755396573854, 0.102576923076924, 0.0599345187555682, 0.176557692307692, 0.219487599088984, 0.565384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 255, '2021-05-09 00:00:00', 0.020537395535573, 0.0482307692307683, 0.0310354697824175, 0.0704038461538462, 0.0528733028460118, 0.101384615384617, 0.0565014635617102, 0.175153846153845, 0.220716873984611, 0.56696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 270, '2021-05-09 00:00:00', 0.0200651726592647, 0.0463653846153863, 0.0398665707270936, 0.0687115384615397, 0.0439417096407692, 0.0884230769230777, 0.0526341947932936, 0.162461538461537, 0.221387297252158, 0.563653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 285, '2021-05-09 00:00:00', 0.0308117859567757, 0.0466153846153858, 0.033513900675116, 0.0601923076923103, 0.0334157724159377, 0.0820769230769231, 0.0545014325852642, 0.157115384615383, 0.221145925543781, 0.562096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 300, '2021-05-09 00:00:00', 0.0186769808958678, 0.0400192307692338, 0.0216865076806902, 0.0522307692307694, 0.033139379317339, 0.0774615384615388, 0.0578977214909712, 0.151615384615384, 0.221269770085853, 0.561134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 315, '2021-05-09 00:00:00', 0.0155039076960017, 0.0381346153846144, 0.0215351948072124, 0.0552692307692296, 0.037693970136023, 0.076653846153846, 0.0583343842396179, 0.156096153846152, 0.222362338572395, 0.560019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 330, '2021-05-09 00:00:00', 0.0181446855961906, 0.0415192307692312, 0.0303506241223362, 0.0555961538461537, 0.0393612705001316, 0.07548076923077, 0.0585829720600153, 0.15776923076923, 0.222260070291885, 0.559673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 345, '2021-05-09 00:00:00', 0.021648210087673, 0.0377499999999999, 0.0258195587759483, 0.0519807692307698, 0.0269401401972264, 0.0713653846153832, 0.0679783138496846, 0.167134615384614, 0.222865786620902, 0.558326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 360, '2021-05-09 00:00:00', 0.0142851859792413, 0.0345576923076917, 0.0167524510261812, 0.0487692307692308, 0.0217933387846976, 0.0669807692307677, 0.068786193270274, 0.169096153846152, 0.2246816046354, 0.559288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 375, '2021-05-09 00:00:00', 0.0139862019917427, 0.0345769230769242, 0.0160112580584845, 0.0494038461538454, 0.0230818026892324, 0.0669807692307671, 0.0754109076990849, 0.178249999999998, 0.223649881769216, 0.562019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 390, '2021-05-09 00:00:00', 0.0135492264894204, 0.0333076923076901, 0.0232151889934167, 0.0457499999999982, 0.0252908010032231, 0.0667307692307698, 0.0751885527293778, 0.180961538461538, 0.223126211265834, 0.561384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 405, '2021-05-09 00:00:00', 0.0136993121669, 0.0321346153846158, 0.0131886460493641, 0.0444038461538461, 0.0434110983682582, 0.0747884615384612, 0.0812159135599955, 0.192230769230769, 0.223309977730162, 0.560615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 420, '2021-05-09 00:00:00', 0.00839487022852996, 0.032423076923076, 0.015498188479751, 0.0455769230769232, 0.0426703509026334, 0.0758269230769222, 0.0846979542937051, 0.194711538461537, 0.222289980396362, 0.563153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 435, '2021-05-09 00:00:00', 0.0144846337677079, 0.0327307692307686, 0.0370473293961205, 0.0557692307692298, 0.0369003439633741, 0.0796538461538455, 0.0830319146241598, 0.202326923076922, 0.223067717382998, 0.563442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 450, '2021-05-09 00:00:00', 0.0333386585489903, 0.0411153846153853, 0.0330935736266817, 0.0557692307692303, 0.0327147343891685, 0.0749230769230756, 0.0820419686220707, 0.20476923076923, 0.22290117851778, 0.564346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 465, '2021-05-09 00:00:00', 0.0133597702651824, 0.0357884615384619, 0.0204137302964308, 0.0549038461538449, 0.0282705949435361, 0.0745576923076898, 0.0814020057397943, 0.213557692307691, 0.222800279657329, 0.56323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 480, '2021-05-09 00:00:00', 0.0184222795716326, 0.0425961538461539, 0.0221390796139724, 0.0558269230769235, 0.0302046163053577, 0.0746730769230777, 0.0830721952002272, 0.219480769230769, 0.222483524022652, 0.562461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 495, '2021-05-09 00:00:00', 0.0156233676070366, 0.03598076923077, 0.0227755351199482, 0.0512499999999988, 0.0347474404148668, 0.0842692307692309, 0.0861069750592019, 0.224134615384615, 0.222866656407954, 0.561557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 510, '2021-05-09 00:00:00', 0.0186382980404891, 0.0383846153846139, 0.0244177111004405, 0.0527692307692313, 0.0315690452086308, 0.09323076923077, 0.0888707012375943, 0.229192307692309, 0.222866656407954, 0.561557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 525, '2021-05-09 00:00:00', 0.010051176739375, 0.0341153846153846, 0.0186806049152585, 0.066250000000001, 0.0460243915265013, 0.108230769230771, 0.0900682817900698, 0.232346153846154, 0.22285144068501, 0.56223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 540, '2021-05-09 00:00:00', 0.0183189372382361, 0.0562115384615385, 0.0234719800220145, 0.0755769230769232, 0.0514867010461492, 0.117596153846153, 0.0941212985787693, 0.233673076923077, 0.222440305734784, 0.56148076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 555, '2021-05-09 00:00:00', 0.0175500273942372, 0.0482115384615397, 0.0408701743799329, 0.0781346153846168, 0.05566063724448, 0.120057692307693, 0.112044409121494, 0.24148076923077, 0.223234867692854, 0.565115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 570, '2021-05-09 00:00:00', 0.0366327092175205, 0.0611538461538463, 0.0411030272139888, 0.0856730769230772, 0.0485647109931299, 0.126134615384616, 0.125577925546712, 0.247653846153846, 0.226411437092196, 0.568326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 585, '2021-05-09 00:00:00', 0.0180223899209143, 0.0535576923076922, 0.0344999219620071, 0.0897692307692304, 0.0581515559683356, 0.128211538461538, 0.124308382043022, 0.247923076923076, 0.230214151138923, 0.569153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 600, '2021-05-09 00:00:00', 0.0331418396963959, 0.0773076923076925, 0.0407240856723181, 0.100634615384615, 0.0600281216149197, 0.129346153846153, 0.125581870323094, 0.248384615384616, 0.231055059205841, 0.571096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 615, '2021-05-09 00:00:00', 0.0284718551988017, 0.0679423076923085, 0.0392770435985971, 0.0931153846153854, 0.0477963347484345, 0.125480769230768, 0.13754897868927, 0.247192307692308, 0.232653791154284, 0.568442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 630, '2021-05-09 00:00:00', 0.0318411502014886, 0.0643269230769241, 0.0407041294446396, 0.0881153846153845, 0.0473135856241638, 0.126846153846154, 0.134840819259084, 0.242442307692308, 0.229203275584058, 0.568307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 645, '2021-05-09 00:00:00', 0.0239668761803905, 0.0588653846153826, 0.0241490245064958, 0.0836538461538444, 0.0508948387892575, 0.123730769230769, 0.11941139618337, 0.245692307692307, 0.225917868840732, 0.569288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 660, '2021-05-09 00:00:00', 0.0216912690695168, 0.0631346153846157, 0.038977251748246, 0.0926153846153863, 0.0511244672720032, 0.122134615384618, 0.119315548022881, 0.248, 0.226603765499299, 0.574057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 675, '2021-05-09 00:00:00', 0.0267772075869353, 0.0556730769230782, 0.0413896912100284, 0.0785576923076941, 0.0425155718079121, 0.108923076923079, 0.114069730698107, 0.247288461538463, 0.22667392116973, 0.573942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 690, '2021-05-09 00:00:00', 0.0204756891496695, 0.0550769230769232, 0.0219746357281442, 0.0732307692307696, 0.0344749853572799, 0.107730769230771, 0.113296114740908, 0.24998076923077, 0.230111856579493, 0.579942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 705, '2021-05-09 00:00:00', 0.0139976921174682, 0.0478461538461549, 0.0210195238912623, 0.0705961538461564, 0.0390328658361706, 0.102269230769233, 0.119742216705467, 0.257538461538464, 0.228287858937923, 0.579557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 720, '2021-05-09 00:00:00', 0.0168033879367771, 0.0529230769230771, 0.0306924508383032, 0.0789423076923086, 0.0538869079290498, 0.105673076923078, 0.12903836787799, 0.268596153846155, 0.2292607928841, 0.588634615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 735, '2021-05-09 00:00:00', 0.0261990384438957, 0.0550192307692306, 0.0311217707623551, 0.0737307692307677, 0.0724575844095127, 0.112307692307692, 0.119852345055844, 0.270269230769229, 0.230092633519632, 0.590000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 750, '2021-05-09 00:00:00', 0.0124237520654847, 0.0505192307692288, 0.0300512702918522, 0.0748269230769213, 0.0747933794889964, 0.117019230769231, 0.117360208169291, 0.27053846153846, 0.219303228781171, 0.588115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 765, '2021-05-09 00:00:00', 0.0243341245041745, 0.0569807692307691, 0.0465367183398893, 0.0871153846153852, 0.0664008254119233, 0.11951923076923, 0.11294257220103, 0.28026923076923, 0.219920020427008, 0.591153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 780, '2021-05-09 00:00:00', 0.0329487247331135, 0.0590384615384625, 0.0501928933063407, 0.082557692307693, 0.0517374287963921, 0.110192307692307, 0.110152120339941, 0.29601923076923, 0.220301597466187, 0.589576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 795, '2021-05-09 00:00:00', 0.0256319887280305, 0.0528269230769228, 0.0294311974716522, 0.0721538461538452, 0.0569968285217574, 0.11753846153846, 0.118961512845381, 0.299307692307692, 0.217308292170718, 0.584576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 810, '2021-05-09 00:00:00', 0.0179329198789425, 0.0554807692307696, 0.0243216032492802, 0.0750961538461522, 0.0621773394289381, 0.119692307692306, 0.114021428485378, 0.303884615384615, 0.216633021845347, 0.583884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 825, '2021-05-09 00:00:00', 0.0197611896247322, 0.0517692307692293, 0.0539655908890112, 0.0907499999999988, 0.0808522013400902, 0.140538461538459, 0.108044705846879, 0.307461538461538, 0.217747511687629, 0.582673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 840, '2021-05-09 00:00:00', 0.04240843530025, 0.0668461538461527, 0.0462641745430924, 0.087576923076922, 0.0779779776603623, 0.139249999999999, 0.112576640560998, 0.316499999999999, 0.222276339617707, 0.584634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 855, '2021-05-09 00:00:00', 0.0160518390990442, 0.0536923076923072, 0.0635871056111214, 0.101999999999999, 0.0697725976628036, 0.132653846153846, 0.110217646569797, 0.317019230769232, 0.219288574362993, 0.583326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 870, '2021-05-09 00:00:00', 0.0621589061630311, 0.0754807692307689, 0.0620873980772261, 0.09775, 0.0682281579588768, 0.136192307692308, 0.129572309779284, 0.322788461538461, 0.220395278638526, 0.579673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 885, '2021-05-09 00:00:00', 0.0250715898056877, 0.0637307692307669, 0.0282945224380971, 0.0909999999999989, 0.0541175252433207, 0.133942307692308, 0.136971014620444, 0.326673076923076, 0.21966879614547, 0.575999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 900, '2021-05-09 00:00:00', 0.0283231422094263, 0.0695961538461538, 0.0323503239788787, 0.0952884615384612, 0.0582898064713002, 0.148692307692308, 0.136507256780898, 0.330134615384617, 0.224653110372414, 0.577000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 915, '2021-05-09 00:00:00', 0.0192098632518256, 0.0606730769230759, 0.0393512242014637, 0.0948269230769249, 0.0554256674780251, 0.14776923076923, 0.146392624078589, 0.323403846153847, 0.226127316929066, 0.579711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 930, '2021-05-09 00:00:00', 0.0308277410035946, 0.0789807692307709, 0.0450855980757294, 0.112134615384616, 0.0606691025152032, 0.155, 0.143380982538989, 0.320115384615385, 0.221699522916803, 0.578538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 945, '2021-05-09 00:00:00', 0.0345986938392857, 0.076980769230769, 0.0377932686314127, 0.110134615384614, 0.0594662056582127, 0.16601923076923, 0.147013878204118, 0.311096153846154, 0.220983699364038, 0.570846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 960, '2021-05-09 00:00:00', 0.0278449070056602, 0.0813269230769217, 0.041662199247686, 0.109173076923077, 0.0648951847212108, 0.180750000000001, 0.139837136038266, 0.308269230769231, 0.220991473034248, 0.567134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 975, '2021-05-09 00:00:00', 0.0205758633803349, 0.0673846153846147, 0.0408279740072728, 0.117288461538463, 0.0663499695669759, 0.17446153846154, 0.141219332954097, 0.307500000000001, 0.228601736314828, 0.565576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 990, '2021-05-09 00:00:00', 0.037676068715384, 0.0983846153846157, 0.0679206239212088, 0.149865384615385, 0.0657146395117097, 0.179076923076923, 0.148255518771322, 0.317673076923077, 0.223397193701816, 0.571384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1005, '2021-05-09 00:00:00', 0.0329856612205057, 0.0960769230769244, 0.0474015781950837, 0.122480769230771, 0.0572331937038147, 0.163961538461539, 0.134046576291171, 0.307769230769232, 0.215999872685148, 0.572250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1020, '2021-05-09 00:00:00', 0.031117574801685, 0.0867884615384616, 0.042216097002846, 0.119673076923076, 0.0659580198657845, 0.164596153846153, 0.131626460105862, 0.29075, 0.215269609130933, 0.564269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1035, '2021-05-09 00:00:00', 0.0373285465108838, 0.0820961538461534, 0.0437126279941368, 0.116423076923076, 0.0574547346914215, 0.164057692307693, 0.122259492316706, 0.279288461538462, 0.205066256647418, 0.572519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1050, '2021-05-09 00:00:00', 0.0340811531495053, 0.0812499999999999, 0.0486565988883786, 0.117769230769231, 0.0872365837161309, 0.161307692307692, 0.12712111880468, 0.267826923076923, 0.223692866362651, 0.573538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1065, '2021-05-09 00:00:00', 0.0343496500933899, 0.0884615384615389, 0.0447401213849295, 0.121038461538463, 0.0878181446994937, 0.166442307692307, 0.111803090985205, 0.264634615384615, 0.237896829609944, 0.585692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1080, '2021-05-09 00:00:00', 0.0269873759661534, 0.0829615384615405, 0.0501693286626557, 0.113692307692308, 0.0657813891145997, 0.161134615384616, 0.0852451848403294, 0.247692307692309, 0.246977800310379, 0.585576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1095, '2021-05-09 00:00:00', 0.0427936192224238, 0.0714230769230742, 0.0552912602636128, 0.107711538461537, 0.0595393858008183, 0.141461538461538, 0.0878469495114175, 0.233057692307691, 0.26247994868473, 0.584288461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1110, '2021-05-09 00:00:00', 0.0304063252528919, 0.0757307692307685, 0.0354236340054755, 0.100923076923077, 0.0361450337050398, 0.123788461538461, 0.0891313572551998, 0.222173076923076, 0.261684172532169, 0.581115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1125, '2021-05-09 00:00:00', 0.0230422104308263, 0.0657115384615407, 0.0310937540104374, 0.0851923076923084, 0.0346446799112641, 0.109423076923077, 0.093963448294456, 0.21601923076923, 0.265050909478509, 0.576269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1140, '2021-05-09 00:00:00', 0.0225925787679194, 0.0562692307692294, 0.0223204028775327, 0.077096153846153, 0.0317200312833315, 0.110096153846152, 0.0970200217243049, 0.20926923076923, 0.263111546979311, 0.572884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1155, '2021-05-09 00:00:00', 0.0203701893801851, 0.0542307692307686, 0.0280415145536323, 0.0750576923076916, 0.0415757880724595, 0.113384615384616, 0.102457167410806, 0.201865384615383, 0.26287705008528, 0.568711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1170, '2021-05-09 00:00:00', 0.0188236859792697, 0.0488653846153862, 0.0268674237979468, 0.0754615384615397, 0.0570089905190382, 0.11575, 0.101690822897339, 0.192211538461537, 0.261916210911928, 0.569192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1185, '2021-05-09 00:00:00', 0.0192844397218242, 0.052019230769231, 0.0281474414741104, 0.0784615384615398, 0.058443532905375, 0.111057692307691, 0.100298132508114, 0.185346153846153, 0.261683511135111, 0.572000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1200, '2021-05-09 00:00:00', 0.024138861103719, 0.05773076923077, 0.0540356008002701, 0.0833846153846145, 0.0531184163341322, 0.101884615384616, 0.104216320883352, 0.183692307692306, 0.263325832090499, 0.572923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1215, '2021-05-09 00:00:00', 0.0534977929091838, 0.0544230769230766, 0.0514402416551335, 0.0710384615384624, 0.0483660561201285, 0.0893461538461541, 0.107503132333615, 0.18128846153846, 0.257627035878196, 0.567480769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1230, '2021-05-09 00:00:00', 0.0275821291084249, 0.048076923076922, 0.0341183235227058, 0.0634999999999999, 0.0342119693404768, 0.084173076923076, 0.0964890428215317, 0.174846153846151, 0.256710160567247, 0.563557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1245, '2021-05-09 00:00:00', 0.0110124405176087, 0.0405769230769244, 0.0171436128496436, 0.057711538461538, 0.0308233927149739, 0.0818076923076927, 0.0752093999853354, 0.165423076923075, 0.255954605350246, 0.563500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1260, '2021-05-09 00:00:00', 0.0127732292164271, 0.0428461538461535, 0.0187419726406151, 0.0551923076923072, 0.031931513250418, 0.0851923076923078, 0.0696869704188245, 0.165423076923076, 0.255504009452208, 0.564173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1275, '2021-05-09 00:00:00', 0.0157638949696904, 0.0374038461538471, 0.0259376248838531, 0.0555961538461537, 0.0401604905348533, 0.0892499999999998, 0.0642194554752586, 0.165538461538462, 0.253862307469712, 0.563865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1290, '2021-05-09 00:00:00', 0.019649554702333, 0.0427499999999986, 0.0234581788262891, 0.063884615384616, 0.0469290790612645, 0.0905384615384604, 0.0637576662057208, 0.164999999999998, 0.253257628026969, 0.562884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1305, '2021-05-09 00:00:00', 0.0175894745624938, 0.0489807692307697, 0.0323523391141018, 0.0669230769230756, 0.0476972705234237, 0.0879807692307679, 0.0615523448281732, 0.163134615384613, 0.253899902293434, 0.561096153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1320, '2021-05-09 00:00:00', 0.0202177758801111, 0.0469615384615364, 0.0335159491310312, 0.0623269230769206, 0.0424714791178908, 0.0845576923076916, 0.0585691077669404, 0.155596153846151, 0.254814403801306, 0.560596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1335, '2021-05-09 00:00:00', 0.0196927944651382, 0.0401153846153832, 0.0238868889045547, 0.0562115384615369, 0.0367480664064849, 0.0789038461538458, 0.0492496310021322, 0.153615384615384, 0.25598701063801, 0.56098076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1350, '2021-05-09 00:00:00', 0.0139717434625981, 0.0400192307692316, 0.0188824297654243, 0.0558846153846171, 0.0298211140998107, 0.0766730769230768, 0.0499993384571619, 0.152423076923076, 0.255534417371787, 0.560461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1365, '2021-05-09 00:00:00', 0.0168534406439294, 0.0460384615384611, 0.0239460933059108, 0.0611538461538452, 0.0285622733958372, 0.0787884615384601, 0.0536844806395512, 0.15828846153846, 0.256952988816123, 0.560961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1380, '2021-05-09 00:00:00', 0.0186532838931911, 0.042749999999997, 0.0198798022742073, 0.0544423076923042, 0.0371196868769963, 0.0848653846153832, 0.0562065421869679, 0.163846153846153, 0.256890096224945, 0.561692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1395, '2021-05-09 00:00:00', 0.0153135937599964, 0.0361153846153833, 0.0203156343735579, 0.0552499999999998, 0.0389801922085481, 0.101653846153845, 0.065654424538932, 0.173788461538462, 0.257107332420947, 0.562903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1410, '2021-05-09 00:00:00', 0.0180521466867535, 0.040500000000001, 0.0367427700894501, 0.0651346153846159, 0.0391908005296373, 0.0956730769230768, 0.081217734421831, 0.187096153846154, 0.258531006918826, 0.563692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 2, 1425, '2021-05-09 00:00:00', 0.0323721924829607, 0.0533269230769246, 0.0390166631069338, 0.0860000000000002, 0.0380556677270782, 0.0950769230769234, 0.0929496720729089, 0.192307692307692, 0.257566466403111, 0.564769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 0, '2021-05-09 00:00:00', 0.0329877832864499, 0.0694230769230783, 0.031359282762599, 0.0757307692307706, 0.0381434791281534, 0.0887500000000002, 0.10664002712216, 0.200346153846153, 0.25859713544728, 0.562538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 15, '2021-05-09 00:00:00', 0.0229695199373836, 0.0438269230769241, 0.0285780442890105, 0.0597692307692303, 0.0300616609910103, 0.0807115384615374, 0.1024948779208, 0.1985, 0.256350163913468, 0.559057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 30, '2021-05-09 00:00:00', 0.0257346294678242, 0.0461346153846138, 0.0300271479728678, 0.0599807692307692, 0.0363271724957848, 0.0827115384615371, 0.100362949032305, 0.196692307692308, 0.255374332334683, 0.558019230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 45, '2021-05-09 00:00:00', 0.0304322008102234, 0.0451730769230778, 0.0263289033923966, 0.0608653846153834, 0.0331106536422253, 0.0816538461538441, 0.0997757659030392, 0.196788461538461, 0.255398982739979, 0.556903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 60, '2021-05-09 00:00:00', 0.0159532610604096, 0.0425576923076905, 0.0287302909032377, 0.0564807692307667, 0.0315945467543906, 0.0736538461538442, 0.0955833204792864, 0.190865384615384, 0.253675001800459, 0.550557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 75, '2021-05-09 00:00:00', 0.0176757221591119, 0.0328653846153841, 0.0235953385226814, 0.0494999999999991, 0.0329264915554913, 0.0829230769230761, 0.0954892120366722, 0.184480769230768, 0.25450088181803, 0.547173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 90, '2021-05-09 00:00:00', 0.0149450789430968, 0.0361538461538455, 0.021464496625466, 0.0507692307692294, 0.0323341686384302, 0.0850384615384604, 0.0905269636840109, 0.179634615384615, 0.250487687398927, 0.543692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 105, '2021-05-09 00:00:00', 0.0156267522094446, 0.0366538461538457, 0.0226724163145099, 0.0665384615384611, 0.037452518658244, 0.0903653846153838, 0.0850175185566995, 0.178038461538462, 0.249919880238574, 0.542442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 120, '2021-05-09 00:00:00', 0.0183997596138148, 0.0533653846153853, 0.026347033112785, 0.0666153846153851, 0.0393663122283715, 0.0965576923076926, 0.0845821880685402, 0.180557692307693, 0.251348294205474, 0.542750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 135, '2021-05-09 00:00:00', 0.0176429981753498, 0.0423461538461527, 0.0263539297901574, 0.0630192307692311, 0.0407252189869924, 0.103211538461538, 0.0922738336941502, 0.183403846153846, 0.252185417897231, 0.542250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 150, '2021-05-09 00:00:00', 0.0168401648996115, 0.0441346153846168, 0.0257333142354113, 0.0687115384615375, 0.0599920796054318, 0.11601923076923, 0.0926255924926552, 0.181403846153846, 0.251686181277706, 0.539576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 165, '2021-05-09 00:00:00', 0.0209177877930221, 0.0520769230769214, 0.0331888303731613, 0.0820384615384619, 0.0654532363893979, 0.115115384615386, 0.0888357278264876, 0.176442307692308, 0.246554500138331, 0.537307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 180, '2021-05-09 00:00:00', 0.031631654058261, 0.0626923076923097, 0.0501449744395035, 0.0909615384615394, 0.0817274763137563, 0.120596153846154, 0.0935729579608267, 0.173961538461538, 0.24717147971523, 0.538596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 195, '2021-05-09 00:00:00', 0.0275750165632142, 0.0561923076923071, 0.0368776563580388, 0.0731923076923085, 0.0577117105833951, 0.107192307692307, 0.0751141208684903, 0.159365384615384, 0.235163348302017, 0.532096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 210, '2021-05-09 00:00:00', 0.0237456068811456, 0.0504230769230799, 0.0464171718887934, 0.0789230769230788, 0.0517117640238802, 0.0965576923076942, 0.0762553831643281, 0.157711538461538, 0.234860270242674, 0.533057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 225, '2021-05-09 00:00:00', 0.0345872864592684, 0.0594038461538456, 0.0396363906219854, 0.0772115384615393, 0.0436878129459494, 0.0922499999999999, 0.0679674271533518, 0.149365384615384, 0.233340323430096, 0.529942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 240, '2021-05-09 00:00:00', 0.0209449553316827, 0.0501346153846165, 0.0258874264103996, 0.0628269230769246, 0.035311166244384, 0.0824615384615403, 0.0693987280974117, 0.144211538461538, 0.233690778594279, 0.527000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 255, '2021-05-09 00:00:00', 0.0203837038983445, 0.0421538461538463, 0.0262233894423701, 0.0588846153846156, 0.0377146370279991, 0.0789230769230777, 0.0681839057256173, 0.143249999999999, 0.233062447887653, 0.52623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 270, '2021-05-09 00:00:00', 0.0192818467835573, 0.0429807692307706, 0.0223986950169312, 0.0576923076923088, 0.0287686528119642, 0.0748461538461543, 0.0648012256531758, 0.144826923076921, 0.231499709253847, 0.529153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 285, '2021-05-09 00:00:00', 0.0189302769291783, 0.0386538461538454, 0.0267816814546507, 0.0564615384615386, 0.0305647610065033, 0.0762692307692309, 0.0651820792974447, 0.140788461538459, 0.232460290239993, 0.532057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 300, '2021-05-09 00:00:00', 0.0220900343002122, 0.0395192307692309, 0.0208017103586723, 0.0513653846153856, 0.037757958916479, 0.0777884615384613, 0.0638387903538754, 0.140865384615383, 0.231975602994401, 0.532903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 315, '2021-05-09 00:00:00', 0.0117637153994803, 0.0352500000000016, 0.0199351737852017, 0.0541346153846159, 0.0537940088171104, 0.0791538461538442, 0.0657166294374207, 0.154846153846153, 0.23307154811015, 0.531942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 330, '2021-05-09 00:00:00', 0.0177995354304123, 0.0392115384615399, 0.034804934442383, 0.0572884615384607, 0.0514774371784528, 0.0770576923076919, 0.064825576623855, 0.159346153846153, 0.232597324543117, 0.530846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 345, '2021-05-09 00:00:00', 0.0265063200010887, 0.0417499999999982, 0.0432168414465411, 0.0601538461538448, 0.0434772973471843, 0.0786538461538446, 0.0587386257401917, 0.160615384615384, 0.231756178243098, 0.527884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 360, '2021-05-09 00:00:00', 0.0225487164908472, 0.0417692307692302, 0.0246577574000553, 0.0517499999999995, 0.0342173370361592, 0.069115384615384, 0.0564580034525326, 0.160615384615384, 0.231853368781618, 0.52273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 375, '2021-05-09 00:00:00', 0.0125612346281977, 0.0307692307692301, 0.0187003085124696, 0.0451923076923054, 0.0262617592708488, 0.0644999999999997, 0.0512807806252843, 0.168038461538463, 0.233107612158321, 0.518673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 390, '2021-05-09 00:00:00', 0.0118265021813787, 0.0328846153846139, 0.0185723222523765, 0.0431346153846153, 0.0299210049707827, 0.0674423076923072, 0.0523479336158187, 0.166384615384617, 0.233847432182742, 0.517307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 405, '2021-05-09 00:00:00', 0.013394545388098, 0.0285769230769229, 0.0228954143880393, 0.0454999999999992, 0.0274930270880013, 0.0640576923076926, 0.0536403407320094, 0.170384615384616, 0.234747484626486, 0.514692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 420, '2021-05-09 00:00:00', 0.0187556350506674, 0.0345769230769231, 0.020589102793618, 0.0488653846153851, 0.0284644785383725, 0.0665576923076931, 0.0694464181941724, 0.17975, 0.234598846642848, 0.515826923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 435, '2021-05-09 00:00:00', 0.0157711640465937, 0.0345192307692322, 0.0210642971728114, 0.0467307692307699, 0.0268030494820707, 0.0717115384615382, 0.0701843643556013, 0.180750000000001, 0.23421610665235, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 450, '2021-05-09 00:00:00', 0.0148510553885496, 0.0335769230769233, 0.0228463092457784, 0.048423076923078, 0.0308069235475001, 0.074557692307692, 0.0818274192337821, 0.192442307692309, 0.234277751003771, 0.517230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 465, '2021-05-09 00:00:00', 0.0147861291548749, 0.0344807692307704, 0.0210842631800621, 0.0536153846153854, 0.0246798578726734, 0.0726538461538465, 0.0833086222336038, 0.199557692307694, 0.234105187567799, 0.516673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 480, '2021-05-09 00:00:00', 0.0159084520351214, 0.0433269230769239, 0.02289618711959, 0.0586538461538453, 0.0221898538838032, 0.0705192307692313, 0.0816761922754435, 0.208096153846155, 0.233856080824216, 0.516942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 495, '2021-05-09 00:00:00', 0.0143818929961892, 0.0388269230769215, 0.0164452588444695, 0.0490576923076904, 0.0373217043472651, 0.0895192307692308, 0.0805690458789602, 0.209365384615385, 0.234713104743775, 0.519307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 510, '2021-05-09 00:00:00', 0.0114142960293752, 0.0331153846153831, 0.0141236980339374, 0.0458269230769238, 0.0412341344780479, 0.0935769230769244, 0.0767177845192261, 0.210461538461539, 0.232137436910519, 0.518480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 525, '2021-05-09 00:00:00', 0.00876215639071792, 0.0348461538461557, 0.029240784215517, 0.0722115384615406, 0.0368793511122617, 0.0980576923076959, 0.0751742283989979, 0.21523076923077, 0.2329772488067, 0.521461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 540, '2021-05-09 00:00:00', 0.0266255227467651, 0.063038461538463, 0.0322089870401704, 0.0811730769230786, 0.0364108024968073, 0.106557692307694, 0.074284090852928, 0.216884615384616, 0.233802556411635, 0.521846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 555, '2021-05-09 00:00:00', 0.0199307261822993, 0.0510769230769248, 0.024431135557222, 0.0679038461538501, 0.0333945182051444, 0.107076923076926, 0.0682030452737651, 0.212653846153848, 0.230976232543525, 0.522000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 570, '2021-05-09 00:00:00', 0.0182396862321181, 0.047384615384617, 0.0230022741350628, 0.0717692307692302, 0.0292005795516766, 0.103423076923078, 0.0673625238198849, 0.21351923076923, 0.229987746329102, 0.524211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 585, '2021-05-09 00:00:00', 0.0180514648883508, 0.0518461538461527, 0.0268438289714068, 0.0796346153846152, 0.0290045951266578, 0.107057692307691, 0.0691971570114077, 0.212557692307693, 0.229882706713999, 0.525173076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 600, '2021-05-09 00:00:00', 0.0190956700690142, 0.0637692307692314, 0.0230776615266463, 0.0799615384615377, 0.03571840723471, 0.117269230769228, 0.0736599254370017, 0.215769230769231, 0.232941534427717, 0.526538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 615, '2021-05-09 00:00:00', 0.0142464030548057, 0.0539999999999977, 0.0274925514388039, 0.0809038461538449, 0.0381213245390997, 0.113846153846152, 0.0743016512913099, 0.212653846153846, 0.235043527883668, 0.534500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 630, '2021-05-09 00:00:00', 0.0250312496998942, 0.0657115384615374, 0.0367374939474458, 0.0887115384615352, 0.0464022048547756, 0.121730769230768, 0.0706442577556471, 0.210365384615383, 0.235141418168859, 0.538942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 645, '2021-05-09 00:00:00', 0.0232383386801926, 0.0585961538461511, 0.0216883875344856, 0.0818846153846145, 0.0489722998627382, 0.123384615384615, 0.070279346457274, 0.212442307692306, 0.232473555154462, 0.541923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 660, '2021-05-09 00:00:00', 0.0162709746292154, 0.0557692307692309, 0.0319423097763164, 0.0858653846153852, 0.0530029208193713, 0.12648076923077, 0.0739972374744235, 0.214134615384615, 0.23215210862377, 0.547807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 675, '2021-05-09 00:00:00', 0.0217320128983809, 0.0600961538461544, 0.0379777060108446, 0.0863846153846163, 0.0484470210245563, 0.114576923076923, 0.0785438951258362, 0.217711538461538, 0.230347767182916, 0.553423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 976915 and enddate = '2021-05-09 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 976915, 3, 690, '2021-05-09 00:00:00', 0.0271873839520057, 0.0589230769230768, 0.038988721248783, 0.0834038461538459, 0.0424613897015232, 0.10951923076923, 0.0760108215979797, 0.222249999999999, 0.227285675882884, 0.55396153846153[...];
Date: 2021-05-09 15:07:25 Duration: 14s123ms Database: acaweb_fx User: pgperfstats
11 13s342ms 15s133ms 14s237ms 2 28s475ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbo[...];Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration May 09 15 2 28s475ms 14s237ms [ User: pgperfstats - Total duration: 28s475ms - 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 977120, 1, 930, '2021-05-09 00:00:00', 0.000715977330969047, 0.00132153846153845, 0.000726083063694948, 0.00177384615384613, 0.000677293851691042, 0.00218980769230768, 0.00218190080328705, 0.00515634615384613, 0.00175865171257808, 0.00793961538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 945, '2021-05-09 00:00:00', 0.000587793298310286, 0.00129480769230771, 0.000576876469912303, 0.0016173076923077, 0.000845135856170226, 0.00245615384615386, 0.00216997094096106, 0.00524826923076923, 0.00188662825003926, 0.0080669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 960, '2021-05-09 00:00:00', 0.000459759301574902, 0.00112384615384614, 0.000501386692468615, 0.00149384615384617, 0.00101732424299465, 0.00265884615384618, 0.00217590272159538, 0.00526557692307692, 0.00193951786237239, 0.00816153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 977120, 1, 975, '2021-05-09 00:00:00', 0.000496908326168303, 0.00108826923076926, 0.000782063050773133, 0.00192115384615389, 0.00141156443488992, 0.00302692307692313, 0.00211278438231493, 0.00517038461538463, 0.00192742690173675, 0.00814230769230774 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 990, '2021-05-09 00:00:00', 0.000804889767894646, 0.00156653846153847, 0.000979032666226449, 0.0022148076923077, 0.0014025821242924, 0.00314115384615385, 0.002136094252098, 0.0050705769230769, 0.0019146582040828, 0.00810403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1005, '2021-05-09 00:00:00', 0.000852427055304679, 0.00162826923076924, 0.00126267775595541, 0.00237634615384615, 0.00160563820285318, 0.00300903846153845, 0.00201516894691621, 0.00483673076923073, 0.00198578335637643, 0.00799846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1020, '2021-05-09 00:00:00', 0.000810734448604357, 0.00166211538461538, 0.000907225800915121, 0.00216057692307691, 0.00121097394051869, 0.00306173076923077, 0.00170088583255448, 0.00451384615384613, 0.00189114065091377, 0.00797019230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1035, '2021-05-09 00:00:00', 0.000553658322850406, 0.00131153846153846, 0.000858844774190212, 0.0018578846153846, 0.00133845530944615, 0.00304615384615384, 0.00149697515523289, 0.00427384615384613, 0.00191309255274927, 0.00787365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1050, '2021-05-09 00:00:00', 0.000724771714722352, 0.00126903846153847, 0.000945216702870102, 0.00216884615384619, 0.00127121540872685, 0.00283615384615389, 0.00146525965144534, 0.00402461538461537, 0.00194696944980184, 0.00790903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1065, '2021-05-09 00:00:00', 0.000929808106753524, 0.00177134615384617, 0.00123300371201635, 0.00237192307692308, 0.00114047075300576, 0.00267153846153846, 0.00147496899576277, 0.0039534615384615, 0.00204748273215225, 0.00793346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1080, '2021-05-09 00:00:00', 0.000746999021727292, 0.00148846153846155, 0.000667377300736606, 0.00174269230769232, 0.000998765410971877, 0.00225788461538459, 0.00128733847381092, 0.00359211538461535, 0.00220725489100064, 0.00797807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1095, '2021-05-09 00:00:00', 0.000411290090400347, 0.00105846153846157, 0.000486918252497665, 0.00139076923076923, 0.000857024481294693, 0.00208480769230766, 0.00124533671690087, 0.00337653846153841, 0.00217242229213953, 0.00807115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1110, '2021-05-09 00:00:00', 0.000383404034728597, 0.000990576923076913, 0.000675814408979706, 0.00151634615384613, 0.000782984453131833, 0.00199557692307689, 0.0013082752151063, 0.00324596153846152, 0.00226078522778126, 0.00809538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1125, '2021-05-09 00:00:00', 0.000536809986436945, 0.00108480769230767, 0.000623371755980195, 0.00148711538461537, 0.000763584285811623, 0.0019501923076923, 0.00122305187323161, 0.00313326923076921, 0.00218323186689263, 0.00799423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1140, '2021-05-09 00:00:00', 0.000380411770828163, 0.000953653846153885, 0.000482301413896058, 0.00124442307692307, 0.000706782117443878, 0.0017298076923077, 0.00122809240757299, 0.00301519230769229, 0.00222246586025524, 0.0079225 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1155, '2021-05-09 00:00:00', 0.000335182843328132, 0.000873461538461539, 0.000572868087917149, 0.00125961538461539, 0.000705263316892224, 0.00167788461538462, 0.0012375164489971, 0.00295980769230767, 0.00222743443311947, 0.00792307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1170, '2021-05-09 00:00:00', 0.000368486927019955, 0.000846153846153838, 0.000408373179636154, 0.00119557692307692, 0.000542972056229542, 0.00145557692307689, 0.00121316238053214, 0.00285019230769229, 0.00223176480701848, 0.00785807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1185, '2021-05-09 00:00:00', 0.000320295356483081, 0.000863653846153842, 0.000405376178572263, 0.00107538461538459, 0.000657409016811174, 0.00144384615384612, 0.00119474543474586, 0.00280442307692307, 0.00225671132402885, 0.00784999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1200, '2021-05-09 00:00:00', 0.000364377023678243, 0.000721153846153822, 0.000407229664931254, 0.000964999999999977, 0.000719315192494809, 0.00146788461538459, 0.00116048738103368, 0.00282519230769228, 0.00223557825938752, 0.00784692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1215, '2021-05-09 00:00:00', 0.000300628572264079, 0.000693461538461538, 0.00056197987919089, 0.00102423076923075, 0.000650701071626152, 0.00145673076923076, 0.0010664848082152, 0.00287038461538461, 0.00235212860225339, 0.0079898076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1230, '2021-05-09 00:00:00', 0.000382018374507736, 0.000714038461538434, 0.000543353971607401, 0.00105346153846151, 0.000580181039384743, 0.00141903846153844, 0.000962602262299762, 0.00281134615384614, 0.00250104150612994, 0.00810115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1245, '2021-05-09 00:00:00', 0.000327805523959659, 0.000727307692307675, 0.000309431550775605, 0.000978269230769243, 0.000434102079452071, 0.00135884615384613, 0.000926334380564277, 0.00268923076923075, 0.00253044445016773, 0.00813634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1260, '2021-05-09 00:00:00', 0.000304129021203953, 0.000702307692307707, 0.00040425563123427, 0.00096384615384614, 0.000589060137977323, 0.0014653846153846, 0.000939360338823096, 0.00261538461538461, 0.00259179774258363, 0.00821153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1275, '2021-05-09 00:00:00', 0.000331061753477162, 0.000646730769230762, 0.000434017723849332, 0.000945769230769226, 0.000662279048786517, 0.00144346153846153, 0.000958774939501142, 0.00259576923076922, 0.00264293749744194, 0.00824615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1290, '2021-05-09 00:00:00', 0.000320571184942402, 0.000721730769230758, 0.000497379169710164, 0.00116403846153845, 0.000617211377580984, 0.00144826923076923, 0.000888255788697093, 0.00254711538461538, 0.00271212554310057, 0.00827019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1305, '2021-05-09 00:00:00', 0.000426743527732462, 0.000884038461538463, 0.000496363894118655, 0.00104865384615387, 0.000564430277768223, 0.00141346153846157, 0.000862298359930286, 0.0024423076923077, 0.00285490568347511, 0.0083373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1320, '2021-05-09 00:00:00', 0.000297204475067252, 0.000727500000000018, 0.000385899000337572, 0.000945961538461561, 0.00044027543826386, 0.00141269230769235, 0.000762897210537667, 0.00233307692307692, 0.00291621166267789, 0.00842269230769233 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1335, '2021-05-09 00:00:00', 0.000324215799453693, 0.000633269230769212, 0.000304293443899157, 0.000992499999999994, 0.000442113151197211, 0.00138096153846156, 0.000738536494593305, 0.00229807692307691, 0.00294062091821021, 0.00846423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1350, '2021-05-09 00:00:00', 0.00031931663812682, 0.000746346153846158, 0.00033048920615448, 0.00113865384615386, 0.000434856298103177, 0.00140000000000003, 0.000758156392431435, 0.00226634615384616, 0.00294889792321446, 0.00849519230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1365, '2021-05-09 00:00:00', 0.00032482397600026, 0.000863846153846168, 0.000356538702182292, 0.00105961538461543, 0.000483434984889777, 0.00138576923076925, 0.000725691314964844, 0.00218326923076922, 0.00292065625528554, 0.00849519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1380, '2021-05-09 00:00:00', 0.000322226449279655, 0.000793269230769244, 0.000444158885292888, 0.00106365384615385, 0.000672659932369545, 0.00156576923076922, 0.000770791401492916, 0.00213076923076922, 0.00296396524945893, 0.00852000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1395, '2021-05-09 00:00:00', 0.000373055574329694, 0.000792307692307682, 0.000456364269146752, 0.0010528846153846, 0.000755460022869418, 0.00170461538461537, 0.000696415354622424, 0.0020878846153846, 0.00292522283174885, 0.00851884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1410, '2021-05-09 00:00:00', 0.000256888182798523, 0.000638461538461536, 0.000443892268634894, 0.00109788461538463, 0.000605772361408271, 0.00158307692307692, 0.000601718820099194, 0.00194846153846154, 0.00283430376744519, 0.0084996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 1, 1425, '2021-05-09 00:00:00', 0.000453164259572434, 0.000920384615384607, 0.000656577987634498, 0.00137557692307692, 0.000581598195955313, 0.00157730769230767, 0.000610447660454093, 0.00199288461538462, 0.00282823157576497, 0.00851038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 0, '2021-05-09 00:00:00', 0.000726014347883946, 0.0010452, 0.000675660355997515, 0.00128739999999999, 0.000619853813410887, 0.00141699999999998, 0.000620854719989599, 0.00194219999999999, 0.0028642075401991, 0.00851340000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 15, '2021-05-09 00:00:00', 0.000392388984790138, 0.000833653846153825, 0.00037925701656712, 0.00104326923076923, 0.000338929990501777, 0.00125346153846155, 0.000592061229941638, 0.0018875, 0.00281708490901773, 0.0085842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 30, '2021-05-09 00:00:00', 0.000372832195704515, 0.000750384615384621, 0.000331545564799886, 0.00101230769230768, 0.00030242710501234, 0.00117192307692309, 0.000602624548250287, 0.00189788461538461, 0.00278593817922466, 0.00856153846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 45, '2021-05-09 00:00:00', 0.000354189703624871, 0.000722884615384611, 0.000327856734659421, 0.000929038461538476, 0.000326459091559023, 0.00101653846153849, 0.000722152791205691, 0.00187442307692308, 0.00278887101502769, 0.00856346153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 60, '2021-05-09 00:00:00', 0.000207306629082472, 0.000680961538461542, 0.000249726080705656, 0.000811346153846149, 0.00026295751338599, 0.000930576923076913, 0.000692574155985107, 0.00184480769230769, 0.00276508230507633, 0.00855307692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 75, '2021-05-09 00:00:00', 0.000124437349080391, 0.000435576923076907, 0.000190972108313891, 0.000562884615384605, 0.000367087916528926, 0.000896538461538425, 0.000686363578242958, 0.00181519230769231, 0.00276189394326542, 0.00854807692307695 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 90, '2021-05-09 00:00:00', 0.000200796203611047, 0.000443653846153866, 0.00029426100397697, 0.000633461538461555, 0.000410697764598467, 0.000920576923076916, 0.000672574874299112, 0.0018401923076923, 0.00276289839452369, 0.00854653846153849 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 105, '2021-05-09 00:00:00', 0.000186967808829373, 0.0004848076923077, 0.000315864138271751, 0.000748076923076905, 0.000377456670972358, 0.000896538461538459, 0.00066682393016909, 0.00187807692307692, 0.00276216618588773, 0.00854096153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 120, '2021-05-09 00:00:00', 0.000233139195793807, 0.000601730769230766, 0.000259299722625844, 0.000702115384615381, 0.000328505532092519, 0.00092173076923077, 0.000626270032690489, 0.00187192307692308, 0.00276193293518535, 0.00853846153846156 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 135, '2021-05-09 00:00:00', 0.000167918478389424, 0.000438846153846142, 0.000193906004191553, 0.000611538461538471, 0.000284649582145114, 0.000905769230769246, 0.000600534793714326, 0.00186096153846153, 0.00275929227269491, 0.00853538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 150, '2021-05-09 00:00:00', 0.000165718482326556, 0.000411153846153841, 0.00025995894646305, 0.000659423076923076, 0.000341005357503582, 0.000955576923076958, 0.000571861770548935, 0.00188173076923076, 0.0027619649429625, 0.00853788461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 165, '2021-05-09 00:00:00', 0.000258279589115864, 0.000537115384615385, 0.000269195953792863, 0.000742307692307705, 0.00047739517576757, 0.00110692307692309, 0.000577244282378285, 0.00188519230769228, 0.00277803530464358, 0.00854807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 180, '2021-05-09 00:00:00', 0.0002319523326362, 0.00058326923076926, 0.000296511317724049, 0.000769807692307748, 0.000464025695574981, 0.00110961538461541, 0.000551303490340404, 0.00185653846153847, 0.00274701668248414, 0.00855442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 195, '2021-05-09 00:00:00', 0.00012650509263088, 0.000501538461538502, 0.000353041128569387, 0.000804038461538502, 0.000416342360970485, 0.00104519230769234, 0.000543418240966733, 0.00176576923076924, 0.00273667819417291, 0.00855153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 210, '2021-05-09 00:00:00', 0.00031618209213148, 0.000578653846153837, 0.000306698611769864, 0.000740961538461533, 0.000427059579702187, 0.00105326923076922, 0.000445840606219111, 0.00171461538461539, 0.0027115970315551, 0.00860730769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 225, '2021-05-09 00:00:00', 0.000145011935848276, 0.000497692307692314, 0.000338302379536378, 0.000757500000000018, 0.000412407565400989, 0.00103499999999998, 0.000419680097950057, 0.00170423076923077, 0.00268291541338607, 0.00863134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 240, '2021-05-09 00:00:00', 0.000285098903216716, 0.000584230769230779, 0.000313558790954138, 0.000753653846153822, 0.00040372496350094, 0.000984615384615362, 0.00042759254508864, 0.00171576923076922, 0.00273228949502342, 0.00866673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 255, '2021-05-09 00:00:00', 0.000213611437319844, 0.000520384615384634, 0.000337339420488274, 0.000726730769230773, 0.000381699690655026, 0.000935576923076929, 0.000447890096409291, 0.00174153846153844, 0.00281400052621501, 0.00868980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 270, '2021-05-09 00:00:00', 0.000207278704980634, 0.000502307692307687, 0.000337740968107876, 0.000659807692307702, 0.000349177550163908, 0.000934807692307659, 0.000435408384781973, 0.00169230769230767, 0.00281284195186181, 0.00866961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 285, '2021-05-09 00:00:00', 0.000318927047361055, 0.000507307692307702, 0.000346392174365327, 0.000713461538461515, 0.000332937508573878, 0.000960769230769205, 0.0004421446421878, 0.00172173076923075, 0.00280985518378547, 0.00866692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 300, '2021-05-09 00:00:00', 0.000138141092866918, 0.000490192307692274, 0.000166980537788109, 0.000642499999999948, 0.00032067410967426, 0.000903269230769187, 0.000482876676404424, 0.00172826923076921, 0.00283721163224631, 0.00869461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 315, '2021-05-09 00:00:00', 0.000149566167503012, 0.000454038461538464, 0.000234047743321397, 0.000657115384615385, 0.00042994547954898, 0.000928653846153832, 0.000584326436690443, 0.00183423076923077, 0.00285086626510931, 0.0086876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 330, '2021-05-09 00:00:00', 0.000166652217322368, 0.00046480769230768, 0.000282430726700581, 0.000626346153846132, 0.000408851863336654, 0.00086461538461537, 0.000688854372239744, 0.00184211538461536, 0.00285790751855537, 0.00869076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 345, '2021-05-09 00:00:00', 0.00021861003214363, 0.000447884615384612, 0.000365658363040601, 0.000629038461538475, 0.000346007781148604, 0.000779230769230759, 0.00069399359895072, 0.00191634615384615, 0.00283060070411808, 0.00867288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 360, '2021-05-09 00:00:00', 0.000264885751860031, 0.000457692307692274, 0.00024300522311572, 0.000568461538461505, 0.000223462266647811, 0.000750769230769222, 0.000747465358085884, 0.00202730769230769, 0.00279138328680353, 0.00865442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 375, '2021-05-09 00:00:00', 0.000112545546335663, 0.000367499999999974, 0.00023438758171359, 0.000523461538461526, 0.000266058481136432, 0.000751346153846157, 0.000791805944563529, 0.00228057692307693, 0.00278477413115289, 0.0086401923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 390, '2021-05-09 00:00:00', 0.000139095429333771, 0.000378461538461541, 0.000186606125713627, 0.000525384615384624, 0.000280942096415725, 0.000737692307692341, 0.000941707941006064, 0.00248961538461539, 0.00278394824775062, 0.00863961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 405, '2021-05-09 00:00:00', 0.000130721665557581, 0.000371923076923088, 0.000186666403388063, 0.000542115384615409, 0.000342648339577747, 0.000788269230769245, 0.0009577201494254, 0.00275173076923076, 0.00278856475352739, 0.00863423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 420, '2021-05-09 00:00:00', 0.000172780541105226, 0.000391346153846173, 0.000173454605012365, 0.000522500000000033, 0.000347379641580512, 0.000821153846153863, 0.000890081089650742, 0.00292711538461537, 0.002787069877129, 0.00861749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 435, '2021-05-09 00:00:00', 0.000132868500637027, 0.000379038461538494, 0.000237207795954378, 0.000598461538461556, 0.00031130846685957, 0.000889807692307706, 0.000928815291731283, 0.00302538461538461, 0.002793543111424, 0.00861134615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 450, '2021-05-09 00:00:00', 0.000211442299821608, 0.000459615384615398, 0.000294786559029778, 0.000623653846153867, 0.0002562651871672, 0.000894615384615378, 0.000920417296664961, 0.00311, 0.00275358175138099, 0.00859269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 465, '2021-05-09 00:00:00', 0.000249459415536887, 0.000460000000000042, 0.000244199477098913, 0.000689230769230775, 0.000270834607492047, 0.000909230769230773, 0.000968408944927397, 0.00323826923076921, 0.00276237562894415, 0.00856865384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 480, '2021-05-09 00:00:00', 0.000212867690940054, 0.000520576923076926, 0.000216528644401007, 0.000700576923076927, 0.000348564970215774, 0.000961538461538484, 0.00110253909751018, 0.00345230769230768, 0.00275902937921737, 0.00856365384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 495, '2021-05-09 00:00:00', 0.000165275992951656, 0.000433076923076942, 0.000242327496138225, 0.00062115384615385, 0.000376717451761317, 0.00107596153846157, 0.0011990368570713, 0.00350423076923074, 0.00275223735559606, 0.00855769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 510, '2021-05-09 00:00:00', 0.000211041100626984, 0.000492115384615397, 0.000278816523624695, 0.000690576923076955, 0.000452705244570398, 0.00118903846153846, 0.00146894809302441, 0.00366249999999998, 0.00274069191151543, 0.0085680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 525, '2021-05-09 00:00:00', 0.000167919509106188, 0.000474807692307694, 0.000292069077709115, 0.000917884615384625, 0.000480700930533102, 0.00129076923076921, 0.00141984399197183, 0.00375019230769228, 0.00277393619942159, 0.00857096153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 540, '2021-05-09 00:00:00', 0.000275299906395835, 0.000759038461538447, 0.000377922458469204, 0.000979230769230754, 0.00061558927366076, 0.00149307692307691, 0.00143379508513382, 0.00381211538461536, 0.00278795953093903, 0.00856211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 555, '2021-05-09 00:00:00', 0.000272870848571272, 0.000732499999999999, 0.00035446926741042, 0.00102269230769231, 0.000578774600739862, 0.00176403846153845, 0.00144215511808387, 0.00389923076923075, 0.00290987468009297, 0.00857442307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 570, '2021-05-09 00:00:00', 0.000305888931577379, 0.000739038461538486, 0.000544438595817194, 0.00118076923076924, 0.000653611505406709, 0.00194000000000001, 0.00143089983791808, 0.00386711538461536, 0.00305506658620624, 0.00858961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 585, '2021-05-09 00:00:00', 0.000298445717265062, 0.000879615384615374, 0.000424561357348814, 0.0013628846153846, 0.000647682881806074, 0.00216365384615383, 0.0014298366905135, 0.00383519230769231, 0.0031434796557563, 0.00856711538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 600, '2021-05-09 00:00:00', 0.000379709605640147, 0.00114076923076922, 0.000541744511171667, 0.00162134615384616, 0.000621756073862259, 0.00228884615384613, 0.0014215495472845, 0.00384865384615384, 0.00309760905935777, 0.00854826923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 615, '2021-05-09 00:00:00', 0.00049518543535186, 0.00112615384615386, 0.000493880708112946, 0.00158807692307692, 0.00056572598014885, 0.00209826923076922, 0.00135032219801855, 0.00375903846153847, 0.00313313468614717, 0.00849519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 630, '2021-05-09 00:00:00', 0.000272765678531261, 0.00101134615384614, 0.000437094823368316, 0.00148673076923073, 0.000648401851893129, 0.00205980769230766, 0.00125993609422801, 0.00365519230769229, 0.00315324845931207, 0.00848961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 645, '2021-05-09 00:00:00', 0.000352321749803504, 0.00111884615384613, 0.000403029727859434, 0.00146480769230767, 0.000697214816251064, 0.00215249999999998, 0.00114831704614256, 0.00378596153846155, 0.00306565247792124, 0.00849865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 660, '2021-05-09 00:00:00', 0.000359410842694226, 0.000986923076923086, 0.000463024878879689, 0.00147096153846155, 0.000907963846281298, 0.00211288461538463, 0.00109469836028014, 0.00384750000000004, 0.0030667636223525, 0.00850365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 675, '2021-05-09 00:00:00', 0.000424228530575033, 0.00105038461538461, 0.000514922286892352, 0.00152019230769231, 0.000833562442864247, 0.0019871153846154, 0.00107815975696482, 0.00385730769230773, 0.00309463597958692, 0.00860961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 690, '2021-05-09 00:00:00', 0.000368933650486823, 0.000980961538461551, 0.00061090462556645, 0.00149269230769232, 0.000784214182870614, 0.00195173076923079, 0.00122714592261256, 0.00385365384615386, 0.00304024085584325, 0.00867269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 705, '2021-05-09 00:00:00', 0.000418753461524158, 0.00100269230769231, 0.000413938354756445, 0.0012301923076923, 0.000628844881203139, 0.00177173076923078, 0.0013228720067164, 0.0040521153846154, 0.00302085979228024, 0.00867673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 720, '2021-05-09 00:00:00', 0.000239586904098279, 0.000841730769230775, 0.000641142999769861, 0.0013171153846154, 0.000669262539033739, 0.00172288461538463, 0.00129454464818863, 0.00416538461538464, 0.00287235606856383, 0.00866423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 735, '2021-05-09 00:00:00', 0.000398947316745556, 0.000954807692307722, 0.000396028602308165, 0.00125557692307696, 0.000501520649164584, 0.00173980769230769, 0.00132115976149162, 0.00420865384615386, 0.00286514249880553, 0.00867153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 750, '2021-05-09 00:00:00', 0.00019741288244145, 0.000869615384615402, 0.000271544018247789, 0.00117807692307693, 0.000403274911005089, 0.00162057692307692, 0.00126797609780917, 0.00417923076923079, 0.00288776669098085, 0.00869230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 765, '2021-05-09 00:00:00', 0.000332719852127876, 0.000897500000000004, 0.000419945967220305, 0.00132115384615383, 0.00045314185247177, 0.00158846153846154, 0.00117755850744732, 0.00442903846153846, 0.00296555264664109, 0.00881749999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 780, '2021-05-09 00:00:00', 0.000365390833955183, 0.000922307692307663, 0.00045188664337592, 0.00121153846153845, 0.000537534292287122, 0.00167634615384615, 0.00120273662312884, 0.00471076923076924, 0.00299470055007431, 0.00886923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 795, '2021-05-09 00:00:00', 0.000287889936233649, 0.000813846153846174, 0.00040949049016853, 0.00115730769230772, 0.000571349684115122, 0.00173230769230772, 0.00141835859900965, 0.00481134615384614, 0.00300869788472329, 0.00884480769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 810, '2021-05-09 00:00:00', 0.000338648217749049, 0.000883846153846162, 0.000429504544616392, 0.00126692307692308, 0.000741592880224699, 0.00180999999999999, 0.00138709520775778, 0.00493865384615384, 0.00300674752080152, 0.0088405769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 825, '2021-05-09 00:00:00', 0.000275985297824684, 0.000941730769230781, 0.000505108366133896, 0.00137230769230772, 0.00074343063925599, 0.00207865384615385, 0.00136183209458661, 0.00492942307692306, 0.00292967244165359, 0.00877384615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 840, '2021-05-09 00:00:00', 0.000474586297575221, 0.00104807692307694, 0.000573763989271379, 0.00139865384615384, 0.00106639329229237, 0.00229942307692309, 0.00148776353838703, 0.00516788461538461, 0.00288992779388101, 0.0087755769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 855, '2021-05-09 00:00:00', 0.000216506617415304, 0.000898653846153832, 0.000543201655429682, 0.00140403846153846, 0.000960599572382566, 0.00217653846153848, 0.00160073734212129, 0.00521596153846154, 0.00279720187797624, 0.00872211538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 870, '2021-05-09 00:00:00', 0.000559761075404905, 0.00102730769230768, 0.000877025150941877, 0.00161365384615384, 0.000961831666065397, 0.00224192307692309, 0.00177490018137533, 0.00532942307692307, 0.00275814405268913, 0.00876115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 885, '2021-05-09 00:00:00', 0.000629482846347813, 0.00118557692307694, 0.000731025754571048, 0.00166057692307693, 0.00089356358733747, 0.00247826923076925, 0.00180624303032991, 0.00542326923076922, 0.00272730427627437, 0.00880884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 900, '2021-05-09 00:00:00', 0.000408419090942318, 0.00114192307692309, 0.000486061724475401, 0.00163500000000002, 0.000728962513545017, 0.00252788461538462, 0.00177252232274107, 0.00548423076923076, 0.00267278892084363, 0.00885384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 915, '2021-05-09 00:00:00', 0.000392719561323539, 0.00115557692307695, 0.000462139173176887, 0.00176615384615389, 0.000633648531552364, 0.00242230769230771, 0.00178940046900117, 0.00550403846153845, 0.00266405191679602, 0.00888115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 930, '2021-05-09 00:00:00', 0.000479810539532171, 0.00130807692307694, 0.000571090488586389, 0.00183288461538461, 0.000671400488072971, 0.00232115384615386, 0.00178463007371274, 0.00543249999999999, 0.00264662037032426, 0.00894076923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 945, '2021-05-09 00:00:00', 0.000475455571005337, 0.00134000000000001, 0.000594571985678639, 0.00174038461538463, 0.000879928668437658, 0.00265269230769235, 0.00185075136509057, 0.00540615384615385, 0.00252880681045732, 0.00897326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 960, '2021-05-09 00:00:00', 0.000410983435937953, 0.00120076923076923, 0.000594937359340025, 0.00161769230769235, 0.000835704424192788, 0.00278326923076927, 0.00178470906915902, 0.00531230769230771, 0.00256652189068876, 0.00889115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 975, '2021-05-09 00:00:00', 0.000505344551157557, 0.00115865384615389, 0.00061053145197128, 0.00193057692307696, 0.000954067023125395, 0.00288173076923082, 0.00183327408878634, 0.00537326923076923, 0.00263285405245685, 0.00883769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 990, '2021-05-09 00:00:00', 0.000565934081510718, 0.00155576923076925, 0.00080457597528142, 0.00225750000000001, 0.0010631481733331, 0.00295403846153848, 0.00190765873419591, 0.00540461538461537, 0.00276482917124257, 0.00879211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1005, '2021-05-09 00:00:00', 0.000481383303216271, 0.00147173076923076, 0.000689427995905634, 0.00203019230769232, 0.00107693934191011, 0.00272211538461538, 0.00175276038337774, 0.00517980769230768, 0.00282840961700006, 0.00866480769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1020, '2021-05-09 00:00:00', 0.000491210749068049, 0.00139000000000001, 0.000777485023353138, 0.0019098076923077, 0.00124224319432473, 0.00288692307692309, 0.00171168859497101, 0.00500038461538461, 0.00306467292771122, 0.00864807692307689 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1035, '2021-05-09 00:00:00', 0.000512420387812691, 0.00131442307692311, 0.000743406090494678, 0.00195615384615388, 0.00113130829641547, 0.00299230769230771, 0.00166875817485754, 0.00481461538461539, 0.0040538096090164, 0.00922711538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1050, '2021-05-09 00:00:00', 0.000428495040811407, 0.00138500000000003, 0.000859822275911608, 0.0021171153846154, 0.00100551412414057, 0.00279557692307691, 0.00171609849322864, 0.00455096153846154, 0.00424816637367955, 0.00922846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1065, '2021-05-09 00:00:00', 0.000693652539931838, 0.0016753846153846, 0.000767932313724022, 0.00216403846153846, 0.000961891905809346, 0.00279596153846153, 0.00177388821085644, 0.00438076923076923, 0.00427442743354189, 0.00927673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1080, '2021-05-09 00:00:00', 0.000576424022613694, 0.00139557692307692, 0.000598670739092977, 0.00183942307692305, 0.00089840722306843, 0.00258153846153844, 0.00165496181689629, 0.00409384615384616, 0.00410469590366187, 0.00920769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1095, '2021-05-09 00:00:00', 0.000352786762790233, 0.00112249999999997, 0.000635562046840917, 0.00169134615384613, 0.00088974629054493, 0.00226230769230767, 0.00172380910954604, 0.00379461538461538, 0.00419849555930915, 0.00915019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1110, '2021-05-09 00:00:00', 0.000503904638414227, 0.00118173076923077, 0.000657000643952394, 0.00164961538461539, 0.000730419821325123, 0.00203634615384613, 0.00166886133451709, 0.00368692307692307, 0.00414195865967559, 0.00913346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1125, '2021-05-09 00:00:00', 0.000407556319845639, 0.0011369230769231, 0.000646092991639884, 0.00146807692307691, 0.000820702419600699, 0.00186269230769228, 0.00170197447553852, 0.00354134615384617, 0.00412968140417636, 0.00915250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1140, '2021-05-09 00:00:00', 0.0003772381414765, 0.000961153846153832, 0.000392135229814327, 0.00130403846153844, 0.000565636775270558, 0.00181019230769231, 0.00163042811744458, 0.00340461538461541, 0.00411205180396133, 0.00919596153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1155, '2021-05-09 00:00:00', 0.000332575728796657, 0.000893846153846143, 0.000394355755046729, 0.00118769230769228, 0.000692943470887903, 0.00182442307692305, 0.00154213169147326, 0.00325692307692311, 0.00407881587737649, 0.00917980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1170, '2021-05-09 00:00:00', 0.000299251630674839, 0.000858461538461534, 0.0004905452617712, 0.00134442307692308, 0.000966026138362759, 0.00194249999999999, 0.00153047726342022, 0.00316557692307694, 0.0040471827428282, 0.00924307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1185, '2021-05-09 00:00:00', 0.000330853964996429, 0.000917115384615398, 0.000460627707172927, 0.00127173076923077, 0.000942699560590993, 0.00178230769230769, 0.0013989433924876, 0.00295615384615388, 0.00398054946439078, 0.00923403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1200, '2021-05-09 00:00:00', 0.00043055027402329, 0.000948461538461509, 0.000863120479155985, 0.00138980769230768, 0.000912485700625564, 0.00183692307692306, 0.00143737256291311, 0.00295826923076923, 0.00395635992373722, 0.00925961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1215, '2021-05-09 00:00:00', 0.000844004124124102, 0.000924807692307696, 0.000843095395642675, 0.00122038461538462, 0.000812709357642723, 0.0016625, 0.00125010418027401, 0.0028523076923077, 0.00386461416623268, 0.00924557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1230, '2021-05-09 00:00:00', 0.000378730267320421, 0.000816153846153864, 0.000464191770715486, 0.00119500000000001, 0.000518050190618631, 0.00155999999999999, 0.00112683989716652, 0.00273192307692307, 0.00383406291830724, 0.0092276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1245, '2021-05-09 00:00:00', 0.0002373141378005, 0.00075500000000001, 0.000349891906385184, 0.00102711538461538, 0.00049585377031791, 0.00147019230769231, 0.00102295131097012, 0.00264423076923076, 0.00382377411728258, 0.00922749999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1260, '2021-05-09 00:00:00', 0.000263076253935257, 0.000726346153846155, 0.00037225342897631, 0.00100615384615381, 0.000570076782952583, 0.00152846153846155, 0.000995496802915725, 0.0025732692307692, 0.00381181037646864, 0.0092378846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1275, '2021-05-09 00:00:00', 0.000295654944409604, 0.000735384615384591, 0.000361608851576505, 0.00102480769230767, 0.000586645221053254, 0.00154384615384613, 0.000924789955362032, 0.00245730769230768, 0.00380053731525103, 0.00928673076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1290, '2021-05-09 00:00:00', 0.000302462203614608, 0.000730769230769244, 0.000490292220556787, 0.00116769230769234, 0.000686446395464495, 0.00156557692307693, 0.000883830039352362, 0.00239653846153848, 0.0037894759582905, 0.00927096153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1305, '2021-05-09 00:00:00', 0.000269882310532702, 0.000907307692307701, 0.000424991221628818, 0.00116153846153843, 0.00056494819367665, 0.0014476923076923, 0.000840239182980312, 0.00229326923076923, 0.00376832560756306, 0.00922826923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1320, '2021-05-09 00:00:00', 0.000297954049116007, 0.000753846153846148, 0.000386963772901916, 0.000999807692307683, 0.000606356204020292, 0.00140538461538461, 0.000753125793967038, 0.0022023076923077, 0.00373621149644316, 0.00927211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1335, '2021-05-09 00:00:00', 0.00026955033781352, 0.000654230769230768, 0.00031015083179245, 0.000891538461538469, 0.000533842241173854, 0.00131153846153849, 0.000637221613424547, 0.00216423076923078, 0.00373621149644316, 0.00927211538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1350, '2021-05-09 00:00:00', 0.000220858813237353, 0.000646153846153869, 0.00042330312833895, 0.000988461538461558, 0.000515889523057025, 0.00128500000000001, 0.000602611272839994, 0.00214788461538462, 0.0037071657015113, 0.00928846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1365, '2021-05-09 00:00:00', 0.000375284712431273, 0.000823846153846162, 0.000471891447752058, 0.00106346153846155, 0.000479574330486462, 0.00128653846153848, 0.000616154326322659, 0.00212307692307693, 0.00370020587784811, 0.00929346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1380, '2021-05-09 00:00:00', 0.000257072872039155, 0.000727307692307683, 0.000284972603271626, 0.000885769230769218, 0.000555958942867065, 0.0013771153846154, 0.000703121611102944, 0.002155, 0.00369885714158391, 0.00929192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1395, '2021-05-09 00:00:00', 0.000241647550083845, 0.000628461538461514, 0.000332507084944744, 0.000964807692307685, 0.000540906788500718, 0.00153192307692307, 0.000686504215909507, 0.00219596153846155, 0.00369928819036646, 0.00931634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1410, '2021-05-09 00:00:00', 0.000301267067821637, 0.000700384615384626, 0.00050908987418727, 0.00112750000000003, 0.000498708987131938, 0.0014894230769231, 0.000717173645961383, 0.00224596153846155, 0.00370795036167092, 0.00932826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 2, 1425, '2021-05-09 00:00:00', 0.000454530696263936, 0.00091692307692308, 0.000480427253758424, 0.00124211538461537, 0.000489907526595985, 0.00142576923076923, 0.000782637871854872, 0.00220903846153847, 0.00373558690682758, 0.00928653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 0, '2021-05-09 00:00:00', 0.000378313311341872, 0.000850192307692292, 0.000365890063354456, 0.00103846153846155, 0.000391724589279438, 0.00125692307692307, 0.000765757041204211, 0.00223461538461539, 0.00374924023585498, 0.00927211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 15, '2021-05-09 00:00:00', 0.00031411958771242, 0.000728653846153871, 0.000394263675924964, 0.000994615384615402, 0.000505293821606634, 0.00121961538461539, 0.000837225753031074, 0.0022348076923077, 0.0037548153544687, 0.00922788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 30, '2021-05-09 00:00:00', 0.000387352403652503, 0.00073173076923078, 0.00036122574446117, 0.000910961538461528, 0.000475589229676831, 0.00115365384615385, 0.000788190625127236, 0.00219730769230769, 0.00375307154720791, 0.00921403846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 45, '2021-05-09 00:00:00', 0.000269088204012105, 0.000687692307692304, 0.000464580414501565, 0.000909807692307709, 0.000418019322335884, 0.00103692307692307, 0.000790907001243132, 0.00215673076923076, 0.00372882788347965, 0.00918423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 60, '2021-05-09 00:00:00', 0.000439102099569264, 0.000700576923076927, 0.000414143230518865, 0.000793846153846162, 0.000413883298304458, 0.000980769230769225, 0.000798740474843881, 0.0021778846153846, 0.00372380723805005, 0.00915788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 75, '2021-05-09 00:00:00', 0.000189513953210692, 0.000428461538461544, 0.000230641580079456, 0.000583461538461552, 0.000225929277566124, 0.000889038461538453, 0.000792930615841288, 0.0021548076923077, 0.00371730680528462, 0.00913673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 90, '2021-05-09 00:00:00', 0.000155980398176773, 0.000431730769230771, 0.000185046355938577, 0.000626923076923085, 0.000251704955484356, 0.000895769230769224, 0.000815187118679825, 0.00213903846153848, 0.00374408762635788, 0.00910807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 105, '2021-05-09 00:00:00', 0.00018632901008698, 0.000492499999999981, 0.000231976540591098, 0.00075365384615383, 0.000355853740482502, 0.000921730769230753, 0.000821354697108094, 0.00216346153846154, 0.00375200584815849, 0.00908326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 120, '2021-05-09 00:00:00', 0.000257289420990939, 0.000589615384615387, 0.000291189866687596, 0.000713461538461524, 0.000649196929942057, 0.00100942307692306, 0.000830120843844213, 0.00218384615384616, 0.00375200584815849, 0.00908326923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 135, '2021-05-09 00:00:00', 0.000225535687095936, 0.000467884615384589, 0.00030435183334676, 0.000615961538461534, 0.000700799104319786, 0.00114923076923078, 0.000849153786923283, 0.00224692307692308, 0.00374856118551352, 0.00906519230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 150, '2021-05-09 00:00:00', 0.00017407215568442, 0.000413653846153857, 0.000681450743182986, 0.000793653846153845, 0.000802900606934257, 0.00126576923076924, 0.000868474878960012, 0.00227615384615385, 0.00374132739196213, 0.00904942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 165, '2021-05-09 00:00:00', 0.000633374266558492, 0.000654807692307661, 0.000645399578079081, 0.000976153846153845, 0.000797878436856165, 0.00133499999999998, 0.000833456380659202, 0.00222653846153847, 0.00372817772046674, 0.00903865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 180, '2021-05-09 00:00:00', 0.000356911753799195, 0.000725000000000001, 0.000554819478610985, 0.000960576923076922, 0.000656688926474187, 0.00132788461538462, 0.000792470843918898, 0.00214903846153847, 0.0037373759048089, 0.00902057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 195, '2021-05-09 00:00:00', 0.000341468829526873, 0.000645192307692316, 0.000464260205554514, 0.000908461538461537, 0.000637877037825136, 0.00125134615384619, 0.000815319663595902, 0.0020919230769231, 0.00373989554049924, 0.00900057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 210, '2021-05-09 00:00:00', 0.000271097555531934, 0.000631730769230774, 0.000371561569595118, 0.000845000000000002, 0.000528731609972962, 0.00115865384615387, 0.00092324879970345, 0.0020471153846154, 0.00372240614904684, 0.00897153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 225, '2021-05-09 00:00:00', 0.000236480361845264, 0.0005448076923077, 0.000314674190479367, 0.000794615384615406, 0.000409153394217881, 0.00106250000000001, 0.000927275828186255, 0.00197269230769233, 0.00372610015245885, 0.00895211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 240, '2021-05-09 00:00:00', 0.000176240220677966, 0.000561153846153867, 0.000275364932687278, 0.000755384615384636, 0.000363894373939217, 0.00105365384615384, 0.000950031902298365, 0.00192884615384617, 0.00368641566586549, 0.00892730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 255, '2021-05-09 00:00:00', 0.000192593234165068, 0.000486923076923098, 0.000269925702028135, 0.000678269230769242, 0.000446354851935259, 0.00102057692307694, 0.000917320848155961, 0.00190346153846154, 0.00368790157656921, 0.00888903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 270, '2021-05-09 00:00:00', 0.000172200352898789, 0.000494807692307714, 0.000248915880137456, 0.000741346153846168, 0.000405255664792181, 0.00101807692307696, 0.000927681332056534, 0.0019194230769231, 0.0036667989603174, 0.00887115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 285, '2021-05-09 00:00:00', 0.000129294089340759, 0.000499807692307662, 0.000366398532496241, 0.000741730769230769, 0.000395679746181743, 0.000967307692307718, 0.000873845876218842, 0.00188384615384616, 0.00365756583620226, 0.00883538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 300, '2021-05-09 00:00:00', 0.000340441399001157, 0.000587115384615388, 0.000301566678428604, 0.000757692307692327, 0.000406533563757699, 0.000953461538461559, 0.000894663000584816, 0.00188326923076925, 0.00365924279683023, 0.00882961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 315, '2021-05-09 00:00:00', 0.000127117904083009, 0.000439807692307704, 0.000238381078237194, 0.000606538461538472, 0.000503622912963173, 0.000909038461538481, 0.000960538330633082, 0.00195673076923079, 0.00367578980000845, 0.00883442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 330, '2021-05-09 00:00:00', 0.000181760726061637, 0.000440192307692288, 0.00025846588824178, 0.00061884615384616, 0.000541451787753577, 0.000905961538461547, 0.000984577847842165, 0.00208346153846155, 0.00365636351500314, 0.00881807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 345, '2021-05-09 00:00:00', 0.000211924242632568, 0.000451730769230799, 0.000416845479579844, 0.000678076923076959, 0.000482935415334842, 0.000881153846153871, 0.00109946072445327, 0.00216826923076925, 0.00364616578909112, 0.0087998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 360, '2021-05-09 00:00:00', 0.000251999771062159, 0.000483269230769237, 0.0003393625812291, 0.000644807692307689, 0.000383438892935224, 0.000834230769230769, 0.00102445206742993, 0.00227403846153847, 0.00361962241974747, 0.00876269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 375, '2021-05-09 00:00:00', 0.000227722165402045, 0.000390769230769237, 0.000229578962450845, 0.000567499999999994, 0.000346392174365315, 0.000776538461538476, 0.00104940627902706, 0.00254846153846153, 0.00360513243648766, 0.00874326923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 390, '2021-05-09 00:00:00', 0.000144523221450611, 0.000399807692307673, 0.000192469777847359, 0.000523846153846153, 0.000384787453817537, 0.000785769230769237, 0.00105361589848407, 0.00276769230769233, 0.00361027105843656, 0.00873634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 405, '2021-05-09 00:00:00', 0.000170476255960006, 0.000388076923076946, 0.000254530714483309, 0.000571730769230783, 0.000384666888859206, 0.000793846153846162, 0.00121673143487595, 0.00310076923076924, 0.00361440151977529, 0.0087321153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 420, '2021-05-09 00:00:00', 0.000179555433908718, 0.000408076923076923, 0.000315664195966826, 0.000618269230769233, 0.000333782056945049, 0.000842307692307694, 0.00127079526887087, 0.00328884615384617, 0.00361371166531035, 0.00873500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 435, '2021-05-09 00:00:00', 0.000238449881849068, 0.000432115384615397, 0.000234000986191211, 0.000572307692307684, 0.000281681284706405, 0.000862884615384581, 0.00128270376998685, 0.00355480769230768, 0.00361371021783176, 0.00872653846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 450, '2021-05-09 00:00:00', 0.000137892516670963, 0.00040211538461538, 0.000227564023113037, 0.000615769230769225, 0.000341002143011528, 0.000907307692307701, 0.00132845186068364, 0.00377711538461541, 0.00361455797914703, 0.00872076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 465, '2021-05-09 00:00:00', 0.000198267496075409, 0.000444999999999995, 0.00021829029718741, 0.00067442307692308, 0.000331387293753936, 0.000973461538461545, 0.00137953743641175, 0.00389653846153848, 0.00361552313482594, 0.00871653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 480, '2021-05-09 00:00:00', 0.00016050221661544, 0.000474807692307686, 0.000265398104450957, 0.000668076923076927, 0.000448083826292166, 0.00102365384615385, 0.00139214775962013, 0.00395576923076923, 0.00362386216094632, 0.00872980769230771 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 495, '2021-05-09 00:00:00', 0.000211194132348551, 0.000470192307692314, 0.000275998885170555, 0.000769230769230753, 0.000580255514009522, 0.00125730769230769, 0.00130077972178818, 0.00400673076923076, 0.00361768287507563, 0.00871923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 510, '2021-05-09 00:00:00', 0.000260945396587117, 0.000577499999999983, 0.000400319679948219, 0.000785384615384619, 0.000680609681433887, 0.00134846153846152, 0.00124948624826982, 0.00408673076923076, 0.00360935210465601, 0.00873115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 525, '2021-05-09 00:00:00', 0.000258334383786103, 0.000570576923076929, 0.000429222597799246, 0.000960961538461557, 0.000703615935447306, 0.00146576923076922, 0.00142725734836485, 0.00411346153846153, 0.00361193896894518, 0.00868865384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 540, '2021-05-09 00:00:00', 0.000359865412876274, 0.000801346153846177, 0.000504140395585949, 0.00110346153846153, 0.000634000000000008, 0.001655, 0.00158854544013841, 0.00416384615384614, 0.00361688482622187, 0.00867538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 555, '2021-05-09 00:00:00', 0.00026509076819954, 0.000746346153846141, 0.000458536677502876, 0.00111173076923073, 0.000619616010122386, 0.00178499999999996, 0.00157413233731619, 0.00409615384615383, 0.0036232328583951, 0.00859211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 570, '2021-05-09 00:00:00', 0.000412528973341442, 0.000808076923076905, 0.000451874046440098, 0.00116192307692308, 0.000623740731394057, 0.00191750000000002, 0.0015756421035443, 0.00407403846153845, 0.00365974622911733, 0.0085973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 585, '2021-05-09 00:00:00', 0.00038608827209091, 0.000898076923076931, 0.000539101424737337, 0.00145788461538461, 0.000861071805278832, 0.00223557692307693, 0.00163455212637776, 0.00412057692307691, 0.00368140136883519, 0.00860596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 600, '2021-05-09 00:00:00', 0.000437136706305912, 0.00116749999999999, 0.00054735099834072, 0.00157865384615386, 0.000907097929578789, 0.00226442307692308, 0.00164246050180816, 0.00411749999999998, 0.00366231639602799, 0.00856576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 977120 and enddate = '2021-05-09 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 977120, 3, 615, '2021-05-09 00:00:00', 0.000376590166953632, 0.000961923076923102, 0.000720166567271339, 0.00152173076923078, 0.000917769055079501, 0.00219596153846153, 0.00150352570262748, 0.00392346153846154, 0.00363085368219908, 0.00852230769230771 where not exists (select 1 from powerstats_trumpet where symbo[...];
Date: 2021-05-09 15:17:00 Duration: 15s133ms 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 975875, 1, 915, '2021-05-09 00:00:00', 0.000435130970557687, 0.00102480769230769, 0.000861088867923364, 0.00166096153846155, 0.000965407626143187, 0.00229673076923079, 0.00221764292748993, 0.00507192307692309, 0.00176556620902802, 0.00786903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 930, '2021-05-09 00:00:00', 0.000710542723232336, 0.00136980769230771, 0.000758297409687286, 0.00177480769230771, 0.000931003036432319, 0.00232557692307695, 0.00222683866984982, 0.00511769230769231, 0.00174837621369529, 0.00788923076923079 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 945, '2021-05-09 00:00:00', 0.000583977772232426, 0.00128903846153849, 0.000632770465128141, 0.00164230769230771, 0.00098203307558272, 0.00251480769230768, 0.00222540862280651, 0.00517346153846152, 0.00182283786569607, 0.00805826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 960, '2021-05-09 00:00:00', 0.000503058797603384, 0.00120307692307692, 0.00069863339126083, 0.00161884615384616, 0.00110615529581592, 0.00270153846153846, 0.00223215481438556, 0.00518365384615384, 0.00185322638618751, 0.00819903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 975, '2021-05-09 00:00:00', 0.000560445701754758, 0.00118076923076923, 0.000823981702560081, 0.00195461538461536, 0.00143357537163341, 0.00302711538461535, 0.00216692523210621, 0.00506480769230768, 0.00183036389824538, 0.00820999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 990, '2021-05-09 00:00:00', 0.000789784999954938, 0.0015678846153846, 0.00101729832626197, 0.00218826923076921, 0.00145570956792688, 0.00311788461538458, 0.00219404638475615, 0.00494846153846152, 0.00183333165617641, 0.00813980769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1005, '2021-05-09 00:00:00', 0.000874728265498211, 0.00159653846153846, 0.00128302936293515, 0.0023478846153846, 0.0016323140369992, 0.00291365384615384, 0.00206110955928709, 0.00476115384615381, 0.00192296009798998, 0.00803346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1020, '2021-05-09 00:00:00', 0.000819039587659738, 0.00160038461538461, 0.000948148986183071, 0.00213249999999999, 0.00125941856242655, 0.00301365384615384, 0.00175265180402549, 0.00442788461538459, 0.00187656930225183, 0.00799211538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1035, '2021-05-09 00:00:00', 0.000557633736977395, 0.00131576923076922, 0.000857451949763863, 0.0018096153846154, 0.00139301615209584, 0.00302499999999995, 0.00153307012233623, 0.00422999999999996, 0.00194643722853203, 0.00792673076923073 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1050, '2021-05-09 00:00:00', 0.000723862635715245, 0.00129865384615386, 0.000979979061785756, 0.00224480769230768, 0.00130825908984186, 0.00282538461538458, 0.00143055519077254, 0.00402807692307691, 0.00201415689557694, 0.00798499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1065, '2021-05-09 00:00:00', 0.00090752556649725, 0.00181057692307691, 0.00121714767449904, 0.00237730769230766, 0.00116748295984929, 0.00263230769230766, 0.00145889895258245, 0.0039130769230769, 0.00207030671269149, 0.0079682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1080, '2021-05-09 00:00:00', 0.000740738924214279, 0.00146807692307692, 0.000725553687776558, 0.00168807692307691, 0.00101528124182415, 0.00213, 0.00129898214590679, 0.00351615384615383, 0.00223223131728015, 0.0080155769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1095, '2021-05-09 00:00:00', 0.000427689679017949, 0.00105230769230767, 0.000518588023831558, 0.00134153846153845, 0.000838093165373742, 0.00195692307692309, 0.0012310755928799, 0.00331365384615383, 0.00216938658469307, 0.0080330769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1110, '2021-05-09 00:00:00', 0.000369632041568151, 0.000939615384615391, 0.000587759631665347, 0.00136923076923077, 0.000724856166103669, 0.00188230769230772, 0.00128692418042163, 0.00317961538461539, 0.00223100467192561, 0.00804961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1125, '2021-05-09 00:00:00', 0.000498278420780369, 0.000985769230769232, 0.000610112599948074, 0.00141076923076927, 0.000759957817655274, 0.00188826923076922, 0.00125190789781654, 0.00309423076923077, 0.0021964655962215, 0.00799134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1140, '2021-05-09 00:00:00', 0.000404891295952948, 0.000909807692307734, 0.000492874184288911, 0.00119480769230771, 0.000718800068490201, 0.00167846153846154, 0.00126691553054593, 0.00297019230769232, 0.00224853922666387, 0.00791057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1155, '2021-05-09 00:00:00', 0.000350064224876642, 0.000829807692307706, 0.000575377234115535, 0.0012351923076923, 0.000683294620541944, 0.00165153846153847, 0.00121892335847917, 0.00298807692307693, 0.00224874484649001, 0.00790076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1170, '2021-05-09 00:00:00', 0.000387171995172868, 0.000823076923076944, 0.000403212532238047, 0.0011671153846154, 0.00052094293205833, 0.00145846153846156, 0.00120226389014163, 0.00288730769230769, 0.00237801229213359, 0.00795230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1185, '2021-05-09 00:00:00', 0.000313105597817407, 0.00085865384615386, 0.00037140088231534, 0.00108115384615386, 0.000614142084537468, 0.00147750000000002, 0.00117032745253366, 0.0028528846153846, 0.00241363090671423, 0.0079230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1200, '2021-05-09 00:00:00', 0.000373701083755447, 0.000707499999999989, 0.000384850670340514, 0.000964038461538483, 0.000683717890541211, 0.00149192307692309, 0.00115664509881615, 0.00290173076923074, 0.00239083384231076, 0.00789769230769228 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1215, '2021-05-09 00:00:00', 0.000285248946603593, 0.000664807692307701, 0.000526469993300813, 0.00105057692307694, 0.000627838324362614, 0.00144980769230769, 0.00111132824203224, 0.00283269230769228, 0.00248801715922849, 0.00803923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1230, '2021-05-09 00:00:00', 0.000376937711646778, 0.000720961538461539, 0.000542278419831849, 0.00104826923076921, 0.000616231974303355, 0.0013753846153846, 0.00102441640046344, 0.00274519230769227, 0.00251066721135118, 0.00802461538461536 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1245, '2021-05-09 00:00:00', 0.000328264902409376, 0.00070461538461538, 0.000335693541561557, 0.000928076923076948, 0.000474654044055744, 0.00133730769230768, 0.000977864313381275, 0.00263384615384615, 0.00253977521718876, 0.00806307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1260, '2021-05-09 00:00:00', 0.000300846242353908, 0.000692692307692311, 0.000425851048354478, 0.000956346153846159, 0.000627984351838364, 0.00148211538461533, 0.00100675938611886, 0.00257730769230768, 0.00260052062834764, 0.00813346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1275, '2021-05-09 00:00:00', 0.000346407052690659, 0.000644615384615414, 0.00044709936944023, 0.000965384615384569, 0.000659257536930769, 0.00148749999999997, 0.00102312440028645, 0.00255846153846153, 0.00264924750564268, 0.00816788461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1290, '2021-05-09 00:00:00', 0.000319076853534572, 0.000720961538461488, 0.000500865097759693, 0.00117461538461532, 0.000626535314248138, 0.00143749999999995, 0.000968239639758665, 0.00248999999999998, 0.00271693908654574, 0.00818999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1305, '2021-05-09 00:00:00', 0.000419015375153912, 0.000896730769230726, 0.000478362270187012, 0.00106269230769229, 0.000552254574797363, 0.00141365384615382, 0.000939584134686096, 0.00238288461538461, 0.00285523692267653, 0.00825673076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1320, '2021-05-09 00:00:00', 0.000304858100660706, 0.000702692307692299, 0.000390059019202881, 0.000925961538461507, 0.000459362643737519, 0.00136403846153842, 0.000853595562673189, 0.00225923076923075, 0.00291876032694598, 0.00833461538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1335, '2021-05-09 00:00:00', 0.000319159232021599, 0.000633846153846139, 0.000291365749531414, 0.00100000000000001, 0.000528924489303168, 0.00141865384615384, 0.000815264751712365, 0.00222115384615384, 0.00294244441160485, 0.00837634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1350, '2021-05-09 00:00:00', 0.000323421610999559, 0.000741538461538477, 0.000386660256357096, 0.00108192307692308, 0.000524361003067985, 0.00146269230769232, 0.000836380871097872, 0.00217980769230769, 0.00294794429025744, 0.00841153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1365, '2021-05-09 00:00:00', 0.000354842760409945, 0.000815769230769237, 0.000521451966959711, 0.00110307692307693, 0.000574240769658909, 0.0014426923076923, 0.000808201065044116, 0.0021101923076923, 0.00292427129647449, 0.00840884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1380, '2021-05-09 00:00:00', 0.000534902902763308, 0.00086634615384615, 0.000558983452348991, 0.00115249999999998, 0.000813455213650634, 0.00174923076923077, 0.000819449745021249, 0.00210826923076922, 0.00297011911183063, 0.00843346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1395, '2021-05-09 00:00:00', 0.00040561292651226, 0.000810384615384638, 0.000481111853298805, 0.00107115384615386, 0.000756168403099563, 0.00164942307692309, 0.000754943400833165, 0.00202153846153846, 0.00294085733182585, 0.00845538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1410, '2021-05-09 00:00:00', 0.000286381939697002, 0.000636153846153846, 0.000633752833402863, 0.0012294230769231, 0.000614568047180607, 0.00149173076923076, 0.000655259226448725, 0.00188057692307693, 0.00284899010447292, 0.00843615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 1, 1425, '2021-05-09 00:00:00', 0.000549339918587595, 0.00105788461538462, 0.000516205832530454, 0.0012876923076923, 0.000586796682125782, 0.00146788461538461, 0.000642712191839002, 0.00189980769230769, 0.00282768695906416, 0.00843846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 0, '2021-05-09 00:00:00', 0.000452308650574629, 0.000971346153846163, 0.000560849801640344, 0.00121250000000003, 0.000584973635171828, 0.00137807692307692, 0.000559075610683892, 0.00183346153846154, 0.00281346280614094, 0.0084751923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 15, '2021-05-09 00:00:00', 0.000391444121171839, 0.000702499999999999, 0.000412289153572881, 0.000927884615384605, 0.000418223026625746, 0.0011775, 0.000616643644753924, 0.00178923076923077, 0.00278908112798131, 0.00847846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 30, '2021-05-09 00:00:00', 0.000424647953739775, 0.000686730769230759, 0.0004369080170752, 0.00096384615384614, 0.000394127663815448, 0.00113384615384614, 0.000626668480630266, 0.00184076923076923, 0.00278544977724216, 0.0084823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 45, '2021-05-09 00:00:00', 0.000376664357832686, 0.000680961538461542, 0.000320689641481982, 0.000905384615384611, 0.000323563808948922, 0.00100653846153847, 0.00072914375495142, 0.00186384615384616, 0.00278812984605479, 0.00848403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 60, '2021-05-09 00:00:00', 0.000234503485294723, 0.000656730769230784, 0.000271772812360717, 0.000787692307692318, 0.000267265713361166, 0.000914807692307699, 0.000678299797570856, 0.00185384615384615, 0.00278532158756468, 0.00848711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 75, '2021-05-09 00:00:00', 0.000142002302256536, 0.000424423076923073, 0.000193624934821474, 0.000548846153846163, 0.000369164545343215, 0.000892307692307731, 0.000686580742072364, 0.00181865384615385, 0.0027823641925528, 0.0084825 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 90, '2021-05-09 00:00:00', 0.000205034049705088, 0.000415192307692312, 0.000309580609609422, 0.000606923076923073, 0.000409642996541355, 0.000919230769230796, 0.000671480482561868, 0.00185903846153845, 0.00278284721380542, 0.00847884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 105, '2021-05-09 00:00:00', 0.000207853591223726, 0.00045134615384613, 0.000328683211993182, 0.000735576923076934, 0.000380985614507321, 0.000884038461538463, 0.000667120794044188, 0.00188692307692306, 0.00278185881409147, 0.00847230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 120, '2021-05-09 00:00:00', 0.000260879577288361, 0.000593076923076948, 0.000270782910493601, 0.000709230769230787, 0.000330652559924504, 0.000916346153846153, 0.000628122966892992, 0.00188269230769229, 0.00277726969549923, 0.00847519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 135, '2021-05-09 00:00:00', 0.00018719518813671, 0.000414038461538467, 0.000195736970290389, 0.000589807692307671, 0.000269794294858961, 0.000895192307692322, 0.000614882227622593, 0.00184692307692307, 0.00277495449720143, 0.00847269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 150, '2021-05-09 00:00:00', 0.000178485616744362, 0.000391346153846164, 0.000252849985929624, 0.000656346153846158, 0.00033224967442248, 0.000945384615384609, 0.000584338054159107, 0.00186019230769229, 0.00277495649307543, 0.00847346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 165, '2021-05-09 00:00:00', 0.000254350227956549, 0.000534038461538442, 0.000263910022545563, 0.000727499999999992, 0.000482135992625148, 0.00108634615384615, 0.000592091631422016, 0.00186249999999998, 0.00279390777475674, 0.00848557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 180, '2021-05-09 00:00:00', 0.000224593307661087, 0.000566923076923076, 0.000296883556556879, 0.000749615384615368, 0.000476006342879542, 0.00109096153846153, 0.000561634975899692, 0.00183961538461538, 0.00276355239612964, 0.00849538461538464 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 195, '2021-05-09 00:00:00', 0.000151324028291793, 0.000504807692307694, 0.000354800702453581, 0.000803461538461541, 0.000439426199281949, 0.00105576923076924, 0.000551757646072966, 0.00176749999999999, 0.00275716992584789, 0.00849000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 210, '2021-05-09 00:00:00', 0.000329214975358072, 0.000567500000000011, 0.000327708183977954, 0.000739423076923096, 0.000442495023874678, 0.00104038461538463, 0.000446179724050569, 0.00169788461538462, 0.00272359019282668, 0.00855346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 225, '2021-05-09 00:00:00', 0.000169211406234907, 0.00048250000000001, 0.000355402534513267, 0.000755192307692327, 0.000416677517807418, 0.00102692307692308, 0.000417857032967022, 0.00168249999999998, 0.00269850164265, 0.00858365384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 240, '2021-05-09 00:00:00', 0.000296806074994865, 0.000574615384615383, 0.000315204939438097, 0.000733076923076909, 0.000411365456086847, 0.000963461538461531, 0.000432170060900168, 0.00168019230769228, 0.00274507831610294, 0.0086198076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 255, '2021-05-09 00:00:00', 0.000226888993529023, 0.000481153846153855, 0.000354099507961327, 0.000697692307692326, 0.000393305713936859, 0.000890769230769225, 0.000460349699852015, 0.00168961538461536, 0.0028275574944845, 0.00864423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 270, '2021-05-09 00:00:00', 0.000215970795746493, 0.000495769230769233, 0.000348961536341965, 0.000633076923076911, 0.000387495111631707, 0.000897692307692304, 0.000457589167434987, 0.0016603846153846, 0.00282928319272133, 0.00862576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 285, '2021-05-09 00:00:00', 0.000331707934554115, 0.000478076923076921, 0.00036174433172959, 0.000669807692307682, 0.000346572725190778, 0.000914423076923081, 0.000464088850909451, 0.00168230769230771, 0.00282579299285378, 0.00862403846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 300, '2021-05-09 00:00:00', 0.00015567236304297, 0.000456730769230747, 0.0001999666318318, 0.000610576923076918, 0.000311226420175703, 0.000876730769230757, 0.000494614107547078, 0.00169365384615383, 0.00285363507046445, 0.00865134615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 315, '2021-05-09 00:00:00', 0.000146691329511447, 0.000427884615384609, 0.000232392655120247, 0.00063288461538462, 0.000434628400077392, 0.000904615384615384, 0.000588251679522895, 0.0018259615384615, 0.0028673239467114, 0.00864384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 330, '2021-05-09 00:00:00', 0.000186496958110901, 0.000448653846153839, 0.000290092293006121, 0.000608461538461519, 0.000416418243892069, 0.000843076923076912, 0.000693334778721356, 0.00183634615384613, 0.00289611150444072, 0.0086296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 345, '2021-05-09 00:00:00', 0.000227391986192634, 0.000431346153846161, 0.00037236747771728, 0.000618461538461568, 0.000344703718932851, 0.000770576923076933, 0.000724561326172313, 0.00193134615384612, 0.00286696658240298, 0.00861076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 360, '2021-05-09 00:00:00', 0.000279555691437995, 0.000434230769230796, 0.000239863502851084, 0.000542499999999993, 0.000233368724422225, 0.000745192307692305, 0.000757200334227249, 0.00207711538461537, 0.0028264833546027, 0.00859192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 375, '2021-05-09 00:00:00', 0.000124300659073658, 0.000350576923076888, 0.000232458846647317, 0.000518653846153811, 0.000273086348699725, 0.000748076923076888, 0.000790658172761058, 0.00232788461538458, 0.00281623646843687, 0.00857538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 390, '2021-05-09 00:00:00', 0.000146749918097202, 0.000371538461538462, 0.000200074601471161, 0.000530384615384631, 0.000280693098213364, 0.000723846153846165, 0.000972199587770724, 0.00256096153846154, 0.00281543236193224, 0.00857423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 405, '2021-05-09 00:00:00', 0.000149826181341525, 0.000366730769230781, 0.00018707258977774, 0.000526923076923079, 0.000352601594743126, 0.000761730769230746, 0.00101260374587193, 0.00279711538461537, 0.00281970460127679, 0.00856903846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 420, '2021-05-09 00:00:00', 0.000172303399671779, 0.000387307692307702, 0.000185505960924293, 0.000507307692307702, 0.000354446100925856, 0.000819038461538421, 0.000948998662558828, 0.00292769230769228, 0.00281806611949509, 0.00855057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 435, '2021-05-09 00:00:00', 0.000148213982523167, 0.00035576923076923, 0.000245019700934786, 0.000584423076923054, 0.000318182579419685, 0.000883076923076892, 0.000956261490629809, 0.00304403846153844, 0.00282445523678733, 0.00854423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 450, '2021-05-09 00:00:00', 0.000219412502273357, 0.000455384615384618, 0.000298490303927055, 0.000627692307692278, 0.000263926053163489, 0.000899807692307703, 0.000916216215664249, 0.0031130769230769, 0.00277552456580458, 0.00852884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 465, '2021-05-09 00:00:00', 0.000260448429857768, 0.00045576923076921, 0.000248540431628005, 0.000687115384615394, 0.000289993899140072, 0.000907307692307701, 0.000950953934013332, 0.00323076923076923, 0.00278423598828504, 0.00850403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 480, '2021-05-09 00:00:00', 0.000216369697864173, 0.000520384615384626, 0.000214093437545334, 0.000695000000000018, 0.000352136173397985, 0.000956730769230743, 0.00109233351134163, 0.00344249999999998, 0.00277998127414833, 0.00849826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 495, '2021-05-09 00:00:00', 0.000174869621762556, 0.00043076923076926, 0.000257667346667099, 0.000622692307692339, 0.000375676671538797, 0.00108980769230766, 0.0011907792051361, 0.00349634615384614, 0.00277333520401812, 0.00849307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 510, '2021-05-09 00:00:00', 0.000229256322788421, 0.000487307692307708, 0.00028454254785263, 0.000682692307692279, 0.000449908708688604, 0.00119961538461534, 0.00146258901109799, 0.00364384615384614, 0.00276322585312613, 0.00850365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 525, '2021-05-09 00:00:00', 0.000178040725678122, 0.000452499999999984, 0.000314718188958841, 0.000906538461538431, 0.000506842563934171, 0.00132423076923074, 0.0014182106277332, 0.00373923076923076, 0.00279828324430973, 0.00850634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 540, '2021-05-09 00:00:00', 0.000295852354029187, 0.000761153846153837, 0.000381617609656568, 0.001, 0.000608761542300949, 0.00156884615384616, 0.00143200302159114, 0.00380557692307691, 0.00281066044798123, 0.00849807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 555, '2021-05-09 00:00:00', 0.000296024232376066, 0.000732884615384626, 0.000423426317266469, 0.00105461538461538, 0.000548797286380363, 0.0018126923076923, 0.00144147356495412, 0.00388403846153846, 0.00293056044128082, 0.00851250000000003 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 570, '2021-05-09 00:00:00', 0.000342826991577157, 0.000752115384615359, 0.000520112450858888, 0.00122019230769231, 0.000656134015391558, 0.00197038461538463, 0.00142406191794942, 0.0038528846153846, 0.00308038673895638, 0.00852769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 585, '2021-05-09 00:00:00', 0.000316006572473043, 0.000878076923076936, 0.000440704505920304, 0.00134769230769231, 0.000734725903889446, 0.00209307692307693, 0.00143636385201821, 0.00379134615384615, 0.00316549969928193, 0.00850211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 600, '2021-05-09 00:00:00', 0.000397882327018722, 0.0011371153846154, 0.000604129666417868, 0.00159057692307696, 0.000741630324664199, 0.00215653846153846, 0.00143633963200265, 0.00379653846153846, 0.00312299148992661, 0.0084796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 615, '2021-05-09 00:00:00', 0.000539092720724805, 0.00109980769230771, 0.000566810509646883, 0.00151692307692308, 0.000589838830659572, 0.00197538461538459, 0.00136299026465283, 0.00370769230769232, 0.00315319647952069, 0.00843403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 630, '2021-05-09 00:00:00', 0.000326469989196776, 0.000950576923076916, 0.000504472153687533, 0.00139307692307689, 0.000635448266973777, 0.00205749999999999, 0.00126365891210952, 0.00364038461538462, 0.00317112651665233, 0.00842923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 645, '2021-05-09 00:00:00', 0.000415969303601207, 0.0010526923076923, 0.000412209244848402, 0.00145230769230768, 0.000738271187405988, 0.00218711538461539, 0.00114105829757357, 0.00374403846153846, 0.00308695488492115, 0.0084376923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 660, '2021-05-09 00:00:00', 0.000386666075375337, 0.000950576923076916, 0.000497061712621144, 0.00147211538461538, 0.000949442670525908, 0.00217076923076922, 0.0010028980506512, 0.00385249999999999, 0.00309028284117516, 0.00844403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 675, '2021-05-09 00:00:00', 0.000439181450147715, 0.00104288461538462, 0.000524570740261473, 0.0015373076923077, 0.000850468671697232, 0.00204519230769231, 0.000983644498790071, 0.00386249999999999, 0.00312095151294504, 0.00855288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 690, '2021-05-09 00:00:00', 0.000386443597237864, 0.000969423076923082, 0.000647493510510959, 0.00148038461538461, 0.00079183584157321, 0.00188500000000001, 0.00114756868405136, 0.00387326923076923, 0.00306728022847605, 0.008615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 705, '2021-05-09 00:00:00', 0.000450282817110097, 0.000986153846153842, 0.00042869412620906, 0.00123442307692306, 0.000560961982806182, 0.00168211538461539, 0.00129137149811889, 0.00410288461538462, 0.00304806488422765, 0.00861846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 720, '2021-05-09 00:00:00', 0.000263496387363923, 0.000807115384615352, 0.000632422357654703, 0.00123403846153847, 0.000588622936639821, 0.00161480769230766, 0.00137356744954937, 0.00426346153846153, 0.00290030171507406, 0.00860903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 735, '2021-05-09 00:00:00', 0.000427292594762028, 0.000915192307692317, 0.000390233115733901, 0.00119173076923075, 0.000481537281886025, 0.00166192307692306, 0.00156666157800592, 0.00441250000000001, 0.00289243123713226, 0.00861730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 750, '2021-05-09 00:00:00', 0.000305289270138207, 0.000866538461538459, 0.000364500290176117, 0.00116230769230765, 0.000530418738791865, 0.00160403846153843, 0.00152207107132151, 0.00437788461538462, 0.0029132478637055, 0.00863365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 765, '2021-05-09 00:00:00', 0.000366554854746852, 0.000872692307692303, 0.000459170992115161, 0.00128000000000001, 0.000519965531401998, 0.00160807692307694, 0.00132421333686776, 0.00453019230769233, 0.00295784433589475, 0.00872134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 780, '2021-05-09 00:00:00', 0.000405469955256105, 0.000896730769230768, 0.00048694957091614, 0.00118326923076921, 0.000587069940794594, 0.00165634615384616, 0.00124737239211688, 0.00470326923076922, 0.00298303059629994, 0.00875846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 795, '2021-05-09 00:00:00', 0.000274539614627851, 0.000765000000000007, 0.000406292808395417, 0.00115461538461541, 0.000581593831307866, 0.00171076923076924, 0.0014346877575063, 0.00476980769230769, 0.00298720682500972, 0.00869615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 810, '2021-05-09 00:00:00', 0.000337632936781906, 0.000859999999999997, 0.000451004050808975, 0.00120442307692308, 0.000702621163928333, 0.00177250000000001, 0.00150044988125359, 0.00491038461538462, 0.0029875402282454, 0.00869384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 825, '2021-05-09 00:00:00', 0.000327074738577238, 0.000908269230769271, 0.00055499636173441, 0.00139019230769233, 0.00068643507732675, 0.00202134615384619, 0.00154788059815797, 0.00493711538461539, 0.00294030040328169, 0.00866769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 840, '2021-05-09 00:00:00', 0.000500333734774913, 0.00104961538461539, 0.000586857340809098, 0.00137653846153847, 0.00103298553493482, 0.00228865384615384, 0.00160504564996187, 0.00516153846153847, 0.00289267685450956, 0.00864923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 855, '2021-05-09 00:00:00', 0.000264162901372484, 0.000864038461538451, 0.000540237127422931, 0.00131192307692308, 0.000951043960805489, 0.00214884615384614, 0.00161246367877995, 0.00513865384615384, 0.0028097886315248, 0.00860692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 870, '2021-05-09 00:00:00', 0.000568640788331148, 0.000957115384615395, 0.000875472356019182, 0.0016103846153846, 0.000972134052167997, 0.00222884615384614, 0.00173518251090595, 0.00523788461538461, 0.00277200236568884, 0.00863865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 885, '2021-05-09 00:00:00', 0.000658273879171875, 0.0011575, 0.000760420354399183, 0.00158634615384615, 0.000931834026984494, 0.00245442307692307, 0.00176771899959762, 0.0052826923076923, 0.00274698752482394, 0.00865769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 900, '2021-05-09 00:00:00', 0.000460857937396679, 0.00107596153846152, 0.000556884223570342, 0.00156903846153846, 0.000800962617969542, 0.00254134615384612, 0.00177620048244731, 0.00533807692307691, 0.00272919518286137, 0.00869711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 915, '2021-05-09 00:00:00', 0.000429038639106245, 0.00113307692307694, 0.000459856332079759, 0.00177961538461539, 0.000876995658264814, 0.00255423076923079, 0.00181580831756928, 0.00537461538461538, 0.00273057706636976, 0.00874134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 930, '2021-05-09 00:00:00', 0.000529221089468691, 0.00125019230769232, 0.000601132648870828, 0.00182230769230771, 0.000820620590678853, 0.0023919230769231, 0.00188871646485525, 0.00535826923076923, 0.00274206175237651, 0.00874942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 945, '2021-05-09 00:00:00', 0.000528376177183815, 0.00127923076923078, 0.000741177467588921, 0.00176903846153849, 0.000956992343832402, 0.00260788461538464, 0.00193399905536528, 0.00528711538461538, 0.00266143220552682, 0.00876576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 960, '2021-05-09 00:00:00', 0.000512772254139563, 0.00123076923076922, 0.000617582756833787, 0.00164230769230769, 0.00090319154199896, 0.00264980769230766, 0.00186471754924479, 0.00519153846153844, 0.00268266730068299, 0.00873038461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 975, '2021-05-09 00:00:00', 0.000561025057715438, 0.00111634615384617, 0.000696564674781791, 0.0018871153846154, 0.000889738358256989, 0.00273711538461535, 0.00191944142515873, 0.00526423076923075, 0.00273217419762243, 0.00868961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 990, '2021-05-09 00:00:00', 0.000594269687548065, 0.00153769230769232, 0.000899353015313697, 0.00213461538461536, 0.0010940513453005, 0.00284211538461535, 0.00192074073251402, 0.00521980769230768, 0.0028403263626129, 0.00870038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1005, '2021-05-09 00:00:00', 0.000563648860960051, 0.00138903846153843, 0.000666145658592466, 0.00194403846153841, 0.00108636436726429, 0.00266346153846151, 0.00181862320070812, 0.00504288461538461, 0.00290025553250851, 0.00857807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1020, '2021-05-09 00:00:00', 0.000542776799288762, 0.00134442307692304, 0.000843523037850563, 0.00189134615384609, 0.00126482885738013, 0.00288903846153845, 0.00178161639011839, 0.0048798076923077, 0.00307402204586463, 0.00862153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1035, '2021-05-09 00:00:00', 0.000556992507890507, 0.00124442307692307, 0.000813800887573476, 0.00179326923076921, 0.00125151534303267, 0.00278442307692308, 0.0018228853818561, 0.00458365384615385, 0.00404202447847803, 0.00917826923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1050, '2021-05-09 00:00:00', 0.000515021022722534, 0.00129557692307692, 0.000877809182874309, 0.00208980769230771, 0.00101334748008008, 0.00268365384615387, 0.00179570672823995, 0.00436057692307691, 0.00422914128399611, 0.00926000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1065, '2021-05-09 00:00:00', 0.000716026106099049, 0.00165576923076923, 0.000871488735087614, 0.00203115384615385, 0.00103050891087106, 0.00267115384615382, 0.00187692686632659, 0.00421230769230767, 0.00425407294881579, 0.00928942307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1080, '2021-05-09 00:00:00', 0.000564551591973694, 0.00126750000000001, 0.000505091042821465, 0.00175019230769231, 0.000912687262133972, 0.00245096153846152, 0.00176509054027965, 0.00397384615384614, 0.00411656191966811, 0.00916403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1095, '2021-05-09 00:00:00', 0.00041359200446071, 0.00111288461538464, 0.000632006846360206, 0.00169942307692307, 0.000906522942982635, 0.00224461538461539, 0.00178279007781022, 0.00378230769230769, 0.00422291636376861, 0.00909884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1110, '2021-05-09 00:00:00', 0.000530972112841533, 0.00116423076923074, 0.000678174472672517, 0.00161615384615383, 0.000942490909974551, 0.00213134615384614, 0.00173974680960724, 0.00368480769230768, 0.00416536475455171, 0.00908846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1125, '2021-05-09 00:00:00', 0.000460635388934107, 0.00108019230769229, 0.000659401506029422, 0.00146711538461537, 0.00104368393388334, 0.00195807692307689, 0.00175180422378234, 0.00352403846153846, 0.00415376457612204, 0.00910807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1140, '2021-05-09 00:00:00', 0.000420518590094851, 0.000946730769230754, 0.000840223413512975, 0.00140076923076922, 0.000873852742391217, 0.00189615384615385, 0.00168102830251196, 0.00338192307692307, 0.00413701824989933, 0.00915000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1155, '2021-05-09 00:00:00', 0.000865700605556889, 0.000986538461538468, 0.000846857198932991, 0.00128634615384614, 0.000957230620873825, 0.0019023076923077, 0.00156578626107929, 0.00325384615384615, 0.00410522631719431, 0.00913134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1170, '2021-05-09 00:00:00', 0.000446972766336093, 0.000874423076923066, 0.000594131169148553, 0.00134538461538462, 0.000809777961020049, 0.00182288461538462, 0.00148076935564435, 0.00312826923076923, 0.00407660724320908, 0.00919384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1185, '2021-05-09 00:00:00', 0.000374999487179152, 0.000871153846153857, 0.00051234693774373, 0.00120923076923079, 0.000735694883452689, 0.00159519230769231, 0.00125913883880397, 0.00285115384615387, 0.00401515458558621, 0.00918211538461541 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1200, '2021-05-09 00:00:00', 0.000452780469815307, 0.00091192307692309, 0.000500937160192314, 0.00119596153846154, 0.000691283115773748, 0.00167211538461538, 0.00129434485952727, 0.00282884615384618, 0.00398211735329144, 0.00923115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1215, '2021-05-09 00:00:00', 0.000244422474731439, 0.000727115384615366, 0.000391668816142513, 0.0010376923076923, 0.000485564263353633, 0.00152442307692307, 0.00111582927078406, 0.00263480769230773, 0.00388351458584382, 0.00924153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1230, '2021-05-09 00:00:00', 0.000251550270247409, 0.000723461538461521, 0.000372209670026922, 0.00112903846153844, 0.000481763307668163, 0.0015032692307692, 0.00107069158095994, 0.00256769230769234, 0.00385320366708018, 0.00922750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1245, '2021-05-09 00:00:00', 0.000274011229416183, 0.000776923076923034, 0.000396336298537569, 0.00104230769230765, 0.000551188820083087, 0.00151634615384611, 0.0010705440924344, 0.00253557692307694, 0.0038403496435371, 0.00926076923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1260, '2021-05-09 00:00:00', 0.000307931623279222, 0.000723269230769221, 0.000409392091539817, 0.00101826923076922, 0.000635763986203873, 0.00154038461538463, 0.0010261477064169, 0.00244865384615388, 0.00383630836672648, 0.0092467307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1275, '2021-05-09 00:00:00', 0.00030598994453062, 0.000724615384615392, 0.000380910902160351, 0.00103134615384616, 0.000598096982102388, 0.00151500000000005, 0.000939209426141954, 0.00231711538461542, 0.00383308457832795, 0.00926923076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1290, '2021-05-09 00:00:00', 0.000330682045754824, 0.000698846153846155, 0.000543270756975397, 0.00110865384615385, 0.000696537066217881, 0.00150826923076925, 0.000903434302238733, 0.00223346153846156, 0.00382137915599149, 0.00925442307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1305, '2021-05-09 00:00:00', 0.000314893632834987, 0.000855000000000007, 0.000421542405933254, 0.00112500000000003, 0.000525835635331633, 0.00137634615384618, 0.000851424078552222, 0.00211480769230769, 0.00378100398246084, 0.00916134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1320, '2021-05-09 00:00:00', 0.000315021610980292, 0.0007161538461539, 0.000391478116099271, 0.000946346153846188, 0.000565010313044084, 0.0013594230769231, 0.000736230942028422, 0.00205000000000002, 0.00374916662021761, 0.00921711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1335, '2021-05-09 00:00:00', 0.000313510213304349, 0.000625576923076931, 0.00031940624000455, 0.00087288461538462, 0.000536965978008362, 0.00133730769230769, 0.000616765788984399, 0.00200096153846156, 0.00374916662021761, 0.00921711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1350, '2021-05-09 00:00:00', 0.00023155228683491, 0.000632307692307693, 0.000426162347179862, 0.000972884615384609, 0.000536737473430556, 0.00129365384615383, 0.00057739707707555, 0.00198423076923078, 0.00372021234402224, 0.00923326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1365, '2021-05-09 00:00:00', 0.000398405137825997, 0.00078557692307692, 0.000515458011421385, 0.00106480769230766, 0.00050051327501033, 0.00127653846153846, 0.000577585591392833, 0.00196634615384616, 0.00370831830535705, 0.00924442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1380, '2021-05-09 00:00:00', 0.000347555197608407, 0.000741153846153834, 0.000333808097795481, 0.000904615384615375, 0.000520112007167696, 0.00134250000000002, 0.000662642524582159, 0.00199865384615386, 0.00370478651414419, 0.00924634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1395, '2021-05-09 00:00:00', 0.000250687976453724, 0.000627307692307677, 0.000352292273764069, 0.000919615384615405, 0.000512737787237844, 0.00142596153846155, 0.000685533397043155, 0.00202596153846154, 0.00371040777875094, 0.00925673076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1410, '2021-05-09 00:00:00', 0.000317443150573727, 0.000668076923076944, 0.00047647245460783, 0.00107500000000001, 0.000430261682449915, 0.00141134615384614, 0.000729447973575799, 0.00209288461538461, 0.0037160436571088, 0.00927769230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 2, 1425, '2021-05-09 00:00:00', 0.000426504576582905, 0.000878076923076936, 0.000383417075579795, 0.00118942307692308, 0.000393779321252578, 0.00135307692307691, 0.000761483168155799, 0.00207115384615385, 0.0037290974779429, 0.00926500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 0, '2021-05-09 00:00:00', 0.000336440245008723, 0.000874038461538483, 0.000347837550500865, 0.0010698076923077, 0.000334819181970471, 0.00121173076923077, 0.000742647265893046, 0.00209980769230768, 0.00373741033851806, 0.00925403846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 15, '2021-05-09 00:00:00', 0.000334580104240871, 0.000655384615384613, 0.000383899225558728, 0.00089384615384616, 0.000360663491146699, 0.00107307692307693, 0.000827761508759955, 0.00212634615384615, 0.00375034965036597, 0.00920250000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 30, '2021-05-09 00:00:00', 0.000361804026851756, 0.000651923076923086, 0.000333727664190667, 0.000866923076923086, 0.00030893794497622, 0.00102442307692311, 0.000787338457179516, 0.00212538461538462, 0.00374592587404587, 0.0091894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 45, '2021-05-09 00:00:00', 0.000310270911400891, 0.000615961538461534, 0.000334380540931801, 0.000792115384615373, 0.000314034784942437, 0.000929615384615368, 0.000812492674523177, 0.00213288461538461, 0.00373082760977324, 0.00914557692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 60, '2021-05-09 00:00:00', 0.000170651804741497, 0.000530961538461532, 0.000172361092343516, 0.000632115384615392, 0.000248476666603033, 0.000854423076923072, 0.000793012852742839, 0.00214076923076924, 0.00372430357454716, 0.00911634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 75, '2021-05-09 00:00:00', 0.000196917397754661, 0.000437307692307705, 0.000222855593119469, 0.000583846153846144, 0.000236980038107743, 0.000906538461538456, 0.000799772684050798, 0.00215211538461538, 0.00372488684908168, 0.00909596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 90, '2021-05-09 00:00:00', 0.000166052355043187, 0.00040923076923076, 0.000200488250183262, 0.00064153846153842, 0.000281160028344099, 0.000925192307692297, 0.000819973381369058, 0.00212288461538462, 0.003740270290521, 0.00907961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 105, '2021-05-09 00:00:00', 0.00020825474415135, 0.000505961538461514, 0.000251193459003557, 0.00076692307692308, 0.000356407556252456, 0.000942884615384626, 0.000822281254522095, 0.0021373076923077, 0.0037486005850389, 0.00905211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 120, '2021-05-09 00:00:00', 0.000252692272567634, 0.000585769230769234, 0.000297597818437006, 0.000717692307692295, 0.000649099287178292, 0.000988269230769232, 0.000837824563975037, 0.002145, 0.00374939415105962, 0.00904750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 135, '2021-05-09 00:00:00', 0.000245719665159607, 0.000481923076923074, 0.000307991258617219, 0.000638846153846146, 0.000702360634957887, 0.00111769230769229, 0.000853670829193166, 0.00221673076923076, 0.00374626166485185, 0.00903769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 150, '2021-05-09 00:00:00', 0.000185817528360905, 0.000428076923076884, 0.000677290217308305, 0.000770961538461516, 0.000808590035898195, 0.00122461538461536, 0.000884781698412744, 0.00223057692307691, 0.00374017058434507, 0.009025 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 165, '2021-05-09 00:00:00', 0.0006296486199583, 0.00062576923076924, 0.000649969496325657, 0.000932884615384621, 0.000805645488937989, 0.00129557692307694, 0.000846438511556601, 0.00219692307692308, 0.00372334942780537, 0.00901519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 180, '2021-05-09 00:00:00', 0.000374410151489598, 0.000684807692307669, 0.000566566853954594, 0.000940000000000001, 0.000653872605799773, 0.00131076923076923, 0.000803051966897841, 0.00212269230769232, 0.00373096145579334, 0.00900076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 195, '2021-05-09 00:00:00', 0.0003582324127413, 0.000647692307692341, 0.00048435047704674, 0.000895769230769266, 0.000674500527456022, 0.0012648076923077, 0.000816619485816608, 0.00205923076923076, 0.00373409960828786, 0.00898173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 210, '2021-05-09 00:00:00', 0.000285233305316094, 0.000604038461538465, 0.000365814370748538, 0.000831923076923061, 0.000560291304728031, 0.00117711538461538, 0.000909287908200717, 0.00201250000000001, 0.00371586658284965, 0.00895269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 225, '2021-05-09 00:00:00', 0.000227323557952082, 0.000519999999999965, 0.000326870534239209, 0.000787115384615383, 0.000424732902494666, 0.00106596153846153, 0.000909901283741197, 0.00190711538461538, 0.00372049889644679, 0.00893596153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 240, '2021-05-09 00:00:00', 0.00019236383795776, 0.000570384615384646, 0.000292765067273016, 0.000750769230769256, 0.000331759470330328, 0.00101288461538462, 0.000943011318147284, 0.0018421153846154, 0.00368310834966674, 0.00891134615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 255, '2021-05-09 00:00:00', 0.000194126544770692, 0.000446346153846157, 0.000244239872634733, 0.000638653846153837, 0.000362276615521683, 0.000937115384615392, 0.000921783075599431, 0.00179903846153848, 0.00368176500315565, 0.00887153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 270, '2021-05-09 00:00:00', 0.00018139470351018, 0.000455961538461545, 0.000245663387585539, 0.000672500000000025, 0.000381454302132498, 0.000935769230769255, 0.00094439846544691, 0.0018523076923077, 0.00366241402104386, 0.00885269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 285, '2021-05-09 00:00:00', 0.000148115988852809, 0.000457115384615407, 0.000374459816063281, 0.000683076923076932, 0.000389814008904823, 0.000904807692307676, 0.000895911740158524, 0.00183461538461539, 0.00365292710870868, 0.0088126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 300, '2021-05-09 00:00:00', 0.000353016452002739, 0.000551153846153853, 0.000326523176230075, 0.000710769230769258, 0.000429025057543252, 0.000902499999999994, 0.000904767989809895, 0.00187634615384615, 0.00365516246613559, 0.00880942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 315, '2021-05-09 00:00:00', 0.000158077512632215, 0.000417500000000019, 0.000254153194262519, 0.000589615384615362, 0.000511128803577074, 0.000890576923076907, 0.00095791046634768, 0.00200230769230768, 0.00365868795314137, 0.00880153846153844 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 330, '2021-05-09 00:00:00', 0.000205311114765278, 0.000419423076923041, 0.000269113073175305, 0.000590384615384589, 0.000559159671705284, 0.00087346153846153, 0.000986170546180442, 0.0021228846153846, 0.00365404761873737, 0.00878999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 345, '2021-05-09 00:00:00', 0.000224559825847411, 0.000428653846153862, 0.000418150506580867, 0.000670384615384618, 0.000488025732297603, 0.000871346153846166, 0.00110712171869221, 0.00223749999999999, 0.00364417478260224, 0.00877961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 360, '2021-05-09 00:00:00', 0.000262721262060118, 0.000452307692307684, 0.000361919880636588, 0.000614999999999998, 0.000390139274934168, 0.000820576923076901, 0.00102124428253743, 0.00234326923076921, 0.00361112214074585, 0.00873634615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 375, '2021-05-09 00:00:00', 0.000246170750621483, 0.000375961538461516, 0.000230261473446679, 0.000572115384615392, 0.000348571370023379, 0.000759999999999991, 0.00103903662850962, 0.00260134615384614, 0.00359907056912458, 0.0087151923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 390, '2021-05-09 00:00:00', 0.000156063596504284, 0.000394615384615391, 0.000208297955970629, 0.000510961538461512, 0.000367635061523704, 0.00078346153846153, 0.00109083158116254, 0.00283346153846152, 0.00360412042507763, 0.00871903846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 405, '2021-05-09 00:00:00', 0.000184528192551051, 0.000370576923076883, 0.000259079138488578, 0.000544999999999975, 0.000374665029880556, 0.000786730769230756, 0.00125023223996431, 0.00314057692307688, 0.00360449809266148, 0.00871249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 420, '2021-05-09 00:00:00', 0.000184910477300155, 0.000393269230769237, 0.00030595525062438, 0.00062615384615384, 0.000337343981031929, 0.000844807692307701, 0.00130215761777846, 0.00336730769230768, 0.00361012305351753, 0.0087226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 435, '2021-05-09 00:00:00', 0.000248390588822121, 0.000426730769230772, 0.000253315324933501, 0.000555576923076942, 0.000276074474344567, 0.000853653846153853, 0.00127050463929164, 0.0036609615384615, 0.00361063593375933, 0.00871038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 450, '2021-05-09 00:00:00', 0.000156526232748562, 0.000382692307692338, 0.000245009261991334, 0.000603461538461563, 0.000332488114304639, 0.000912115384615399, 0.00129815871081373, 0.00386903846153844, 0.00361173233525668, 0.00870230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 465, '2021-05-09 00:00:00', 0.000210927621563573, 0.000427692307692317, 0.000214965918586756, 0.000652884615384622, 0.000315448154950276, 0.000978461538461543, 0.00133307741133644, 0.00399576923076921, 0.00361263040754776, 0.00869730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 480, '2021-05-09 00:00:00', 0.000177837112160385, 0.000454038461538464, 0.000270940881999149, 0.000680192307692306, 0.000455956306948528, 0.00104807692307691, 0.00135280887273623, 0.00404038461538459, 0.00362027151552948, 0.00871038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 495, '2021-05-09 00:00:00', 0.000234263822348961, 0.000483461538461537, 0.00030820628706213, 0.000758653846153846, 0.00059712348935412, 0.0012926923076923, 0.00130051043233624, 0.00403576923076921, 0.00361568906083137, 0.00869423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 510, '2021-05-09 00:00:00', 0.000286685635925736, 0.000560576923076949, 0.000429608095110647, 0.000788653846153846, 0.000705613453778919, 0.00138288461538464, 0.00126425569468304, 0.00409230769230769, 0.00360726452933739, 0.00870923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 525, '2021-05-09 00:00:00', 0.000279972594812669, 0.000575576923076902, 0.000463095604018771, 0.000998461538461555, 0.000745798591083103, 0.00151846153846155, 0.00144183611572726, 0.00411076923076922, 0.0036118326532918, 0.00866134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 540, '2021-05-09 00:00:00', 0.000381071010947577, 0.000798653846153877, 0.000518044251154097, 0.00109961538461541, 0.000619940816033752, 0.00168615384615386, 0.00158956554296596, 0.00413115384615385, 0.003625148294049, 0.00862307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 555, '2021-05-09 00:00:00', 0.000309812101864243, 0.000716538461538484, 0.000496863276349375, 0.00111865384615386, 0.000611534167861079, 0.00178096153846157, 0.00161656831448124, 0.00401865384615384, 0.00363903368407691, 0.00852192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 570, '2021-05-09 00:00:00', 0.000429749300800482, 0.000837692307692313, 0.000415395455699044, 0.00118576923076922, 0.00061438386897895, 0.00189346153846156, 0.00158927574215912, 0.00400423076923077, 0.00367582765666982, 0.00850980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 585, '2021-05-09 00:00:00', 0.000386045832273062, 0.000875769230769212, 0.00055903350663306, 0.00140230769230771, 0.000876670098462621, 0.00218730769230769, 0.00165619577995433, 0.00403730769230769, 0.00366884360318286, 0.00848076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 975875 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 975875, 3, 600, '2021-05-09 00:00:00', 0.000452168280451157, 0.00114192307692309, 0.000521359908169147, 0.00155307692307694, 0.000927667484359815, 0.00229519230769231, 0.00167112974223567, 0.00406384615384613, 0.00368723265523706, 0.00849942307692307 where not exists (select 1 from powerstats_trumpet where symbo[...];
Date: 2021-05-09 15:02:22 Duration: 13s342ms Database: acaweb_fx User: pgperfstats
12 6s340ms 6s844ms 6s486ms 13 1m24s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 09 15 13 1m24s 6s486ms [ User: pgperfstats - Total duration: 1m24s - Times executed: 13 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 960, '2021-05-09 00:00:00', 0.441601469322182, 0.641304347826086, 0.57056175078816, 0.900434782608693, 0.723793257665402, 1.66304347826086, 2.22460146539597, 4.76304347826087, 4.46606824988695, 11.0726086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 975, '2021-05-09 00:00:00', 0.219902960991807, 0.568695652173912, 0.535885455432294, 1.19369565217391, 0.653075424343483, 1.63434782608695, 2.10373230818608, 4.72347826086957, 4.41878218159477, 10.9978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 990, '2021-05-09 00:00:00', 0.537692607277568, 1.09760869565217, 0.617504540637157, 1.39130434782608, 0.758181462734868, 1.69869565217391, 2.23234662243294, 4.79152173913043, 4.41934406629362, 10.9926086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1005, '2021-05-09 00:00:00', 0.388784464303538, 0.895217391304346, 0.470120664016349, 1.27043478260869, 0.806433371462696, 1.78565217391304, 2.23644801047494, 4.76739130434783, 4.46803221314569, 10.9513043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1020, '2021-05-09 00:00:00', 0.295424261141742, 0.871304347826084, 0.465526604785212, 1.13826086956522, 0.649004406277483, 1.72608695652174, 2.07660935732384, 4.66782608695652, 4.47893170845592, 10.8773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1035, '2021-05-09 00:00:00', 0.322762287250456, 0.758695652173913, 0.551592018561461, 1.21086956521739, 0.500098804466925, 1.59521739130435, 2.05035153160673, 4.59630434782609, 4.50092950435375, 10.8386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1050, '2021-05-09 00:00:00', 0.358806762046258, 0.751739130434781, 0.371947656651494, 1.10782608695652, 0.43335806152207, 1.38086956521739, 1.99338280317655, 4.565, 4.46741332520082, 10.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1065, '2021-05-09 00:00:00', 0.295968965363767, 0.776086956521736, 0.388022247844289, 1.07391304347826, 1.38485119989471, 3.38586956521739, 1.95823231875824, 4.51978260869565, 4.43951093165148, 10.7986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1080, '2021-05-09 00:00:00', 0.301748691343102, 0.695000000000006, 0.302731797969721, 0.839782608695657, 1.56250805531521, 3.56217391304348, 1.91690593396854, 4.47978260869566, 4.46030852900481, 10.7939130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 1095, '2021-05-09 00:00:00', 0.162548867690152, 0.483043478260871, 1.25003723264708, 3.14391304347826, 1.69763332120945, 3.6804347826087, 1.85543856614205, 4.365, 4.47075437303725, 10.7691304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 600, '2021-05-09 00:00:00', 1.24307577589437, 2.49076923076923, 1.71045986843844, 2.89019230769231, 1.81904836701459, 3.33519230769231, 1.82374133624768, 4.06769230769231, 4.5053026706145, 10.3419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 615, '2021-05-09 00:00:00', 0.656830735718584, 1.34884615384615, 0.896233142744589, 1.83461538461538, 0.791355239689873, 2.31365384615385, 1.08813971458703, 3.18096153846154, 4.07179836001433, 9.72173076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 630, '2021-05-09 00:00:00', 0.445955197818723, 1.14903846153846, 0.63369639054094, 1.56634615384615, 0.512887452041419, 1.92846153846154, 0.738085699631148, 2.8475, 4.04475866447507, 9.49942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 645, '2021-05-09 00:00:00', 0.427111631958025, 0.992884615384617, 0.410345117412913, 1.31865384615385, 0.405732812802485, 1.68634615384615, 0.759010514774639, 2.64519230769231, 4.03333815267778, 9.37057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 660, '2021-05-09 00:00:00', 0.30907853122069, 0.873461538461539, 0.278531934365773, 1.08903846153846, 0.586271399478221, 1.55192307692308, 0.806154117733367, 2.50769230769231, 4.04203445062014, 9.32249999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 675, '2021-05-09 00:00:00', 0.185903304062998, 0.745961538461533, 0.442276323302354, 1.10711538461538, 0.713488720195463, 1.46807692307692, 0.831903308915532, 2.49865384615385, 4.05567663424224, 9.30480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 690, '2021-05-09 00:00:00', 0.354700523735817, 0.782692307692309, 0.529755241016655, 1.09384615384615, 0.594303762009349, 1.40519230769231, 0.957280462881897, 2.53326923076923, 4.07277260031126, 9.26942307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 705, '2021-05-09 00:00:00', 0.271975111983545, 0.777692307692305, 0.349234822917849, 1.01980769230769, 0.407446268283881, 1.30269230769231, 1.04309083976421, 2.5975, 4.09400688154696, 9.94288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 720, '2021-05-09 00:00:00', 0.197620459856377, 0.600384615384609, 0.322309693403006, 0.831538461538457, 0.362194168070962, 1.14384615384615, 1.17852371798202, 2.61307692307693, 4.09296917333201, 10.0544230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 735, '2021-05-09 00:00:00', 0.309201452877473, 0.648461538461535, 0.340129443685106, 0.929038461538463, 0.367033901179966, 1.16673076923077, 1.1846132929552, 2.64557692307692, 4.12363092898256, 10.1359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 750, '2021-05-09 00:00:00', 0.282693908943658, 0.650384615384617, 0.278700280146699, 0.824615384615383, 0.297304816385731, 1.11692307692308, 1.14066323487023, 2.62615384615385, 4.13995578292998, 10.1332692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 765, '2021-05-09 00:00:00', 0.215988692723982, 0.543653846153845, 0.259596136038566, 0.766923076923079, 0.425412198298943, 1.16653846153846, 1.06528697830859, 2.70288461538462, 4.14519607497643, 10.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 780, '2021-05-09 00:00:00', 0.196609041970648, 0.583653846153844, 0.263346510543401, 0.820769230769229, 0.549520665251513, 1.31519230769231, 1.12770756233779, 2.84288461538462, 4.11392427756497, 10.1501923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 795, '2021-05-09 00:00:00', 0.22723217540318, 0.587692307692309, 0.399766855131261, 0.90153846153846, 0.668702187363414, 1.42115384615385, 1.20257520155066, 2.88865384615385, 4.08234759478114, 10.1582692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 810, '2021-05-09 00:00:00', 0.284856306555805, 0.63634615384615, 0.51163448491462, 0.974615384615385, 0.742958974951872, 1.35096153846154, 1.22093715581988, 2.91346153846154, 4.09352374536244, 10.2394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 825, '2021-05-09 00:00:00', 0.345194315400201, 0.65365384615385, 0.476413685781585, 0.935000000000002, 0.659278510074579, 1.29192307692308, 1.14329202474528, 2.87557692307692, 4.11456348278237, 10.2305769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 840, '2021-05-09 00:00:00', 0.316197662133136, 0.599807692307693, 0.372602128488076, 0.832884615384614, 0.533055380295082, 1.17403846153846, 1.16078355499139, 2.92769230769231, 4.1439776181828, 10.1775 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 855, '2021-05-09 00:00:00', 0.21125704357852, 0.558461538461538, 0.375720026697454, 0.841538461538465, 0.389898655471466, 1.07019230769231, 1.23527866678551, 3.08423076923077, 4.16815547196377, 10.1490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 870, '2021-05-09 00:00:00', 0.337426516216727, 0.570576923076924, 0.358827202896408, 0.74519230769231, 0.626291158635196, 1.12615384615385, 1.28425949929851, 3.20769230769231, 4.17669450182061, 10.1448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 885, '2021-05-09 00:00:00', 0.22627493487756, 0.507884615384615, 0.255550160663975, 0.703269230769231, 0.582629714840726, 1.26576923076923, 3.36315232162648, 5.04153846153846, 4.16148842178077, 10.1732692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 900, '2021-05-09 00:00:00', 0.176885882377919, 0.523846153846151, 0.446185930543966, 0.821730769230767, 0.70707917628683, 1.37480769230769, 3.2720051955949, 5.22, 4.16149648101959, 10.1748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 915, '2021-05-09 00:00:00', 0.336196885996655, 0.587884615384613, 0.492529147907476, 0.994807692307693, 0.70710528538216, 1.37326923076923, 3.20351424820642, 5.35346153846154, 4.1760675696346, 10.2028846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 930, '2021-05-09 00:00:00', 0.441999825965856, 0.709615384615387, 0.597703425300027, 1.02576923076923, 0.682332312451479, 1.32576923076923, 3.181217691388, 5.325, 4.17285226194267, 10.24 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 945, '2021-05-09 00:00:00', 0.309104973456239, 0.638269230769231, 0.508496161395388, 0.872115384615382, 0.589123468840328, 1.43769230769231, 3.18651990663555, 5.31634615384615, 4.15045860302023, 10.2488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 960, '2021-05-09 00:00:00', 0.391660763730749, 0.616923076923077, 0.445243623890769, 0.873269230769232, 0.574945616157267, 1.6723076923077, 3.30322863038806, 5.35076923076923, 4.13761778823739, 10.2298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 975, '2021-05-09 00:00:00', 0.274731757286153, 0.608461538461538, 0.461382537764321, 1.16538461538462, 0.644745417855882, 1.77942307692308, 3.33909129163103, 5.35442307692307, 4.10887094729665, 10.1926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 990, '2021-05-09 00:00:00', 0.28145665057669, 0.995384615384621, 0.437600845520209, 1.4275, 0.797416236256922, 1.85442307692308, 3.40522207566781, 5.41923076923077, 4.21162968640224, 10.3361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1005, '2021-05-09 00:00:00', 0.312153869848731, 0.96596153846154, 0.484668046589225, 1.26365384615384, 0.773120848350275, 1.75961538461538, 3.33438254577043, 5.33480769230769, 4.20210826664609, 10.2867307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1020, '2021-05-09 00:00:00', 0.261221097039388, 0.817307692307692, 0.504954567644077, 1.22365384615385, 0.741921232601288, 1.71865384615384, 3.41921311797815, 5.31711538461538, 4.19715141952986, 10.2359615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1035, '2021-05-09 00:00:00', 0.500372822541809, 0.874807692307696, 0.630703666855217, 1.20865384615385, 0.837625788486995, 1.79980769230769, 3.41896824855327, 5.28173076923077, 4.12764928910466, 10.3344230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1050, '2021-05-09 00:00:00', 0.403683234536883, 0.808076923076922, 0.542562580580487, 1.17307692307692, 0.83384494039083, 1.68576923076923, 3.4029244210509, 5.15615384615384, 4.13866749273056, 10.2861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1065, '2021-05-09 00:00:00', 0.261523347979608, 0.727692307692306, 0.53033052103237, 1.12230769230769, 2.98676522344827, 3.8675, 3.34990498143087, 5.17576923076923, 4.12641846940121, 10.3042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1080, '2021-05-09 00:00:00', 0.410235954618239, 0.768461538461538, 0.641266055429534, 1.02307692307692, 2.9895397446121, 4.09673076923077, 3.35553042923745, 5.11769230769231, 4.14859108613997, 10.25 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 2, 1095, '2021-05-09 00:00:00', 0.272022906275299, 0.607307692307692, 3.00954550619295, 3.52192307692308, 2.97961404960699, 4.15673076923077, 3.34220056480526, 4.96884615384615, 4.17367847808879, 10.2059615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 600, '2021-05-09 00:00:00', 2.85436216773825, 2.69076923076923, 2.87227134056763, 3.18057692307693, 2.93442611346489, 3.60384615384615, 3.26812402669271, 4.62557692307692, 3.98409012873029, 9.98192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 615, '2021-05-09 00:00:00', 0.594520103820008, 1.36807692307693, 0.718823317330804, 1.7998076923077, 0.797937244495989, 2.15461538461539, 1.41052473869179, 3.33096153846154, 3.20901634221694, 9.17173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 630, '2021-05-09 00:00:00', 0.486557649363204, 1.05211538461539, 0.420547125320556, 1.33673076923077, 0.643054011369542, 1.71730769230769, 1.11949033733419, 2.98884615384615, 3.13317592621534, 8.99076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 645, '2021-05-09 00:00:00', 0.38238608157805, 0.876346153846153, 0.461067365343301, 1.20134615384615, 0.724897685088147, 1.56942307692308, 1.16881827237862, 2.90807692307692, 3.13050728255883, 8.91961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 660, '2021-05-09 00:00:00', 0.411397804863072, 0.86807692307692, 0.581095517105405, 1.21999999999999, 0.88279076709124, 1.63346153846154, 1.18972091103495, 2.82961538461538, 3.14645101662175, 8.895 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 675, '2021-05-09 00:00:00', 0.401900293796662, 0.870384615384615, 0.488368240635625, 1.10346153846154, 0.80814735899225, 1.54307692307693, 1.01264771002327, 2.73076923076923, 3.15788958251941, 8.80115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 690, '2021-05-09 00:00:00', 0.313653655143081, 0.728846153846154, 0.605998222896609, 1.08461538461539, 0.759224705766449, 1.49307692307692, 0.843623343770098, 2.63211538461539, 3.16676496541089, 8.72711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 705, '2021-05-09 00:00:00', 0.384265333010731, 0.660384615384616, 0.404140303131703, 0.975769230769233, 0.469374215148378, 1.38807692307692, 0.773382580217977, 2.66384615384616, 3.41119422467581, 8.91096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 720, '2021-05-09 00:00:00', 0.265270834025558, 0.663846153846157, 0.400684990408251, 0.947307692307694, 0.43259236452595, 1.39192307692308, 0.682003045334955, 2.61807692307692, 3.36065211734957, 8.93942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 735, '2021-05-09 00:00:00', 0.258404051528135, 0.615576923076923, 0.380455799515022, 0.951153846153847, 0.458578405342152, 1.39692307692308, 0.653759777100002, 2.56461538461538, 3.35812216871275, 8.9275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 750, '2021-05-09 00:00:00', 0.351741163576069, 0.724615384615385, 0.433221208373524, 1.00615384615385, 0.478296335565499, 1.34076923076923, 0.725026285995632, 2.64634615384616, 3.30289787098449, 8.89711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 765, '2021-05-09 00:00:00', 0.34844887054576, 0.703846153846155, 0.403961155786811, 0.956153846153846, 0.407558584745799, 1.26, 1.00363893676193, 2.83365384615385, 3.24498110104726, 8.92788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 780, '2021-05-09 00:00:00', 0.336822482348469, 0.625769230769227, 0.3073645417716, 0.864807692307691, 0.439283682654109, 1.25192307692308, 1.02875969011232, 2.9375, 3.21113081567609, 8.95365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 795, '2021-05-09 00:00:00', 0.282619681932075, 0.641730769230772, 0.347373053735521, 0.84096153846154, 0.384866860095799, 1.2275, 1.15764032211418, 3.11634615384615, 3.21213821069632, 8.95826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 810, '2021-05-09 00:00:00', 0.273021906700659, 0.569807692307689, 0.38763642759679, 0.909999999999999, 0.355242928798786, 1.17846153846154, 1.16603286996815, 3.13557692307692, 3.20153057746784, 8.96403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 825, '2021-05-09 00:00:00', 0.312861052963675, 0.685961538461537, 0.329127576387124, 0.890192307692307, 0.416171238794805, 1.2125, 1.10550456631976, 3.20788461538461, 3.14445033107782, 8.99326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 840, '2021-05-09 00:00:00', 0.24636683093431, 0.573846153846154, 0.330006992932902, 0.796153846153848, 0.425970024225255, 1.0523076923077, 1.04532219913288, 3.2725, 3.09064631652445, 8.94557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 855, '2021-05-09 00:00:00', 0.250336696348064, 0.552692307692307, 0.341422589491946, 0.785769230769232, 0.368483169430902, 0.990384615384618, 1.03119588902325, 3.26480769230769, 3.04927964380997, 8.96711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 870, '2021-05-09 00:00:00', 0.197733309127373, 0.512307692307691, 0.243733776580416, 0.636923076923077, 0.310069533144764, 0.961346153846155, 1.10797696796389, 3.24019230769231, 3.09264137168314, 8.98557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 885, '2021-05-09 00:00:00', 0.190558692755316, 0.463846153846154, 0.199177153462784, 0.69346153846154, 0.534049983255674, 1.25423076923077, 2.21586032085474, 4.54480769230769, 3.04297458848309, 9.02788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 900, '2021-05-09 00:00:00', 0.152030867311163, 0.534230769230769, 0.259803550043842, 0.746730769230769, 0.537662175891718, 1.30615384615385, 2.18644232452209, 4.60596153846154, 3.03720076715386, 9.0525 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 915, '2021-05-09 00:00:00', 0.241379449128421, 0.559038461538464, 0.57672990612191, 1.04423076923077, 0.633530279769339, 1.35615384615385, 2.16632419088187, 4.6975, 3.05931342850747, 9.06557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 930, '2021-05-09 00:00:00', 0.502642899696578, 0.791730769230767, 0.516061154694493, 0.986346153846156, 0.786829372569717, 1.49769230769231, 2.17748171413323, 4.69384615384615, 3.06098081314822, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 945, '2021-05-09 00:00:00', 0.302925479538858, 0.600384615384618, 0.462308754638485, 0.894230769230767, 1.08266567394485, 1.86980769230769, 2.1333589621858, 4.72230769230769, 3.02326769216051, 9.11846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 960, '2021-05-09 00:00:00', 0.370084397858734, 0.682307692307692, 0.612293324628491, 1.07865384615384, 1.00314001246854, 1.96673076923077, 2.2266455626207, 4.76269230769231, 2.98560152423904, 9.08769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 975, '2021-05-09 00:00:00', 0.472981094109072, 0.803653846153845, 0.906922798003481, 1.56980769230769, 1.0493602629881, 2.05519230769231, 2.17896016131902, 4.74423076923077, 3.01176204494721, 9.09384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 990, '2021-05-09 00:00:00', 0.760821848145401, 1.30326923076923, 0.789704935159571, 1.60173076923077, 0.875624634189788, 1.9675, 2.01207741860534, 4.67846153846154, 3.1446479074037, 9.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1005, '2021-05-09 00:00:00', 0.313567622445546, 0.860576923076922, 0.413910478987162, 1.27826923076923, 0.481306075654088, 1.64653846153846, 1.96713434682574, 4.41653846153846, 3.21020459448639, 9.19346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1020, '2021-05-09 00:00:00', 0.305810650315114, 0.928076923076921, 0.373612715975325, 1.13230769230769, 0.497416711234541, 1.62076923076923, 1.97244249209334, 4.38076923076923, 3.39152119262139, 9.265 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1035, '2021-05-09 00:00:00', 0.265775208660367, 0.747307692307695, 0.34143317850586, 1.09615384615385, 0.468639930666803, 1.54923076923077, 2.00169562736581, 4.31076923076923, 3.43263854558201, 9.22423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1050, '2021-05-09 00:00:00', 0.2764781254388, 0.861923076923078, 0.444297890367055, 1.20384615384616, 0.4819728686906, 1.47538461538462, 2.02540772723382, 4.32769230769231, 3.52609208396709, 9.23923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1065, '2021-05-09 00:00:00', 0.324446985120603, 0.71538461538462, 0.369153709907489, 1.01769230769231, 1.81871502609778, 3.18211538461539, 1.91706145321026, 4.23884615384615, 3.58524922961592, 9.24403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1080, '2021-05-09 00:00:00', 0.280507507098225, 0.717307692307691, 0.3586761985198, 0.836153846153844, 1.75608275825661, 3.29057692307692, 1.93044932991897, 4.25615384615384, 3.61439634815254, 9.28519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 3, 1095, '2021-05-09 00:00:00', 0.151611345221918, 0.454999999999997, 1.80955142125164, 3.07711538461538, 1.69249183613529, 3.37615384615384, 1.92402094982997, 4.24884615384615, 3.641622298034, 9.36519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 600, '2021-05-09 00:00:00', 1.60531257440365, 2.31230769230769, 1.55507394085891, 2.50980769230769, 1.48701938583401, 2.84557692307692, 1.74854185405572, 3.81615384615384, 3.80983232520197, 9.32211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 615, '2021-05-09 00:00:00', 0.64949968910989, 1.23538461538462, 0.707090055193709, 1.60211538461539, 0.879553033342239, 2.04153846153846, 1.24956386237513, 3.10538461538462, 3.9707655917487, 9.20423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 630, '2021-05-09 00:00:00', 0.371303783982872, 0.9475, 0.431134103713235, 1.27115384615385, 1.13912098364687, 1.80115384615385, 1.16192605351897, 2.85807692307693, 3.95234639656768, 9.17903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 645, '2021-05-09 00:00:00', 0.270053057464924, 0.839423076923073, 0.62073706188691, 1.2225, 1.08749297079956, 1.68480769230769, 1.1645623806656, 2.69846153846154, 3.9810208441477, 9.20480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 660, '2021-05-09 00:00:00', 0.595657103219111, 0.935769230769231, 1.14723629448541, 1.27634615384616, 1.09697430023889, 1.58384615384615, 1.37854573596738, 2.90788461538461, 4.00390165963151, 9.2475 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 675, '2021-05-09 00:00:00', 0.649283155013755, 0.833846153846156, 0.656162737788072, 1.07846153846154, 0.829212787017812, 1.45461538461539, 1.71977046768994, 2.99769230769231, 4.01395820855175, 9.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 690, '2021-05-09 00:00:00', 0.361027220367325, 0.684423076923078, 0.396245650303718, 0.948846153846153, 0.733964996021351, 1.40384615384615, 1.77014123730283, 2.985, 3.99445830061907, 9.28634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 705, '2021-05-09 00:00:00', 0.200788062777261, 0.620384615384611, 0.399641570179313, 0.934230769230763, 0.571179077401774, 1.31846153846153, 1.72084980124982, 3.04403846153846, 4.07762781717319, 9.77384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 720, '2021-05-09 00:00:00', 0.246589038373879, 0.623076923076916, 0.386067550884759, 0.931923076923071, 0.627389739010283, 1.35673076923077, 1.68212147416474, 3.11942307692307, 4.07632611739843, 9.74884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 735, '2021-05-09 00:00:00', 0.21990102668806, 0.637307692307694, 0.510559873683182, 0.910769230769231, 0.591154802061191, 1.35, 1.63604764130369, 3.21673076923077, 4.05783663469171, 9.72307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 750, '2021-05-09 00:00:00', 0.368087155231137, 0.601923076923075, 0.48924215335086, 0.92826923076923, 0.499593681058764, 1.31461538461538, 1.65977426639426, 3.25384615384615, 4.01416992089848, 9.77807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 765, '2021-05-09 00:00:00', 0.25301999008896, 0.646346153846155, 0.307497091918711, 0.947692307692306, 0.417116843987944, 1.34230769230769, 1.66412444061319, 3.42807692307692, 3.95642459026601, 9.82346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 780, '2021-05-09 00:00:00', 0.24569900284698, 0.679999999999997, 0.332103088721655, 0.947307692307691, 0.546558463337782, 1.30307692307692, 1.65386425124266, 3.47519230769231, 3.92347103487951, 9.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 795, '2021-05-09 00:00:00', 0.273882905917561, 0.629615384615387, 0.392277766581089, 0.885384615384615, 0.566424175114245, 1.29711538461538, 1.70342005524632, 3.41673076923077, 3.9461378392238, 9.86038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 810, '2021-05-09 00:00:00', 0.260953281996254, 0.596153846153848, 0.365969313551754, 0.851538461538464, 0.648088817512402, 1.23365384615385, 1.72412498431478, 3.4198076923077, 3.92878834326232, 9.85538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 825, '2021-05-09 00:00:00', 0.22545031859336, 0.589615384615386, 0.415129312568803, 0.912884615384617, 0.601128202120494, 1.15865384615385, 1.71989021340138, 3.48288461538462, 3.92939000942307, 9.85461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 840, '2021-05-09 00:00:00', 0.307644212587303, 0.664807692307693, 0.485551589590488, 0.907115384615386, 1.05561239972896, 1.45346153846154, 1.66085711190151, 3.56288461538462, 3.9453204413096, 9.83576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 855, '2021-05-09 00:00:00', 0.289758785623763, 0.591923076923079, 0.325277632894639, 0.778461538461542, 1.57968362217054, 1.60788461538462, 1.80179129885106, 3.67326923076923, 3.93872802584013, 9.78769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 870, '2021-05-09 00:00:00', 0.261827012768709, 0.505769230769232, 1.06759362767214, 1.15692307692308, 1.70366958018905, 1.76596153846154, 1.77718650811202, 3.68326923076923, 3.93972503921471, 9.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 885, '2021-05-09 00:00:00', 0.297214117908382, 0.608333333333333, 0.390745698744028, 0.853125000000001, 0.621356007489647, 1.419375, 2.86959585821641, 5.04604166666667, 3.54462197244448, 9.46333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 900, '2021-05-09 00:00:00', 0.300915195213114, 0.652708333333331, 0.492502298972056, 0.995416666666664, 0.617048219699876, 1.519375, 2.92669923855715, 5.24145833333334, 3.56088685826878, 9.4275 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 915, '2021-05-09 00:00:00', 0.320064248532085, 0.702916666666666, 0.549194403425256, 1.04833333333333, 0.725394445422128, 1.57416666666667, 2.99734737799072, 5.3325, 3.53760478925042, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 930, '2021-05-09 00:00:00', 0.417573216698994, 0.7675, 0.509190889862379, 1.05166666666666, 0.794807623018735, 1.568125, 3.00427747589565, 5.32875, 3.54524643467964, 9.44375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 945, '2021-05-09 00:00:00', 0.310914674440768, 0.733749999999997, 0.605041620319495, 1.09916666666667, 0.672845696665837, 1.793125, 2.99821214087107, 5.32229166666667, 3.54853365817325, 9.44041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 960, '2021-05-09 00:00:00', 0.501261452216567, 0.77, 0.613846530824924, 1.06520833333333, 0.623552199911516, 1.80104166666667, 2.96183562078742, 5.344375, 3.57778388111971, 9.40625 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 975, '2021-05-09 00:00:00', 0.329162309639115, 0.660000000000002, 0.408177062673487, 1.31791666666667, 0.631526216652042, 1.82416666666667, 2.97218591025947, 5.31729166666667, 3.65422313137014, 9.33979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 990, '2021-05-09 00:00:00', 0.346192540881977, 1.10166666666667, 0.442517296804334, 1.43958333333333, 0.590953540438265, 1.805, 2.99128824914831, 5.52020833333334, 3.64663632357948, 9.33729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1005, '2021-05-09 00:00:00', 0.267305394470526, 0.934999999999996, 0.430668506300193, 1.31333333333333, 0.579716947423857, 1.7025, 3.0435967992573, 5.42520833333333, 3.60769160583691, 9.298125 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1020, '2021-05-09 00:00:00', 0.43493127892956, 0.899999999999999, 0.488248681884872, 1.13958333333333, 0.67058040510452, 1.70208333333333, 2.97015479730056, 5.36604166666667, 3.51950835844226, 9.26604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1035, '2021-05-09 00:00:00', 0.271339938672579, 0.725833333333333, 0.509944583519488, 1.09, 1.00592150772818, 1.64791666666666, 2.96101388304407, 5.30145833333334, 3.49292057705421, 9.249375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1050, '2021-05-09 00:00:00', 0.298356609892702, 0.775833333333331, 0.455659261201657, 1.08416666666666, 0.974821797166991, 1.50916666666667, 2.90530186731386, 5.179375, 3.48363081430313, 9.14520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1065, '2021-05-09 00:00:00', 0.279515302528907, 0.68375, 0.979977724532404, 1.08208333333333, 2.67295695209512, 3.90520833333334, 2.83982201645542, 5.10729166666667, 3.37205372607284, 9.079375 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1080, '2021-05-09 00:00:00', 0.766008736280448, 0.78291666666667, 0.792218953045945, 0.947500000000003, 2.83281616390444, 4.103125, 2.85964157801465, 5.05729166666667, 3.36316022422967, 9.09979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 4, 1095, '2021-05-09 00:00:00', 0.229589662318402, 0.523750000000001, 2.56094270459764, 3.55583333333334, 2.66702743257113, 4.03625, 2.61018833653319, 4.89625000000001, 3.25498980802741, 9.15770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 600, '2021-05-09 00:00:00', 1.10986445599088, 2.29673913043478, 1.35551282537748, 2.71826086956522, 1.47642361124505, 3.15804347826087, 1.80384276349548, 4.08652173913044, 2.48950397459528, 8.86369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 615, '2021-05-09 00:00:00', 0.617778117426913, 1.4804347826087, 0.776494097211275, 1.95608695652174, 0.864154868275147, 2.32, 1.48257907426972, 3.34956521739131, 2.46428025474235, 8.65608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 630, '2021-05-09 00:00:00', 0.371372840365672, 1.09217391304348, 0.436936424134199, 1.3004347826087, 0.726837592159002, 1.80739130434783, 1.34056400731465, 2.83130434782609, 2.66447224638926, 8.59652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 645, '2021-05-09 00:00:00', 0.278010293550724, 0.795217391304349, 0.419339307179107, 1.23, 0.708792047082854, 1.70043478260869, 1.19855380575777, 2.71695652173913, 2.59860035677463, 8.59521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 660, '2021-05-09 00:00:00', 0.319157116201622, 0.906086956521741, 0.528888012384728, 1.22956521739131, 0.997841544051748, 1.76173913043479, 1.24946486568966, 2.71478260869565, 2.52861030198181, 8.62217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 675, '2021-05-09 00:00:00', 0.418369222486683, 0.803478260869566, 0.535739303010813, 1.08434782608696, 0.881660029214557, 1.54804347826087, 1.27338722302481, 2.70173913043478, 2.5654812745293, 8.65652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 690, '2021-05-09 00:00:00', 0.355051073540321, 0.763913043478261, 0.726735893766465, 1.21782608695653, 0.678921197264349, 1.52608695652174, 1.19041793571001, 2.73695652173913, 2.57694738136503, 8.66347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 705, '2021-05-09 00:00:00', 0.625362503568585, 0.903478260869567, 0.61517816115372, 1.11152173913043, 0.635318226569847, 1.44739130434783, 1.27596774092817, 2.86130434782608, 3.59280443050959, 9.78130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 720, '2021-05-09 00:00:00', 0.229030651934822, 0.646304347826085, 0.330539743055397, 0.957391304347824, 0.5729005321719, 1.29826086956522, 1.16775738586958, 2.76869565217391, 3.70402345069792, 9.81978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 735, '2021-05-09 00:00:00', 0.345457106813886, 0.677608695652174, 0.567175321968264, 0.975869565217389, 0.578618021002845, 1.33521739130435, 1.20825880011827, 2.77434782608696, 3.75330149793316, 9.92304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 750, '2021-05-09 00:00:00', 0.365063208561285, 0.704347826086957, 0.482742904103678, 0.980434782608697, 0.468448368038343, 1.42434782608696, 1.20469782017926, 2.74826086956522, 3.73260537498615, 9.90739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 765, '2021-05-09 00:00:00', 0.289661789970944, 0.646956521739133, 0.370621206963908, 0.923478260869566, 0.497470280360444, 1.43695652173913, 1.23725854034319, 2.95217391304348, 3.63422115985463, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 780, '2021-05-09 00:00:00', 0.288173339359811, 0.665652173913046, 0.338830236038275, 0.971739130434786, 0.621486487822105, 1.46, 1.31102319513494, 2.94, 3.63813179591214, 9.95565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 795, '2021-05-09 00:00:00', 0.30632463598068, 0.684347826086961, 0.48168183617856, 0.97913043478261, 0.701432681248967, 1.38847826086957, 1.44350733934233, 3.0095652173913, 3.63993004211103, 9.9604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 810, '2021-05-09 00:00:00', 0.307673277763607, 0.640869565217394, 0.451609331327742, 0.923478260869568, 0.591342095836499, 1.25673913043478, 1.41181197171517, 3.02695652173913, 3.65972206767785, 9.98760869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 825, '2021-05-09 00:00:00', 0.304849473644007, 0.608260869565219, 0.489651707304698, 0.887608695652174, 0.531675422547172, 1.06413043478261, 1.26036289397377, 3.06652173913043, 3.69205554003077, 9.95326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 840, '2021-05-09 00:00:00', 0.388833641536474, 0.580652173913042, 0.454728234001826, 0.783695652173911, 0.596151939011653, 1.01804347826087, 1.21958426143952, 3.04695652173913, 3.72543707810572, 9.93282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 855, '2021-05-09 00:00:00', 0.439069263535742, 0.619999999999998, 0.504515871724705, 0.73891304347826, 0.750744492147713, 1.10673913043478, 1.25497885908843, 3.05086956521739, 3.71910102720979, 9.92978260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 870, '2021-05-09 00:00:00', 0.193193722023386, 0.430217391304348, 0.373884506908124, 0.671521739130437, 0.606820831662142, 1.10239130434782, 1.16367534828471, 2.92304347826087, 3.74500856213104, 9.91369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 885, '2021-05-09 00:00:00', 0.243943231911153, 0.47913043478261, 0.476564927827029, 0.74369565217391, 0.92172205219468, 1.34521739130435, 1.85420977063486, 4.79934782608696, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 900, '2021-05-09 00:00:00', 0.412160148658615, 0.558478260869563, 0.455957057127821, 0.811739130434781, 0.885200899463539, 1.39478260869565, 1.8012485788163, 4.94152173913044, 3.86671281377215, 9.8654347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 915, '2021-05-09 00:00:00', 0.31748268758626, 0.599565217391303, 0.806991680950012, 1.08913043478261, 0.929712650579853, 1.46260869565218, 1.9171260090008, 5.02195652173913, 3.87235319525153, 9.85478260869566 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 930, '2021-05-09 00:00:00', 0.665803030850209, 0.83130434782609, 0.69766238706419, 1.05652173913044, 0.851436823276757, 1.41086956521739, 1.95302299377894, 5.01978260869565, 3.86284171902565, 9.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 945, '2021-05-09 00:00:00', 0.415504360407666, 0.644347826086956, 0.52408889509364, 0.926521739130436, 0.713701036821772, 1.61347826086957, 1.97675228714755, 5.10282608695652, 3.81050504728901, 9.86847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 960, '2021-05-09 00:00:00', 0.279494886007501, 0.619130434782612, 0.369753683634474, 0.807826086956523, 0.606412374856785, 1.64782608695652, 1.89557071614882, 5.07760869565217, 3.73245835284618, 9.86108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 975, '2021-05-09 00:00:00', 0.203622335061668, 0.554347826086959, 0.558291436494633, 1.24565217391305, 0.714810569450138, 1.80217391304348, 1.90080703684102, 5.07586956521739, 3.72023203354296, 9.89673913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 990, '2021-05-09 00:00:00', 0.589400445686541, 1.14260869565218, 0.623390576024918, 1.47391304347826, 0.884668491538469, 1.90260869565217, 1.8931066443279, 5.07630434782609, 3.72456667771687, 9.90413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1005, '2021-05-09 00:00:00', 0.319440593053105, 0.971739130434785, 0.524423643729729, 1.31739130434783, 0.72850407124338, 1.77, 2.01193597404002, 4.955, 3.88568360206231, 9.75934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1020, '2021-05-09 00:00:00', 0.385332872883824, 0.897826086956522, 0.572068226119899, 1.15565217391304, 0.611191087512363, 1.49, 2.03735398613548, 5.00891304347826, 3.87033116669891, 9.76239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1035, '2021-05-09 00:00:00', 0.358823285472984, 0.792173913043475, 0.545643182137773, 1.12913043478261, 0.650901472784264, 1.4, 2.07818753695021, 5.01543478260869, 3.89612449328736, 9.79239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1050, '2021-05-09 00:00:00', 0.403773700952685, 0.801739130434784, 0.502355715426959, 1.00391304347826, 0.692344359016846, 1.3295652173913, 2.11721029816131, 4.95891304347826, 3.93243662457821, 9.76152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1065, '2021-05-09 00:00:00', 0.504658926812024, 0.705217391304342, 0.595105862970862, 0.976521739130434, 2.07311569760401, 4.04282608695652, 2.18638009164425, 4.90978260869565, 4.01010865721712, 9.77847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1080, '2021-05-09 00:00:00', 0.332961914283955, 0.640000000000001, 0.436816094478274, 0.829130434782611, 2.06630415134118, 4.14913043478261, 2.17843944578965, 4.88434782608696, 4.05150610018569, 9.87804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 5, 1095, '2021-05-09 00:00:00', 0.272454804606856, 0.510434782608699, 2.06919283588912, 3.79891304347826, 2.10622156212842, 4.17021739130435, 2.18436419508261, 4.83586956521739, 4.18270539329686, 9.96804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 600, '2021-05-09 00:00:00', 1.36645505039935, 2.8275, 1.58460641459559, 3.22818181818182, 1.80740905419263, 3.60181818181818, 1.6164235044961, 4.46022727272727, 3.98886006267042, 10.4438636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 615, '2021-05-09 00:00:00', 0.552198086987566, 1.35818181818181, 0.866077544942027, 1.87113636363636, 0.890818152329348, 2.23613636363636, 0.863647411070832, 3.18477272727273, 3.99306021368698, 10.0318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 630, '2021-05-09 00:00:00', 0.415779922222015, 1.16090909090909, 0.494627193556988, 1.51818181818182, 0.794146230823226, 1.85295454545455, 0.855884298781343, 2.95113636363636, 4.02742847069691, 10.0090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 645, '2021-05-09 00:00:00', 0.35036097649826, 0.891363636363633, 0.505115444778827, 1.23477272727273, 0.683566531848367, 1.55318181818181, 0.816025766718216, 2.77863636363636, 4.09756872797998, 9.93136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 660, '2021-05-09 00:00:00', 0.304960876775428, 0.795227272727277, 0.532085509272232, 1.03068181818182, 0.589243957591793, 1.38818181818182, 0.817951194047759, 2.68818181818182, 4.16659587818656, 9.89454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 675, '2021-05-09 00:00:00', 0.305506906136294, 0.719772727272728, 0.402263347653995, 1.06590909090909, 0.499849327947286, 1.44727272727273, 0.790444009150386, 2.62727272727273, 4.23150922796115, 9.93318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 690, '2021-05-09 00:00:00', 0.268936095339806, 0.738636363636365, 0.339013401770614, 0.944090909090908, 0.591129962051184, 1.42181818181818, 0.826894257178096, 2.50727272727273, 4.24832312220355, 9.92727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 705, '2021-05-09 00:00:00', 0.204850277919352, 0.557272727272723, 0.294090792000352, 0.85681818181818, 0.391890743675267, 1.31545454545454, 0.676974425140551, 2.46090909090909, 4.95196615812031, 10.5254545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 720, '2021-05-09 00:00:00', 0.254851200113197, 0.644090909090908, 0.276791781807537, 1.0225, 0.431610294000789, 1.34727272727273, 0.682257520790595, 2.46909090909091, 4.93262890577407, 10.5377272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 735, '2021-05-09 00:00:00', 0.282860791331578, 0.740681818181823, 0.329247140691729, 0.943181818181821, 0.48183361896368, 1.26272727272727, 0.745733753539989, 2.46045454545455, 4.88134154081593, 10.62 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 750, '2021-05-09 00:00:00', 0.178456586448226, 0.550909090909089, 0.348415398688534, 0.808636363636365, 0.371786665542656, 1.18590909090909, 0.827918686012921, 2.44272727272727, 4.87584364994421, 10.6268181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 765, '2021-05-09 00:00:00', 0.302826868943478, 0.577727272727276, 0.325701374392842, 0.866363636363635, 0.482060871656975, 1.23272727272727, 0.829237379786173, 2.60181818181818, 4.80623794252565, 10.7177272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 780, '2021-05-09 00:00:00', 0.289756204435139, 0.64590909090909, 0.360028858872147, 0.887272727272728, 0.557096096383793, 1.43318181818182, 0.821759936927684, 2.62681818181818, 4.71907632755409, 10.8663636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 795, '2021-05-09 00:00:00', 0.213742167776309, 0.600000000000001, 0.336175652396282, 0.870454545454548, 0.597580257791512, 1.44545454545454, 0.782288379196002, 2.58681818181818, 4.66946656111466, 10.8431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 810, '2021-05-09 00:00:00', 0.150742211360035, 0.582500000000001, 0.590186888002917, 1.02409090909091, 0.631234103567367, 1.36227272727273, 0.79971653527768, 2.58681818181818, 4.58359952788577, 10.8331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 825, '2021-05-09 00:00:00', 0.61924742238452, 0.784318181818182, 0.651957633141341, 1.06522727272727, 0.603971568738259, 1.26068181818182, 0.86252385624828, 2.72045454545454, 4.56377067936732, 10.8586363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 840, '2021-05-09 00:00:00', 0.272215537215089, 0.628181818181818, 0.322689254513307, 0.819545454545455, 0.376937993683639, 1.04818181818182, 0.814205718710547, 2.64499999999999, 4.53952235410987, 10.8681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 855, '2021-05-09 00:00:00', 0.223649385465392, 0.54, 0.242128011650808, 0.714545454545456, 0.334474130125104, 0.95590909090909, 0.806662194542363, 2.65909090909091, 4.54344056464946, 10.8895454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 870, '2021-05-09 00:00:00', 0.171928204083295, 0.475454545454546, 0.218675667642849, 0.649999999999998, 0.393915025886355, 0.975000000000001, 0.785586746831017, 2.67681818181818, 4.52772863844297, 10.9313636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 885, '2021-05-09 00:00:00', 0.147413486257994, 0.445454545454546, 0.214554809393233, 0.626363636363639, 0.383566087816613, 1.14909090909091, 1.82934380459532, 4.13477272727273, 4.54733088545558, 10.9509090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 900, '2021-05-09 00:00:00', 0.204261948788669, 0.48909090909091, 0.395717333196576, 0.767272727272732, 0.375049780245686, 1.17636363636364, 1.95521497140739, 4.23181818181818, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 915, '2021-05-09 00:00:00', 0.26078013163636, 0.535909090909094, 0.311214976993014, 0.865000000000003, 0.469527947524418, 1.15772727272728, 2.03459261267879, 4.39863636363636, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 930, '2021-05-09 00:00:00', 0.281614086129395, 0.622727272727276, 0.326404060007855, 0.805909090909093, 0.559526895082215, 1.13681818181819, 2.07374454796546, 4.50045454545455, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983335, 1, 945, '2021-05-09 00:00:00', 0.23293023313107, 0.517727272727273, 0.442007423886255, 0.740909090909094, 0.615743180637972, 1.45704545454545, 2.08058781862139, 4.57363636363637, 4.55491012831826, 10.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983335 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:36 Duration: 6s844ms 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 983375, 1, 960, '2021-05-09 00:00:00', 0.137472958174505, 0.324782608695652, 0.218434060382484, 0.559565217391304, 36.507942088991, 8.51086956521739, 36.3983641588291, 10.0404347826087, 35.8259385408396, 12.9378260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 975, '2021-05-09 00:00:00', 0.190292057621112, 0.412608695652176, 36.5335037526198, 8.30347826086956, 36.5019485754168, 8.5395652173913, 36.399789324196, 10.0308695652174, 35.8179096677127, 12.974347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 990, '2021-05-09 00:00:00', 36.566658186237, 8.15, 36.5538300335078, 8.3008695652174, 36.5768643750374, 8.51565217391305, 36.4103428492944, 9.98130434782609, 35.8222744095558, 12.955652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1005, '2021-05-09 00:00:00', 0.167657659858088, 0.440000000000003, 0.236481955791596, 0.646521739130436, 0.391355200911693, 0.890434782608695, 0.884049924367796, 2.46478260869565, 2.23358376666015, 5.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1020, '2021-05-09 00:00:00', 0.187430092369639, 0.471304347826089, 0.296716550705299, 0.639565217391305, 0.395749151994477, 0.890869565217391, 0.876778373481882, 2.44695652173913, 2.23755318792084, 5.51521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1035, '2021-05-09 00:00:00', 0.222421101168614, 0.425652173913042, 0.297966096169353, 0.627391304347825, 0.335919480282407, 0.793478260869563, 0.887460515182454, 2.4204347826087, 2.21347267090021, 5.51608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1050, '2021-05-09 00:00:00', 0.165844348188557, 0.410434782608697, 0.198482384399716, 0.549565217391304, 0.25339512802951, 0.710000000000002, 0.890997575665556, 2.41695652173913, 2.19601498587369, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1065, '2021-05-09 00:00:00', 0.133907525167345, 0.356956521739128, 0.149360957589909, 0.482173913043477, 0.644746173667205, 1.62391304347826, 0.903935182537581, 2.44521739130435, 2.1896509188099, 5.49565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1080, '2021-05-09 00:00:00', 0.137540507867126, 0.370869565217393, 0.173111492780825, 0.493043478260873, 0.634219821992893, 1.76565217391304, 0.998487195632421, 2.47304347826087, 2.17998694560402, 5.49391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 1, 1095, '2021-05-09 00:00:00', 0.109663516980452, 0.264782608695652, 0.618125113651342, 1.51173913043478, 0.632413971090173, 1.83739130434783, 1.09503514842428, 2.46739130434782, 2.1627547943295, 5.50086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 600, '2021-05-09 00:00:00', 0.399518941497626, 1.09076923076923, 0.402263786396631, 1.33807692307692, 0.545630052183853, 1.61807692307692, 0.971113555904528, 2.22846153846154, 2.05053842835335, 5.39038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 615, '2021-05-09 00:00:00', 0.277374503847445, 0.726153846153844, 0.424226354674009, 0.929999999999997, 0.524634524803111, 1.16423076923077, 0.894955091266938, 1.89615384615384, 2.11857441183016, 5.17846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 630, '2021-05-09 00:00:00', 0.306516155930079, 0.611923076923076, 0.404577082129741, 0.818846153846156, 0.510562886957583, 1.06769230769231, 0.787855219030658, 1.75961538461539, 2.07436500014972, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 645, '2021-05-09 00:00:00', 0.229576533241935, 0.455769230769234, 0.2470306738973, 0.621923076923079, 0.43431147986032, 0.927692307692308, 0.71305550544551, 1.62192307692308, 2.07944656098684, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 660, '2021-05-09 00:00:00', 0.114165871230621, 0.395384615384618, 0.225427115971851, 0.62576923076923, 0.383960735172033, 0.924615384615383, 0.651515157152926, 1.56, 2.10015856544214, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 675, '2021-05-09 00:00:00', 0.187281770438187, 0.457692307692306, 0.239670286339058, 0.644615384615383, 0.356538270682878, 0.906538461538461, 0.6032283659929, 1.56730769230769, 2.12603422796095, 5.05846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 690, '2021-05-09 00:00:00', 0.186567785165441, 0.446538461538461, 0.248511878682194, 0.693076923076923, 0.266446992852236, 0.815000000000002, 0.548532167207667, 1.52653846153846, 2.12860748992242, 5.04538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 705, '2021-05-09 00:00:00', 0.200341247337175, 0.456153846153846, 0.224747379551762, 0.570769230769233, 0.292454861737407, 0.764615384615386, 0.554056509197947, 1.51115384615384, 2.1941549275641, 5.05961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 720, '2021-05-09 00:00:00', 0.117109416293547, 0.311153846153845, 0.185508863565972, 0.471538461538462, 0.288124171949421, 0.703461538461538, 0.545791309793546, 1.45192307692307, 2.19337590169899, 5.08538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 735, '2021-05-09 00:00:00', 0.131748011224223, 0.331538461538458, 0.211057775538796, 0.515769230769227, 0.31564634543206, 0.776153846153842, 0.529442667775783, 1.45846153846154, 2.21180483211892, 5.10384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 750, '2021-05-09 00:00:00', 0.169281286166409, 0.388076923076922, 0.2248363507429, 0.550769230769231, 0.441221556067313, 0.807307692307691, 0.542446877937936, 1.47615384615385, 2.21143785456779, 5.10423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 765, '2021-05-09 00:00:00', 0.191316089636618, 0.355384615384616, 0.318206754267629, 0.563461538461539, 0.475799731626014, 0.765769230769231, 0.511746481705991, 1.45269230769231, 2.21178619080736, 5.12692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 780, '2021-05-09 00:00:00', 0.170169146620468, 0.371538461538461, 0.298185538523612, 0.531153846153846, 0.394633422889571, 0.716538461538463, 0.62843407340419, 1.48576923076923, 2.21360009591059, 5.11576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 795, '2021-05-09 00:00:00', 0.179002363542625, 0.325384615384615, 0.252003968222725, 0.485, 0.34222889326387, 0.736153846153844, 0.682963677376319, 1.55923076923077, 2.21960235523947, 5.11884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 810, '2021-05-09 00:00:00', 0.142886722212441, 0.303846153846154, 0.332102162223982, 0.509615384615385, 0.370851203833309, 0.721153846153847, 0.687647159075506, 1.59884615384615, 2.22526541200059, 5.12307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 825, '2021-05-09 00:00:00', 0.311014469116789, 0.385000000000003, 0.301243831727463, 0.549615384615385, 0.386335844331566, 0.739230769230774, 0.716906280754058, 1.63115384615384, 2.2279513873995, 5.12076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 840, '2021-05-09 00:00:00', 0.179269028600547, 0.324230769230771, 0.211734231090265, 0.450769230769232, 0.312081103857019, 0.688846153846158, 0.737762521724666, 1.65846153846154, 2.22828419676182, 5.1276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 855, '2021-05-09 00:00:00', 0.11712189573918, 0.301538461538462, 0.297876587764906, 0.522307692307695, 0.392668386222346, 0.727307692307693, 0.740245801172724, 1.67038461538462, 2.23298713351903, 5.13653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 870, '2021-05-09 00:00:00', 0.213214590350806, 0.352692307692308, 0.214910356982771, 0.452307692307693, 0.360751352681503, 0.668461538461537, 0.749474585190289, 1.64192307692308, 2.23800189042334, 5.15269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 885, '2021-05-09 00:00:00', 0.132100195073518, 0.272307692307692, 0.348497434048604, 0.467692307692308, 0.475632857763855, 0.678846153846154, 1.32128631963762, 2.68846153846154, 2.23473268062338, 5.15307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 900, '2021-05-09 00:00:00', 0.3405633342205, 0.350769230769228, 0.35435944376383, 0.458846153846151, 0.502349097127301, 0.688846153846151, 1.29106759639515, 2.81346153846154, 2.22306264834384, 5.14653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 915, '2021-05-09 00:00:00', 0.107136146309979, 0.273076923076924, 0.197853092353508, 0.464615384615386, 0.24346757800262, 0.622692307692309, 1.25535260140175, 2.78692307692307, 2.17136330801287, 5.09115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 930, '2021-05-09 00:00:00', 0.137178154798224, 0.335384615384616, 0.192462983453963, 0.445, 0.284070684594792, 0.658076923076924, 1.24248838409676, 2.80423076923077, 2.17067366359989, 5.08192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 945, '2021-05-09 00:00:00', 0.186070292755601, 0.326923076923073, 0.16606439900046, 0.464230769230768, 0.293891921526366, 0.817307692307691, 1.23323495796156, 2.88730769230769, 2.17475289489315, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 960, '2021-05-09 00:00:00', 0.135762802201259, 0.323461538461536, 0.222840750312864, 0.484999999999997, 0.377220604706829, 0.960769230769227, 1.24580681302705, 2.91115384615384, 2.17612089596285, 5.08692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 975, '2021-05-09 00:00:00', 0.189384834093481, 0.348846153846152, 0.233139443252316, 0.644999999999999, 0.476529279106914, 1.05192307692307, 1.22524446540272, 2.88, 2.1602777955268, 5.07807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 990, '2021-05-09 00:00:00', 0.127025739366233, 0.496538461538459, 0.296700833526611, 0.739230769230765, 0.464797226259435, 1.02730769230769, 1.22812452387934, 2.84461538461538, 2.14624168830432, 5.04423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1005, '2021-05-09 00:00:00', 0.176929364436772, 0.459999999999998, 0.358692711855791, 0.707307692307692, 0.408401197918835, 0.913461538461537, 1.18412999546243, 2.73961538461538, 2.12139667345686, 4.98961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1020, '2021-05-09 00:00:00', 0.208158223843899, 0.474615384615383, 0.226896113130761, 0.615384615384617, 0.329353912987228, 0.845, 1.21713541374188, 2.65884615384615, 2.12216902828577, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1035, '2021-05-09 00:00:00', 0.160236843933742, 0.390384615384617, 0.184000418059728, 0.541923076923077, 0.229827025256957, 0.737307692307692, 1.20014742684132, 2.60461538461538, 2.11739477079372, 5.00615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1050, '2021-05-09 00:00:00', 0.148317746228003, 0.363076923076922, 0.218161901771633, 0.541153846153845, 0.243863770293046, 0.691538461538462, 1.26958969750073, 2.615, 2.12604338185712, 4.99269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1065, '2021-05-09 00:00:00', 0.151850635114298, 0.371153846153846, 0.194566184112245, 0.520000000000001, 1.16774575736594, 2.07307692307692, 1.28779913627266, 2.59115384615385, 2.12406272542466, 4.98230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1080, '2021-05-09 00:00:00', 0.158913619496689, 0.368461538461539, 0.196592511008472, 0.473846153846153, 1.15736703838431, 2.19230769230769, 1.3018112825539, 2.56615384615385, 2.12118965169584, 4.96153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 2, 1095, '2021-05-09 00:00:00', 0.10860301738265, 0.261153846153845, 1.1552696654894, 1.96, 1.12956118096297, 2.18730769230769, 1.30902177216424, 2.525, 2.12291211456194, 4.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 600, '2021-05-09 00:00:00', 0.548469338600269, 1.22115384615385, 0.651097653079902, 1.44192307692308, 0.606313069677325, 1.61653846153846, 0.816113114331965, 2.01615384615384, 1.85147874372393, 4.68153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 615, '2021-05-09 00:00:00', 0.27841419061977, 0.702307692307694, 0.375438205506378, 0.964615384615383, 0.39311849847871, 1.25692307692308, 0.90003076870482, 1.75923076923077, 1.84285768890017, 4.56730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 630, '2021-05-09 00:00:00', 0.325366538868683, 0.65076923076923, 0.344827270026379, 0.855384615384615, 0.461546730695153, 1.19423076923077, 0.913564110840274, 1.64923076923077, 1.85019500011797, 4.53846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 645, '2021-05-09 00:00:00', 0.202261065115206, 0.528461538461539, 0.299887414771709, 0.827307692307693, 0.402427442098379, 1.02961538461538, 0.865731260487116, 1.52115384615384, 1.79798558221309, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 660, '2021-05-09 00:00:00', 0.252768364622327, 0.540384615384616, 0.360177093193806, 0.733461538461538, 0.401436650812284, 0.960769230769229, 0.82197360990765, 1.45384615384615, 1.79911978478366, 4.42 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 675, '2021-05-09 00:00:00', 0.215233683380505, 0.44846153846154, 0.251619064949688, 0.551923076923076, 0.42152981462215, 0.84076923076923, 0.81536976038718, 1.41038461538461, 1.77177915796958, 4.37576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 690, '2021-05-09 00:00:00', 0.188712642762645, 0.372692307692305, 0.315683629360399, 0.648076923076921, 0.492333376733851, 0.828076923076923, 0.806801186071361, 1.39807692307692, 1.79264668963133, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 705, '2021-05-09 00:00:00', 0.240015384122318, 0.440769230769228, 0.34039886106652, 0.590769230769229, 0.459751939804331, 0.800384615384614, 0.799882395201846, 1.40961538461538, 2.32859445886272, 5.01192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 720, '2021-05-09 00:00:00', 0.158721817607457, 0.343846153846154, 0.263400543192013, 0.529615384615384, 0.327989915417207, 0.734230769230769, 0.686084094419468, 1.41076923076923, 2.30199047648902, 4.99192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 735, '2021-05-09 00:00:00', 0.168856789572155, 0.403846153846153, 0.273966870540665, 0.564615384615382, 0.359727460939314, 0.760384615384613, 0.72726600783609, 1.43038461538461, 2.28474273926308, 4.99423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 750, '2021-05-09 00:00:00', 0.237496234787967, 0.382692307692306, 0.28012524671324, 0.543076923076922, 0.334678720796299, 0.724615384615382, 0.678468977806763, 1.41192307692308, 2.28166474312069, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 765, '2021-05-09 00:00:00', 0.154047445238847, 0.358846153846154, 0.196265518739673, 0.508076923076923, 0.240969835328953, 0.672307692307691, 0.660022843427525, 1.53692307692308, 2.269549633399, 4.97346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 780, '2021-05-09 00:00:00', 0.180190070587869, 0.342692307692309, 0.193984932008013, 0.483076923076924, 0.285084872652662, 0.734230769230773, 0.740569115872797, 1.59884615384615, 2.30512636062788, 5.00346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 795, '2021-05-09 00:00:00', 0.163754036943778, 0.340769230769228, 0.188585422391184, 0.462692307692304, 0.489323551917887, 0.771538461538462, 0.716309881373866, 1.64038461538462, 2.32469872324268, 5.02192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 810, '2021-05-09 00:00:00', 0.109227356393053, 0.298846153846152, 0.212669841628901, 0.492692307692306, 0.480148054089729, 0.703076923076921, 0.694580891894251, 1.64115384615385, 2.34570297811519, 5.03769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 825, '2021-05-09 00:00:00', 0.210764177367831, 0.378461538461538, 0.467317220542305, 0.565769230769231, 0.45306087212002, 0.738076923076924, 0.660021095233965, 1.63961538461538, 2.33581795918721, 5.05153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 840, '2021-05-09 00:00:00', 0.338691600132038, 0.350000000000001, 0.342925872232112, 0.463076923076922, 0.339384964083788, 0.643076923076923, 0.58586687907749, 1.62, 2.37629799348612, 5.05192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 855, '2021-05-09 00:00:00', 0.105798793071493, 0.274230769230769, 0.167745228064653, 0.442307692307693, 0.258441780380328, 0.658076923076924, 0.586776461171216, 1.60884615384615, 2.37865391798354, 5.05230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 870, '2021-05-09 00:00:00', 0.164578716261104, 0.316923076923078, 0.185492691127004, 0.426538461538463, 0.250727249907452, 0.678076923076923, 0.591785824043177, 1.58769230769231, 2.43494343639879, 5.06846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 885, '2021-05-09 00:00:00', 0.138377966231844, 0.27269230769231, 0.174707227625579, 0.468846153846153, 0.324478279467446, 0.723076923076921, 0.938165476628968, 2.20769230769231, 2.3771843719959, 5.09846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 900, '2021-05-09 00:00:00', 0.145925165225718, 0.363076923076924, 0.193432556324299, 0.491923076923078, 0.348619475161011, 0.846538461538459, 0.979406727800834, 2.37846153846154, 2.34203543952691, 5.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 915, '2021-05-09 00:00:00', 0.132670209977163, 0.28423076923077, 0.272356101737866, 0.514615384615383, 0.329052953419123, 0.809615384615382, 1.06124288527107, 2.44269230769231, 2.32106530581243, 5.10192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 930, '2021-05-09 00:00:00', 0.2450670237993, 0.364615384615382, 0.278810660871107, 0.589230769230764, 0.36193667104364, 0.843076923076919, 1.04085800405982, 2.48576923076923, 2.31565099668787, 5.08653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 945, '2021-05-09 00:00:00', 0.18893385085791, 0.4, 0.254698615260046, 0.579230769230768, 0.345852792161859, 0.97307692307692, 1.04021417912925, 2.48846153846154, 2.30933103866766, 5.06538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 960, '2021-05-09 00:00:00', 0.207242704242005, 0.401538461538463, 0.326358934068232, 0.613076923076923, 0.432594498346892, 0.965000000000001, 1.01637424966624, 2.48615384615385, 2.35164652629075, 5.07423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 975, '2021-05-09 00:00:00', 0.248978219622028, 0.433076923076921, 0.316963477634014, 0.735384615384615, 0.394360436461562, 1.03807692307693, 1.03261438181853, 2.48730769230769, 2.38873574543909, 5.18769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 990, '2021-05-09 00:00:00', 0.222107735466024, 0.590384615384615, 0.357319938516644, 0.771538461538462, 0.329110923550098, 0.985000000000002, 1.00762088413939, 2.47038461538462, 2.36025842783239, 5.18038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1005, '2021-05-09 00:00:00', 0.195453319235057, 0.454999999999997, 0.219826854942352, 0.659615384615385, 0.264722786790547, 0.866923076923078, 0.962780348781586, 2.385, 2.35208516329333, 5.12384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1020, '2021-05-09 00:00:00', 0.2005638206503, 0.444615384615389, 0.235896978817838, 0.630769230769233, 0.249404521580132, 0.828846153846155, 0.951438182639635, 2.33115384615385, 2.45935767098772, 5.13192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1035, '2021-05-09 00:00:00', 0.179332094171682, 0.439999999999997, 0.200181456145708, 0.616153846153844, 0.252983429071183, 0.796153846153844, 0.947838675010759, 2.32307692307692, 2.46195257093601, 5.12769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1050, '2021-05-09 00:00:00', 0.188304172918343, 0.427692307692309, 0.247391623513437, 0.568846153846152, 0.257635699867379, 0.688076923076924, 0.97707451884931, 2.30115384615385, 2.45882298296125, 5.12230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1065, '2021-05-09 00:00:00', 0.212353841138209, 0.396923076923075, 0.229058608556509, 0.519615384615383, 0.847873720641133, 1.54461538461538, 0.943555713572538, 2.28423076923077, 2.45311996006341, 5.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1080, '2021-05-09 00:00:00', 0.125467740260805, 0.373076923076921, 0.119764512529955, 0.433461538461538, 0.890655160757861, 1.74115384615384, 0.938252385268236, 2.25846153846154, 2.47839330708735, 5.13576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 3, 1095, '2021-05-09 00:00:00', 0.090953919017353, 0.243846153846155, 0.811665808455292, 1.43576923076923, 0.889895758804626, 1.80769230769231, 0.928043185334688, 2.24192307692308, 2.46192782497469, 5.14384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 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 983375, 4, 600, '2021-05-09 00:00:00', 0.394850117620111, 0.988846153846153, 0.559939694555101, 1.28269230769231, 0.64942590031504, 1.585, 0.691941749438047, 2.02076923076923, 2.21891491153117, 5.01923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 615, '2021-05-09 00:00:00', 0.256681784436567, 0.708461538461539, 0.322046341624692, 0.934615384615385, 0.443308713409309, 1.24884615384615, 0.519695917007097, 1.70038461538461, 2.1926818142315, 4.89846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 630, '2021-05-09 00:00:00', 0.202282361678306, 0.563076923076924, 0.25902539228067, 0.856923076923077, 0.387154510996082, 1.07384615384616, 0.472029497122634, 1.58961538461539, 2.27698427412562, 4.85576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 645, '2021-05-09 00:00:00', 0.217278622970601, 0.565000000000001, 0.245849234600896, 0.735384615384618, 0.354355102208984, 0.93346153846154, 0.676187957483832, 1.63307692307693, 2.36299187797686, 4.83115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 660, '2021-05-09 00:00:00', 0.228828790550084, 0.468846153846156, 0.311397099932148, 0.658076923076926, 0.323172733046297, 0.856153846153848, 0.713490337382687, 1.60269230769231, 2.38667145107671, 4.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 675, '2021-05-09 00:00:00', 0.200158783123642, 0.456538461538461, 0.19016470593834, 0.648846153846154, 0.254073581104734, 0.81423076923077, 0.726157007815802, 1.57, 2.40201594819531, 4.79615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 690, '2021-05-09 00:00:00', 0.184132059632796, 0.393846153846154, 0.167117185968869, 0.558076923076924, 0.270781490107089, 0.761153846153846, 0.735076866728914, 1.555, 2.40998924351254, 4.77807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 705, '2021-05-09 00:00:00', 0.161338630978922, 0.416923076923079, 0.224998119650261, 0.551923076923078, 0.245075812446177, 0.783076923076923, 0.812647809040583, 1.64269230769231, 2.40939162445627, 4.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 720, '2021-05-09 00:00:00', 0.13856239916203, 0.32653846153846, 0.209565117473153, 0.491538461538461, 0.282505547937356, 0.735769230769231, 0.869777778869628, 1.66576923076923, 2.37829195335321, 4.90615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 735, '2021-05-09 00:00:00', 0.125067366462422, 0.345384615384618, 0.194591880611702, 0.545000000000001, 0.286025281292514, 0.752307692307693, 0.970186342133064, 1.71153846153846, 2.36981557218148, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 750, '2021-05-09 00:00:00', 0.161531611576375, 0.392692307692306, 0.213911556130459, 0.546923076923078, 0.29362587393851, 0.731923076923077, 0.98956626085138, 1.74576923076923, 2.36230060615624, 4.90807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 765, '2021-05-09 00:00:00', 0.162211637636197, 0.366153846153849, 0.178928864249286, 0.506538461538462, 0.308927922885683, 0.712692307692309, 0.969774279843591, 1.81307692307692, 2.36146851312092, 4.90153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 780, '2021-05-09 00:00:00', 0.184549347163465, 0.382307692307691, 0.266832128154359, 0.560769230769231, 0.406273307023734, 0.765000000000001, 0.934659213913737, 1.87038461538462, 2.38303584659439, 4.93038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 795, '2021-05-09 00:00:00', 0.190353921379664, 0.338846153846154, 0.23751178108432, 0.479615384615385, 0.363417115722417, 0.699999999999999, 0.90500522735422, 1.89230769230769, 2.35243915968086, 4.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 810, '2021-05-09 00:00:00', 0.130112968667171, 0.324230769230768, 0.202559013243433, 0.496923076923076, 0.304165187913513, 0.727307692307692, 0.892255310133562, 1.89653846153846, 2.34627862467683, 4.96923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 825, '2021-05-09 00:00:00', 0.130117107016954, 0.362307692307691, 0.199081351751955, 0.494230769230767, 0.666334635265082, 0.864615384615384, 0.897419977148167, 1.90115384615385, 2.34009562592248, 4.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 840, '2021-05-09 00:00:00', 0.160108136534703, 0.308846153846154, 0.250008307554277, 0.471923076923076, 0.745632307817691, 0.826538461538461, 0.913363016549279, 1.91, 2.33031701375915, 4.98576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 855, '2021-05-09 00:00:00', 0.14025032565436, 0.293076923076922, 0.672714363890513, 0.606153846153845, 0.71689340480029, 0.791923076923075, 0.916410472357314, 1.89807692307692, 2.32528459796612, 4.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 870, '2021-05-09 00:00:00', 0.195936990759343, 0.304999999999996, 0.219742932814095, 0.454999999999996, 0.338968757912262, 0.729583333333332, 0.583750834030996, 1.70541666666667, 2.20952348295716, 4.76125 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 885, '2021-05-09 00:00:00', 0.19111751828941, 0.32958333333333, 0.225166202704982, 0.470416666666665, 0.423246382146383, 0.816249999999998, 0.759235766593857, 2.05708333333333, 2.19397755230084, 4.81375 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 900, '2021-05-09 00:00:00', 0.130606167597446, 0.29833333333333, 0.248047447541561, 0.496666666666661, 0.429801942928282, 0.824166666666662, 0.762774184488264, 2.15625, 2.1963038367854, 4.81875 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 915, '2021-05-09 00:00:00', 0.176583929217726, 0.330833333333331, 0.329122680972362, 0.58, 0.490686446119919, 0.865833333333335, 0.814712094608549, 2.21083333333334, 2.19207362453051, 4.82958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 930, '2021-05-09 00:00:00', 0.274953223953311, 0.395833333333333, 0.372020530834414, 0.569166666666666, 0.557121874107177, 0.922499999999999, 0.832852506210703, 2.23791666666667, 2.18247462093251, 4.84041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 945, '2021-05-09 00:00:00', 0.228986028939052, 0.354583333333332, 0.333860814529439, 0.562500000000002, 0.513555205674487, 0.99208333333333, 0.770753442785186, 2.255, 2.17305435214845, 4.815 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 960, '2021-05-09 00:00:00', 0.251797883059097, 0.367500000000003, 0.428641052833151, 0.638749999999999, 0.45615576255282, 0.994583333333332, 0.763158838672187, 2.25125, 2.15396192927211, 4.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 975, '2021-05-09 00:00:00', 0.204105950747241, 0.413749999999997, 0.258246245255194, 0.680416666666665, 0.328275853866659, 0.965416666666666, 0.677075981008021, 2.17833333333333, 1.97086160625613, 4.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 990, '2021-05-09 00:00:00', 0.17650389000927, 0.541666666666664, 0.248524632086287, 0.764166666666663, 0.342845879516509, 0.95958333333333, 0.676403398846441, 2.14458333333333, 1.98143996826199, 4.665 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1005, '2021-05-09 00:00:00', 0.191780369550503, 0.483333333333333, 0.219422413741561, 0.63375, 0.307408228322824, 0.862916666666665, 0.673693582779487, 2.1175, 2.00698774755617, 4.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1020, '2021-05-09 00:00:00', 0.163480597616665, 0.447083333333335, 0.252843252124567, 0.610833333333335, 0.279575247188625, 0.811666666666669, 0.669340471409481, 2.14416666666667, 2.0102582933039, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1035, '2021-05-09 00:00:00', 0.131413028494024, 0.367916666666665, 0.174428674015599, 0.535833333333331, 0.224071352507394, 0.739166666666666, 0.688579587140144, 2.15125, 2.01920327952833, 4.66583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1050, '2021-05-09 00:00:00', 0.157920705657501, 0.362083333333331, 0.202618725260251, 0.5025, 0.251542703897484, 0.667083333333331, 0.684593262297118, 2.20375, 2.00833679114502, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1065, '2021-05-09 00:00:00', 0.149404615492413, 0.365, 0.19418680308598, 0.517083333333332, 0.594737641585634, 1.55458333333333, 0.643684902435339, 2.22208333333333, 1.98387028415364, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1080, '2021-05-09 00:00:00', 0.149171018477529, 0.344583333333333, 0.158237003495901, 0.449583333333332, 0.608975737838019, 1.66916666666667, 0.694675401207988, 2.235, 1.97669240457863, 4.67458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 4, 1095, '2021-05-09 00:00:00', 0.112009801589743, 0.263750000000001, 0.618511390824541, 1.40541666666666, 0.652139733403861, 1.67083333333333, 0.717718683535305, 2.20375, 1.96622495653731, 4.66666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 600, '2021-05-09 00:00:00', 0.357469697988846, 0.908695652173911, 0.399817151884098, 1.21086956521739, 0.487432168180432, 1.41086956521739, 0.598197886541276, 1.98043478260869, 1.99117787454141, 4.57434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 615, '2021-05-09 00:00:00', 0.224269565355321, 0.618260869565217, 0.285798928738343, 0.819130434782609, 0.415951692239234, 1.13608695652174, 0.424399133488665, 1.76347826086957, 1.91160911462428, 4.42304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 630, '2021-05-09 00:00:00', 0.182194570885301, 0.513043478260871, 0.244368185893091, 0.693913043478265, 0.294868497520573, 0.997391304347828, 0.425295990860361, 1.69304347826087, 1.85432471754619, 4.39739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 645, '2021-05-09 00:00:00', 0.161517017789374, 0.471739130434789, 0.201707141051053, 0.756956521739132, 0.233963951143724, 0.921304347826087, 0.454431843509295, 1.64086956521739, 1.74051886770979, 4.41173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 660, '2021-05-09 00:00:00', 0.154617978798035, 0.513913043478259, 0.208846824365205, 0.644782608695648, 0.220838323706262, 0.781739130434779, 0.50499090118207, 1.58608695652174, 1.72756391346277, 4.3804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 675, '2021-05-09 00:00:00', 0.139891262119515, 0.371739130434784, 0.215215674525035, 0.542173913043475, 0.273160393890683, 0.704347826086955, 0.530665180313199, 1.55347826086956, 1.70000174377962, 4.36173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 690, '2021-05-09 00:00:00', 0.154122532229106, 0.390869565217387, 0.228638347770331, 0.541304347826083, 0.236709992508467, 0.770434782608692, 0.536901887092641, 1.55, 1.69173368053302, 4.35086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 705, '2021-05-09 00:00:00', 0.136010346037532, 0.345217391304348, 0.17905880412861, 0.475652173913043, 0.240159696539398, 0.783043478260868, 0.517466846048029, 1.50913043478261, 1.88571140683866, 4.87434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 720, '2021-05-09 00:00:00', 0.108372801161643, 0.320869565217388, 0.142688748860525, 0.533478260869565, 0.26251820941923, 0.796086956521737, 0.530830879777073, 1.49217391304348, 1.87161562808407, 4.94782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 735, '2021-05-09 00:00:00', 0.132320427947362, 0.377826086956521, 0.238783147027481, 0.54086956521739, 0.284427168584945, 0.744782608695649, 0.506359556046889, 1.45, 1.87211427474594, 4.95869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 750, '2021-05-09 00:00:00', 0.146418372894078, 0.337391304347824, 0.179078669752919, 0.503478260869563, 0.225998880685602, 0.738695652173912, 0.511950080940999, 1.39739130434782, 1.85924343914613, 4.93043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 765, '2021-05-09 00:00:00', 0.113555544382825, 0.336956521739129, 0.174198333196782, 0.522173913043477, 0.270464393483305, 0.736521739130435, 0.517334304496322, 1.40565217391304, 1.88907834566157, 4.93478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 780, '2021-05-09 00:00:00', 0.104355730925879, 0.350869565217391, 0.150687489087805, 0.493913043478261, 0.264170713758933, 0.669565217391306, 0.488692293885185, 1.38739130434783, 1.89064923913838, 4.93 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 795, '2021-05-09 00:00:00', 0.104255311425717, 0.336521739130433, 0.206602480576195, 0.478695652173911, 0.288376949186539, 0.67391304347826, 0.468555091230244, 1.39565217391305, 1.90087258931011, 4.91434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 810, '2021-05-09 00:00:00', 0.160062981675233, 0.312608695652172, 0.196462791536968, 0.436086956521737, 0.225984888787887, 0.626521739130432, 0.475575789980744, 1.41217391304348, 1.89784139913866, 4.88260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 825, '2021-05-09 00:00:00', 0.113196460789101, 0.290434782608695, 0.184581569316184, 0.443913043478259, 0.211562042965451, 0.593043478260865, 0.44833861074128, 1.43565217391304, 1.89513783953306, 4.87739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 840, '2021-05-09 00:00:00', 0.126092067498974, 0.299130434782609, 0.133786450095847, 0.414782608695652, 0.240771979775593, 0.604347826086957, 0.436634632583743, 1.4295652173913, 1.90655318816144, 4.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 855, '2021-05-09 00:00:00', 0.116396827035244, 0.268695652173915, 0.18234853479612, 0.386521739130435, 0.344580285452506, 0.58913043478261, 0.422938618594723, 1.4204347826087, 1.91190993635765, 4.86217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 870, '2021-05-09 00:00:00', 0.115756661765461, 0.26217391304348, 0.215727466774514, 0.427391304347829, 0.312961122236649, 0.62086956521739, 0.41495749579946, 1.47478260869565, 1.91734242541195, 4.85260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 885, '2021-05-09 00:00:00', 0.178596858720034, 0.271739130434786, 0.252216263310399, 0.416956521739134, 0.331694058759878, 0.678695652173912, 1.20559466572465, 2.42304347826087, 1.94037403182975, 4.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 900, '2021-05-09 00:00:00', 0.201197010798251, 0.295652173913047, 0.198560033633467, 0.444782608695654, 0.304271955534687, 0.692173913043479, 1.19345464601503, 2.45608695652174, 1.94189997015067, 4.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 915, '2021-05-09 00:00:00', 0.124278152901215, 0.312173913043475, 0.24115089662017, 0.520869565217385, 0.283399046862981, 0.698260869565214, 1.19744210253891, 2.47304347826087, 1.94899092164336, 4.81739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 930, '2021-05-09 00:00:00', 0.20108401877995, 0.385652173913039, 0.256389494953533, 0.509130434782606, 0.26448249118286, 0.663478260869565, 1.18691249248718, 2.48608695652174, 1.96549373253853, 4.80260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 945, '2021-05-09 00:00:00', 0.163751716039644, 0.326521739130435, 0.182116454945883, 0.448695652173913, 0.258238943187614, 0.716521739130436, 1.21037739516862, 2.4804347826087, 2.16033630817678, 4.87565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 960, '2021-05-09 00:00:00', 0.140111474535252, 0.323043478260872, 0.179054389246121, 0.431739130434784, 0.32889562480491, 0.742173913043484, 1.2325283310969, 2.50478260869565, 2.14718180956345, 4.87521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 975, '2021-05-09 00:00:00', 0.138156982373878, 0.313478260869566, 0.19185592420401, 0.58217391304348, 0.329190527145081, 0.811304347826088, 1.24381982096909, 2.53826086956522, 2.13133046832663, 4.88173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 990, '2021-05-09 00:00:00', 0.194623382124465, 0.493478260869568, 0.277056807005894, 0.628260869565221, 0.330863046790095, 0.883913043478262, 1.26446883034929, 2.57217391304348, 2.12515091303231, 4.87869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1005, '2021-05-09 00:00:00', 0.169963958048679, 0.38826086956522, 0.266129481992827, 0.57608695652174, 0.313792308140627, 0.852608695652174, 1.25486688899298, 2.55, 2.16608698032284, 4.82652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1020, '2021-05-09 00:00:00', 0.169832514566414, 0.403913043478261, 0.240012351460826, 0.631739130434783, 0.278930056258887, 0.792608695652176, 1.33738122371649, 2.56391304347826, 2.1674832858563, 4.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1035, '2021-05-09 00:00:00', 0.18911171594251, 0.427826086956523, 0.238422848203469, 0.59, 0.337822017362722, 0.733478260869566, 1.33289025905652, 2.55652173913043, 2.15881381205023, 4.79043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1050, '2021-05-09 00:00:00', 0.133403308383812, 0.363478260869565, 0.195190187986401, 0.489130434782611, 0.426439899801007, 0.753478260869563, 1.3892899201439, 2.55913043478261, 2.13761641848326, 4.79695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1065, '2021-05-09 00:00:00', 0.116325493995772, 0.279565217391307, 0.215560671649665, 0.418695652173913, 1.1764747703948, 2.00739130434783, 1.3749873157877, 2.51913043478261, 2.13407939441345, 4.75695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1080, '2021-05-09 00:00:00', 0.123798574129595, 0.315217391304347, 0.258204502705494, 0.568260869565213, 1.1549929418192, 2.08217391304348, 1.37940197273005, 2.5204347826087, 2.14367356741561, 4.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 5, 1095, '2021-05-09 00:00:00', 0.167702446827519, 0.298260869565216, 1.23086251451747, 1.8995652173913, 1.17207663416845, 2.05, 1.39146821539926, 2.48739130434782, 2.12089147115336, 4.76478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 600, '2021-05-09 00:00:00', 0.516661988527904, 1.16590909090909, 0.51315444963236, 1.31681818181818, 0.431088424151278, 1.42090909090909, 0.887435626590454, 2.01090909090909, 1.92431041226996, 4.84909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 615, '2021-05-09 00:00:00', 0.231283357252507, 0.685909090909089, 0.291704944921705, 0.891818181818181, 0.430007550522654, 1.16727272727273, 0.822148094431587, 1.84681818181818, 1.91706869489656, 4.83 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 630, '2021-05-09 00:00:00', 0.263560781821358, 0.555000000000002, 0.294384676337503, 0.763636363636366, 0.478966464858318, 1.12772727272727, 0.944772814488048, 1.83636363636364, 1.87871767080104, 4.80090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 645, '2021-05-09 00:00:00', 0.257967832485765, 0.499545454545454, 0.417474627893801, 0.777727272727272, 0.679191650936097, 1.13818181818182, 1.02429967628611, 1.85772727272727, 1.87263438070797, 4.795 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 660, '2021-05-09 00:00:00', 0.292391245923408, 0.594545454545454, 0.376444979393838, 0.808181818181816, 0.507107919045289, 1.13181818181818, 0.886188882761873, 1.78545454545454, 1.80482764103745, 4.74136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 675, '2021-05-09 00:00:00', 0.198653475839723, 0.441818181818182, 0.334854429831068, 0.693181818181819, 0.383258980178476, 0.887272727272727, 0.861985149679733, 1.64227272727273, 1.79663038378258, 4.75045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 690, '2021-05-09 00:00:00', 0.232060691419645, 0.479545454545456, 0.283984101134143, 0.647727272727273, 0.392178122354724, 0.813181818181818, 0.972577242951163, 1.59727272727273, 1.79593359820944, 4.75181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 705, '2021-05-09 00:00:00', 0.157321327225523, 0.405, 0.153916405039425, 0.500454545454544, 0.311148201767585, 0.793181818181821, 0.977581608289452, 1.61090909090909, 2.1083002837784, 5.1140909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 720, '2021-05-09 00:00:00', 0.107433660190799, 0.299090909090906, 0.270809672626143, 0.510454545454543, 0.486653249533364, 0.788636363636364, 0.989408958206908, 1.59409090909091, 2.0956426139416, 5.19318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 735, '2021-05-09 00:00:00', 0.290724203964105, 0.395909090909091, 0.332900476528235, 0.576818181818186, 0.483471393925834, 0.772727272727274, 0.95855139623328, 1.61272727272728, 2.12664278237073, 5.27999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 750, '2021-05-09 00:00:00', 0.221072259053333, 0.375909090909091, 0.334981100455438, 0.551363636363637, 0.342028896781788, 0.748636363636362, 0.931264094579409, 1.63363636363637, 2.10895662637904, 5.35136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 765, '2021-05-09 00:00:00', 0.313304203306504, 0.374999999999997, 0.317546056243024, 0.485454545454543, 0.484619947491324, 0.787727272727272, 0.864348339472026, 1.61863636363636, 2.15349670349134, 5.38363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 780, '2021-05-09 00:00:00', 0.186103820580428, 0.32181818181818, 0.289454255857063, 0.488636363636362, 0.613543571627732, 0.855000000000001, 0.856791684916461, 1.63590909090909, 2.16408104128444, 5.40909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 795, '2021-05-09 00:00:00', 0.165008198668144, 0.319090909090908, 0.345298979554507, 0.548636363636367, 0.545000099289078, 0.788181818181822, 0.827332462997194, 1.63863636363636, 2.18604666006927, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 810, '2021-05-09 00:00:00', 0.256373729499511, 0.406818181818183, 0.422492347326888, 0.580454545454547, 0.547264151893811, 0.791363636363637, 0.810490204934256, 1.68090909090909, 2.20133646930274, 5.42181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 825, '2021-05-09 00:00:00', 0.31770960630644, 0.36818181818182, 0.336075195152122, 0.556818181818182, 0.465684805058461, 0.776363636363636, 0.874902220881793, 1.72590909090909, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 840, '2021-05-09 00:00:00', 0.164909131478585, 0.330454545454544, 0.285726839551042, 0.502727272727271, 0.386293576535682, 0.726818181818182, 0.74406628201702, 1.68818181818182, 2.20582704302104, 5.42409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 855, '2021-05-09 00:00:00', 0.248833207928456, 0.346818181818178, 0.303725781996446, 0.482727272727268, 0.432346111550876, 0.702272727272725, 0.729561482474205, 1.64863636363636, 2.21814482174101, 5.42045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 870, '2021-05-09 00:00:00', 0.216193455936137, 0.325909090909089, 0.265988314686536, 0.465454545454547, 0.433915027490696, 0.668181818181816, 0.689868078235228, 1.62681818181818, 2.22445211893563, 5.43409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 885, '2021-05-09 00:00:00', 0.172396527721885, 0.284090909090912, 0.252917179264478, 0.413636363636367, 0.381167323020388, 0.751363636363636, 0.84703212448727, 2.22590909090909, 2.21653467692837, 5.45454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 900, '2021-05-09 00:00:00', 0.171946457990806, 0.283181818181823, 0.355496421399293, 0.445909090909092, 0.360496290906822, 0.736363636363635, 0.847886218169066, 2.33590909090909, 2.2173333307302, 5.45363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 915, '2021-05-09 00:00:00', 0.275157963290008, 0.314999999999995, 0.295295361713237, 0.542272727272724, 0.291678231063256, 0.749999999999999, 0.807306997829569, 2.41272727272727, 2.22048125706726, 5.47681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 930, '2021-05-09 00:00:00', 0.214268108944897, 0.39818181818182, 0.28072417175238, 0.558181818181818, 0.254594576274508, 0.80227272727273, 0.821442085339618, 2.44636363636364, 2.23326450433448, 5.49318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983375, 1, 945, '2021-05-09 00:00:00', 0.208675995255015, 0.351363636363633, 0.190212913286536, 0.500000000000001, 0.216579069871705, 0.887272727272726, 0.842901220507166, 2.46409090909091, 2.23891618221756, 5.49136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 983375 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:46:17 Duration: 6s687ms 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 983345, 1, 960, '2021-05-09 00:00:00', 0.760954258414527, 1.22173913043478, 0.995750605711438, 1.85978260869565, 2.04167426257629, 4.33260869565217, 4.48321308937498, 10.4228260869565, 8.39965384897548, 18.029347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 975, '2021-05-09 00:00:00', 0.766533828785099, 1.37173913043478, 1.97009760798298, 3.40869565217391, 2.14475933123808, 4.53695652173914, 4.6320598291548, 10.5434782608696, 8.42160312585948, 17.9608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 990, '2021-05-09 00:00:00', 2.00376498389206, 2.97826086956521, 2.05190971975468, 3.78695652173913, 2.05628014712934, 4.58695652173912, 4.58647936702977, 10.4695652173913, 8.42851113193699, 17.8760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1005, '2021-05-09 00:00:00', 0.764035339496808, 1.8, 0.856525751881611, 2.42500000000001, 1.07591995749717, 3.1391304347826, 4.3474880303358, 9.65108695652174, 7.97415368401466, 17.0673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1020, '2021-05-09 00:00:00', 0.692738308191745, 1.7, 0.765224268968371, 2.17499999999999, 1.20793857983269, 3.25760869565217, 4.36576439073561, 9.45652173913044, 7.93754913463986, 17.0239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1035, '2021-05-09 00:00:00', 0.544805691147509, 1.52717391304347, 0.888819441731551, 2.22499999999999, 1.22167512808318, 3.0641304347826, 4.32826306571215, 9.31956521739131, 7.92320243700156, 17.0413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1050, '2021-05-09 00:00:00', 0.612464486346406, 1.51173913043478, 0.905764968336485, 2.19978260869565, 1.11548789375174, 2.62282608695652, 4.25036240026622, 9.05652173913044, 7.87634783622169, 17.120652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1065, '2021-05-09 00:00:00', 0.593219676831634, 1.43369565217392, 0.866819466868549, 1.78152173913044, 2.71952799395068, 6.87934782608695, 4.53331377630828, 8.96739130434783, 7.88517959923887, 17.1663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1080, '2021-05-09 00:00:00', 0.464811683572781, 1.30108695652173, 0.515845750146942, 1.60326086956521, 2.80138834863035, 7.11195652173913, 4.54041578427253, 8.95869565217391, 7.88527421255054, 17.1619565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 1, 1095, '2021-05-09 00:00:00', 0.414211475269651, 0.979347826086957, 2.58821248616063, 6.47934782608695, 2.83756170380925, 7.12282608695652, 4.5886093719535, 8.87717391304348, 7.73254249511344, 17.0804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 600, '2021-05-09 00:00:00', 1.62889651179989, 3.78461538461538, 1.88854543131846, 4.48461538461539, 2.25906485928615, 5.32596153846154, 3.82052302098105, 7.64807692307692, 6.80689469469121, 16.2692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 615, '2021-05-09 00:00:00', 1.19954157910429, 2.55, 1.58650074547244, 3.30384615384615, 1.96277006960923, 4.32788461538462, 3.48379228052509, 6.63942307692307, 6.43043514498405, 15.7730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 630, '2021-05-09 00:00:00', 0.802845899573225, 1.91153846153846, 1.13617653354777, 2.60865384615384, 1.63201974912636, 3.65769230769231, 2.75217117088421, 5.87692307692307, 6.36369880651181, 15.4875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 645, '2021-05-09 00:00:00', 0.689758179475851, 1.62788461538461, 0.94586549702457, 2.36346153846153, 1.54223987957576, 3.53461538461538, 2.3588165220329, 5.53076923076922, 6.48660135320374, 15.5913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 660, '2021-05-09 00:00:00', 0.709189678435896, 1.6, 1.14720898773435, 2.43269230769231, 1.40936019308272, 3.54807692307692, 2.15890307795418, 5.4875, 6.57835582684726, 15.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 675, '2021-05-09 00:00:00', 0.677282465786278, 1.61153846153846, 1.08250821634828, 2.57596153846154, 1.50093848846442, 3.32788461538461, 1.79517301501726, 5.12692307692307, 6.68627763810673, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 690, '2021-05-09 00:00:00', 0.850203595526481, 1.72692307692308, 0.814061517236978, 2.17692307692307, 1.33988949027666, 2.85961538461538, 1.7003022921279, 4.74326923076923, 6.65491576551903, 15.7153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 705, '2021-05-09 00:00:00', 0.568107519617686, 1.39807692307692, 1.21525938984868, 2.16423076923076, 1.18581195811141, 2.67499999999999, 1.74662091347397, 4.62884615384615, 6.84386474262784, 16.8788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 720, '2021-05-09 00:00:00', 0.928237370172424, 1.41615384615384, 0.922772265429645, 1.88557692307692, 0.92516162829072, 2.44903846153846, 1.71844518276082, 4.44038461538462, 6.96745490725381, 16.8567307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 735, '2021-05-09 00:00:00', 0.597826994526518, 1.25865384615384, 0.713854650148378, 1.68269230769231, 1.25429761221171, 2.4125, 1.78003268120388, 4.47788461538462, 6.97015892104443, 16.8192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 750, '2021-05-09 00:00:00', 0.510158346458765, 1.16346153846153, 0.742335840438809, 1.6375, 1.17744059134796, 2.40288461538461, 1.82751091757236, 4.62307692307692, 7.04427809261913, 16.7653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 765, '2021-05-09 00:00:00', 0.511281384216316, 1.08942307692308, 1.12760808794545, 1.7, 1.18916583562403, 2.35576923076923, 2.43550046191742, 5.6875, 7.0934053881052, 16.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 780, '2021-05-09 00:00:00', 0.840663657246693, 1.28076923076923, 0.876064188024179, 1.76730769230769, 1.38105067305239, 2.4451923076923, 2.6127786932689, 6.0375, 7.08253139502667, 16.8048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 795, '2021-05-09 00:00:00', 0.470426361440835, 1.07019230769231, 0.571149313631329, 1.48846153846153, 1.22908971945157, 2.26346153846153, 2.72083573840549, 6.10865384615385, 7.15754503733915, 16.8201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 810, '2021-05-09 00:00:00', 0.464008454830133, 0.990384615384613, 1.03897740036131, 1.67403846153846, 1.07587218643223, 2.32980769230769, 2.86593856287147, 6.24038461538462, 7.38641509019194, 16.9932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 825, '2021-05-09 00:00:00', 0.865758893421527, 1.21730769230769, 0.919916906782682, 1.61634615384614, 0.924275183797889, 2.20384615384615, 2.75264924838152, 6.33173076923077, 7.43582285550573, 16.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 840, '2021-05-09 00:00:00', 0.460993909520924, 0.99423076923076, 0.559907272542653, 1.55192307692307, 0.796147575226136, 2.15480769230769, 2.70874527439153, 6.4048076923077, 7.56539826853408, 16.8951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 855, '2021-05-09 00:00:00', 0.42058109983505, 1.05769230769231, 0.70856572356795, 1.54423076923077, 0.832286586181982, 2.30480769230769, 2.78380982026154, 6.49134615384616, 7.64201198084539, 16.8913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 870, '2021-05-09 00:00:00', 0.655198149710919, 1.05384615384615, 0.754637584947483, 1.51826923076922, 0.888439426964267, 2.10115384615385, 2.82730862101425, 6.44903846153846, 7.74494053212507, 16.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 885, '2021-05-09 00:00:00', 0.561872727170888, 0.929807692307693, 0.62113110222709, 1.43461538461539, 0.782272945677181, 2.13480769230769, 4.38653632853284, 8.14519230769231, 7.71302469852132, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 900, '2021-05-09 00:00:00', 0.364744378350733, 1.01730769230769, 0.435857245507673, 1.36846153846154, 0.732030369273344, 2.12230769230769, 4.14213898663666, 8.21923076923077, 7.59547309510483, 16.8615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 915, '2021-05-09 00:00:00', 0.299392975612578, 0.978076923076921, 0.509958708735696, 1.53673076923076, 1.03633609413163, 2.2675, 4.12857164721091, 8.38461538461539, 7.5962384415932, 16.8326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 930, '2021-05-09 00:00:00', 0.548227914424143, 1.14538461538462, 0.881458145086013, 1.63769230769231, 1.22192510471733, 2.55480769230769, 4.04672849823923, 8.48653846153847, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 945, '2021-05-09 00:00:00', 0.486893607080013, 1.00576923076923, 0.708943553139787, 1.62019230769231, 1.70222394124682, 3.95288461538461, 4.08315630176159, 8.50576923076923, 7.56735727674107, 16.8230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 960, '2021-05-09 00:00:00', 0.619109938043817, 1.20865384615386, 0.979107226782878, 1.8298076923077, 2.01623339804315, 4.41634615384616, 4.07034502884536, 8.53942307692308, 7.53253302987473, 16.7903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 975, '2021-05-09 00:00:00', 0.709834758669496, 1.29423076923077, 1.6127735307657, 3.51730769230769, 2.01281113218457, 4.46057692307692, 3.74549691167736, 8.43365384615385, 7.2762376689732, 16.6538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 990, '2021-05-09 00:00:00', 1.53236619443465, 3.05192307692308, 1.90854757503025, 3.81538461538462, 2.32363938682404, 4.475, 3.63163835140348, 8.35865384615384, 7.13547475645454, 16.6 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1005, '2021-05-09 00:00:00', 1.11031353853141, 2.14807692307693, 1.49726802492457, 2.81153846153846, 1.71280359465005, 3.57692307692308, 3.43044962291892, 7.84615384615385, 6.83293241475542, 16.4057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1020, '2021-05-09 00:00:00', 0.71117183902021, 1.86076923076922, 1.09698581787341, 2.51826923076923, 1.33793181383116, 3.33846153846153, 3.52175873895197, 7.67115384615385, 6.390438470571, 16.2153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1035, '2021-05-09 00:00:00', 0.838497396904362, 1.61826923076923, 1.15550355323489, 2.3076923076923, 1.45762616553819, 3.17403846153845, 3.33986022853559, 7.50288461538462, 6.25733999764707, 16.1596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1050, '2021-05-09 00:00:00', 0.705937047749026, 1.59134615384615, 0.83999313184005, 2.20769230769231, 1.14255154739799, 2.85096153846153, 3.65711963688112, 7.37403846153847, 6.4108648762502, 16.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1065, '2021-05-09 00:00:00', 0.367062141039649, 1.37115384615385, 0.577951455241162, 2.00673076923077, 2.97642661334281, 5.50576923076924, 3.57204638612313, 7.33076923076923, 6.39454334690012, 16.0538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1080, '2021-05-09 00:00:00', 0.510946519856877, 1.35288461538461, 0.570628027837618, 1.60288461538461, 2.75726609998996, 5.62788461538462, 3.34156918458748, 7.22115384615385, 6.28019697449543, 15.9509615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 2, 1095, '2021-05-09 00:00:00', 0.350429681303481, 0.879807692307687, 2.71157915954182, 4.98846153846154, 2.6675053168428, 5.82884615384616, 3.30808348536639, 7.24711538461538, 6.23364051245028, 16.0490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 600, '2021-05-09 00:00:00', 1.30865374159272, 3.50884615384616, 1.65821480699995, 4.18288461538462, 1.85248897017375, 4.91076923076923, 2.449227193658, 6.31461538461538, 5.79363045474544, 15.7596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 615, '2021-05-09 00:00:00', 1.16038852909771, 2.30846153846153, 1.45059251819598, 2.98057692307692, 1.44324287630322, 3.57000000000001, 2.13766429867885, 5.31442307692308, 5.77410307720202, 15.4278846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 630, '2021-05-09 00:00:00', 0.771408427189162, 1.69019230769231, 0.895002041252497, 2.28057692307692, 1.17995110720088, 3.09615384615384, 1.89010810639131, 5.06057692307692, 5.57163774086081, 15.3413461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 645, '2021-05-09 00:00:00', 0.600906366698224, 1.44230769230769, 0.917974882344493, 2.08173076923077, 0.925932482170515, 2.7451923076923, 1.74891724745956, 4.98846153846154, 5.56843646056814, 15.2961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 660, '2021-05-09 00:00:00', 0.581023632512882, 1.40769230769232, 0.824019813988807, 1.98942307692307, 1.11124194208379, 2.71442307692307, 1.74305876153211, 4.79038461538461, 5.50663585699458, 15.1423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 675, '2021-05-09 00:00:00', 0.511404551587698, 1.32115384615384, 0.471875350229114, 1.77788461538461, 1.13282899789047, 2.71653846153846, 1.67115143400728, 4.60865384615384, 5.53250473599853, 14.9644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 690, '2021-05-09 00:00:00', 0.475706963775615, 1.25865384615385, 1.07757964188982, 1.90673076923076, 1.28802211220867, 2.70480769230769, 1.60499131318042, 4.46634615384615, 5.59752039883595, 14.8711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 705, '2021-05-09 00:00:00', 0.710607134779831, 1.21249999999999, 0.778027214275854, 1.75211538461538, 0.947742256425969, 2.44423076923077, 1.49181484724531, 4.38846153846154, 5.8088491015532, 15.5932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 720, '2021-05-09 00:00:00', 0.472818268877816, 1.09634615384615, 0.702106719917882, 1.64038461538461, 0.972708352211254, 2.23653846153846, 1.52378734888284, 4.35673076923077, 5.79591766146324, 15.6884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 735, '2021-05-09 00:00:00', 0.525532696779774, 1.09115384615384, 0.746114035416943, 1.64307692307692, 0.970415553334678, 2.12288461538462, 1.65931548676416, 4.40673076923077, 5.8327995818079, 15.7201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 750, '2021-05-09 00:00:00', 0.401884981632231, 1.18846153846155, 0.589885908134265, 1.55576923076923, 0.985727474429999, 2.16442307692307, 1.82550504076164, 4.41942307692308, 5.8356705665706, 15.7701923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 765, '2021-05-09 00:00:00', 0.611515299512992, 1.00480769230769, 0.631058329621451, 1.42115384615385, 1.00364144685547, 2.12307692307692, 2.04589927566189, 5.21538461538462, 5.74234783462706, 15.7855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 780, '2021-05-09 00:00:00', 0.462975327470213, 1.02692307692307, 0.851256989127516, 1.5076923076923, 1.09628744125167, 2.29807692307691, 1.97518450939497, 5.49038461538461, 5.56764977692217, 15.8490384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 795, '2021-05-09 00:00:00', 0.635676502149175, 1.07884615384615, 0.833173382085253, 1.56826923076923, 1.04060818015976, 2.24423076923077, 1.89740916474585, 5.71153846153846, 5.53287213284941, 15.8009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 810, '2021-05-09 00:00:00', 0.51170905194862, 1.09807692307692, 0.866939799169819, 1.69615384615384, 0.842108160420115, 2.04807692307692, 1.84571013017087, 5.71673076923077, 5.51170197433117, 15.8105769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 825, '2021-05-09 00:00:00', 0.813908542395655, 1.25865384615384, 0.804946247608167, 1.5576923076923, 0.791053946424543, 1.99711538461538, 1.9304184480613, 5.97423076923077, 5.42868848377268, 15.8394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 840, '2021-05-09 00:00:00', 0.370333789147865, 0.858653846153847, 0.508626544272388, 1.2701923076923, 0.728385992346201, 1.74807692307692, 1.9415814331463, 6.0423076923077, 5.3851345422804, 15.7759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 855, '2021-05-09 00:00:00', 0.346555856303809, 0.87980769230769, 0.363319365763042, 1.22019230769231, 0.682791217103619, 1.65961538461538, 2.13187192031214, 6.31826923076923, 5.34360005412657, 15.8115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 870, '2021-05-09 00:00:00', 0.355566990334286, 0.881730769230772, 0.687006466210755, 1.28173076923077, 0.709178831737534, 1.69615384615385, 2.1593920529773, 6.45096153846154, 5.32381911788896, 15.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 885, '2021-05-09 00:00:00', 0.556642579703047, 0.845192307692307, 0.618426197325483, 1.1451923076923, 1.11556169018813, 2.08173076923077, 3.14302356265183, 8.09134615384616, 5.32305119630288, 15.8740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 900, '2021-05-09 00:00:00', 0.329937348365035, 0.839423076923071, 0.579695709303261, 1.25865384615384, 1.07935566605552, 2.31057692307693, 3.12209310953652, 8.19423076923077, 5.30609990047739, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 915, '2021-05-09 00:00:00', 0.461206611467721, 1.01346153846154, 1.02028135259916, 1.77403846153846, 1.30002551750104, 2.62788461538462, 3.12836173026468, 8.20865384615385, 5.29133217194368, 15.9019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 930, '2021-05-09 00:00:00', 0.943867595831933, 1.30096153846154, 0.930918425741285, 1.76634615384616, 1.56372887675582, 2.76, 3.34988820134918, 8.22980769230769, 5.26823061816336, 15.9153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 945, '2021-05-09 00:00:00', 0.589439107574705, 1.11730769230769, 1.11409544198249, 1.78942307692308, 2.11647021095175, 3.97307692307692, 3.41571495500519, 8.18942307692308, 5.25571447239903, 15.9788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 960, '2021-05-09 00:00:00', 0.765732429668593, 1.20192307692308, 1.2376336757638, 1.92134615384615, 1.86752818946905, 4.28846153846153, 3.22568552642452, 8.19134615384615, 5.00731580175063, 15.9365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 975, '2021-05-09 00:00:00', 0.699698836313498, 1.34730769230769, 1.41379229515731, 3.36442307692308, 1.43800643253082, 4.31249999999999, 3.03087509576917, 8.20961538461539, 4.6882561954149, 16.0480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 990, '2021-05-09 00:00:00', 1.15346634774692, 2.95384615384616, 1.31652989390232, 3.62019230769231, 1.35564814189206, 4.12173076923077, 2.86331588977105, 8.08173076923077, 5.60760781301754, 16.4942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1005, '2021-05-09 00:00:00', 0.724153617361987, 1.99730769230768, 0.996143042709455, 2.72980769230769, 1.43134773767727, 3.65211538461538, 2.83625430128161, 7.46730769230769, 5.79476819739482, 16.3326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1020, '2021-05-09 00:00:00', 0.50372126755243, 1.65634615384615, 0.661186928066609, 2.15307692307692, 1.33757846642586, 3.29692307692307, 2.4906166984226, 7.28153846153846, 5.87713079198972, 16.4528846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1035, '2021-05-09 00:00:00', 0.483618134482153, 1.35250000000001, 0.984787208565306, 2.30961538461539, 1.56647503601606, 3.14596153846154, 2.27061720684046, 7.0325, 5.8488802347116, 16.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1050, '2021-05-09 00:00:00', 0.889369093580053, 1.70576923076923, 1.04328764748013, 2.18365384615384, 1.36920775801752, 2.99326923076923, 2.29632710079512, 6.97307692307692, 5.84791744653928, 16.3576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1065, '2021-05-09 00:00:00', 0.563573761468173, 1.39423076923076, 1.03544676347941, 2.075, 1.9060460483581, 4.93653846153846, 2.3206516409107, 6.90096153846154, 5.85764269007724, 16.3682692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1080, '2021-05-09 00:00:00', 0.449987179304547, 1.41730769230769, 0.493571170146713, 1.8375, 1.85959078418221, 4.86826923076923, 2.198806713092, 6.75480769230769, 5.87079178253208, 16.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 3, 1095, '2021-05-09 00:00:00', 0.335759758435427, 0.97884615384615, 1.89669753478554, 4.31346153846153, 1.88198366092801, 4.7375, 2.23008709729877, 6.61730769230769, 6.07228326401705, 16.3759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 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 983345, 4, 600, '2021-05-09 00:00:00', 1.03675158362736, 2.99038461538462, 1.12300806559196, 3.31634615384616, 1.15442793025543, 3.80961538461539, 1.53288096030368, 5.79903846153846, 6.23290832227189, 16.4980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 615, '2021-05-09 00:00:00', 0.736434889283394, 1.85211538461538, 0.794679422544324, 2.28076923076923, 1.03162353374892, 3.08365384615384, 1.34285717208323, 5.24423076923076, 6.45499873383769, 16.5144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 630, '2021-05-09 00:00:00', 0.602077972205743, 1.51326923076923, 0.675137735235154, 2.07480769230769, 0.96684459016869, 3.01730769230769, 1.36785099559632, 4.92788461538461, 6.44850728105708, 16.5019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 645, '2021-05-09 00:00:00', 0.464286052408999, 1.40653846153847, 0.772690106058052, 2.07500000000001, 1.0461876762064, 3.03942307692309, 1.3858626860607, 4.85576923076923, 6.66677590455375, 16.4951923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 660, '2021-05-09 00:00:00', 0.720808840550247, 1.48076923076924, 0.789649386655965, 2.07692307692308, 0.972678696257838, 2.70961538461539, 2.30210438846388, 4.92884615384615, 6.70938063173781, 16.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 675, '2021-05-09 00:00:00', 0.652179777008191, 1.44230769230769, 0.811589726780337, 1.95673076923077, 0.910976335925026, 2.45673076923077, 2.19993531373434, 4.80576923076922, 6.74208431877994, 16.7798076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 690, '2021-05-09 00:00:00', 0.488021909974722, 1.21923076923078, 0.776263238460131, 1.74615384615385, 1.20648886634538, 2.46923076923077, 2.02893776679781, 4.7076923076923, 6.74137968074785, 16.825 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 705, '2021-05-09 00:00:00', 0.518085417667785, 1.1625, 0.710771520142834, 1.62307692307693, 0.963403422168591, 2.34807692307692, 2.11997913632695, 4.76346153846153, 6.99451955792203, 18.9653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 720, '2021-05-09 00:00:00', 0.379403631222235, 1.04634615384616, 0.650088751337373, 1.69423076923077, 0.943934075273023, 2.31153846153845, 2.21590860857087, 4.87980769230769, 7.07736865758628, 19.0086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 735, '2021-05-09 00:00:00', 0.538495946702829, 1.16826923076924, 0.595996257086849, 1.53653846153846, 1.08416265101052, 2.36442307692308, 2.36078295356566, 4.82692307692307, 7.23337729662878, 19.0413461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 750, '2021-05-09 00:00:00', 0.436582003928064, 0.984615384615382, 0.600032050426021, 1.51730769230768, 0.919349686546878, 2.05961538461538, 2.51028901952315, 4.80480769230768, 7.25686942463166, 19.1653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 765, '2021-05-09 00:00:00', 0.454643774331576, 1.07980769230768, 0.674992877455298, 1.59423076923076, 0.949271481797402, 2.10288461538461, 2.451270667351, 5.35673076923076, 7.18077113118511, 19.2240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 780, '2021-05-09 00:00:00', 0.596018843274651, 1.1076923076923, 0.737892007941956, 1.42884615384615, 1.08730890451893, 2.33557692307692, 2.34991509666594, 5.6701923076923, 7.22805884144454, 19.2538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 795, '2021-05-09 00:00:00', 0.469173782794325, 0.999038461538458, 0.767954325564895, 1.48461538461539, 1.07185425243432, 2.31653846153846, 2.27955651051151, 5.83173076923077, 7.21021257554972, 19.4192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 810, '2021-05-09 00:00:00', 0.530432515826612, 0.985576923076929, 0.705471800668509, 1.64230769230769, 0.764674515976971, 2.21365384615384, 2.20216938494749, 5.875, 7.09658097526277, 19.4865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 825, '2021-05-09 00:00:00', 0.435765992248131, 1.12499999999999, 0.55704042803151, 1.43096153846154, 0.778092836066785, 2.1376923076923, 2.32540567180472, 6.06346153846154, 7.11098364936515, 19.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 840, '2021-05-09 00:00:00', 0.435836949046136, 0.859615384615392, 0.680763146430867, 1.4173076923077, 2.14623574767904, 2.25673076923077, 2.48070244394297, 6.27884615384615, 7.22889926720415, 19.5288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 855, '2021-05-09 00:00:00', 0.412139119529012, 0.935576923076922, 0.672061266666842, 1.35288461538461, 2.15048473963073, 2.24615384615384, 2.57323670022495, 6.35865384615385, 7.25240331518827, 19.5596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 870, '2021-05-09 00:00:00', 0.417375230857481, 0.820999999999992, 2.14644230841021, 1.63199999999999, 2.03648046066411, 2.33119999999999, 2.47851181827591, 6.24, 7.33245851789607, 19.71 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 885, '2021-05-09 00:00:00', 0.381713753345037, 0.836458333333334, 0.611691643450086, 1.35416666666667, 1.02435973286676, 2.30541666666666, 3.18658003916651, 8.86145833333333, 6.11134421217707, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 900, '2021-05-09 00:00:00', 0.531045890031025, 1.08020833333333, 0.602192213463879, 1.60437499999999, 1.12114118798918, 2.57520833333334, 3.21751040222184, 8.90833333333333, 6.11732179191165, 19.0354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 915, '2021-05-09 00:00:00', 0.485271803040412, 1.116875, 0.881103145847973, 1.86583333333333, 1.03608583995421, 2.61895833333333, 3.20917220352601, 8.84166666666667, 6.10550125762693, 19.1010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 930, '2021-05-09 00:00:00', 0.638324913858265, 1.275, 0.824572325467888, 1.75729166666667, 0.792198800944177, 2.239375, 3.31494845933438, 8.714375, 6.24336024120419, 19.0541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 945, '2021-05-09 00:00:00', 0.492120108395247, 1.10812500000001, 0.653376646098302, 1.63854166666667, 0.901639584433479, 3.176875, 3.3486167379936, 8.73416666666666, 6.24945214990187, 19.05 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 960, '2021-05-09 00:00:00', 0.444913890056511, 1.09375000000001, 0.572085200341065, 1.53645833333334, 1.05019899770596, 3.89875, 3.29145483862532, 8.76645833333333, 6.18780357182403, 19.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 975, '2021-05-09 00:00:00', 0.483241573623655, 1.13437500000001, 0.904362614845631, 2.98, 1.25332425726169, 4.23104166666667, 3.26946694204802, 8.79979166666667, 6.17581626359942, 19.0375 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 990, '2021-05-09 00:00:00', 0.837803130302643, 2.61645833333333, 0.988434203127875, 3.605, 1.37312533601482, 4.43833333333334, 3.46788307158536, 8.94770833333333, 6.17180614757045, 18.9770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1005, '2021-05-09 00:00:00', 0.907486974394478, 2.1625, 1.05584499352998, 2.74895833333333, 1.48118024815896, 3.67083333333333, 3.4195051063131, 8.30729166666666, 6.15836740787969, 18.7125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1020, '2021-05-09 00:00:00', 0.568269525509844, 1.58958333333333, 0.999202580611882, 2.29166666666667, 1.61226580986718, 3.31979166666666, 3.56195155325751, 7.96979166666666, 6.02120488673517, 18.503125 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1035, '2021-05-09 00:00:00', 0.70313737911807, 1.56250000000001, 0.879507025950137, 2.2375, 1.61452167951476, 2.98958333333333, 3.48053838054951, 7.896875, 5.96967189746688, 18.4677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1050, '2021-05-09 00:00:00', 0.478532582977401, 1.55104166666667, 1.00067006536128, 2.11666666666667, 1.11251933707344, 2.62083333333333, 3.32671103953735, 7.72291666666667, 6.02250525279369, 18.1677083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1065, '2021-05-09 00:00:00', 0.964058074503027, 1.28416666666667, 1.08917397816425, 1.87895833333333, 2.69619548784869, 6.06875000000001, 3.17939453235852, 7.553125, 6.04972264006699, 18.00625 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1080, '2021-05-09 00:00:00', 0.436303643767979, 1.2, 0.500773993325631, 1.514375, 2.61577225552104, 5.89583333333333, 2.93781084540952, 7.40729166666667, 6.12285417898397, 17.7729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 4, 1095, '2021-05-09 00:00:00', 0.424252059255594, 0.890625000000002, 2.62854229592168, 5.52708333333334, 2.49890102656741, 5.87291666666667, 3.07275604468446, 7.37916666666666, 6.11937815053747, 17.6979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 600, '2021-05-09 00:00:00', 0.885855920261561, 3.0904347826087, 0.963440700920261, 3.4295652173913, 1.15515411424969, 3.97413043478261, 2.42983343335176, 5.98282608695652, 6.78763698280018, 16.8489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 615, '2021-05-09 00:00:00', 0.714186150599059, 2.03630434782608, 0.851025363876116, 2.56347826086956, 1.10122757589566, 3.42108695652173, 2.23035173762297, 5.42934782608695, 6.72534620822998, 16.7054347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 630, '2021-05-09 00:00:00', 0.524501551447047, 1.46717391304347, 0.661033297015242, 2.01173913043478, 0.861738350190885, 2.92043478260869, 1.96560845561637, 4.92065217391304, 6.92396165928788, 16.7521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 645, '2021-05-09 00:00:00', 0.407380041268248, 1.38804347826087, 0.655027682485343, 2.12608695652174, 0.853930403714112, 2.93695652173913, 1.91687817473071, 4.76086956521739, 6.86512100138347, 16.9 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 660, '2021-05-09 00:00:00', 0.521627128953303, 1.43695652173913, 0.769382291628766, 2.04673913043477, 1.20758983986446, 2.86630434782609, 1.90469567454968, 4.65760869565217, 6.83314875710744, 17.0141304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 675, '2021-05-09 00:00:00', 0.540055625886241, 1.43152173913043, 0.70690062811099, 2.01304347826087, 1.18392247669771, 2.81739130434782, 2.00772470673241, 4.66195652173912, 6.69434252469537, 16.9282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 690, '2021-05-09 00:00:00', 0.456354020574882, 1.23891304347826, 1.03110210042554, 1.77478260869565, 1.28948357313131, 2.44760869565217, 1.7915942014331, 4.37934782608695, 6.72991522184943, 16.8945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 705, '2021-05-09 00:00:00', 0.67350331800786, 1.14891304347826, 0.711472544669287, 1.7, 1.05347040831044, 2.42391304347826, 1.77515169423613, 4.32608695652174, 6.88642403344286, 17.5271739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 720, '2021-05-09 00:00:00', 0.534933319327267, 1.19673913043478, 0.692880936449304, 1.60108695652174, 0.907182037416893, 2.40760869565216, 1.92778531618447, 4.28804347826086, 6.84364697749447, 17.5880434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 735, '2021-05-09 00:00:00', 0.476588772116497, 1.09130434782609, 0.832284583816431, 1.70108695652174, 0.839224891773552, 2.34565217391304, 1.99012445734713, 4.19891304347826, 6.83407907897673, 17.5663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 750, '2021-05-09 00:00:00', 0.524149980044856, 1.10326086956522, 0.637416196150223, 1.63804347826087, 1.1097250220239, 2.40652173913043, 2.03654967653142, 4.21630434782609, 6.85414443593193, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 765, '2021-05-09 00:00:00', 0.523227763493223, 1.24673913043478, 0.708363364472275, 1.79673913043479, 1.28638641930132, 2.42173913043478, 1.94808041222381, 4.54673913043477, 6.86761712821579, 17.5282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 780, '2021-05-09 00:00:00', 0.469162697114382, 1.125, 0.635032133263104, 1.57391304347826, 1.02263416352627, 2.20978260869565, 1.70366670365836, 4.62065217391304, 6.80896311892939, 17.5358695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 795, '2021-05-09 00:00:00', 0.48208262375497, 0.978260869565217, 0.722692935520602, 1.48152173913043, 0.765219426537895, 1.96195652173913, 1.88201651587012, 4.88043478260869, 6.74483241660334, 17.595652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 810, '2021-05-09 00:00:00', 0.313784907826117, 0.997826086956524, 0.518818302327543, 1.43260869565218, 0.763525924867429, 1.94673913043479, 1.94657206045943, 5.27282608695651, 6.7512440297042, 17.5913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 825, '2021-05-09 00:00:00', 0.448892466678061, 0.973913043478265, 0.510816791488299, 1.30760869565218, 0.673143765955137, 1.6804347826087, 1.9617645773428, 5.21956521739129, 6.73432358373392, 17.5413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 840, '2021-05-09 00:00:00', 0.406515001740791, 0.826086956521742, 0.521930136314896, 1.15760869565218, 0.655363249001873, 1.59347826086957, 1.88909851035307, 5.24999999999999, 6.65010772892621, 17.4815217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 855, '2021-05-09 00:00:00', 0.336880158374933, 0.812173913043488, 0.367414855292117, 1.10130434782609, 0.938057396880317, 1.79695652173913, 1.93939741976178, 5.25652173913043, 6.6363581880426, 17.475 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 870, '2021-05-09 00:00:00', 0.24964896303226, 0.75217391304347, 0.48394173693026, 1.22282608695652, 0.825877243507689, 1.85130434782608, 1.95099738858787, 5.27391304347825, 6.61108446073983, 17.4967391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 885, '2021-05-09 00:00:00', 0.35389908903158, 0.853260869565224, 0.712775153167059, 1.32065217391304, 1.08588764441105, 2.09239130434783, 3.63451898617541, 7.56847826086956, 6.79475028407409, 17.3978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 900, '2021-05-09 00:00:00', 0.620246747406213, 0.985869565217386, 0.606874403399892, 1.32978260869565, 1.46122508702141, 2.22086956521739, 3.5883526448159, 7.78260869565217, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 915, '2021-05-09 00:00:00', 0.391981890361703, 0.97543478260869, 1.1001737645722, 1.75130434782609, 1.43247981450781, 2.23065217391304, 3.54767640930487, 7.96521739130435, 6.68403464757331, 17.4565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 930, '2021-05-09 00:00:00', 1.10324364557516, 1.35978260869565, 1.49281887768779, 1.74673913043478, 1.49101395984695, 2.26108695652174, 3.40865774586691, 8.05108695652174, 6.67838954072818, 17.4586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 945, '2021-05-09 00:00:00', 0.774260133896037, 1.03586956521739, 0.727639328304113, 1.34891304347826, 1.15372420684258, 2.8, 3.41751258849037, 7.95326086956522, 6.75037658150232, 17.4010869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 960, '2021-05-09 00:00:00', 0.453140120028503, 0.972826086956521, 0.711672166609922, 1.45, 1.19914536430872, 3.37717391304348, 3.39921302796488, 8.16413043478262, 6.61331936950001, 17.4489130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 975, '2021-05-09 00:00:00', 0.621837850450551, 1.04130434782609, 1.04955288805383, 2.52608695652175, 1.45736425547031, 3.88913043478261, 3.40308799550325, 8.20978260869566, 6.61275977918699, 17.4934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 990, '2021-05-09 00:00:00', 1.0297369574707, 2.37826086956522, 1.18629567597208, 3.19239130434783, 1.72513675920046, 4.32826086956522, 3.38911883565824, 8.2358695652174, 6.61077729788362, 17.4891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1005, '2021-05-09 00:00:00', 0.640902433178214, 1.84673913043479, 1.05904955898176, 2.64782608695653, 1.41024799489828, 3.43695652173913, 3.48434776505247, 7.71956521739131, 6.7136962908204, 17.0826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1020, '2021-05-09 00:00:00', 0.787813241547337, 1.78260869565218, 1.19076236914123, 2.52173913043478, 1.28712923975873, 2.95304347826087, 3.5920338959817, 7.52065217391304, 6.6125466517329, 16.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1035, '2021-05-09 00:00:00', 0.815491982739885, 1.50108695652174, 0.830140292443589, 2.00978260869565, 1.19966835008582, 2.56717391304348, 3.71518622624118, 7.37282608695652, 6.74454160066954, 16.9336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1050, '2021-05-09 00:00:00', 0.605881499391051, 1.38913043478261, 0.839693149299336, 1.8486956521739, 0.953230672720422, 2.41847826086957, 3.76737116227063, 7.29673913043478, 6.81873798785637, 16.8467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1065, '2021-05-09 00:00:00', 0.625449324651892, 1.18130434782609, 0.765221750908349, 1.66065217391305, 3.6733140576335, 5.7054347826087, 3.71450859612304, 7.22826086956522, 6.82785831791244, 16.8608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1080, '2021-05-09 00:00:00', 0.601215090446207, 1.23130434782609, 0.619351949980522, 1.60326086956522, 3.69388682842148, 5.90108695652174, 3.75200506343574, 7.14021739130435, 6.86824767222007, 16.8097826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 5, 1095, '2021-05-09 00:00:00', 0.495246674673043, 0.909782608695654, 3.72617994681516, 5.44021739130435, 3.67995518425194, 6.04239130434783, 3.80831080996503, 7.01304347826087, 6.87861726614232, 16.8663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 600, '2021-05-09 00:00:00', 1.93623492423265, 3.6784090909091, 1.95425221801121, 4.07272727272728, 1.71981426121358, 4.79204545454546, 1.80927631666457, 5.87613636363637, 6.86691791769143, 17.8704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 615, '2021-05-09 00:00:00', 0.903485943802862, 2.22477272727273, 1.27103972846721, 3.00090909090909, 1.19954753374524, 3.56, 2.35153325683662, 5.5009090909091, 6.855017658589, 17.6213636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 630, '2021-05-09 00:00:00', 0.945973610323554, 1.9875, 0.950968548193727, 2.58068181818182, 1.62000689766583, 3.32159090909092, 2.43211985323904, 5.42386363636364, 6.87021725019923, 17.5127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 645, '2021-05-09 00:00:00', 0.607761176109612, 1.54886363636363, 0.96755817973331, 2.19545454545454, 1.38523639503511, 3.06818181818182, 2.38234992804452, 5.13068181818181, 6.85518533792603, 17.6727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 660, '2021-05-09 00:00:00', 0.599419136219229, 1.4034090909091, 1.02125212277303, 2.01022727272728, 1.13283646321124, 2.88750000000001, 2.24523545559976, 4.96818181818182, 6.78872898116088, 17.7193181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 675, '2021-05-09 00:00:00', 0.516088560808526, 1.27045454545455, 0.666313150317265, 2.0125, 1.13786653863284, 2.67045454545455, 2.36994192533008, 4.74659090909091, 6.94608878079235, 17.8727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 690, '2021-05-09 00:00:00', 0.597583744063402, 1.35795454545455, 0.968458883084416, 1.79431818181818, 1.51667677557166, 2.60681818181818, 2.84878196991648, 4.88295454545455, 6.93558107894338, 17.9079545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 705, '2021-05-09 00:00:00', 0.597890411131467, 1.11590909090908, 0.831446999245364, 1.70227272727273, 1.15457927439644, 2.37159090909091, 2.83669069927912, 4.72386363636363, 8.1827186478393, 18.4397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 720, '2021-05-09 00:00:00', 0.480097674495806, 1.12159090909091, 0.767897034099206, 1.66704545454545, 0.951986559301609, 2.15113636363637, 2.75562515003991, 4.62159090909091, 8.14159926108738, 18.3363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 735, '2021-05-09 00:00:00', 0.583911278322642, 1.15, 0.650944202661302, 1.47954545454545, 0.68620450550592, 2.03863636363636, 2.80581806059792, 4.64431818181818, 8.15364539154087, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 750, '2021-05-09 00:00:00', 0.509663117663514, 0.952272727272725, 0.612210042684407, 1.33977272727273, 0.776205249109143, 1.92727272727273, 2.92334077148624, 4.70113636363636, 8.21834178985589, 18.3431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 765, '2021-05-09 00:00:00', 0.578595478095647, 0.968181818181817, 0.626706544623234, 1.40795454545454, 1.18873056541122, 2.0875, 2.89719995626468, 5.47840909090909, 8.206840487669, 18.3488636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 780, '2021-05-09 00:00:00', 0.445072833185566, 0.997727272727268, 0.688852958379649, 1.37727272727273, 1.1481257077048, 2.40454545454545, 2.84244294090389, 5.85340909090909, 8.18062634867954, 18.2988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 795, '2021-05-09 00:00:00', 0.453730329734755, 0.929545454545451, 0.824536633615003, 1.43522727272727, 2.14964886894121, 2.65454545454546, 2.89291192294881, 6.05681818181819, 8.19534631963172, 18.2431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 810, '2021-05-09 00:00:00', 0.462004678018332, 1.00568181818182, 0.903541163533316, 1.67840909090909, 2.20100331313144, 2.44318181818182, 2.84811326816748, 6.26704545454545, 8.18169612703573, 18.1840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 825, '2021-05-09 00:00:00', 0.91020920125172, 1.22613636363636, 2.10493390709702, 1.96590909090908, 2.20245583118293, 2.27954545454545, 2.83159666345724, 6.38295454545454, 8.18520509954668, 18.1170454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 840, '2021-05-09 00:00:00', 1.20297025976848, 1.17272727272727, 1.29894489733797, 1.55568181818182, 1.36566439200916, 1.98522727272727, 2.32895848375354, 6.32499999999999, 8.35553546720513, 17.9659090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 855, '2021-05-09 00:00:00', 0.620122744797128, 1.05113636363636, 0.659348359928392, 1.32045454545455, 1.07842879134817, 1.91590909090909, 2.22686154434045, 6.21136363636363, 8.41422599733327, 17.9840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 870, '2021-05-09 00:00:00', 0.379573481869489, 0.851136363636367, 0.539991582425969, 1.26363636363636, 1.19957660730632, 2.08068181818181, 2.23263046622169, 6.18068181818181, 8.48085992804076, 17.9875 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 885, '2021-05-09 00:00:00', 0.462133498168953, 0.955681818181817, 0.685976765916035, 1.42613636363637, 1.04401769320397, 2.20909090909091, 3.91646886301658, 9.82954545454545, 8.47671283244413, 17.9965909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 900, '2021-05-09 00:00:00', 0.454339644965095, 1.06931818181818, 0.899305287430243, 1.575, 1.10730553196737, 2.22727272727272, 3.94201752463155, 10.0454545454545, 8.47598562121729, 17.9818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 915, '2021-05-09 00:00:00', 0.628667809169285, 0.987499999999991, 0.691484420260645, 1.49431818181817, 1.31407630554566, 2.15681818181818, 4.04989711803481, 10.1, 8.49001617957452, 17.9284090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 930, '2021-05-09 00:00:00', 0.624531209469734, 1.06022727272726, 0.987349637848368, 1.47045454545454, 1.27704985461368, 2.25795454545454, 4.09530552301533, 10.2397727272727, 8.46361674708622, 17.9431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983345, 1, 945, '2021-05-09 00:00:00', 0.56382179954754, 1.07045454545455, 0.88140129108751, 1.60795454545455, 1.34859886003266, 3.45113636363636, 4.32076620089199, 10.1590909090909, 8.5555034691355, 17.8090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983345 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945);
Date: 2021-05-09 15:45:43 Duration: 6s567ms Database: acaweb_fx User: pgperfstats
13 6s332ms 6s381ms 6s353ms 5 31s767ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration May 09 15 5 31s767ms 6s353ms [ User: pgperfstats - Total duration: 31s767ms - Times executed: 5 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 945, '2021-05-09 00:00:00', 0.0708996918494567, 0.154375000000001, 0.127696282560262, 0.202916666666667, 0.152067276301442, 0.32375, 0.388105534355156, 0.950416666666667, 0.760279524063448, 2.34979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 960, '2021-05-09 00:00:00', 0.108422273969667, 0.151458333333334, 0.117974297126995, 0.22875, 0.165935943420467, 0.357291666666667, 0.368594016382582, 0.965625, 0.762855999099645, 2.35333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 975, '2021-05-09 00:00:00', 0.0708169205196332, 0.155416666666667, 0.126016878326628, 0.259583333333333, 0.187396348161717, 0.3925, 0.368004250822172, 0.958541666666667, 0.765219017620142, 2.34583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 990, '2021-05-09 00:00:00', 0.101716250678906, 0.183749999999999, 0.162250923938326, 0.270833333333334, 0.223781321182411, 0.377916666666666, 0.361993274018707, 0.9475, 0.766634342812601, 2.33395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1005, '2021-05-09 00:00:00', 0.129736180186081, 0.198541666666668, 0.138333769861367, 0.278333333333334, 0.209190988250491, 0.3725, 0.336825547242726, 0.919166666666668, 0.770720976927034, 2.31604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1020, '2021-05-09 00:00:00', 0.103387374835433, 0.195416666666666, 0.169459926432967, 0.260833333333333, 0.218321059783355, 0.370208333333333, 0.324897907599169, 0.911041666666667, 0.772483173682888, 2.30458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1035, '2021-05-09 00:00:00', 0.109660213016575, 0.160833333333333, 0.158033516670688, 0.235624999999999, 0.170699753359815, 0.353333333333333, 0.307166810178708, 0.889166666666668, 0.779436082616181, 2.29645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1050, '2021-05-09 00:00:00', 0.101091641234754, 0.162291666666667, 0.125813116237502, 0.230625, 0.134713699366848, 0.316041666666667, 0.288612372308041, 0.878333333333334, 0.778983335015508, 2.28791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1065, '2021-05-09 00:00:00', 0.075065526930365, 0.1566, 0.114381671025855, 0.2396, 0.240203559507347, 0.6146, 0.293917930722166, 0.902400000000001, 0.840028620544165, 2.3522 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1080, '2021-05-09 00:00:00', 0.0979051411656533, 0.168, 0.103709530259599, 0.1966, 0.242405823637413, 0.6378, 0.294028343304972, 0.8838, 0.844963411436653, 2.3444 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 1, 1095, '2021-05-09 00:00:00', 0.0598957427535557, 0.111, 0.20757528754647, 0.53, 0.281129122172238, 0.6674, 0.290488094994155, 0.864, 0.861951516424599, 2.338 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 600, '2021-05-09 00:00:00', 0.122440461721879, 0.396000000000001, 0.175823538431766, 0.4958, 0.252504620419772, 0.607400000000001, 0.270774660311238, 0.782200000000001, 0.857427110604744, 2.236 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 615, '2021-05-09 00:00:00', 0.110631897148456, 0.280399999999999, 0.165489677422289, 0.4008, 0.231134340445839, 0.4928, 0.244054638691148, 0.6878, 0.993094825952353, 2.2504 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 630, '2021-05-09 00:00:00', 0.110491326959782, 0.266000000000001, 0.136856981310174, 0.320600000000001, 0.244602909494824, 0.470800000000001, 0.226582030767373, 0.640400000000001, 1.00031245118713, 2.237 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 645, '2021-05-09 00:00:00', 0.0956220860122468, 0.189600000000001, 0.177376013034458, 0.2868, 0.209451068271327, 0.394800000000001, 0.207997796462687, 0.578800000000001, 1.01555863116481, 2.1998 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 660, '2021-05-09 00:00:00', 0.0949890344548603, 0.185999999999999, 0.130702269809416, 0.2782, 0.131984216228052, 0.3236, 0.203343510674261, 0.5506, 1.0224239172998, 2.1856 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 675, '2021-05-09 00:00:00', 0.0572727392977382, 0.175200000000002, 0.0883058133231707, 0.227000000000001, 0.0917619202065862, 0.283400000000001, 0.226430084868009, 0.5368, 1.02189623576304, 2.1836 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 690, '2021-05-09 00:00:00', 0.0803492377064023, 0.161800000000001, 0.0808769641698639, 0.208400000000001, 0.137302889020346, 0.273000000000001, 0.244695729427386, 0.519800000000001, 1.02652277130125, 2.1714 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 705, '2021-05-09 00:00:00', 0.0745167766345264, 0.150600000000001, 0.0914526289033468, 0.196400000000001, 0.147274403750278, 0.272200000000001, 0.280135681411705, 0.539800000000001, 1.03396687567833, 2.225 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 720, '2021-05-09 00:00:00', 0.0698659430624104, 0.143, 0.121589473228565, 0.2044, 0.129832584507896, 0.2776, 0.328685133017401, 0.5538, 1.04146759431103, 2.2388 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 735, '2021-05-09 00:00:00', 0.0799749960925279, 0.135, 0.0803188358021659, 0.196346153846154, 0.130230564768797, 0.29, 0.35041277856924, 0.586346153846154, 1.07884846016482, 2.32 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 750, '2021-05-09 00:00:00', 0.056034215737647, 0.1374, 0.108916252230786, 0.2074, 0.126595484384975, 0.300799999999999, 0.334486795952645, 0.5428, 1.08053659509215, 2.2752 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 765, '2021-05-09 00:00:00', 0.0740450313435462, 0.1458, 0.095492146273922, 0.206999999999999, 0.096028207661429, 0.283799999999999, 0.324589484323404, 0.536, 1.08614390544409, 2.2724 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 780, '2021-05-09 00:00:00', 0.0547151715705981, 0.14, 0.0707943029722961, 0.2008, 0.088871161426716, 0.2572, 0.317289562807645, 0.536800000000001, 1.09332158276206, 2.261 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 795, '2021-05-09 00:00:00', 0.0741069047615222, 0.152799999999999, 0.0706417015650104, 0.1944, 0.0971326412695548, 0.255799999999999, 0.335134674422089, 0.5506, 1.1243504421072, 2.2742 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 810, '2021-05-09 00:00:00', 0.0419106191793921, 0.1326, 0.0669191053935023, 0.1736, 0.142667153425961, 0.2468, 0.345048305796932, 0.568, 1.15738995157207, 2.2916 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 825, '2021-05-09 00:00:00', 0.0766692028566012, 0.1214, 0.0979532201274337, 0.178599999999999, 0.190859241327215, 0.267199999999999, 0.353254157795772, 0.574799999999999, 1.19421197867045, 2.3038 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 840, '2021-05-09 00:00:00', 0.062832449153815, 0.123999999999999, 0.0899360884183885, 0.170199999999999, 0.16393596310755, 0.279, 0.320905879243951, 0.569199999999999, 1.28042717481316, 2.332 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 855, '2021-05-09 00:00:00', 0.0636409197503207, 0.122799999999999, 0.124293671064405, 0.2102, 0.167985118388506, 0.2776, 0.306372322509721, 0.578399999999999, 1.30160087328387, 2.3326 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 870, '2021-05-09 00:00:00', 0.0909775613361153, 0.145400000000001, 0.109902229276752, 0.194200000000001, 0.146429163761868, 0.255400000000001, 0.266061239817704, 0.5664, 1.30906843467661, 2.3218 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 885, '2021-05-09 00:00:00', 0.0807480649922955, 0.128400000000001, 0.107367360030878, 0.1756, 0.137555140458898, 0.2462, 0.308554155160267, 0.8216, 1.30407773924717, 2.33 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 900, '2021-05-09 00:00:00', 0.0783379431267721, 0.119199999999999, 0.0917210444772632, 0.1624, 0.151683057722345, 0.241599999999999, 0.305605682756936, 0.9136, 1.3033767682447, 2.3308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 915, '2021-05-09 00:00:00', 0.0595643909283625, 0.121, 0.0927352863441607, 0.1754, 0.125158233182374, 0.252, 0.318744542436938, 0.9478, 1.30483418486795, 2.3338 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 930, '2021-05-09 00:00:00', 0.0602231959740881, 0.1318, 0.0853302408293813, 0.180999999999999, 0.0996631827707713, 0.2534, 0.346956769641406, 0.995399999999999, 1.30545340144079, 2.3324 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 945, '2021-05-09 00:00:00', 0.0610397096474593, 0.125384615384616, 0.0709552947013384, 0.185576923076923, 0.128967050055431, 0.327500000000001, 0.353974792670544, 1.04192307692308, 1.32243615521332, 2.39923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 960, '2021-05-09 00:00:00', 0.0661106298912316, 0.146153846153846, 0.0857440287223453, 0.195961538461539, 0.111012993002552, 0.34673076923077, 0.372854684005197, 1.06384615384615, 1.32295857252424, 2.39923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 975, '2021-05-09 00:00:00', 0.0549282749102445, 0.126346153846154, 0.10254079863457, 0.258846153846155, 0.126376878362362, 0.353653846153846, 0.380119212069865, 1.06384615384615, 1.32437272524944, 2.39634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 990, '2021-05-09 00:00:00', 0.0822285744831955, 0.198461538461539, 0.0985221568207647, 0.263846153846155, 0.152582890461344, 0.346538461538462, 0.407275044089938, 1.06980769230769, 1.32799092038138, 2.38673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1005, '2021-05-09 00:00:00', 0.0608946126201155, 0.176923076923078, 0.098473932513205, 0.258653846153846, 0.141082081945773, 0.328076923076924, 0.417844330600984, 1.07326923076923, 1.32465258144861, 2.38230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1020, '2021-05-09 00:00:00', 0.0607279557978414, 0.18326923076923, 0.0910705559104922, 0.240384615384615, 0.131624904120062, 0.303653846153845, 0.429199971324108, 1.08384615384615, 1.32416401784441, 2.37788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1035, '2021-05-09 00:00:00', 0.0713711857393877, 0.169615384615384, 0.122108400769405, 0.222307692307692, 0.134099274362748, 0.291153846153846, 0.438794896892, 1.07519230769231, 1.3263792386099, 2.37326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1050, '2021-05-09 00:00:00', 0.089719220134476, 0.151538461538462, 0.0929863513557847, 0.192307692307693, 0.0996818014406928, 0.262307692307692, 0.447615219374169, 1.06576923076923, 1.33098571049372, 2.36519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1065, '2021-05-09 00:00:00', 0.0523317817833044, 0.118846153846154, 0.0606084533327216, 0.179230769230769, 0.315552750679721, 0.643461538461538, 0.445506453376379, 1.065, 1.33413723201407, 2.35807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1080, '2021-05-09 00:00:00', 0.058366547320824, 0.139423076923077, 0.0637386490648762, 0.171153846153846, 0.305462826644321, 0.758461538461538, 0.444336540854409, 1.06019230769231, 1.33584690797204, 2.34980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 2, 1095, '2021-05-09 00:00:00', 0.0460505575010088, 0.104423076923077, 0.313292993857187, 0.5975, 0.307390818640725, 0.806346153846153, 0.462146996261845, 1.04961538461538, 1.33232053200422, 2.34 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 600, '2021-05-09 00:00:00', 0.178288983222356, 0.449807692307692, 0.20571788000523, 0.599615384615384, 0.255750554552373, 0.722115384615384, 0.408335457869931, 0.939615384615385, 1.34829985537343, 2.2825 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 615, '2021-05-09 00:00:00', 0.141190133671422, 0.315576923076923, 0.209980676766661, 0.438269230769231, 0.205883555587957, 0.565961538461538, 0.363667642011431, 0.796923076923077, 1.351758470119, 2.17980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 630, '2021-05-09 00:00:00', 0.143131461896452, 0.256153846153846, 0.151424517880641, 0.345769230769229, 0.177772650834192, 0.448653846153845, 0.389244831001695, 0.721538461538461, 1.35042154387208, 2.14211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 645, '2021-05-09 00:00:00', 0.10243966329203, 0.221730769230768, 0.130260685373009, 0.304615384615384, 0.146196390568935, 0.364230769230768, 0.381853173554766, 0.684615384615384, 1.35767812261058, 2.11173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 660, '2021-05-09 00:00:00', 0.0986485603622183, 0.208461538461539, 0.116352250317069, 0.270384615384615, 0.160727672214166, 0.349230769230769, 0.377853655024514, 0.685769230769231, 1.35221430936873, 2.10153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 675, '2021-05-09 00:00:00', 0.068632802204642, 0.182692307692308, 0.0890358614008114, 0.239230769230769, 0.143333929635016, 0.338846153846154, 0.353674774551206, 0.665384615384615, 1.34760625383849, 2.08115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 690, '2021-05-09 00:00:00', 0.0740799983385933, 0.154615384615384, 0.122945266120897, 0.223461538461539, 0.159338053786957, 0.333846153846154, 0.376901333752768, 0.668846153846153, 1.34998850422456, 2.07519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 705, '2021-05-09 00:00:00', 0.0690532124802751, 0.137884615384617, 0.0958050905986493, 0.216153846153847, 0.110962225034538, 0.288846153846155, 0.523707346344678, 0.694230769230769, 1.42218738622534, 2.10519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 720, '2021-05-09 00:00:00', 0.0618372553873977, 0.155384615384616, 0.0796156633216979, 0.225576923076924, 0.0902475228724617, 0.278846153846154, 0.511252346242501, 0.700192307692308, 1.41842502038759, 2.11346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 735, '2021-05-09 00:00:00', 0.0672541105406605, 0.156346153846155, 0.0701780702104404, 0.189807692307693, 0.0913665483305905, 0.274615384615385, 0.499401526444788, 0.696730769230769, 1.41545312125183, 2.12846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 750, '2021-05-09 00:00:00', 0.0531286537205099, 0.129423076923077, 0.0730331852916611, 0.190384615384615, 0.0932275957824962, 0.255769230769231, 0.498844510999014, 0.690384615384615, 1.41714425735486, 2.12961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 765, '2021-05-09 00:00:00', 0.0607327056738092, 0.132692307692308, 0.0753800626568717, 0.183076923076923, 0.0998246539611411, 0.244807692307693, 0.490562981136508, 0.679038461538462, 1.41400146882744, 2.13807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 780, '2021-05-09 00:00:00', 0.0552824913164543, 0.126923076923077, 0.0505964425626936, 0.165, 0.128802771112091, 0.268076923076923, 0.496107308491279, 0.677692307692308, 1.41252616041125, 2.14192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 795, '2021-05-09 00:00:00', 0.0469357170869, 0.120192307692308, 0.0666748712900028, 0.181538461538461, 0.179121359805193, 0.317692307692308, 0.500651613860914, 0.710961538461538, 1.40914607257238, 2.14942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 810, '2021-05-09 00:00:00', 0.0612626752975689, 0.128653846153846, 0.115958878653002, 0.197692307692307, 0.256056559256859, 0.344807692307692, 0.502160294665419, 0.754807692307692, 1.41073930427113, 2.15076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 825, '2021-05-09 00:00:00', 0.0858139759103285, 0.139038461538461, 0.159757990049373, 0.241153846153846, 0.245670511050879, 0.325, 0.514995743074266, 0.771153846153847, 1.41490669711415, 2.16980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 840, '2021-05-09 00:00:00', 0.138623452339284, 0.177307692307694, 0.225299458840553, 0.244615384615385, 0.224760727475653, 0.310769230769231, 0.514569125206113, 0.765769230769232, 1.41621012402278, 2.16865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 855, '2021-05-09 00:00:00', 0.121723520260529, 0.138846153846153, 0.121125491187382, 0.189230769230769, 0.134864176688422, 0.277884615384615, 0.511964692292199, 0.759615384615385, 1.41706039174276, 2.16807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 870, '2021-05-09 00:00:00', 0.0704723077091004, 0.137115384615385, 0.0655321412626015, 0.187692307692307, 0.22333073094542, 0.308846153846153, 0.505650418919876, 0.747115384615385, 1.42058028500815, 2.17211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 885, '2021-05-09 00:00:00', 0.0569966260809825, 0.138846153846153, 0.098721052232267, 0.205384615384614, 0.480610189078586, 0.363076923076922, 0.707299196836921, 1.14692307692308, 1.39264060193355, 2.19038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 900, '2021-05-09 00:00:00', 0.0789724879065729, 0.135576923076923, 0.237496234787968, 0.242307692307692, 0.481989786039241, 0.381923076923078, 0.760919585360119, 1.20615384615385, 1.38917651312401, 2.19576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 915, '2021-05-09 00:00:00', 0.0786749642516598, 0.1378, 0.0886110414489452, 0.1954, 0.125983795254257, 0.2986, 0.723993957157102, 1.1512, 1.26791751834784, 2.0724 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 930, '2021-05-09 00:00:00', 0.0654586383400494, 0.1434, 0.0958527516558601, 0.212400000000001, 0.120663789100127, 0.3142, 0.723380547614232, 1.1574, 1.2731399831388, 2.094 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 945, '2021-05-09 00:00:00', 0.0620436674179303, 0.1584, 0.101129042976453, 0.229000000000001, 0.147967620331838, 0.320600000000001, 0.722726319801163, 1.158, 1.27648400564467, 2.0998 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 960, '2021-05-09 00:00:00', 0.0577804753643764, 0.1564, 0.0946625585963109, 0.2112, 0.164295972764602, 0.321600000000001, 0.734441227510185, 1.1532, 1.28305787086943, 2.098 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 975, '2021-05-09 00:00:00', 0.0718023908608444, 0.1442, 0.113414064383568, 0.2376, 0.187047899391217, 0.3716, 0.716254901088525, 1.1576, 1.28833962913511, 2.1026 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 990, '2021-05-09 00:00:00', 0.111679228149195, 0.200800000000001, 0.138383525030981, 0.272000000000001, 0.214436665086298, 0.4218, 0.709452723348544, 1.1474, 1.30346327144266, 2.1104 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1005, '2021-05-09 00:00:00', 0.0749961110102829, 0.166600000000001, 0.11287640733711, 0.256600000000001, 0.263335495771713, 0.403200000000001, 0.722378421143193, 1.1458, 1.29743570810529, 2.0946 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1020, '2021-05-09 00:00:00', 0.0831554768691348, 0.1724, 0.171168289508697, 0.2844, 0.255312390350854, 0.388600000000001, 0.720031828000216, 1.13, 1.29820703279562, 2.0896 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1035, '2021-05-09 00:00:00', 0.128727748886296, 0.203, 0.220406253692282, 0.278200000000001, 0.222359131436812, 0.3546, 0.751738928529491, 1.1252, 1.30099410708376, 2.1426 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1050, '2021-05-09 00:00:00', 0.121629560551701, 0.177, 0.134470566791894, 0.2286, 0.178327414231987, 0.2994, 0.75068868380974, 1.1072, 1.29913535348195, 2.1388 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1065, '2021-05-09 00:00:00', 0.133738550911844, 0.1738, 0.15600427344574, 0.250399999999999, 0.633447906303272, 0.876000000000001, 0.731074950557966, 1.1018, 1.27457993080073, 2.1304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1080, '2021-05-09 00:00:00', 0.0742462120245867, 0.171, 0.0917051434399038, 0.1966, 0.689788735773497, 0.927800000000001, 0.728941870110367, 1.085, 1.26677747322356, 2.1322 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 3, 1095, '2021-05-09 00:00:00', 0.0437340447096611, 0.102799999999999, 0.641894137170089, 0.825200000000001, 0.700783609016839, 0.938200000000001, 0.724988333239462, 1.0782, 1.25498814735439, 2.1366 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 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 983225, 4, 600, '2021-05-09 00:00:00', 0.399327729903103, 0.626875000000001, 0.498067824669507, 0.737083333333334, 0.503388472961137, 0.808958333333334, 0.563079653026261, 0.937500000000001, 1.10563936516257, 2.05083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 615, '2021-05-09 00:00:00', 0.203544230139763, 0.337916666666667, 0.229361017719393, 0.413958333333333, 0.263079587891606, 0.525, 0.317954783837604, 0.721875, 0.968569443201853, 1.934375 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 630, '2021-05-09 00:00:00', 0.133896455776713, 0.26, 0.167006763509659, 0.362291666666668, 0.216428415551126, 0.458958333333333, 0.26593959418188, 0.672708333333334, 0.909204715990689, 1.91479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 645, '2021-05-09 00:00:00', 0.103699677860667, 0.234166666666667, 0.165796277995321, 0.319166666666667, 0.174348554563154, 0.386875000000001, 0.218345122206347, 0.605625, 0.899874286711237, 1.91041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 660, '2021-05-09 00:00:00', 0.105942756966312, 0.213958333333333, 0.114211022273227, 0.275625, 0.135363172265566, 0.326666666666667, 0.202105650194595, 0.588541666666667, 0.890303822713982, 1.901875 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 675, '2021-05-09 00:00:00', 0.0721835296762472, 0.178125, 0.0870009057923854, 0.223125, 0.131851193846854, 0.321041666666666, 0.250867967901127, 0.582708333333333, 0.894833575936435, 1.89520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 690, '2021-05-09 00:00:00', 0.0666998332353491, 0.146458333333333, 0.115886626255698, 0.211666666666666, 0.178824665159942, 0.3275, 0.253045221369564, 0.570833333333333, 0.898033176979849, 1.89375 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 705, '2021-05-09 00:00:00', 0.0786664210263919, 0.146666666666666, 0.129966376644004, 0.237708333333334, 0.194652700759695, 0.32625, 0.253431521780311, 0.548333333333334, 0.879808526600113, 1.945 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 720, '2021-05-09 00:00:00', 0.117403791941822, 0.166458333333333, 0.141190589660556, 0.234999999999999, 0.167565150643399, 0.307916666666666, 0.253504423538571, 0.559166666666668, 0.879319127861545, 1.95395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 735, '2021-05-09 00:00:00', 0.0730978597597033, 0.149583333333333, 0.0947190257581845, 0.211041666666667, 0.122641333730234, 0.286875, 0.258158192149529, 0.552500000000001, 0.881519192619492, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 750, '2021-05-09 00:00:00', 0.073254754507616, 0.153541666666667, 0.113817168415345, 0.205, 0.12418703023368, 0.285625, 0.258725625471005, 0.557083333333334, 0.883602203064744, 1.965625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 765, '2021-05-09 00:00:00', 0.114246111150636, 0.155, 0.130383353387539, 0.217083333333334, 0.1453355375614, 0.300625000000001, 0.276646258196118, 0.593750000000001, 0.888924199177892, 1.96166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 780, '2021-05-09 00:00:00', 0.0719673713305692, 0.145208333333333, 0.0829939647709747, 0.201458333333334, 0.117662738058979, 0.279791666666667, 0.369226509855008, 0.646041666666668, 0.88750862416712, 1.96291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 795, '2021-05-09 00:00:00', 0.0432253741570216, 0.133541666666667, 0.0848525468689357, 0.197291666666666, 0.120357069901865, 0.274791666666667, 0.591348250714577, 0.714166666666667, 0.878158481619679, 1.97583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 810, '2021-05-09 00:00:00', 0.0681586889842959, 0.138958333333333, 0.0771993349637179, 0.193541666666667, 0.0917808906257614, 0.269583333333334, 0.588726479575724, 0.723541666666667, 0.879252992190167, 1.97854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 825, '2021-05-09 00:00:00', 0.0568460768151616, 0.144791666666666, 0.0849285718638931, 0.207083333333334, 0.0820963445142882, 0.280625, 0.587791863981053, 0.734166666666667, 0.876741641418441, 1.98041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 840, '2021-05-09 00:00:00', 0.0631505992719461, 0.145208333333333, 0.0541267969210043, 0.189166666666667, 0.107662709690826, 0.293958333333333, 0.589073171250362, 0.729375, 0.877218512595682, 1.98333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 855, '2021-05-09 00:00:00', 0.0421694305103262, 0.1225, 0.075613133875622, 0.197291666666667, 0.165606045538323, 0.319166666666667, 0.600955760507342, 0.75, 0.87730852302096, 1.985625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 870, '2021-05-09 00:00:00', 0.0661026869150665, 0.142500000000001, 0.107506108690609, 0.221458333333334, 0.158416072965824, 0.310000000000001, 0.608432255705275, 0.754375, 0.879669733809064, 1.98583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 885, '2021-05-09 00:00:00', 0.0745116954150363, 0.152916666666667, 0.14696691927886, 0.235833333333333, 0.134861039592612, 0.306250000000001, 0.606289461587355, 0.937291666666667, 0.858489151468092, 1.99583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 900, '2021-05-09 00:00:00', 0.0962701136522066, 0.161249999999999, 0.0962501176359159, 0.204791666666668, 0.174352710772225, 0.326458333333334, 0.602521272701614, 0.968333333333334, 0.855069282725598, 1.9825 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 915, '2021-05-09 00:00:00', 0.0691770334469597, 0.135625000000001, 0.0967506506737661, 0.204583333333334, 0.189860742254094, 0.308333333333334, 0.586772059044535, 0.991666666666667, 0.850087804501581, 1.97916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 930, '2021-05-09 00:00:00', 0.0664784480713186, 0.157083333333333, 0.126107952087527, 0.238541666666667, 0.14330325982113, 0.308541666666666, 0.553189000841642, 1.005625, 0.833442284544446, 1.97229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 945, '2021-05-09 00:00:00', 0.0702157647767811, 0.157083333333333, 0.0889705618143721, 0.19625, 0.14774145062197, 0.308333333333332, 0.551089664973477, 1.01541666666667, 0.824111181291963, 1.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 960, '2021-05-09 00:00:00', 0.0474451437627355, 0.130208333333333, 0.0664222194140191, 0.190208333333333, 0.28544135352879, 0.374375, 0.528774046974341, 1.02291666666667, 0.823177719554541, 1.96458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 975, '2021-05-09 00:00:00', 0.0486092822292267, 0.127916666666668, 0.111002513354493, 0.227916666666667, 0.501421168685366, 0.449166666666667, 0.519967207369014, 1.040625, 0.808202486421547, 1.96395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 990, '2021-05-09 00:00:00', 0.0984517832402662, 0.179166666666667, 0.261461108449965, 0.315208333333334, 0.495899444502585, 0.460208333333334, 0.52542736229043, 1.07, 0.801611573101608, 1.970625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1005, '2021-05-09 00:00:00', 0.242854309370269, 0.232291666666667, 0.49116524419125, 0.365416666666668, 0.477471260232307, 0.431250000000001, 0.5378533553712, 1.06083333333333, 0.78508918998537, 1.95958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1020, '2021-05-09 00:00:00', 0.332772648920498, 0.254375, 0.324407416840998, 0.309791666666667, 0.318549062837709, 0.363125, 0.507957288444666, 1.03854166666667, 0.772806591052323, 1.948125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1035, '2021-05-09 00:00:00', 0.173708354408486, 0.190625, 0.164296783203489, 0.227291666666666, 0.260530308537541, 0.322708333333333, 0.496327819437744, 1.03, 0.773052690284771, 1.953125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1050, '2021-05-09 00:00:00', 0.0837631127523991, 0.156458333333333, 0.11286755576749, 0.207291666666667, 0.223859326784492, 0.311041666666667, 0.491962021333743, 1.03125, 0.773524981328419, 1.953125 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1065, '2021-05-09 00:00:00', 0.0733190244604094, 0.141875, 0.157845405702698, 0.242708333333333, 0.316855874061909, 0.687916666666667, 0.486568880388294, 1.03833333333333, 0.771579290448671, 1.95541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1080, '2021-05-09 00:00:00', 0.128128777780997, 0.193125, 0.14671956391287, 0.23125, 0.344060367133274, 0.761666666666666, 0.487404394192605, 1.0275, 0.771296639066178, 1.950625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 4, 1095, '2021-05-09 00:00:00', 0.0948967306747376, 0.124791666666667, 0.314002258715222, 0.646875, 0.336984442508483, 0.774583333333332, 0.486485799351856, 1.00645833333333, 0.772444331046074, 1.935625 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 600, '2021-05-09 00:00:00', 0.237478311886792, 0.496304347826087, 0.306978453235708, 0.588043478260869, 0.285960519953946, 0.690652173913043, 0.457206459967019, 0.941739130434782, 0.768015061302415, 1.94695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 615, '2021-05-09 00:00:00', 0.108270175163982, 0.277608695652173, 0.119133896836685, 0.367391304347826, 0.169739104617537, 0.49, 0.372612823458256, 0.77804347826087, 0.730263028578807, 1.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 630, '2021-05-09 00:00:00', 0.0751888268547557, 0.245217391304348, 0.0996659440092587, 0.33913043478261, 0.144377497069587, 0.438043478260871, 0.347690147595784, 0.714565217391306, 0.735930483054838, 1.83630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 645, '2021-05-09 00:00:00', 0.0852327666213458, 0.228478260869565, 0.110620331347858, 0.308695652173913, 0.169086127689633, 0.42913043478261, 0.317668134187647, 0.678043478260871, 0.731475713450275, 1.82108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 660, '2021-05-09 00:00:00', 0.0816674060895233, 0.206739130434782, 0.126430158507521, 0.281304347826088, 0.201700037526868, 0.420217391304349, 0.291734285404773, 0.644565217391305, 0.73455419245967, 1.80695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 675, '2021-05-09 00:00:00', 0.0750092220944164, 0.163260869565218, 0.0985211800827686, 0.252826086956522, 0.246921160066402, 0.387173913043479, 0.285022535687624, 0.61913043478261, 0.738155885075732, 1.80673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 690, '2021-05-09 00:00:00', 0.0718653219983657, 0.181521739130435, 0.159290360575685, 0.279347826086957, 0.24225961966485, 0.360217391304348, 0.257596445731992, 0.621739130434783, 0.736896064772149, 1.80108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 705, '2021-05-09 00:00:00', 0.103257228976805, 0.180652173913044, 0.163427952481128, 0.247173913043478, 0.192925777777946, 0.33108695652174, 0.196702560311761, 0.608478260869565, 0.720574128802037, 1.9204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 720, '2021-05-09 00:00:00', 0.0884065125567722, 0.155434782608695, 0.114176463520878, 0.216086956521739, 0.157194713224118, 0.305217391304348, 0.185223932412472, 0.605217391304348, 0.699024164538463, 1.94934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 735, '2021-05-09 00:00:00', 0.0688212440774185, 0.150000000000001, 0.0984077787021471, 0.210000000000001, 0.146682012013135, 0.317391304347827, 0.180085069928263, 0.600217391304348, 0.695774300668224, 1.97217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 750, '2021-05-09 00:00:00', 0.101692689816207, 0.158695652173914, 0.131639479523317, 0.241956521739131, 0.162238844571042, 0.331521739130436, 0.184771785314267, 0.597608695652174, 0.699559855977215, 1.98891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 765, '2021-05-09 00:00:00', 0.0647425732460021, 0.160652173913044, 0.0810851550626956, 0.229565217391305, 0.129174943421335, 0.314565217391305, 0.18359389795848, 0.59108695652174, 0.703189655569254, 2.01565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 780, '2021-05-09 00:00:00', 0.0577150558172135, 0.154130434782609, 0.077497928061044, 0.216739130434784, 0.109049975851448, 0.268478260869566, 0.212580605498225, 0.627173913043479, 0.707788335636609, 2.02565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 795, '2021-05-09 00:00:00', 0.0514743114872161, 0.137826086956522, 0.0843792726922847, 0.18804347826087, 0.0897928005776245, 0.273260869565218, 0.236045734832905, 0.65804347826087, 0.700721889202775, 2.02956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 810, '2021-05-09 00:00:00', 0.0584356339929504, 0.130217391304349, 0.0721726629731269, 0.185434782608695, 0.0786515555706044, 0.287391304347827, 0.249439688307147, 0.682608695652175, 0.692102042443274, 2.03934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 825, '2021-05-09 00:00:00', 0.0660002096056083, 0.125869565217391, 0.080789704075365, 0.212391304347827, 0.0903506563712699, 0.287826086956523, 0.242472442507378, 0.697391304347826, 0.695015070783794, 2.04869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 840, '2021-05-09 00:00:00', 0.072944832692939, 0.156304347826087, 0.0774979280610458, 0.211739130434783, 0.10737526083934, 0.30608695652174, 0.232915869728838, 0.694565217391304, 0.696028399993016, 2.06152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 855, '2021-05-09 00:00:00', 0.0575822148102229, 0.124565217391305, 0.0724868803721545, 0.190434782608696, 0.127509590432147, 0.282173913043479, 0.216338100927792, 0.686086956521739, 0.69042806221279, 2.055 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 870, '2021-05-09 00:00:00', 0.0564522604287003, 0.143695652173913, 0.0977347179809414, 0.205434782608696, 0.145484742418851, 0.293913043478261, 0.216343125211057, 0.700434782608695, 0.690479583576493, 2.04934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 885, '2021-05-09 00:00:00', 0.0773383817806054, 0.12804347826087, 0.0916493575704865, 0.177173913043478, 0.125247186425523, 0.293695652173913, 0.473551567367823, 0.950217391304349, 0.723218610174522, 2.03739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 900, '2021-05-09 00:00:00', 0.0722916797184963, 0.124782608695653, 0.096940856424259, 0.204565217391305, 0.133188326946405, 0.321304347826087, 0.445356365723135, 0.988260869565218, 0.71491216741263, 2.03804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 915, '2021-05-09 00:00:00', 0.0720555067113595, 0.155217391304348, 0.105829585588202, 0.23891304347826, 0.115552034717147, 0.33, 0.435156598045043, 1.01608695652174, 0.718279950267667, 2.04021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 930, '2021-05-09 00:00:00', 0.0983093246856985, 0.179782608695652, 0.120219660615138, 0.246304347826086, 0.116467692173229, 0.305217391304347, 0.442931752699451, 1.02108695652174, 0.730650327575216, 2.04608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 945, '2021-05-09 00:00:00', 0.0788297560238688, 0.163695652173912, 0.0775864938737445, 0.220869565217391, 0.111347300568418, 0.316304347826087, 0.453741908321889, 1.04108695652174, 0.739102516329277, 2.0754347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 960, '2021-05-09 00:00:00', 0.051230896372044, 0.142826086956522, 0.0496877602411961, 0.180652173913043, 0.134896022027683, 0.349130434782608, 0.439495870917304, 1.0404347826087, 0.785687307683244, 2.095 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 975, '2021-05-09 00:00:00', 0.0452179613828464, 0.130869565217391, 0.106585989335042, 0.249130434782609, 0.151544094732263, 0.382608695652174, 0.442489699752832, 1.04695652173913, 0.781968985363963, 2.09630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 990, '2021-05-09 00:00:00', 0.1040152390781, 0.206521739130436, 0.115962631980351, 0.287173913043479, 0.14736553460872, 0.390652173913044, 0.441844297687783, 1.04673913043478, 0.77444306139055, 2.10065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1005, '2021-05-09 00:00:00', 0.0813746763106563, 0.171739130434782, 0.128851724080118, 0.258695652173912, 0.156548114817664, 0.368695652173913, 0.485591098986606, 1.05347826086957, 0.814948045095841, 2.08195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1020, '2021-05-09 00:00:00', 0.0982912305747821, 0.194565217391304, 0.124980235591623, 0.267826086956521, 0.145358015152828, 0.34195652173913, 0.495575283544367, 1.04804347826087, 0.816298887367725, 2.07934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1035, '2021-05-09 00:00:00', 0.0666379219980735, 0.172391304347827, 0.111708347676937, 0.240869565217392, 0.130354487801988, 0.326739130434782, 0.482465055360768, 1.0304347826087, 0.817020277831188, 2.07195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1050, '2021-05-09 00:00:00', 0.0575169677662825, 0.158260869565217, 0.0713319080546662, 0.207173913043478, 0.13145093315031, 0.324565217391304, 0.500215566179444, 1.00239130434783, 0.803988451925797, 2.06760869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1065, '2021-05-09 00:00:00', 0.0736129982936884, 0.139347826086956, 0.0940970191443804, 0.202391304347826, 0.394435605188371, 0.713913043478261, 0.497463626095957, 0.972173913043478, 0.812878309616549, 2.06065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1080, '2021-05-09 00:00:00', 0.0530539661114798, 0.139782608695651, 0.0886721322376602, 0.221739130434783, 0.379460819893164, 0.737173913043479, 0.489726773061229, 0.971304347826087, 0.800569708212539, 2.06130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 5, 1095, '2021-05-09 00:00:00', 0.0600460956002798, 0.136521739130435, 0.379337497169596, 0.65413043478261, 0.35867055248151, 0.743260869565218, 0.473489485089287, 0.941739130434783, 0.811023300815952, 2.04239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 600, '2021-05-09 00:00:00', 0.295009378828603, 0.518478260869566, 0.286502695391167, 0.567608695652174, 0.293038970010244, 0.653260869565217, 0.360751849937325, 0.878478260869565, 0.700583255033404, 2.12847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 615, '2021-05-09 00:00:00', 0.108106018481323, 0.267291666666667, 0.233060820419248, 0.423958333333333, 0.223256124443316, 0.515416666666666, 0.259069894323767, 0.762083333333333, 0.770621808031988, 2.13166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 630, '2021-05-09 00:00:00', 0.0981815894449097, 0.256521739130434, 0.114469475711061, 0.341521739130434, 0.150533963969267, 0.438260869565216, 0.264784385398741, 0.686956521739129, 0.671048454038889, 2.07086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 645, '2021-05-09 00:00:00', 0.0605075698396911, 0.204565217391305, 0.105979340219496, 0.295434782608695, 0.137743316875534, 0.376304347826086, 0.263954421745296, 0.665869565217392, 0.702393494099539, 2.0854347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 660, '2021-05-09 00:00:00', 0.081574186027732, 0.204565217391303, 0.0945830249918071, 0.276304347826086, 0.10484649045755, 0.332826086956521, 0.267981954734347, 0.629347826086957, 0.689577690550055, 2.07413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 675, '2021-05-09 00:00:00', 0.0618154207707046, 0.160652173913043, 0.0866219353500854, 0.220217391304347, 0.115623844936011, 0.304347826086957, 0.227235056166491, 0.58304347826087, 0.684164979641306, 2.06608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 690, '2021-05-09 00:00:00', 0.0679891877011976, 0.155434782608695, 0.0716470543376128, 0.209130434782608, 0.115977117137842, 0.295652173913043, 0.245915045261907, 0.564130434782609, 0.67001467448976, 2.05586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 705, '2021-05-09 00:00:00', 0.0635222720892712, 0.148478260869566, 0.102401017472712, 0.217826086956522, 0.110892445131992, 0.308043478260869, 0.261020155810103, 0.592608695652175, 0.832266418464873, 2.30086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 720, '2021-05-09 00:00:00', 0.0500641880479568, 0.142826086956523, 0.0663816370627476, 0.202391304347827, 0.091090776944039, 0.290434782608697, 0.245818789904994, 0.607173913043479, 0.824430214066425, 2.32478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 735, '2021-05-09 00:00:00', 0.0688729138404173, 0.140000000000001, 0.0875695893048176, 0.211458333333333, 0.12194361223622, 0.274375, 0.293769772692539, 0.625625, 0.871772307728192, 2.3925 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 750, '2021-05-09 00:00:00', 0.0703755454067983, 0.143750000000001, 0.0986392931084141, 0.184166666666668, 0.137554830964744, 0.251875, 0.28899179756175, 0.620208333333334, 0.85673480139862, 2.39020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 765, '2021-05-09 00:00:00', 0.0845565040167906, 0.134565217391306, 0.106996361358103, 0.191304347826088, 0.145044289269873, 0.270869565217392, 0.235487258703858, 0.602391304347826, 0.796352294078809, 2.32239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 780, '2021-05-09 00:00:00', 0.090894761716559, 0.143695652173913, 0.114075593825846, 0.182173913043478, 0.135937311173829, 0.283043478260869, 0.264805842811958, 0.628043478260869, 0.797608394011513, 2.32717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 795, '2021-05-09 00:00:00', 0.0693287562940176, 0.112708333333333, 0.0870022072017208, 0.169583333333333, 0.152605392424717, 0.266666666666666, 0.30611513593626, 0.692708333333333, 0.853045588091466, 2.40958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 810, '2021-05-09 00:00:00', 0.0573233667839448, 0.122826086956522, 0.117987907198405, 0.204347826086957, 0.151370550234387, 0.283043478260868, 0.314717233018615, 0.679130434782608, 0.799600011171592, 2.34021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 825, '2021-05-09 00:00:00', 0.10666661520091, 0.146304347826086, 0.131375739694349, 0.211304347826086, 0.160109893091004, 0.304782608695651, 0.310753260534472, 0.69695652173913, 0.802984120654769, 2.35195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 840, '2021-05-09 00:00:00', 0.0728126351802849, 0.143043478260869, 0.0904643270378055, 0.187608695652172, 0.174598919265544, 0.299347826086955, 0.309560602787918, 0.713695652173912, 0.800604823245495, 2.34891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 855, '2021-05-09 00:00:00', 0.0676896155844533, 0.124166666666666, 0.102193337654026, 0.199999999999999, 0.156772243180622, 0.269166666666667, 0.33609975227343, 0.7525, 0.840541982458556, 2.41729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 870, '2021-05-09 00:00:00', 0.0636097135048884, 0.13375, 0.119726250254487, 0.193125, 0.120767285797275, 0.263958333333333, 0.332045633213617, 0.748958333333333, 0.836270810057138, 2.41479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 885, '2021-05-09 00:00:00', 0.0688962541839511, 0.126458333333333, 0.0861778999209331, 0.171250000000001, 0.0898788939613195, 0.287708333333333, 0.391102063757484, 0.898958333333333, 0.837062642669962, 2.41729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 900, '2021-05-09 00:00:00', 0.0653040925664604, 0.111521739130435, 0.0774264919783853, 0.18195652173913, 0.112910209525178, 0.308478260869566, 0.37678245681407, 0.908260869565217, 0.787371170213765, 2.34478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 915, '2021-05-09 00:00:00', 0.0673070364386235, 0.135652173913043, 0.0943183365873295, 0.226304347826087, 0.120606586124476, 0.298695652173913, 0.407305447143452, 0.945, 0.787963427854594, 2.34 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 930, '2021-05-09 00:00:00', 0.0686465714996471, 0.158478260869566, 0.108306219369667, 0.230652173913043, 0.141383620208428, 0.304347826086956, 0.394089735171558, 0.94608695652174, 0.774889001358825, 2.34065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983225, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 0.579999999999998, 0, 0.579999999999998, 0, 0.640000000000001, 0, 1.23 where not exists (select 1 from powerstats_trumpet where symbolid = 983225 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:42:55 Duration: 6s381ms 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 983240, 1, 945, '2021-05-09 00:00:00', 1.14283368894153, 1.02083333333333, 1.097821871853, 1.33958333333333, 1.1169559434956, 1.65416666666666, 3.5574318767857, 6.11458333333333, 9.07462195283949, 14.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 960, '2021-05-09 00:00:00', 0.60742686086832, 0.887500000000008, 0.636620236944246, 1.09375000000001, 0.789098618953789, 1.54375, 3.49160418988759, 6.27291666666666, 9.10829670358732, 14.8541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 975, '2021-05-09 00:00:00', 0.473022198210611, 0.762500000000003, 0.585880824553685, 1.11041666666667, 0.76431981696715, 1.7375, 4.78319020262552, 6.61041666666667, 9.10767314657962, 14.8583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 990, '2021-05-09 00:00:00', 0.583650276216447, 0.960416666666669, 0.648577037762696, 1.3, 0.940915276723155, 1.95208333333333, 4.79104643118778, 6.61041666666667, 9.10472882388716, 14.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1005, '2021-05-09 00:00:00', 0.459442005613043, 1.00000000000001, 0.640142647146445, 1.47500000000001, 0.845951569518621, 2.02083333333334, 4.80061090239898, 6.52291666666667, 9.08513677084322, 14.9166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1020, '2021-05-09 00:00:00', 0.613609982109914, 1.06041666666667, 0.749972825594664, 1.40625, 1.193124551609, 2.00625, 4.84363469942246, 6.41666666666666, 9.11990973766673, 14.8333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1035, '2021-05-09 00:00:00', 0.546028978102396, 0.935416666666659, 0.779027636204912, 1.35833333333333, 1.58008438593218, 2.10833333333333, 4.88317690306902, 6.37083333333333, 9.0998477053668, 14.8625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1050, '2021-05-09 00:00:00', 0.562972828649038, 0.970833333333334, 1.0245691034899, 1.48125, 1.38357340329989, 1.98333333333334, 4.67458244279559, 6.25416666666667, 8.95334500482151, 14.7729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1065, '2021-05-09 00:00:00', 0.793793633971287, 1.01400000000001, 1.07406160593019, 1.544, 2.53824578531447, 3.85399999999999, 4.31318424523384, 6.322, 8.71322414494198, 14.444 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1080, '2021-05-09 00:00:00', 0.510736183636289, 0.904166666666673, 0.566773221013457, 1.10833333333334, 1.98521710563901, 4.2, 3.8398788241373, 6.09791666666667, 8.48485836994177, 14.5770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 1, 1095, '2021-05-09 00:00:00', 0.334267260510621, 0.677083333333336, 1.76175014884532, 3.34374999999999, 2.3215817555766, 4.38124999999999, 3.64886757795474, 6.00208333333333, 8.43678512806279, 14.4895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 600, '2021-05-09 00:00:00', 1.35978552230367, 2.68799999999999, 1.50573348682074, 3.434, 1.93307182139379, 4.052, 3.08537815078369, 5.61800000000001, 8.19099963374434, 13.968 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 615, '2021-05-09 00:00:00', 1.20115569348857, 1.906, 1.81085385016756, 2.624, 1.78483192486016, 3.11, 3.94414122465208, 5.15, 8.24919794081016, 13.852 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 630, '2021-05-09 00:00:00', 1.73243085480104, 1.84400000000001, 1.7867055344031, 2.226, 1.70891778620272, 2.704, 4.03380197001951, 4.798, 8.22699469227169, 13.814 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 645, '2021-05-09 00:00:00', 0.621309101816479, 1.196, 0.759045453184468, 1.61399999999999, 1.91583315209511, 2.5, 3.36585179907455, 4.45, 7.83149783459928, 13.506 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 660, '2021-05-09 00:00:00', 0.69282032302756, 1.15, 0.715821206726938, 1.564, 1.89989034771309, 2.34, 3.3787325039626, 4.35000000000001, 7.84022055387049, 13.498 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 675, '2021-05-09 00:00:00', 0.492671290009887, 0.978000000000002, 1.80352663782195, 1.70000000000001, 1.72143351115672, 2.16, 3.33311290937866, 4.262, 7.797100422593, 13.446 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 690, '2021-05-09 00:00:00', 1.42722925044764, 1.18600000000001, 1.4116391181885, 1.578, 1.44226962342922, 1.908, 3.25045125072402, 4.07200000000001, 7.74769481846051, 13.336 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 705, '2021-05-09 00:00:00', 1.26104123643916, 1.078, 1.24054087666093, 1.304, 1.38190086475116, 1.70600000000001, 3.23747844265667, 4.078, 8.26262922238839, 14.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 720, '2021-05-09 00:00:00', 0.430116263352131, 0.790000000000002, 0.587920062593547, 1.124, 0.784548702546034, 1.55200000000001, 3.14685689749841, 4.07, 8.22225790157423, 14.886 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 735, '2021-05-09 00:00:00', 0.433824672135929, 0.790384615384618, 0.503025461964514, 1.07884615384616, 0.909361568100638, 1.65769230769231, 3.13637284380933, 4.12115384615385, 8.15379760508043, 14.7307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 750, '2021-05-09 00:00:00', 0.334807637078598, 0.701923076923079, 0.514590950322529, 1.05961538461539, 0.80121062245733, 1.64230769230769, 3.11691415444087, 4.03461538461538, 8.18721352992673, 14.7057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 765, '2021-05-09 00:00:00', 0.43498894769336, 0.86923076923077, 0.754985990700383, 1.29038461538461, 0.943218711891115, 1.88846153846154, 3.09454109932064, 4.10384615384615, 8.18740496128046, 14.7 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 780, '2021-05-09 00:00:00', 0.61691540375048, 0.896153846153842, 0.595318272988363, 1.15961538461538, 0.85369783881652, 1.8, 3.08149564085614, 4.08076923076923, 8.21633200025787, 14.6634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 795, '2021-05-09 00:00:00', 0.312834436428262, 0.705769230769218, 0.608061231734487, 1.2076923076923, 3.13684371009116, 2.41730769230768, 3.1188934181607, 4.10192307692308, 8.22185572352504, 14.6365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 810, '2021-05-09 00:00:00', 0.537619396399172, 0.871153846153843, 0.59106162635874, 1.18461538461538, 3.16036572859243, 2.28653846153845, 3.20665893703424, 4.13846153846154, 8.21702103048206, 14.6211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 825, '2021-05-09 00:00:00', 0.351261462993902, 0.75384615384615, 3.11252062087701, 1.79615384615385, 3.08881605398972, 2.24615384615384, 3.11103742281475, 4.06538461538462, 8.22054742702698, 14.6 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 840, '2021-05-09 00:00:00', 3.23423999315656, 1.452, 3.19258515939669, 1.752, 3.1680041035327, 2.21, 3.11370358255246, 4.184, 8.26557973365046, 14.872 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 855, '2021-05-09 00:00:00', 0.424069116282492, 0.778846153846154, 0.773078262532328, 1.27499999999999, 0.852428657064403, 1.57115384615384, 1.52683811040484, 3.72115384615384, 7.24981272967685, 14.1961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 870, '2021-05-09 00:00:00', 0.661353507239856, 0.917307692307684, 0.715272944137676, 1.13076923076923, 0.721941825911197, 1.49999999999999, 1.43221721601374, 3.62692307692307, 7.2394644935828, 14.1269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 885, '2021-05-09 00:00:00', 0.353553390593282, 0.650000000000005, 0.609668888697923, 1.00192307692308, 0.821370805422255, 1.475, 2.4984826164325, 5.08076923076923, 7.16065881154692, 14.1211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 900, '2021-05-09 00:00:00', 0.44005681451376, 0.774999999999998, 0.45151028610823, 1.03846153846153, 0.896499603157491, 1.68653846153846, 2.68118228800999, 5.55769230769231, 7.12078026191382, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 915, '2021-05-09 00:00:00', 0.29289667382621, 0.68269230769231, 0.497578752947323, 1.04615384615385, 0.736470271999122, 1.61730769230769, 3.36295028440573, 6.07115384615385, 7.08912628879338, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 930, '2021-05-09 00:00:00', 0.461802488583092, 0.788461538461532, 0.70922492905988, 1.24999999999999, 0.722783082684826, 1.66923076923077, 3.49558842851078, 6.24230769230769, 7.0149118641319, 14.1173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 945, '2021-05-09 00:00:00', 0.543011545421947, 0.91153846153846, 0.606874084012621, 1.19807692307693, 0.851324759509466, 1.86538461538462, 3.50053402519365, 6.3423076923077, 7.00465806555785, 14.1711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 960, '2021-05-09 00:00:00', 0.453821381331746, 0.865384615384622, 0.525225226413909, 1.13846153846155, 0.724316654084816, 1.92884615384616, 3.51410181105521, 6.28653846153847, 6.99944970364429, 14.1980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 975, '2021-05-09 00:00:00', 0.34425504856362, 0.786538461538461, 0.506298786823019, 1.3423076923077, 0.804862625641072, 2.05961538461539, 3.51146692993113, 6.30000000000001, 7.01358599159791, 14.1673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 990, '2021-05-09 00:00:00', 0.431121078834451, 1.04423076923077, 0.663626400921485, 1.5, 0.911324057874879, 2.11346153846154, 3.5477690714892, 6.35576923076924, 7.04252686295087, 14.1538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1005, '2021-05-09 00:00:00', 0.438936652166784, 0.944230769230766, 0.615795295657448, 1.44038461538462, 0.697103899109619, 1.93461538461538, 3.64579262248333, 6.29038461538461, 6.98732396227956, 14.0980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1020, '2021-05-09 00:00:00', 0.374581818113927, 1.03653846153846, 0.555476233653466, 1.38461538461538, 0.590504999001828, 1.85192307692307, 3.69896659165149, 6.23461538461538, 6.87019006567224, 14.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1035, '2021-05-09 00:00:00', 0.511126207506517, 0.974999999999995, 0.549730703302844, 1.29038461538461, 0.821920827180963, 1.96538461538462, 5.1490432270322, 6.67307692307693, 6.8621671840271, 14.1076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1050, '2021-05-09 00:00:00', 0.372955967704165, 0.851923076923069, 0.458547036426342, 1.19423076923077, 1.24728165963488, 1.88653846153846, 5.11670755015822, 6.69807692307692, 6.8695089960021, 14.0653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1065, '2021-05-09 00:00:00', 0.313368792319844, 0.850000000000001, 0.709268312038214, 1.43846153846154, 2.64814957165303, 4.09807692307692, 5.14316574165696, 6.73461538461539, 6.88331427327093, 14.0307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1080, '2021-05-09 00:00:00', 0.677271108084604, 1.05192307692308, 1.1884637789374, 1.32692307692308, 2.66003470191361, 4.54615384615384, 5.14082640767475, 6.75192307692308, 6.83910841017701, 13.9903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 2, 1095, '2021-05-09 00:00:00', 0.618748737372449, 0.674999999999997, 2.37906575070002, 3.73461538461539, 3.34465819801343, 5.00769230769231, 5.09122321708191, 6.71538461538462, 6.80467938542747, 13.9115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 600, '2021-05-09 00:00:00', 2.09101374016013, 3.1423076923077, 2.16777447024504, 3.87692307692308, 3.26309727807092, 4.95961538461539, 5.05095878179426, 6.70384615384615, 6.76425901337316, 13.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 615, '2021-05-09 00:00:00', 0.862402725841282, 1.94230769230769, 1.86894458081395, 2.86538461538461, 2.4426601199386, 3.5673076923077, 4.03730917624788, 5.50576923076923, 6.46474700557987, 13.0653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 630, '2021-05-09 00:00:00', 1.28571590353988, 1.69423076923077, 2.32897798648644, 2.50769230769231, 2.28512329241519, 2.96730769230769, 3.87107269967303, 4.94038461538462, 6.49031704808135, 12.7692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 645, '2021-05-09 00:00:00', 1.32280151426956, 1.49038461538462, 1.38488127788852, 1.90192307692308, 1.43352846018271, 2.39038461538462, 3.06717923531352, 4.53269230769231, 6.46563132737543, 12.6673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 660, '2021-05-09 00:00:00', 0.673783804632178, 1.14615384615385, 0.792930300555139, 1.55769230769231, 0.850610640386343, 2.09230769230769, 3.1297824942859, 4.34230769230769, 6.48274662825518, 12.6403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 675, '2021-05-09 00:00:00', 0.517672305019903, 1.00384615384615, 0.668905535471653, 1.37115384615385, 0.679119905579158, 1.89038461538462, 3.1139339452507, 4.15384615384616, 6.46489098010287, 12.6192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 690, '2021-05-09 00:00:00', 0.447321085850141, 0.898076923076928, 0.437932204096266, 1.24615384615385, 0.560357029044871, 1.75, 3.14245861609126, 3.97692307692308, 6.5393130667231, 12.5192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 705, '2021-05-09 00:00:00', 0.317780766228252, 0.896153846153851, 0.567789235002404, 1.24615384615385, 2.90190189623713, 2.22884615384616, 3.06128241101667, 4.075, 5.99802178927482, 12.3557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 720, '2021-05-09 00:00:00', 0.436352891767482, 0.890384615384616, 0.5135547308111, 1.19230769230769, 2.87143022524692, 2.26346153846154, 3.04533438861179, 4.06153846153846, 6.03458876299467, 12.3884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 735, '2021-05-09 00:00:00', 0.295738970143505, 0.811538461538466, 2.96767521030287, 1.69807692307693, 2.89029210661111, 2.31730769230769, 3.04920733709851, 4.04423076923077, 6.04042662782637, 12.3653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 750, '2021-05-09 00:00:00', 3.02476254630648, 1.36730769230769, 2.9685090792932, 1.77692307692307, 2.96031443236383, 2.38846153846153, 3.02828524720865, 4.01346153846154, 6.02434196853451, 12.4019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 765, '2021-05-09 00:00:00', 0.447144788115066, 0.842307692307687, 0.598527038139986, 1.22115384615384, 1.49912795163875, 1.94615384615383, 5.77687298964254, 4.68846153846154, 5.85686349507994, 12.125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 780, '2021-05-09 00:00:00', 0.587619055040045, 0.798076923076921, 0.843299381094185, 1.26538461538461, 1.54831049360758, 1.89423076923076, 5.70999023305105, 4.61730769230769, 5.78974059469387, 12.1019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 795, '2021-05-09 00:00:00', 0.732301430160686, 0.894230769230769, 1.4418057588156, 1.34038461538461, 1.39320328187073, 1.78076923076922, 5.67692258182195, 4.625, 5.75612717024216, 12.1 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 810, '2021-05-09 00:00:00', 1.13484156806815, 0.905769230769222, 1.10945759443348, 1.24807692307691, 1.07317107389555, 1.74807692307692, 5.61718003436435, 4.73653846153846, 5.73766804681001, 12.1288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 825, '2021-05-09 00:00:00', 0.610913565584673, 0.880769230769217, 0.700472368092799, 1.28846153846153, 0.73793891763061, 1.73461538461538, 5.53718374682959, 4.75961538461539, 5.78453641517292, 12.1884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 840, '2021-05-09 00:00:00', 0.449345678138259, 0.913461538461536, 0.614328902136306, 1.3, 1.37549431674021, 1.80384615384616, 5.5400319354814, 4.73461538461539, 5.91861860182308, 12.3269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 855, '2021-05-09 00:00:00', 0.494834859788131, 0.838461538461539, 0.510327948857022, 1.17115384615385, 1.18505436421873, 1.63461538461539, 5.49987307545854, 4.74038461538462, 5.9251199273809, 12.3730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 870, '2021-05-09 00:00:00', 0.337940595599053, 0.790384615384616, 1.01668390065258, 1.17307692307693, 0.949955464543144, 1.56923076923077, 5.53313515245964, 4.64615384615385, 5.90710556481312, 12.3480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 885, '2021-05-09 00:00:00', 0.795054424842437, 0.763461538461535, 0.744549424923452, 1.16538461538461, 1.21074833820308, 1.81346153846153, 5.54344970351356, 5.97884615384616, 5.81555341635356, 12.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 900, '2021-05-09 00:00:00', 0.268707733706802, 0.809615384615392, 0.909887989725191, 1.24807692307692, 1.29632023583919, 1.97307692307692, 5.52740480208876, 6.29038461538462, 5.78296337396455, 12.3442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 915, '2021-05-09 00:00:00', 0.716606586628956, 0.845999999999997, 0.959809008779004, 1.29599999999999, 1.15120227009274, 1.838, 2.46731466713646, 5.34200000000001, 4.43740070311438, 11.564 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 930, '2021-05-09 00:00:00', 0.584465567848093, 0.857999999999995, 0.822911497874066, 1.248, 0.899268221018251, 1.808, 2.47282227424456, 5.41200000000001, 4.39917890065863, 11.556 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 945, '2021-05-09 00:00:00', 0.577509018688602, 0.868, 0.682214531263205, 1.26, 0.876935953571674, 1.81200000000001, 2.83325784213156, 5.53800000000001, 4.32213296108916, 11.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 960, '2021-05-09 00:00:00', 0.384512678594607, 0.807999999999995, 0.489625707386089, 1.116, 0.712524853367703, 1.646, 2.88834872086688, 5.56200000000001, 4.30132925190962, 11.468 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 975, '2021-05-09 00:00:00', 0.317043635272283, 0.748000000000002, 0.647591692349426, 1.28000000000001, 0.710709739157506, 1.81400000000001, 3.03591282263945, 5.59800000000001, 4.30796549042198, 11.474 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 990, '2021-05-09 00:00:00', 0.610075131985125, 0.986000000000001, 0.571853710896995, 1.242, 1.064260306504, 2.084, 3.10728042935726, 5.65400000000001, 4.39909839247393, 11.546 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1005, '2021-05-09 00:00:00', 0.422571492964997, 0.876000000000004, 0.696497188316885, 1.46400000000001, 1.18984242654227, 2.202, 3.09101250941068, 5.70400000000001, 4.39557732271883, 11.538 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1020, '2021-05-09 00:00:00', 0.519318463629651, 1.06400000000001, 0.981919888110363, 1.69, 1.11862266500669, 2.094, 3.08896962324547, 5.706, 4.39583135860935, 11.53 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1035, '2021-05-09 00:00:00', 0.80753224909804, 1.17599999999999, 1.04310434121744, 1.616, 0.910572164447541, 2.018, 3.1851543656993, 5.75, 4.41040436543711, 11.54 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1050, '2021-05-09 00:00:00', 0.628470365252015, 0.981999999999998, 0.617535424085133, 1.15199999999999, 0.709418776182311, 1.734, 3.15416391457388, 5.67, 4.42340178294188, 11.574 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1065, '2021-05-09 00:00:00', 0.39897786070575, 0.721999999999994, 0.500691188924539, 1.25599999999999, 2.23965213072626, 4.04, 3.08430435160561, 5.672, 4.45253860174171, 11.602 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1080, '2021-05-09 00:00:00', 0.470744091837599, 0.957999999999995, 0.566958258310671, 1.246, 2.32817525113553, 4.404, 3.16154893472593, 5.682, 4.41961725341309, 11.552 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 3, 1095, '2021-05-09 00:00:00', 0.380241151551664, 0.730000000000007, 2.19060493928047, 3.84999999999999, 2.36686853599153, 4.554, 3.14817672100323, 5.66799999999999, 6.27140800246112, 12.508 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 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 983240, 4, 600, '2021-05-09 00:00:00', 2.15079927003893, 3.14374999999999, 2.0808031737351, 3.68125, 2.03571262849084, 4.13958333333333, 3.06483975986074, 5.19583333333333, 4.40945131162203, 11.5 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 615, '2021-05-09 00:00:00', 0.782551452214062, 1.77291666666667, 0.870271904869858, 2.15416666666667, 1.25073166992162, 2.67083333333333, 1.75362461073125, 4.00416666666666, 3.99169427541812, 10.7833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 630, '2021-05-09 00:00:00', 0.50171806275313, 1.34583333333332, 0.675660573176299, 1.72708333333333, 0.976758911407771, 2.19166666666667, 1.73962634460408, 3.71041666666666, 3.90089872587911, 10.6875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 645, '2021-05-09 00:00:00', 0.537691657774761, 1.22083333333333, 0.886674192242228, 1.64791666666666, 1.04569510894407, 2.025, 1.64970353067768, 3.57499999999999, 3.7557196718636, 10.6770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 660, '2021-05-09 00:00:00', 0.497561990894217, 1.08125, 0.512082279394209, 1.36250000000001, 0.784669689575889, 1.9125, 1.54511707496949, 3.32291666666667, 3.73218230832964, 10.6125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 675, '2021-05-09 00:00:00', 0.426515838943371, 0.931250000000001, 0.588476293342462, 1.225, 0.765678514101392, 1.81875, 1.61600772840381, 3.36874999999999, 3.79834000260145, 10.6395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 690, '2021-05-09 00:00:00', 0.49044770289539, 0.864583333333333, 0.850892008509254, 1.40208333333333, 1.04618007705326, 2.00833333333333, 1.60410337725706, 3.35208333333333, 3.80808398321104, 10.5958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 705, '2021-05-09 00:00:00', 0.45250910792339, 0.970833333333334, 0.436367582052864, 1.30416666666667, 0.771617795115647, 1.98124999999999, 1.55411445496476, 3.38749999999999, 4.08874382750455, 10.85 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 720, '2021-05-09 00:00:00', 0.304554795050755, 0.816666666666661, 0.518563896248819, 1.31041666666666, 0.602857777589383, 1.68124999999999, 1.51223123136029, 3.45208333333333, 4.08988457014395, 11.3208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 735, '2021-05-09 00:00:00', 0.460780685988141, 0.833333333333336, 0.614642437590308, 1.18125, 0.912831238272009, 1.625, 1.53544917423751, 3.38958333333333, 4.05283046556462, 11.35 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 750, '2021-05-09 00:00:00', 0.319050902303804, 0.787499999999997, 0.355692578141472, 1.06041666666666, 0.843936171087338, 1.6625, 1.37680053389912, 3.35833333333333, 4.06534265094165, 11.2875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 765, '2021-05-09 00:00:00', 0.355080874641582, 0.727083333333331, 0.643526150049171, 1.17708333333332, 0.849080384887084, 1.59375, 1.43130122210728, 3.51666666666666, 3.93214179938044, 11.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 780, '2021-05-09 00:00:00', 0.496655480858374, 0.883333333333328, 0.675392398020839, 1.24375000000001, 0.850607200002237, 1.63750000000001, 1.36580257236054, 3.57916666666667, 3.82349477818927, 11.3208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 795, '2021-05-09 00:00:00', 0.327699214772208, 0.772916666666669, 0.461090193635334, 1.02291666666667, 0.622698661624067, 1.46666666666667, 1.20226047661195, 3.66041666666667, 3.82116531281049, 11.3 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 810, '2021-05-09 00:00:00', 0.31432438473746, 0.652083333333332, 0.393418453698031, 1.02291666666666, 0.674049921816959, 1.46041666666666, 1.15544551919426, 3.7375, 3.77362065691809, 11.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 825, '2021-05-09 00:00:00', 0.352006412573345, 0.739583333333336, 0.46594146550329, 1.05833333333333, 0.672597037878033, 1.52291666666667, 1.16683487400249, 3.65416666666666, 3.82803351339956, 11.2916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 840, '2021-05-09 00:00:00', 0.337268439080796, 0.762499999999989, 0.462037077375356, 1.07499999999999, 0.607288908873348, 1.50208333333333, 1.14897559919096, 3.56666666666667, 3.85004176054898, 11.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 855, '2021-05-09 00:00:00', 0.289982195855269, 0.631249999999994, 0.409643712284821, 0.920833333333332, 0.793896554426604, 1.4625, 1.11996862016082, 3.45416666666667, 3.8818225353115, 11.30625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 870, '2021-05-09 00:00:00', 0.274249635038656, 0.639583333333332, 0.507747940433526, 0.954166666666663, 0.746000811088651, 1.51041666666666, 1.06865544331264, 3.40625, 3.94163717548793, 11.2708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 885, '2021-05-09 00:00:00', 0.400401745714243, 0.702083333333334, 0.572082231597996, 1.09791666666667, 0.652905990081303, 1.60416666666667, 4.97568681079611, 5.99375, 4.83004213907264, 12.23125 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 900, '2021-05-09 00:00:00', 0.384175194032802, 0.745833333333332, 0.437197100113693, 1.0625, 0.596544244990996, 1.72708333333334, 4.94763841704273, 6.42291666666666, 4.83602124160713, 12.2166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 915, '2021-05-09 00:00:00', 0.312858490028011, 0.737500000000002, 0.42638839714208, 1.19375, 0.559486695390384, 1.67916666666666, 4.95990262585577, 6.65416666666667, 4.83651569396514, 12.2833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 930, '2021-05-09 00:00:00', 0.454027867369195, 0.912500000000009, 0.571036275149166, 1.31041666666667, 0.650529327392013, 1.71666666666667, 4.96207309338123, 6.76041666666667, 4.81521544884968, 12.2604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 945, '2021-05-09 00:00:00', 0.384458022434826, 0.829166666666673, 0.472806721242609, 1.20625, 0.710324354366233, 1.78958333333334, 4.96719628656603, 6.73958333333334, 4.84576938971109, 12.21875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 960, '2021-05-09 00:00:00', 0.419449043389067, 0.793749999999998, 0.471334061045294, 1.15416666666667, 0.799702730095217, 1.86875, 4.96472155764324, 6.72083333333333, 4.85525078084826, 12.2208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 975, '2021-05-09 00:00:00', 0.263717844389177, 0.720833333333341, 0.439485659524331, 1.26458333333333, 0.895479792050623, 2.01666666666666, 4.89321800327108, 6.69791666666667, 4.76867040078305, 12.325 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 990, '2021-05-09 00:00:00', 0.457896695836482, 1.03541666666666, 0.618495134891179, 1.43333333333333, 1.01944855795614, 2.13333333333333, 4.90096439415281, 6.70208333333333, 4.78974599187334, 12.2916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1005, '2021-05-09 00:00:00', 0.453204172243741, 1.01875, 0.779632020222698, 1.6, 0.86614044782721, 2.02916666666666, 4.84614743146927, 6.78333333333334, 4.81825484072241, 12.2833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1020, '2021-05-09 00:00:00', 0.672974012677403, 1.20625000000001, 0.727684311031736, 1.58125, 0.708996918494562, 1.95625, 4.81827316998317, 6.80208333333334, 4.78282517626002, 12.2958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1035, '2021-05-09 00:00:00', 0.547089631794828, 1.18125, 0.710757786052874, 1.46875, 0.716409626975512, 1.80416666666667, 4.69615167767291, 6.78333333333334, 4.71685230340891, 12.275 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1050, '2021-05-09 00:00:00', 0.284176601041868, 0.747916666666666, 0.444282314933104, 1.11041666666667, 0.609169070555739, 1.525, 4.54013453082295, 6.62291666666667, 4.61227833213083, 12.24375 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1065, '2021-05-09 00:00:00', 0.449879210842006, 0.824999999999996, 0.640255836546522, 1.16666666666666, 4.7684723763851, 5.14375, 4.47814135551793, 6.7625, 4.530858366384, 12.2958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1080, '2021-05-09 00:00:00', 0.406001177980733, 0.812499999999998, 0.422445434260495, 1.02916666666667, 4.56604860014001, 5.49791666666667, 4.32380449674669, 6.75625, 4.47830468618638, 12.2729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 4, 1095, '2021-05-09 00:00:00', 0.329298496807988, 0.618750000000006, 4.51706857535866, 4.86041666666667, 4.35615454587371, 5.68958333333333, 4.13407543595238, 6.75833333333333, 4.35080993625891, 12.2208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 600, '2021-05-09 00:00:00', 1.41026376026535, 2.79565217391304, 1.42655157884831, 3.58695652173913, 1.63873263958207, 4.23913043478261, 1.46382262581294, 5.38695652173913, 3.6502937236303, 11.4847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 615, '2021-05-09 00:00:00', 0.875015527812533, 1.77608695652174, 0.988376118579685, 2.29347826086956, 1.04165704870395, 2.71304347826086, 1.00876102929745, 4.18478260869565, 3.57397958017749, 11.0086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 630, '2021-05-09 00:00:00', 0.602424285502208, 1.52173913043479, 0.647532562094252, 1.94565217391304, 0.562558736502971, 2.19782608695652, 0.919937272307318, 3.94130434782609, 3.52721351464093, 10.9652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 645, '2021-05-09 00:00:00', 0.44152090716347, 1.2195652173913, 0.532881272510946, 1.63478260869565, 0.81085764384205, 2.08913043478261, 0.982977649434887, 3.84782608695652, 3.55030756336214, 10.9826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 660, '2021-05-09 00:00:00', 0.592167252839911, 1.19565217391303, 0.593259236539245, 1.41739130434782, 0.868054022835717, 2.05217391304347, 1.04377033955709, 3.71739130434782, 3.6259672281918, 10.9673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 675, '2021-05-09 00:00:00', 0.383013844061919, 0.897826086956521, 0.74344965620031, 1.46086956521739, 0.959748196554972, 1.94565217391305, 0.944235684386045, 3.5108695652174, 3.62858654522743, 10.8630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 690, '2021-05-09 00:00:00', 0.656888100276297, 1.03260869565216, 0.684526898740168, 1.3195652173913, 0.751776552035066, 1.88043478260869, 1.04576597870338, 3.36086956521739, 3.72088300753077, 10.7739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 705, '2021-05-09 00:00:00', 0.36253662756212, 0.806521739130433, 0.485470718150772, 1.25, 0.535231101502719, 1.69782608695652, 1.06075333063747, 3.22608695652174, 4.83032458258475, 11.4891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 720, '2021-05-09 00:00:00', 0.356406638125054, 0.895652173913044, 0.437620677879269, 1.25869565217391, 0.45426176918238, 1.51086956521739, 1.14861576770397, 3.3, 4.96708434370409, 11.6478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 735, '2021-05-09 00:00:00', 0.301871632011758, 0.839130434782617, 0.323289050660059, 1.22391304347826, 0.463670269239981, 1.73913043478261, 1.32424562759838, 3.26086956521739, 5.15260976125484, 11.8065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 750, '2021-05-09 00:00:00', 0.2456941445135, 0.817391304347822, 0.261513533231532, 1.09565217391304, 0.701508819977277, 1.89347826086956, 1.43742330951984, 3.33695652173913, 5.34572342094881, 11.9195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 765, '2021-05-09 00:00:00', 0.233909039447346, 0.819565217391295, 0.508086777935665, 1.32608695652173, 0.726835960746299, 1.94782608695652, 1.41046694255747, 3.38478260869566, 5.26620030122746, 11.9673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 780, '2021-05-09 00:00:00', 0.314787085330562, 0.850000000000001, 0.508563038016286, 1.3, 0.529626238558072, 1.76304347826087, 1.3930835646801, 3.25000000000001, 5.27438717568699, 11.9434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 795, '2021-05-09 00:00:00', 0.411650970773942, 0.917391304347827, 0.523697329839142, 1.2695652173913, 0.62176435173699, 1.7, 1.42637147094385, 3.26086956521739, 5.28401646851386, 11.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 810, '2021-05-09 00:00:00', 0.317646359157747, 0.810869565217385, 0.359745738053194, 1.08478260869565, 0.57632816189879, 1.70217391304348, 1.39320414389323, 3.34782608695653, 5.25216029334935, 11.9782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 825, '2021-05-09 00:00:00', 0.268376026685711, 0.754347826086953, 0.57060747048694, 1.26739130434782, 0.667934400698424, 1.70000000000001, 1.35675735259994, 3.34782608695652, 5.28507762048444, 11.95 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 840, '2021-05-09 00:00:00', 0.587106187916068, 0.958695652173909, 0.632072630539151, 1.27608695652174, 0.763663419434126, 1.65, 1.35267631071924, 3.32826086956522, 5.2678362554496, 11.9347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 855, '2021-05-09 00:00:00', 0.362223043989251, 0.756521739130424, 0.502405281813077, 1.06739130434782, 0.690312697661981, 1.5195652173913, 1.27492927805098, 3.23913043478261, 6.93999407683906, 12.4978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 870, '2021-05-09 00:00:00', 0.363299003587819, 0.769565217391309, 0.52088781006272, 1.07826086956522, 0.670754103374464, 1.51739130434782, 1.35089635006413, 3.29130434782609, 6.93126045835113, 12.5652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 885, '2021-05-09 00:00:00', 0.32235546137495, 0.713043478260871, 0.51232825137225, 1.05434782608695, 0.643099584122716, 1.43043478260869, 2.13936149094369, 5.28695652173913, 7.0853373899098, 12.5217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 900, '2021-05-09 00:00:00', 0.470461467173312, 0.776086956521738, 0.572224354132583, 1.0695652173913, 1.00698155777924, 1.54130434782609, 2.17161212224608, 5.53913043478262, 7.0963805281841, 12.645652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 915, '2021-05-09 00:00:00', 0.34219126473374, 0.66304347826087, 0.500108683839993, 1.00217391304347, 1.19639610345555, 1.6, 2.21217883044423, 5.78478260869565, 7.10017535829764, 12.7108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 930, '2021-05-09 00:00:00', 0.411374827878248, 0.782608695652169, 0.930398996393548, 1.12826086956522, 1.37425509826189, 1.76956521739131, 2.16792782794853, 5.78260869565218, 7.1130398542662, 12.7478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 945, '2021-05-09 00:00:00', 0.61840193128467, 0.841304347826088, 0.805870260941771, 1.25217391304347, 0.993690569853916, 1.89130434782608, 2.09774252838975, 5.84347826086956, 7.02076184170526, 12.8282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 960, '2021-05-09 00:00:00', 0.302117036191789, 0.782608695652174, 0.630044856926186, 1.21739130434783, 0.90557670572982, 1.89347826086956, 2.20921310190852, 5.8804347826087, 7.06355465384292, 12.8195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 975, '2021-05-09 00:00:00', 0.590186545172598, 0.867391304347821, 0.748311670182434, 1.47608695652173, 1.03725561434304, 2.0891304347826, 2.14257842154963, 5.87826086956522, 7.02642598020757, 12.804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 990, '2021-05-09 00:00:00', 0.477435507719751, 1.11086956521738, 0.655826726851056, 1.40217391304347, 0.950935674021374, 2.07826086956522, 1.98063500417488, 5.87826086956522, 6.98607876012629, 12.8565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1005, '2021-05-09 00:00:00', 0.507093944722971, 0.915217391304341, 0.616745891004663, 1.39130434782608, 0.83160756745298, 1.95434782608696, 2.02079847639823, 5.78913043478261, 7.0226489883967, 12.7847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1020, '2021-05-09 00:00:00', 0.522762500961052, 1.03478260869566, 0.601496815429909, 1.45434782608697, 0.772162662827985, 1.81521739130436, 2.20206290275005, 5.91086956521739, 7.02686122362798, 12.7717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1035, '2021-05-09 00:00:00', 0.360390653215229, 0.897826086956528, 0.500888538562468, 1.20434782608696, 0.666394048343755, 1.63913043478262, 2.41300822535941, 5.85217391304348, 7.05827171513984, 12.6978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1050, '2021-05-09 00:00:00', 0.364209035230973, 0.858695652173908, 0.493124666548824, 1.08913043478261, 0.674419674411412, 1.65652173913043, 2.44496134292128, 5.80217391304348, 7.05656703645058, 12.6673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1065, '2021-05-09 00:00:00', 0.313276702756709, 0.678260869565221, 0.436840977388447, 1.14130434782609, 1.84584513672591, 4.36521739130435, 2.49963436061334, 5.88913043478261, 7.05433317903191, 12.695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1080, '2021-05-09 00:00:00', 0.403517145802414, 0.915217391304353, 0.438026927177779, 1.23695652173913, 1.98573718651614, 4.57608695652175, 2.50584494597743, 5.8804347826087, 7.08666495314282, 12.6826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 5, 1095, '2021-05-09 00:00:00', 0.375036230133894, 0.723913043478257, 1.84406965307047, 4.06739130434783, 2.01293985937741, 4.59782608695653, 2.48013052697434, 5.73260869565218, 7.10938671382, 12.6260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 600, '2021-05-09 00:00:00', 1.87871371352617, 2.95, 1.80931566853487, 3.40833333333335, 1.7666598304489, 3.97500000000001, 5.62583327161408, 6.5, 8.43581478071281, 14.6416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 615, '2021-05-09 00:00:00', 0.499927530980128, 1.46666666666668, 0.811321609242093, 2.02916666666667, 0.77571846080571, 2.425, 5.21743870751413, 5.46666666666667, 8.23532923719067, 14.2229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 630, '2021-05-09 00:00:00', 0.527435688778357, 1.41666666666666, 0.605709549182618, 1.76666666666667, 5.31166169856478, 3.4375, 5.233593671407, 5.29375, 8.20868663257918, 14.2083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 645, '2021-05-09 00:00:00', 0.321335246401181, 1.01041666666667, 0.545468818434251, 1.46666666666666, 5.2242323997566, 3.17291666666667, 5.07816038170505, 5.15208333333334, 8.21000599083613, 14.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 660, '2021-05-09 00:00:00', 0.536426717444615, 1.00833333333332, 5.19711284118961, 2.54583333333333, 5.10630293951945, 3.05416666666667, 4.92999865875867, 5.01458333333333, 8.17074330741409, 13.96875 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 675, '2021-05-09 00:00:00', 0.481546832383574, 0.956521739130435, 0.544737671209533, 1.44130434782608, 0.95725335836176, 1.97391304347825, 1.53272278329605, 3.94130434782609, 7.88048134101007, 13.3195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 690, '2021-05-09 00:00:00', 0.412442354338364, 1.04782608695652, 0.566654072556323, 1.37173913043478, 1.1848391762251, 2.00434782608695, 1.44420608823548, 3.88695652173913, 7.87973836366677, 13.2869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 705, '2021-05-09 00:00:00', 0.336515606804781, 0.770833333333331, 0.579480026790633, 1.18333333333333, 1.14567357252518, 1.78125, 4.77179021794316, 4.70416666666667, 7.95075878249311, 14.4 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 720, '2021-05-09 00:00:00', 0.410323087617404, 0.814583333333324, 0.779117742399518, 1.19374999999999, 1.00736194076913, 1.73958333333333, 4.75810473701513, 4.82291666666667, 7.83749234333814, 14.5041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 735, '2021-05-09 00:00:00', 0.622043733026141, 0.770833333333338, 0.815005890438396, 1.16458333333334, 0.846601796270996, 1.61041666666667, 4.77517309421451, 4.89791666666667, 7.83217276709491, 14.5354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 750, '2021-05-09 00:00:00', 0.567348268677197, 0.883333333333333, 0.664293784318399, 1.17916666666666, 0.814308188640495, 1.6625, 4.79760989331207, 4.85208333333333, 7.81245492740621, 14.5520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 765, '2021-05-09 00:00:00', 0.479993772604533, 0.768749999999999, 0.736542918650698, 1.09791666666667, 0.766225455904041, 1.61666666666666, 4.8288417723424, 4.84791666666667, 7.82619625527542, 14.675 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 780, '2021-05-09 00:00:00', 0.532562849254241, 0.733333333333334, 0.51071401424655, 1.11875, 1.04120714501994, 1.94583333333333, 4.81090812181253, 4.8125, 7.81422864933308, 14.6270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 795, '2021-05-09 00:00:00', 0.344042201236839, 0.785416666666663, 0.529201613589838, 1.11249999999999, 4.94447246640271, 3.00416666666667, 4.83493429882073, 4.79375, 7.84144940711523, 14.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 810, '2021-05-09 00:00:00', 0.295129546598379, 0.716666666666661, 1.08020521064354, 1.39791666666667, 4.99376740170373, 2.81458333333334, 4.87060838981708, 4.75, 7.84168736232233, 14.5854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 825, '2021-05-09 00:00:00', 1.10088074095113, 0.995833333333332, 5.06074513331266, 2.48750000000001, 4.96714568257103, 2.90833333333334, 4.87363832711028, 4.76875, 7.82343625853143, 14.60625 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 840, '2021-05-09 00:00:00', 0.387808273399358, 0.830434782608697, 0.357016070098109, 1.02826086956522, 0.848627117283984, 1.8304347826087, 1.82563000117377, 3.67391304347827, 7.60139367292281, 14.0869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 855, '2021-05-09 00:00:00', 0.358011084687179, 0.660869565217391, 0.640921705367409, 1.23478260869565, 0.916719964913576, 1.80869565217391, 1.77467082067045, 3.71739130434783, 7.57266250345969, 14.0391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 870, '2021-05-09 00:00:00', 0.439232172302734, 0.923913043478263, 0.672732614015766, 1.29347826086957, 0.900943730064803, 1.69782608695652, 1.66275463145555, 3.59565217391305, 7.54306149251362, 13.9869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 885, '2021-05-09 00:00:00', 0.456745663132684, 0.804347826086949, 0.617522462826143, 1.17391304347825, 0.962975666560353, 1.63695652173913, 2.15158274309757, 4.78913043478261, 7.5216873527428, 13.8847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 900, '2021-05-09 00:00:00', 0.529112912626693, 0.828260869565211, 0.819036115261566, 1.13260869565217, 1.38068265179954, 1.85869565217391, 2.12718615748989, 5.30869565217391, 7.55486650478606, 13.8847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 915, '2021-05-09 00:00:00', 0.388101184801424, 0.780434782608695, 0.62457890952966, 1.21521739130434, 1.26580521639382, 1.86086956521739, 1.99487237944604, 5.42391304347826, 7.55393714583078, 13.8413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 930, '2021-05-09 00:00:00', 0.391220346714984, 0.834782608695649, 1.09002846537875, 1.30434782608696, 1.1123587088854, 1.64347826086956, 1.750697207247, 5.43043478260869, 7.5857417739381, 13.8065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983240, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 2.19999999999999, 0, 2.40000000000003, 0, 5.69999999999999, 0, 9.80000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 983240 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:43:15 Duration: 6s369ms 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 983235, 1, 945, '2021-05-09 00:00:00', 0.553567972339438, 0.671249999999999, 0.537158216241135, 0.812083333333335, 0.685734558016416, 1.30666666666667, 2.55351161304801, 4.23291666666667, 11.5513633598383, 13.0995833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 960, '2021-05-09 00:00:00', 0.282576140822819, 0.56166666666667, 0.47557269061414, 0.829583333333334, 0.769539552712141, 1.48541666666667, 2.64885359397586, 4.32583333333333, 11.5483479902689, 13.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 975, '2021-05-09 00:00:00', 0.341199663166496, 0.595416666666663, 0.532989245887649, 1.01083333333333, 0.731968633009736, 1.58958333333333, 3.00699281627034, 4.50333333333333, 11.3977932567313, 13.3495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 990, '2021-05-09 00:00:00', 0.474762335661031, 0.834166666666668, 0.64323683289159, 1.24333333333334, 0.674913708923409, 1.58291666666666, 3.11298251600094, 4.57916666666666, 11.39439996417, 13.35125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1005, '2021-05-09 00:00:00', 0.507487238363141, 0.907083333333335, 0.539575618265027, 1.19875, 0.623662481879699, 1.53625, 3.26342211689562, 4.6425, 11.3885667224965, 13.3620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1020, '2021-05-09 00:00:00', 0.321380344898312, 0.766249999999996, 0.359826850469555, 0.98333333333333, 0.572312243751453, 1.4025, 3.44602099361072, 4.70791666666667, 11.4036198724638, 13.33375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1035, '2021-05-09 00:00:00', 0.300921290686463, 0.63833333333333, 0.49400683560371, 1.01416666666666, 0.626209988163207, 1.33458333333333, 3.5253672848022, 4.79166666666667, 11.4013899483187, 13.3233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1050, '2021-05-09 00:00:00', 0.393346613015817, 0.684583333333335, 0.527809254082998, 0.975, 0.591289428626791, 1.23833333333333, 3.52333255350793, 4.84875, 11.4067350353494, 13.3104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1065, '2021-05-09 00:00:00', 0.337443231940732, 0.663749999999997, 0.457219067146502, 0.906666666666664, 2.52420327507771, 3.1325, 3.55620910358289, 4.87333333333333, 11.4111840559151, 13.2954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1080, '2021-05-09 00:00:00', 0.327970261995844, 0.639166666666666, 0.38874729133685, 0.781249999999998, 2.54547723380628, 3.3875, 3.89890647991593, 4.9875, 11.3026843595619, 13.2770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 1, 1095, '2021-05-09 00:00:00', 0.258636166586702, 0.484799999999995, 2.46023156091725, 2.8568, 2.51923599529699, 3.396, 3.80586731245323, 4.9048, 11.1136729152277, 12.9956 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 600, '2021-05-09 00:00:00', 2.67014200621116, 2.8, 2.70006327086361, 3.256, 2.64254851737233, 3.5472, 3.79864809285269, 4.9376, 11.0183321181868, 13.1052 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 615, '2021-05-09 00:00:00', 1.19852909852035, 1.49, 1.25774009789231, 1.86692307692308, 1.28636016011787, 2.26230769230769, 2.51315189782442, 3.90730769230769, 9.72981954927934, 12.1773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 630, '2021-05-09 00:00:00', 0.887845447395854, 1.20153846153846, 0.9911305898588, 1.47961538461538, 1.40271385315971, 2.05692307692308, 2.55396174900577, 3.72615384615384, 9.76260905385756, 12.0565384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 645, '2021-05-09 00:00:00', 0.584649796558061, 0.989230769230767, 0.674572571222808, 1.33807692307692, 1.48917778036689, 2.08769230769231, 2.34322630969813, 3.50846153846154, 9.63568323392874, 11.8992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 660, '2021-05-09 00:00:00', 0.532092530992926, 0.897692307692307, 0.910217302879664, 1.24346153846154, 1.45054626315001, 1.90269230769231, 2.27014540367927, 3.32807692307692, 9.57273548236786, 11.8238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 675, '2021-05-09 00:00:00', 0.551785586376931, 0.834399999999997, 1.00038192706586, 1.4084, 1.1864618268898, 1.75, 1.91636826662657, 3.0556, 9.44902608738065, 11.9224 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 690, '2021-05-09 00:00:00', 0.666055052779672, 0.9672, 0.738846398109916, 1.1776, 1.05375566427896, 1.5852, 1.64019053771201, 2.868, 9.31530287573446, 11.7652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 705, '2021-05-09 00:00:00', 0.599512857799286, 0.786399999999999, 0.713841018714953, 1.1076, 1.04150020003199, 1.5632, 1.55376177925275, 2.7244, 9.07669851873466, 12.4668 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 720, '2021-05-09 00:00:00', 0.541934190346638, 0.745200000000003, 0.756379975056627, 1.0176, 0.99081902148341, 1.4484, 1.58100179211368, 2.674, 9.04060106777568, 12.5748 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 735, '2021-05-09 00:00:00', 0.66765135612334, 0.760000000000001, 0.796503191037764, 1.0656, 1.05357597416291, 1.4984, 1.6912774264837, 2.7512, 9.03821280268764, 12.6336 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 750, '2021-05-09 00:00:00', 0.497115525963377, 0.700384615384615, 0.907735305370123, 1.09076923076923, 1.35406811554606, 1.64730769230769, 1.7699950456254, 2.89769230769231, 8.95436917848574, 12.4507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 765, '2021-05-09 00:00:00', 0.695731030403753, 0.750000000000001, 0.88756351885372, 1.0876, 1.21775435399208, 1.5644, 1.70403423283297, 2.7992, 8.95892990261672, 12.696 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 780, '2021-05-09 00:00:00', 0.507485631980519, 0.710000000000001, 1.06023692320789, 1.0876, 1.09204654967939, 1.4564, 1.89677208260068, 2.9388, 8.94507372803601, 12.7276 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 795, '2021-05-09 00:00:00', 0.632988941451587, 0.755999999999999, 0.87245343715295, 1.074, 1.23020160949334, 1.5572, 1.98327170772606, 3.038, 8.94018170956273, 12.7236 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 810, '2021-05-09 00:00:00', 0.91195906340873, 0.8412, 1.12668570003647, 1.1296, 1.32998458637685, 1.5644, 2.05119656135957, 3.1064, 8.93869235403032, 12.7372 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 825, '2021-05-09 00:00:00', 0.665907901539944, 0.745999999999997, 0.896103230660393, 1.0752, 0.984014396913646, 1.4552, 2.11407781313744, 3.282, 8.92606740582511, 12.7972 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 840, '2021-05-09 00:00:00', 0.804874110239192, 0.821599999999999, 0.858271130432181, 1.0372, 0.934634509670312, 1.372, 2.17440627911774, 3.3652, 8.92621099160594, 12.8248 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 855, '2021-05-09 00:00:00', 0.459138686382813, 0.648000000000001, 0.665801521976832, 0.976000000000003, 0.802490913759571, 1.208, 2.12793538435733, 3.3656, 8.90046182322394, 12.8804 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 870, '2021-05-09 00:00:00', 0.602041526806908, 0.749599999999999, 0.649745334727383, 0.882399999999999, 1.08911845085831, 1.3004, 2.1035095277496, 3.3524, 8.91707281941034, 12.9572 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 885, '2021-05-09 00:00:00', 0.300145520261981, 0.5396, 0.694744077580614, 0.828799999999999, 0.966926746622174, 1.2584, 2.14503791730279, 4.5572, 8.90354938587229, 12.976 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 900, '2021-05-09 00:00:00', 0.535467708332321, 0.644400000000001, 0.830075699359203, 0.975600000000001, 1.03745795095512, 1.3024, 2.11572745566783, 4.7188, 8.76483028928684, 12.92 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 915, '2021-05-09 00:00:00', 0.721469103057551, 0.734799999999999, 0.715988361171697, 0.936800000000002, 1.00055817755224, 1.366, 2.10249629409106, 4.6964, 8.63966129737349, 12.9616 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 930, '2021-05-09 00:00:00', 0.348160882351823, 0.639200000000002, 0.518860931914001, 0.893999999999997, 0.923211423961666, 1.39879999999999, 2.08554413363355, 4.7512, 8.654985499699, 13.1136 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 945, '2021-05-09 00:00:00', 0.515012770566083, 0.656923076923075, 0.653641750855571, 0.95653846153846, 1.06335434429848, 1.51769230769231, 2.18420286462731, 4.79307692307692, 8.61289081283666, 12.8419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 960, '2021-05-09 00:00:00', 0.425038097839932, 0.664230769230766, 0.758477523626217, 1.02807692307692, 1.12233958936062, 1.77307692307692, 2.49891856610014, 5.045, 8.61834923511815, 12.8265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 975, '2021-05-09 00:00:00', 0.628985997153661, 0.780769230769228, 0.893147588803002, 1.22615384615385, 1.18447885327099, 1.94692307692308, 2.49278630019934, 5.02653846153846, 8.62388754921691, 12.8126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 990, '2021-05-09 00:00:00', 0.618197877208113, 0.933846153846155, 0.899292799071327, 1.39653846153846, 1.18340636105466, 1.85115384615385, 2.60561857412902, 5.04807692307692, 8.61945902282468, 12.8046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1005, '2021-05-09 00:00:00', 0.576751112832776, 0.945384615384615, 0.706110146125617, 1.36346153846154, 1.01098984245069, 1.80269230769231, 2.4953030646828, 4.92423076923077, 8.63808251514545, 12.7384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1020, '2021-05-09 00:00:00', 0.416854890819336, 0.940000000000001, 0.495781744784474, 1.12346153846154, 0.854863731830981, 1.65, 2.52939311663125, 4.79153846153846, 8.64256197770439, 12.6984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1035, '2021-05-09 00:00:00', 0.463760714161946, 0.715000000000002, 0.646251201456997, 1.13615384615385, 0.769497338426944, 1.57692307692308, 2.52838449485955, 4.70192307692307, 8.6484497143441, 12.6023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1050, '2021-05-09 00:00:00', 0.524046386672606, 0.856153846153845, 0.634098876055921, 1.14423076923077, 0.813335393019669, 1.52230769230769, 2.56966352182238, 4.69884615384615, 8.63021180772256, 12.5596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1065, '2021-05-09 00:00:00', 0.472222893916061, 0.772307692307693, 0.569208357147148, 1.09307692307692, 1.63618599657393, 3.26384615384615, 2.76240608611685, 4.64076923076923, 8.61472089819781, 12.5080769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1080, '2021-05-09 00:00:00', 0.434536711735793, 0.72307692307692, 0.624666434063934, 0.951923076923075, 1.69888510953054, 3.44115384615385, 2.7415148255046, 4.60653846153846, 8.61673949579895, 12.4934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 2, 1095, '2021-05-09 00:00:00', 0.2650204636511, 0.520384615384615, 1.56741394071204, 3.04230769230769, 1.67935756947526, 3.45461538461538, 2.6843908920905, 4.55230769230769, 8.61302326980218, 12.4853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 600, '2021-05-09 00:00:00', 0.777652977777463, 2.02807692307692, 0.89841227472949, 2.37384615384616, 0.990346714734096, 2.76884615384616, 2.08376774137618, 3.82, 8.12905096173358, 12.0615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 615, '2021-05-09 00:00:00', 0.51499380130698, 1.21115384615385, 0.616156323821004, 1.64384615384615, 0.965282262425786, 2.12461538461538, 1.92912419347385, 3.47192307692308, 8.03064676004464, 11.8307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 630, '2021-05-09 00:00:00', 0.510943621758197, 1.13923076923077, 0.736326119220382, 1.48807692307692, 1.38308979629501, 2.17576923076923, 1.84813090611943, 3.28961538461538, 8.02614063784467, 11.7715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 645, '2021-05-09 00:00:00', 0.68604339400765, 1.01653846153846, 0.835907981685876, 1.48307692307693, 1.27938975837942, 2.06307692307692, 1.7760524940267, 3.17230769230769, 7.95176195279048, 11.7230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 660, '2021-05-09 00:00:00', 0.539888307537203, 0.969230769230771, 1.17129986963859, 1.49923076923077, 1.35420552922539, 1.94615384615385, 1.68489894698123, 3.05269230769231, 7.88906483684854, 11.61 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 675, '2021-05-09 00:00:00', 0.938738269413545, 1.07153846153846, 0.910792723189741, 1.34076923076923, 1.1269714350349, 1.71615384615385, 1.63588343575715, 3.05884615384615, 7.72275543691897, 11.5534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 690, '2021-05-09 00:00:00', 0.362810397612008, 0.799230769230767, 0.65204483092688, 1.19230769230769, 0.779675672216437, 1.49692307692308, 1.45725648447295, 2.94730769230769, 7.64032142900163, 11.4965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 705, '2021-05-09 00:00:00', 0.570744722675154, 0.788461538461542, 0.746816937717364, 1.06653846153846, 0.820908314940508, 1.50230769230769, 5.04033504686101, 4.11423076923077, 7.69176651711726, 11.5419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 720, '2021-05-09 00:00:00', 0.712707189848356, 0.803461538461539, 0.693941363073722, 1.06115384615385, 0.908040409131327, 1.56576923076923, 5.64711182818261, 4.48, 7.62450204174774, 11.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 735, '2021-05-09 00:00:00', 0.305294057489594, 0.697307692307692, 0.541474482671727, 1.07115384615384, 0.843591953858846, 1.55923076923076, 5.52484853951811, 4.45076923076923, 7.56086502987588, 11.66 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 750, '2021-05-09 00:00:00', 0.356733255226668, 0.728846153846151, 0.537981555302928, 1.03192307692307, 0.761374970795498, 1.45961538461538, 5.59277908075706, 4.41538461538461, 7.54743204418155, 11.6576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 765, '2021-05-09 00:00:00', 0.341896970535774, 0.65153846153846, 0.547456355829817, 0.972692307692306, 0.5821954469605, 1.23346153846154, 5.58097747159595, 4.41846153846154, 7.55228087808832, 11.5823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 780, '2021-05-09 00:00:00', 0.502768489313076, 0.721923076923076, 0.511207920969087, 0.901538461538461, 0.656876056685088, 1.22692307692308, 5.56666690772301, 4.44730769230769, 7.56357363643973, 11.5369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 795, '2021-05-09 00:00:00', 0.329219356380187, 0.624230769230769, 0.441493444502251, 0.817307692307693, 0.743743131836418, 1.27538461538462, 5.5333246648063, 4.51538461538462, 7.56518088654553, 11.5346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 810, '2021-05-09 00:00:00', 0.331296752868994, 0.571538461538464, 0.478372400798949, 0.851923076923078, 0.769841242375033, 1.27653846153846, 5.51272329741355, 4.53692307692308, 7.56318780978986, 11.5246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 825, '2021-05-09 00:00:00', 0.298800937080189, 0.545000000000003, 0.620944318078396, 0.910384615384618, 0.765937233821312, 1.27038461538461, 5.51230762790098, 4.57923076923077, 7.56997393553078, 11.5257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 840, '2021-05-09 00:00:00', 0.613897510864929, 0.716923076923081, 0.692184612991028, 0.963461538461538, 0.839567654304192, 1.36538461538461, 5.51635059130163, 4.60961538461539, 7.57505291172178, 11.5311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 855, '2021-05-09 00:00:00', 0.280607308419542, 0.56730769230769, 0.538090641492242, 0.888461538461538, 0.873742877158158, 1.36115384615384, 5.53457680961593, 4.59269230769231, 7.55963252057624, 11.5703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 870, '2021-05-09 00:00:00', 0.494634597066744, 0.649230769230768, 0.625791806126747, 0.930769230769229, 0.855178254023008, 1.50461538461538, 5.50460183706464, 4.52423076923077, 7.56401973922495, 11.5588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 885, '2021-05-09 00:00:00', 0.396595705783803, 0.598076923076921, 0.535171575650852, 0.863846153846152, 5.07410123909795, 2.62923076923077, 7.45337913040377, 6.34269230769231, 7.41718284691805, 11.7642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 900, '2021-05-09 00:00:00', 0.343903385359234, 0.561538461538461, 0.494184798819851, 0.978846153846153, 5.52148710459001, 2.87038461538462, 7.52166586499396, 6.54423076923077, 7.42351146436365, 11.7576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 915, '2021-05-09 00:00:00', 0.395235372910875, 0.688799999999998, 1.04504385872875, 1.264, 2.22713320960676, 1.9416, 6.19787347940136, 5.8276, 6.78848011953584, 11.0996 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 930, '2021-05-09 00:00:00', 0.780842066831275, 0.906799999999999, 2.03181216323426, 1.4524, 2.18367259450679, 1.9148, 6.19693897554806, 5.8088, 6.74043688000514, 11.1532 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 945, '2021-05-09 00:00:00', 1.51844459892352, 1.0264, 1.53341416453612, 1.3244, 1.73892907656791, 1.8492, 6.19627732325359, 5.7588, 6.73643605081105, 11.1504 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 960, '2021-05-09 00:00:00', 0.989393416863756, 0.909199999999998, 1.25064649948204, 1.228, 2.2024741390839, 2.0044, 6.17439087414027, 5.7588, 6.71555656665924, 11.164 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 975, '2021-05-09 00:00:00', 0.898575168437977, 0.850399999999998, 1.11308849603255, 1.3108, 2.16974591446403, 2.0384, 6.14817349570857, 5.8396, 6.71842491461603, 11.148 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 990, '2021-05-09 00:00:00', 0.819687542095566, 1.05280000000001, 1.76158290560885, 1.6308, 1.78902906628149, 1.994, 6.15031863673203, 5.8988, 6.71009868283123, 11.1692 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1005, '2021-05-09 00:00:00', 1.48391239633612, 1.1372, 1.44945656483157, 1.4008, 1.45048980233115, 1.8396, 6.12632606053579, 5.7872, 6.70781119293023, 11.0632 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1020, '2021-05-09 00:00:00', 0.717356257378437, 0.947999999999997, 0.779519723932629, 1.2152, 1.21606167606746, 1.7968, 5.96993542678646, 5.9204, 6.70077793991116, 11.19 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1035, '2021-05-09 00:00:00', 0.354106857695055, 0.777999999999993, 0.62549313878464, 1.24199999999999, 1.07026865786119, 1.78, 5.56255316079466, 5.7568, 7.27681253480304, 11.9656 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1050, '2021-05-09 00:00:00', 0.496132710740449, 0.876799999999997, 0.767305241304487, 1.2236, 1.16682160875888, 1.7332, 5.49731197950417, 5.6984, 7.31627712706401, 11.9612 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1065, '2021-05-09 00:00:00', 0.419682419614324, 0.774000000000008, 0.649807663851385, 1.178, 4.90269612900222, 4.1672, 5.15704657079353, 5.5428, 7.31165336979264, 11.916 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1080, '2021-05-09 00:00:00', 0.475788818700059, 0.818000000000004, 0.651077824329268, 1.0324, 4.89976710330876, 4.3448, 4.9733594615042, 5.4772, 7.27160516438198, 11.892 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 3, 1095, '2021-05-09 00:00:00', 0.403723502742493, 0.614800000000002, 4.60413129699838, 3.818, 4.69791276348692, 4.3552, 4.8600501369156, 5.3604, 7.27923317847881, 11.8376 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 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 983235, 4, 600, '2021-05-09 00:00:00', 2.60757911492244, 2.84416666666667, 2.88131612439448, 3.235, 3.59328389226829, 3.8075, 4.62371531315472, 5.17708333333333, 6.68009415884346, 11.0166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 615, '2021-05-09 00:00:00', 1.66067997248551, 1.77833333333333, 2.17265198931321, 2.43083333333334, 2.61978560772342, 2.83375, 3.732551580936, 4.2675, 5.80013711731974, 10.3891666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 630, '2021-05-09 00:00:00', 1.90263199660174, 1.57541666666667, 2.40526953956745, 1.92458333333333, 2.35194030290009, 2.34166666666667, 3.64956489366109, 3.8725, 5.83032694785126, 10.1958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 645, '2021-05-09 00:00:00', 0.884971034488733, 0.974583333333329, 0.918637538714935, 1.35083333333333, 1.31801336834284, 1.99125, 2.76827416413658, 3.67125, 4.83790017256559, 9.72791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 660, '2021-05-09 00:00:00', 0.709504828348108, 1.04333333333333, 0.944443321965803, 1.37416666666666, 1.56748015034932, 2.02875, 2.7439502625737, 3.6325, 4.83551967667161, 9.67375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 675, '2021-05-09 00:00:00', 0.550296198239732, 0.907916666666664, 1.12606246126343, 1.46083333333333, 1.79512741261901, 1.95708333333333, 2.6917957747113, 3.52583333333333, 4.84222039663265, 9.59875 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 690, '2021-05-09 00:00:00', 1.039259682854, 1.08458333333333, 1.40821341998714, 1.38958333333333, 2.22856732427822, 2.05583333333333, 2.60340064675728, 3.46083333333334, 4.8504817480747, 9.52583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 705, '2021-05-09 00:00:00', 0.598378091660875, 0.752916666666665, 0.971746429470366, 1.16708333333334, 1.55327978153009, 1.69791666666667, 2.36362087128804, 3.25416666666667, 5.16550920298154, 9.84375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 720, '2021-05-09 00:00:00', 0.773429685401889, 0.872500000000001, 1.40334944825337, 1.33625, 1.5249332962366, 1.71958333333334, 4.10022056670763, 3.775, 5.38731433991942, 9.93583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 735, '2021-05-09 00:00:00', 1.02554616060723, 0.876666666666666, 1.06034722232109, 1.11666666666667, 1.08274334547662, 1.58125, 4.58292338746376, 3.86041666666667, 5.38578104827888, 9.97125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 750, '2021-05-09 00:00:00', 0.621316391197765, 0.770833333333331, 0.91618053644591, 1.13291666666667, 1.05589434240309, 1.57541666666667, 4.56863471820694, 3.95666666666667, 5.37201767616633, 10.005 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 765, '2021-05-09 00:00:00', 0.531685179814878, 0.717500000000002, 0.702987285225275, 1.03458333333334, 1.16594522207073, 1.5775, 4.53991714075572, 4.09291666666667, 5.39201738213773, 10.0091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 780, '2021-05-09 00:00:00', 0.298799227343159, 0.688750000000001, 0.613794181384485, 1.03958333333334, 1.00778266793843, 1.52458333333334, 4.54902949914133, 4.03458333333333, 5.44848064182556, 10.0375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 795, '2021-05-09 00:00:00', 0.480169052356127, 0.748333333333337, 0.690818538853143, 1.08041666666667, 0.935609446420826, 1.40541666666667, 4.54542571466483, 4.08416666666667, 5.51337331640865, 10.07625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 810, '2021-05-09 00:00:00', 0.491744712547924, 0.699583333333333, 0.749944804732274, 0.997916666666669, 0.893449490879938, 1.37541666666667, 4.61139224159007, 4.19083333333333, 5.53569916247183, 10.11 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 825, '2021-05-09 00:00:00', 0.462742298458451, 0.655000000000003, 0.547617865018077, 0.913750000000003, 1.80326334617332, 1.6875, 4.6305186229397, 4.22625, 5.62178468490908, 10.1125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 840, '2021-05-09 00:00:00', 0.408159309264325, 0.681250000000002, 0.653294743388565, 0.991250000000002, 1.7096566631336, 1.70958333333334, 4.63587022614128, 4.24166666666667, 5.64395044542693, 10.08125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 855, '2021-05-09 00:00:00', 0.551955515693383, 0.621250000000005, 1.79741037550444, 1.26333333333334, 1.70555677508651, 1.6475, 4.65736529051302, 4.20916666666667, 5.61201215561608, 10.1025 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 870, '2021-05-09 00:00:00', 1.73092581200543, 0.977916666666667, 1.67916451792577, 1.2475, 1.67136361710422, 1.63291666666667, 4.56703309648045, 4.19, 5.59780157093267, 10.1220833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 885, '2021-05-09 00:00:00', 0.602925236310204, 0.716666666666666, 0.659036956585084, 0.999166666666667, 1.6862177361252, 1.74791666666667, 4.87025748508377, 5.40583333333334, 5.54614383270426, 9.99375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 900, '2021-05-09 00:00:00', 0.520542498508643, 0.735833333333338, 0.658489157856447, 1.02583333333334, 3.90070636486875, 2.24166666666667, 4.82008561773739, 5.65416666666667, 5.81563578340472, 10.1175 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 915, '2021-05-09 00:00:00', 0.598209284302819, 0.7125, 1.69497958604269, 1.37916666666667, 4.44583339785122, 2.40458333333333, 4.79209900381022, 5.82291666666667, 5.73627358146814, 10.1454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 930, '2021-05-09 00:00:00', 1.74194772713132, 1.17083333333333, 3.95269665792421, 1.9675, 4.46734715236125, 2.52916666666666, 4.81000947225558, 5.95791666666667, 5.69759940231633, 10.2270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 945, '2021-05-09 00:00:00', 2.74170577259455, 1.22875, 3.26005056864843, 1.59583333333333, 3.2264306735624, 2.32125, 3.78476350418474, 5.545, 5.66683275545175, 10.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 960, '2021-05-09 00:00:00', 2.05359595358476, 1.05708333333333, 2.23425890673369, 1.46791666666666, 2.33682182287911, 2.21833333333334, 3.31472535312757, 5.42958333333333, 5.59971892087037, 10.0279166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 975, '2021-05-09 00:00:00', 1.40328025391028, 1.04958333333333, 1.48295728827252, 1.63333333333333, 1.9174643582652, 2.17, 2.78080294811263, 5.23041666666667, 5.07766350467089, 9.80333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 990, '2021-05-09 00:00:00', 1.24900300820004, 1.32541666666667, 1.64193152428315, 1.695, 1.95963612231558, 2.21458333333333, 2.6128794364217, 5.21458333333333, 5.0047646139034, 9.72416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1005, '2021-05-09 00:00:00', 0.742604113619914, 1.005, 1.03626699038535, 1.42333333333333, 1.15901757498773, 1.885, 2.43797221364247, 5.15041666666667, 4.8708178642469, 9.65833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1020, '2021-05-09 00:00:00', 0.731518175153363, 1.06833333333333, 0.893074805766938, 1.355, 0.99858368906065, 1.72041666666667, 2.4235444982056, 5.14875, 4.86765260139075, 9.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1035, '2021-05-09 00:00:00', 0.703383000169566, 0.914583333333334, 0.74207979863101, 1.23291666666667, 0.784390744833032, 1.55416666666667, 2.32702958010135, 5.13333333333334, 4.88032590902092, 9.62625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1050, '2021-05-09 00:00:00', 0.543384455672658, 0.826666666666667, 0.610976884688114, 1.07833333333333, 0.750267585115714, 1.41333333333334, 2.19855778649999, 5.14291666666667, 4.97050663734433, 9.61833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1065, '2021-05-09 00:00:00', 0.388782706345874, 0.750416666666668, 0.636132876238831, 1.07291666666667, 2.01205551397181, 3.6075, 2.20398350654025, 5.11291666666667, 5.06681845691774, 9.67666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1080, '2021-05-09 00:00:00', 0.39283713481894, 0.724166666666668, 0.497800961330378, 0.966666666666669, 1.9080352118253, 3.81375, 2.1432695039744, 4.97708333333333, 5.14488135593685, 9.71958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 4, 1095, '2021-05-09 00:00:00', 0.335415597711863, 0.594166666666666, 1.7536370073716, 3.26083333333333, 1.84752551903303, 3.88875, 2.17280219625671, 4.98208333333333, 5.17346096627443, 9.67875 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 600, '2021-05-09 00:00:00', 0.807760286125719, 1.98304347826087, 0.979032958381302, 2.51347826086957, 1.43479130432148, 3.09478260869565, 2.4008558256697, 4.55782608695652, 5.30796854168576, 9.56130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 615, '2021-05-09 00:00:00', 0.557065646389498, 1.38695652173913, 0.745800098257749, 1.85782608695652, 0.981199354827063, 2.40391304347826, 2.47040778506422, 4.05652173913043, 5.15733071259264, 9.45652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 630, '2021-05-09 00:00:00', 0.627584931184462, 1.12913043478261, 0.937535032283541, 1.58913043478261, 1.13418494703075, 2.01869565217391, 2.55091783838324, 3.77999999999999, 5.15390074461814, 9.42260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 645, '2021-05-09 00:00:00', 0.675820391510224, 1.03173913043478, 0.652769109166043, 1.36565217391304, 0.965801393670466, 1.77782608695652, 2.46315007670975, 3.5791304347826, 5.08682297551131, 9.4895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 660, '2021-05-09 00:00:00', 0.467585252525618, 0.932173913043477, 0.690622105988963, 1.29043478260869, 0.917258761944324, 1.7, 2.41646329615412, 3.50304347826086, 5.12029604813563, 9.52043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 675, '2021-05-09 00:00:00', 0.413000684281993, 0.831739130434779, 0.487897400605686, 1.11434782608695, 1.13538870431294, 1.80434782608696, 2.41873615447825, 3.39130434782608, 5.13561858600009, 9.49652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 690, '2021-05-09 00:00:00', 0.406067129713784, 0.747826086956521, 0.71900073389112, 1.14434782608696, 1.20909416326942, 1.81782608695652, 2.46867209188122, 3.38652173913043, 5.22122715877008, 9.47304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 705, '2021-05-09 00:00:00', 0.645177917674303, 0.78, 1.18411355079898, 1.29391304347826, 1.3526199142446, 1.86478260869565, 2.54792661580464, 3.42130434782609, 5.46018354525066, 10.1495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 720, '2021-05-09 00:00:00', 1.17092207171259, 0.996956521739136, 1.16336485530605, 1.42217391304348, 1.46970285507427, 1.89913043478261, 2.56473430501797, 3.43565217391304, 5.59035342204759, 10.3882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 735, '2021-05-09 00:00:00', 0.661499076090048, 0.94086956521739, 0.87180449815538, 1.24391304347826, 0.882972432302131, 1.74304347826087, 2.02476534530728, 3.27260869565217, 5.6229480403105, 10.4291304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 750, '2021-05-09 00:00:00', 0.358963153338258, 0.73, 0.581367816059174, 1.15391304347826, 0.546257117065462, 1.47173913043478, 2.03551694883926, 3.26260869565217, 5.67720370404596, 10.4634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 765, '2021-05-09 00:00:00', 0.497382873971515, 0.864782608695648, 0.475763584296125, 1.07652173913043, 0.793849379885548, 1.58826086956521, 2.03161766967391, 3.38608695652173, 5.87275655592988, 10.5582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 780, '2021-05-09 00:00:00', 0.271041761290829, 0.709999999999998, 0.406691072508972, 0.996086956521738, 1.1679973401345, 1.64217391304347, 1.9190097495772, 3.34434782608695, 6.41272632296753, 10.7904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 795, '2021-05-09 00:00:00', 0.344236567245908, 0.684782608695653, 0.743425465615012, 1.15782608695652, 1.44962323031932, 1.72565217391304, 1.88765230519194, 3.39304347826087, 6.43224900580872, 10.84 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 810, '2021-05-09 00:00:00', 0.701606851386901, 0.883913043478258, 1.15943883796099, 1.25565217391304, 1.3357355007872, 1.70565217391304, 1.84685781652687, 3.43739130434782, 6.64017378576332, 10.9152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 825, '2021-05-09 00:00:00', 0.688267286530101, 0.771304347826084, 0.88171051867105, 1.1895652173913, 0.852641095622689, 1.51826086956521, 1.80185839507141, 3.37130434782608, 6.63431294863268, 10.9208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 840, '2021-05-09 00:00:00', 0.690512784196168, 0.905217391304345, 0.767091936814419, 1.13869565217391, 1.01355457937671, 1.57260869565217, 1.77419101422049, 3.36086956521739, 6.64322172305427, 10.8969565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 855, '2021-05-09 00:00:00', 0.385667123870813, 0.718695652173912, 0.451429438062483, 0.943913043478258, 0.977290357410607, 1.52347826086956, 1.64024039017133, 3.24391304347826, 6.6633525787649, 10.8830434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 870, '2021-05-09 00:00:00', 0.304791122670098, 0.616086956521739, 0.699873223980078, 1.0195652173913, 1.1190735863649, 1.63434782608696, 1.57504488925302, 3.22130434782608, 6.74462883944092, 10.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 885, '2021-05-09 00:00:00', 0.563621828194573, 0.731739130434782, 0.759646006595153, 1.13434782608696, 1.44920954330119, 1.75913043478261, 1.81490709046926, 4.43826086956521, 7.00191662072867, 10.86 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 900, '2021-05-09 00:00:00', 0.582213644011138, 0.840000000000002, 0.914696433368681, 1.18826086956522, 1.4221451536129, 1.72173913043479, 1.81882883744484, 4.61739130434782, 7.06017377653983, 10.8208695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 915, '2021-05-09 00:00:00', 0.61252700190542, 0.775652173913042, 0.926878607245401, 1.18695652173914, 1.18822916036824, 1.63608695652174, 2.01285689639763, 4.66739130434782, 7.05394005898344, 10.6960869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 930, '2021-05-09 00:00:00', 0.738169940907978, 0.893043478260872, 0.844640391707828, 1.1208695652174, 1.01854988759402, 1.60565217391304, 2.01861700788087, 4.63652173913043, 7.04977747525359, 10.6252173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 945, '2021-05-09 00:00:00', 0.463754228217619, 0.719565217391309, 0.595940814633007, 1.02, 0.917930737008335, 1.69826086956522, 2.13147326065085, 4.58652173913043, 7.0669795528217, 10.59 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 960, '2021-05-09 00:00:00', 0.434630823307748, 0.696956521739129, 0.659316030791374, 1.12608695652174, 0.809766716028356, 1.71695652173913, 2.1502617728313, 4.58434782608695, 7.07940856934388, 10.574347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 975, '2021-05-09 00:00:00', 0.564779155131583, 0.818695652173914, 0.711061667967113, 1.37782608695652, 0.671124358921907, 1.84521739130435, 2.23784896366795, 4.5995652173913, 7.07940856934388, 10.574347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 990, '2021-05-09 00:00:00', 0.377538836575164, 1.03086956521739, 0.523605620529229, 1.29913043478261, 0.67163595917735, 1.73695652173913, 2.1516219637982, 4.44043478260869, 7.01164542325851, 10.5652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1005, '2021-05-09 00:00:00', 0.518067250353973, 0.918695652173915, 0.625217116438558, 1.32347826086957, 0.66513572569577, 1.65347826086957, 2.18924915386703, 4.48869565217391, 7.06431294545367, 10.6391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1020, '2021-05-09 00:00:00', 0.397662637322808, 0.829130434782608, 0.585405842130058, 1.17, 0.570788581475737, 1.43782608695652, 2.26408616576488, 4.48043478260869, 7.18448809380046, 10.6565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1035, '2021-05-09 00:00:00', 0.358902587332102, 0.797391304347825, 0.390446182391214, 1.03869565217391, 0.527351874937407, 1.33999999999999, 2.36804959687939, 4.50043478260869, 7.84635133351878, 10.9126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1050, '2021-05-09 00:00:00', 0.318429942779412, 0.763913043478256, 0.367001523943803, 0.980869565217383, 0.458879456645451, 1.23391304347825, 2.42206458170394, 4.51826086956521, 8.99639791772636, 11.2413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1065, '2021-05-09 00:00:00', 0.272700591580254, 0.597391304347823, 0.42488733684573, 0.847391304347822, 1.53896492600652, 3.21304347826086, 2.50472865050253, 4.51739130434782, 8.99927849545369, 11.2195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1080, '2021-05-09 00:00:00', 0.260182362315504, 0.573043478260865, 0.395229957578604, 0.793913043478259, 1.86725972839362, 3.6195652173913, 2.82377777960955, 4.56869565217391, 9.16310523940757, 11.2739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 5, 1095, '2021-05-09 00:00:00', 0.296520000458547, 0.568260869565218, 1.66082114553927, 3.06217391304347, 2.08453499994793, 3.8195652173913, 2.92750267920611, 4.59086956521739, 9.27797406586149, 11.3213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 600, '2021-05-09 00:00:00', 1.57960088290535, 2.48541666666666, 5.16224644954085, 4.06166666666666, 5.25530441140394, 4.45374999999999, 5.73724519499875, 5.50541666666666, 10.0012076716417, 13.11375 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 615, '2021-05-09 00:00:00', 5.20922619013611, 2.49875, 5.28970116412989, 2.83916666666667, 5.23398757218596, 3.26458333333333, 5.39711913223492, 4.56583333333333, 9.27492911805409, 12.5916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 630, '2021-05-09 00:00:00', 0.438404851968192, 1.05478260869565, 0.880235550580597, 1.58347826086956, 0.89748242520804, 1.89260869565217, 2.1126905274607, 3.35608695652174, 8.86962554521063, 11.9186956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 645, '2021-05-09 00:00:00', 0.664112233954877, 1.02217391304348, 0.620503747922418, 1.25391304347826, 0.615691070319477, 1.61130434782609, 1.96555406102158, 3.23130434782608, 8.86410274034007, 11.9008695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 660, '2021-05-09 00:00:00', 0.357263147444208, 0.777499999999998, 0.486468902144449, 1.06208333333333, 0.495208929703385, 1.35666666666667, 5.16370246900476, 4.08333333333333, 9.2251541364131, 12.3991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 675, '2021-05-09 00:00:00', 0.410746933620034, 0.75304347826087, 0.460661579588627, 1.02, 0.551512831366644, 1.39130434782609, 1.88615603410223, 3.01869565217391, 8.89252057261536, 11.7669565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 690, '2021-05-09 00:00:00', 0.40162983173456, 0.692500000000003, 0.4922876206541, 0.900833333333337, 0.650556060924651, 1.39166666666667, 5.17791519794419, 3.98666666666667, 9.21393414495329, 12.3754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 705, '2021-05-09 00:00:00', 0.285320821207448, 0.574166666666668, 0.524149414476115, 0.9325, 0.639479946088442, 1.33291666666667, 5.20038899046734, 4.0525, 11.8122974486123, 13.7366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 720, '2021-05-09 00:00:00', 0.384052656139424, 0.666521739130434, 0.526721157602021, 0.975217391304346, 0.640214576183108, 1.33739130434783, 1.9277939018638, 3.00565217391305, 11.732155872768, 13.3521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 735, '2021-05-09 00:00:00', 0.387735902947846, 0.639999999999996, 0.418364439631076, 0.888749999999999, 0.828219235136011, 1.31916666666667, 5.16218733481362, 3.89708333333333, 11.7704833409555, 13.9520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 750, '2021-05-09 00:00:00', 0.339831320050047, 0.616250000000001, 0.519642435593522, 0.847500000000002, 0.871165199229071, 1.29375, 5.14230787231017, 3.87791666666667, 11.7725838162293, 13.9358333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 765, '2021-05-09 00:00:00', 0.394334653360038, 0.59041666666667, 0.656797097691698, 0.925416666666667, 1.35541847380447, 1.43125, 5.14041439428063, 3.85583333333333, 11.7658542361274, 13.9304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 780, '2021-05-09 00:00:00', 0.573914697241801, 0.650416666666663, 0.665640696045461, 0.850833333333329, 1.35170417128404, 1.53791666666667, 5.12975964914254, 3.85083333333333, 11.757600062901, 13.93125 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 795, '2021-05-09 00:00:00', 0.318456422063717, 0.538333333333333, 0.959673763257109, 0.942083333333333, 1.08084901880386, 1.44541666666667, 5.12824319439606, 3.805, 11.7609434622903, 13.9145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 810, '2021-05-09 00:00:00', 0.743999060113166, 0.677083333333333, 0.847529658324196, 1.0375, 4.51806510785763, 2.41583333333334, 5.1164759264358, 3.80041666666667, 11.7608603833445, 13.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 825, '2021-05-09 00:00:00', 0.584165452044469, 0.668333333333335, 0.737944658386101, 1.03666666666667, 5.26266746437391, 2.51916666666667, 5.0661475945017, 3.79083333333333, 11.769931653293, 13.8904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 840, '2021-05-09 00:00:00', 0.486986444474019, 0.714166666666673, 4.5263185083609, 2.01125, 5.25996604110931, 2.43083333333333, 5.04169382553471, 3.76375, 11.7960374625906, 13.8804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 855, '2021-05-09 00:00:00', 0.580154901853739, 0.703333333333333, 0.908261498289652, 1.07208333333333, 1.53501994510953, 1.69083333333333, 1.68354095433628, 2.97666666666666, 11.4975649595904, 13.175 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 870, '2021-05-09 00:00:00', 0.455968759764771, 0.585652173913042, 0.664773728927321, 0.861739130434785, 1.11748447036278, 1.37478260869565, 1.14050990607263, 2.65086956521739, 11.7499225966671, 13.3091304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 885, '2021-05-09 00:00:00', 0.787416892325052, 0.735833333333336, 1.52581547453119, 1.33208333333333, 1.4832718803424, 1.67791666666666, 2.59643177669172, 4.01833333333333, 11.5165317139055, 13.15625 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 900, '2021-05-09 00:00:00', 1.0621672229391, 0.870869565217389, 1.05501793626924, 1.01913043478261, 1.04186022444122, 1.44, 2.50461321400704, 4.04652173913043, 11.7565633338542, 13.3178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 915, '2021-05-09 00:00:00', 0.470953116503821, 0.618260869565221, 0.636379022964741, 0.956521739130434, 0.720720708680512, 1.24739130434782, 2.50462228815527, 4.13347826086956, 11.7620615916333, 13.3173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 930, '2021-05-09 00:00:00', 0.447911711373757, 0.726086956521737, 0.611063674447472, 0.984782608695649, 0.620987674354008, 1.25565217391304, 2.53354896454188, 4.19391304347826, 11.7688130276189, 13.2965217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983235, 1, 585, '2021-05-09 00:00:00', 0, 0, 0, 7.5, 0, 9.60000000000002, 0, 17.45, 0, 24.65 where not exists (select 1 from powerstats_trumpet where symbolid = 983235 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 585);
Date: 2021-05-09 15:43:08 Duration: 6s345ms Database: acaweb_fx User: pgperfstats
14 5s570ms 5s865ms 5s728ms 7 40s101ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration May 09 15 7 40s101ms 5s728ms [ User: pgperfstats - Total duration: 40s101ms - Times executed: 7 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 990, '2021-05-09 00:00:00', 0.250671561777672, 0.609166666666666, 0.305596055726119, 0.762083333333333, 0.31260795236855, 0.942916666666666, 0.598830230472323, 1.37041666666667, 1.71113277168046, 3.48416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1005, '2021-05-09 00:00:00', 0.183136422579897, 0.402083333333332, 0.212539851335689, 0.559166666666666, 0.267833159726863, 0.739583333333333, 0.633513180032872, 1.23791666666667, 1.76349176793648, 3.39854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1020, '2021-05-09 00:00:00', 0.153481340035621, 0.37, 0.184103290951385, 0.496249999999999, 0.258243439244918, 0.668750000000001, 0.66182868640225, 1.16208333333333, 1.7805797047998, 3.36854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1035, '2021-05-09 00:00:00', 0.123320602554856, 0.314166666666667, 0.157175591828588, 0.447916666666668, 0.274114846871456, 0.614583333333334, 0.614070376696542, 1.08958333333333, 1.79013995030184, 3.34020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1050, '2021-05-09 00:00:00', 0.129032071061107, 0.281666666666667, 0.159113827635838, 0.397083333333334, 0.223379429592827, 0.55125, 0.599015496642109, 1.0325, 1.78742759810804, 3.338125 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1065, '2021-05-09 00:00:00', 0.115550823249439, 0.252916666666667, 0.178129878524599, 0.382083333333333, 0.202563284081719, 0.516666666666667, 0.608882916328832, 0.984166666666667, 1.79646783824275, 3.32020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1080, '2021-05-09 00:00:00', 0.135956088392592, 0.266666666666666, 0.15679535263743, 0.3525, 0.209041549853654, 0.48125, 0.610551544429951, 0.974166666666666, 1.80173908289355, 3.315625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1095, '2021-05-09 00:00:00', 0.146346199625845, 0.247916666666667, 0.166600711587464, 0.344166666666667, 0.198324503517977, 0.4475, 0.663068733184982, 1.00583333333333, 1.80982342350721, 3.30229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1110, '2021-05-09 00:00:00', 0.103209369308428, 0.214999999999999, 0.151542192909711, 0.285416666666666, 0.510759593467261, 0.506666666666666, 0.690210532888441, 0.980833333333333, 1.81994892377367, 3.28645833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1125, '2021-05-09 00:00:00', 0.0953103245772171, 0.201666666666667, 0.138829866686019, 0.277083333333333, 0.552400394326592, 0.52625, 0.73660391397749, 0.98125, 1.82368106747577, 3.526875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1140, '2021-05-09 00:00:00', 0.074639228913176, 0.188333333333333, 0.514614672225312, 0.392499999999999, 0.544960941294174, 0.507916666666667, 0.741518223216612, 0.983333333333334, 1.81083302903884, 3.54145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1155, '2021-05-09 00:00:00', 0.496494778640613, 0.31125, 0.531318942670576, 0.402916666666667, 0.526086866690614, 0.4725, 0.755574452733274, 1.26333333333334, 1.80866271711322, 3.54770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1170, '2021-05-09 00:00:00', 0.187233385323531, 0.220416666666667, 0.197063588648472, 0.275833333333334, 0.216724211979121, 0.352916666666666, 0.614261516086534, 1.26041666666667, 1.80096470474955, 3.49770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1185, '2021-05-09 00:00:00', 0.123387424487824, 0.183749999999998, 0.12650757553074, 0.230416666666665, 0.23077021320861, 0.328749999999999, 0.625448100234508, 1.29875, 1.8076013888015, 3.54354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1200, '2021-05-09 00:00:00', 0.0541318171059172, 0.137916666666665, 0.119593968875125, 0.216249999999999, 0.23501464647543, 0.343333333333333, 0.65710112163804, 1.33583333333333, 1.81892067404773, 3.535625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1215, '2021-05-09 00:00:00', 0.101073047196398, 0.166249999999999, 0.170624917051528, 0.237916666666667, 0.228729556780333, 0.379583333333334, 0.630097760990941, 1.34166666666667, 1.82446298183916, 3.53104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1230, '2021-05-09 00:00:00', 0.113047380088738, 0.171666666666667, 0.179362801307166, 0.258333333333334, 0.209801493480543, 0.355833333333334, 0.61841077291552, 1.33666666666667, 1.82358480716227, 3.530625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1245, '2021-05-09 00:00:00', 0.125916207472858, 0.178749999999998, 0.178076986282558, 0.263749999999999, 0.220624935850054, 0.356666666666666, 0.643867250473173, 1.34541666666667, 1.8375534967072, 3.535625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1260, '2021-05-09 00:00:00', 0.0973554297928223, 0.172083333333334, 0.128502382541494, 0.225416666666666, 0.165027446114318, 0.349166666666666, 0.613123979707819, 1.33916666666667, 1.83956397194663, 3.53895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1275, '2021-05-09 00:00:00', 0.0824082713591652, 0.152083333333334, 0.130366679080556, 0.237083333333334, 0.294927834454857, 0.404583333333332, 0.603777360828705, 1.32416666666667, 1.83807317541724, 3.54104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1290, '2021-05-09 00:00:00', 0.0978232286216875, 0.179583333333334, 0.0937580914382579, 0.250833333333333, 0.331012664497856, 0.412916666666667, 0.594690121474798, 1.31708333333333, 1.83869192585066, 3.53979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1305, '2021-05-09 00:00:00', 0.0604092324261678, 0.161666666666667, 0.273722328361203, 0.307499999999999, 0.375244847602434, 0.42, 0.579376069953517, 1.31375, 1.83852875914096, 3.54354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1320, '2021-05-09 00:00:00', 0.0921003123364264, 0.17590909090909, 0.0949048281539264, 0.245454545454545, 0.131264248865802, 0.357272727272727, 0.595141403401991, 1.33136363636364, 1.80355512615323, 3.42704545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1335, '2021-05-09 00:00:00', 0.0586666420700469, 0.173181818181819, 0.0831469777768261, 0.23909090909091, 0.390127074424647, 0.83909090909091, 0.798556056198797, 1.43181818181818, 1.78939427524913, 3.47840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1350, '2021-05-09 00:00:00', 0.0821109480654551, 0.182272727272727, 0.114751755402545, 0.278181818181818, 0.452911695950772, 0.936363636363637, 0.80079073475272, 1.41909090909091, 1.78399918285171, 3.48068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 1365, '2021-05-09 00:00:00', 0.100293940289902, 0.222727272727272, 0.389325368328654, 0.808636363636365, 0.500811678839799, 1.01136363636364, 0.788329374984342, 1.43818181818182, 1.77369800122994, 3.48886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 990, '2021-05-09 00:00:00', 0.233390478350371, 0.546346153846155, 0.303277037604995, 0.684807692307692, 0.38899362264893, 0.839038461538461, 0.705780528100736, 1.25692307692308, 1.89572832563513, 3.63326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1005, '2021-05-09 00:00:00', 0.143786166019064, 0.387692307692307, 0.189903619279319, 0.519230769230769, 0.278397889028247, 0.664230769230769, 0.725742484526126, 1.09692307692308, 1.87767213694142, 3.54442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1020, '2021-05-09 00:00:00', 0.107666150669559, 0.350000000000001, 0.188632324499683, 0.456923076923076, 0.249968921145132, 0.582692307692308, 0.715588300201041, 1.02115384615385, 1.82404732774294, 3.48442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1035, '2021-05-09 00:00:00', 0.146430345741059, 0.295384615384614, 0.205215459006831, 0.41576923076923, 0.294129484829647, 0.548076923076923, 0.717257705001917, 0.988846153846153, 1.79364520331771, 3.46365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1050, '2021-05-09 00:00:00', 0.143115338101827, 0.285000000000001, 0.171136023272538, 0.37346153846154, 0.222832120319657, 0.503076923076924, 0.732459817747967, 0.97576923076923, 1.7870054991091, 3.45057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1065, '2021-05-09 00:00:00', 0.0967701479716828, 0.227307692307693, 0.166783138789913, 0.326153846153846, 0.192791637226866, 0.443846153846154, 0.737834669827869, 0.96, 1.78230974818115, 3.44903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1080, '2021-05-09 00:00:00', 0.148114820325314, 0.245, 0.179436725509408, 0.368461538461538, 0.198742198685789, 0.432307692307692, 0.739354084007427, 0.972692307692308, 1.77589311225475, 3.51288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1095, '2021-05-09 00:00:00', 0.127460401090511, 0.246923076923076, 0.144663003616628, 0.319230769230769, 0.224914684679803, 0.411153846153846, 0.996020775192659, 1.07576923076923, 1.77786596362476, 3.50423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1110, '2021-05-09 00:00:00', 0.115202163441223, 0.216538461538461, 0.135308763716403, 0.272692307692308, 0.447325900813335, 0.457307692307692, 1.00339922264271, 1.085, 1.75958294883934, 3.55692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1125, '2021-05-09 00:00:00', 0.0911777638209266, 0.184230769230768, 0.139025730877969, 0.271923076923077, 0.768029646863673, 0.558461538461538, 1.00724185469338, 1.07807692307692, 1.95579482170686, 3.67076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1140, '2021-05-09 00:00:00', 0.0836816311063265, 0.168846153846154, 0.445039151259579, 0.310384615384616, 0.776057987524128, 0.525, 1.01229943882537, 1.07307692307692, 1.99759208895264, 3.70192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1155, '2021-05-09 00:00:00', 0.456895376005694, 0.244230769230769, 0.796481976231439, 0.433461538461538, 0.780405910161747, 0.535769230769231, 1.55610293559065, 1.52711538461538, 2.00898566062961, 3.72576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1170, '2021-05-09 00:00:00', 0.493750481986133, 0.301538461538462, 0.481967282643191, 0.357307692307692, 0.474057607664528, 0.478846153846154, 1.46131042350561, 1.48692307692308, 2.01097638933468, 3.66096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1185, '2021-05-09 00:00:00', 0.117337776722392, 0.181923076923076, 0.166735165410946, 0.273846153846154, 0.230293541777913, 0.403653846153846, 1.4466243997134, 1.44807692307692, 2.03965831414518, 3.65403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1200, '2021-05-09 00:00:00', 0.120192153846055, 0.196923076923077, 0.189831605539063, 0.289038461538461, 0.205330596468607, 0.395576923076923, 1.44369435290694, 1.45923076923077, 2.07333982705719, 3.66903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1215, '2021-05-09 00:00:00', 0.118848481431028, 0.190192307692307, 0.11714570152001, 0.256346153846153, 0.143279313016434, 0.365192307692306, 1.42877338462591, 1.46076923076923, 2.11582656152661, 3.68403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1230, '2021-05-09 00:00:00', 0.0653805428595959, 0.161153846153847, 0.125333401527533, 0.252692307692309, 0.178336328755098, 0.390384615384616, 1.4215914159301, 1.47192307692308, 2.10610494478825, 3.69596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1245, '2021-05-09 00:00:00', 0.106068192868841, 0.167692307692309, 0.106837043417318, 0.253076923076923, 0.169184469190835, 0.370769230769231, 1.42717186717702, 1.53153846153846, 2.10517359963861, 3.69826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1260, '2021-05-09 00:00:00', 0.078927425281321, 0.188461538461538, 0.14005054032796, 0.283076923076923, 0.153552797234245, 0.367692307692307, 1.41863596458006, 1.535, 2.10495537135223, 3.69365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1275, '2021-05-09 00:00:00', 0.0886653171287306, 0.178461538461539, 0.0858478080899334, 0.234615384615385, 0.802889397498426, 0.51923076923077, 1.41676201790725, 1.52615384615385, 2.10193431976724, 3.68826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1290, '2021-05-09 00:00:00', 0.0891403387922659, 0.175, 0.12033287165193, 0.24, 0.807454976120365, 0.553461538461539, 1.41787961949688, 1.53384615384615, 2.09775070932214, 3.69403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1305, '2021-05-09 00:00:00', 0.0682484150280884, 0.165384615384616, 0.7793789440712, 0.423461538461539, 0.765075059163379, 0.539615384615384, 1.41781245369271, 1.53307692307692, 2.08591810629129, 3.69788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1320, '2021-05-09 00:00:00', 0.0668209266015076, 0.162916666666668, 0.139173934549438, 0.252916666666667, 0.176765934648545, 0.38875, 1.30411679188793, 1.35979166666667, 2.09085325788648, 3.59229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1335, '2021-05-09 00:00:00', 0.0926648550547565, 0.169583333333333, 0.110354337069937, 0.247083333333333, 1.38204753517842, 1.04645833333333, 1.30666766604702, 1.36104166666667, 2.08960469486386, 3.58729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1350, '2021-05-09 00:00:00', 0.0881441096045065, 0.182916666666666, 0.133098525128208, 0.2925, 1.35579110482682, 1.09604166666667, 1.29940703798399, 1.33895833333333, 2.0812556197426, 3.58979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 1365, '2021-05-09 00:00:00', 0.0939694291947558, 0.209583333333334, 1.32632130932882, 0.968958333333333, 1.29580089315842, 1.09395833333333, 1.25092572605309, 1.30229166666667, 2.0580552128303, 3.59604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 990, '2021-05-09 00:00:00', 0.433735341140018, 0.542884615384615, 0.524802673539156, 0.700384615384614, 0.545159574380256, 0.825192307692307, 0.618994376760838, 1.11403846153846, 1.85394636259645, 3.47134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1005, '2021-05-09 00:00:00', 0.190073771103585, 0.439038461538461, 0.25528144347879, 0.566153846153846, 0.328512732454337, 0.686153846153846, 0.488018915144138, 1.03769230769231, 1.8507925225531, 3.45519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1020, '2021-05-09 00:00:00', 0.235489996521165, 0.373461538461539, 0.260579236435942, 0.498461538461539, 0.280536025384373, 0.637307692307693, 0.484522286539894, 0.995384615384615, 1.85958664761823, 3.4425 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1035, '2021-05-09 00:00:00', 0.176141551468829, 0.325384615384615, 0.178969700916534, 0.426923076923077, 0.429787783052914, 0.651538461538462, 0.459179870906984, 0.936923076923077, 1.8760373233125, 3.42403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1050, '2021-05-09 00:00:00', 0.147594558999152, 0.291923076923077, 0.181620059888346, 0.404615384615384, 0.442076220368598, 0.600769230769231, 0.44500509936577, 0.871538461538462, 1.88777908787426, 3.41173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1065, '2021-05-09 00:00:00', 0.14086381857885, 0.281153846153845, 0.425601474838395, 0.436153846153846, 0.419009087472594, 0.536153846153846, 0.439399765414315, 0.838076923076924, 1.89013146673412, 3.40480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1080, '2021-05-09 00:00:00', 0.4282445383369, 0.31423076923077, 0.41848609939234, 0.421153846153847, 0.404513763196488, 0.510769230769232, 0.45480697511734, 0.825769230769231, 1.88722141092299, 3.39942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1095, '2021-05-09 00:00:00', 0.133114756738457, 0.246538461538462, 0.156185294294458, 0.325384615384616, 0.202329890563368, 0.425769230769231, 0.465508159062594, 0.814615384615384, 1.87989485180585, 3.40442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1110, '2021-05-09 00:00:00', 0.095625069130192, 0.201923076923078, 0.122620741124192, 0.290384615384617, 0.15509798391786, 0.36923076923077, 0.46155006395673, 0.812692307692307, 1.87455251070345, 3.40634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1125, '2021-05-09 00:00:00', 0.112816392698662, 0.213461538461539, 0.128458314100483, 0.288461538461539, 0.157662248542207, 0.365769230769231, 0.472484269172408, 0.824230769230768, 1.83140056745146, 3.52403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1140, '2021-05-09 00:00:00', 0.113637074123653, 0.19576923076923, 0.125783697121442, 0.258461538461538, 0.142742371478775, 0.34076923076923, 0.47057558863097, 0.81576923076923, 1.82102288457719, 3.59711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1155, '2021-05-09 00:00:00', 0.101457076941623, 0.178461538461538, 0.120264452194064, 0.246538461538461, 0.185336284794799, 0.358461538461539, 0.482981923534968, 1.11846153846154, 1.80066433253439, 3.65096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1170, '2021-05-09 00:00:00', 0.0690640728153654, 0.165384615384616, 0.123415495847906, 0.24923076923077, 0.20134165375913, 0.372307692307694, 0.535272504287446, 1.18442307692308, 1.7922828695871, 3.68173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1185, '2021-05-09 00:00:00', 0.111131246038879, 0.183076923076923, 0.183167010802039, 0.273076923076923, 0.278170119503543, 0.428846153846155, 0.657987169620058, 1.25865384615385, 1.76321194022552, 3.70788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1200, '2021-05-09 00:00:00', 0.163761552733988, 0.204615384615384, 0.189483914478655, 0.281923076923077, 0.287284635054612, 0.437307692307693, 0.679480599145688, 1.31826923076923, 1.75186644424212, 3.72403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1215, '2021-05-09 00:00:00', 0.112755692334561, 0.185384615384616, 0.198842806101859, 0.317692307692309, 0.249974767957458, 0.430769230769231, 0.653434270721888, 1.30711538461538, 1.73882844069041, 3.73711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1230, '2021-05-09 00:00:00', 0.161250879544411, 0.235384615384617, 0.192506143758103, 0.318846153846154, 0.240986434345299, 0.402307692307693, 0.651925697748305, 1.32134615384615, 1.7269580303127, 3.75096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1245, '2021-05-09 00:00:00', 0.105135809606139, 0.188461538461538, 0.151602719683338, 0.27076923076923, 0.233670379282112, 0.405384615384615, 0.660691275512595, 1.35980769230769, 1.72654658650863, 3.75134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1260, '2021-05-09 00:00:00', 0.0992595664833452, 0.197307692307693, 0.14062935463343, 0.263846153846154, 0.205923436107844, 0.392692307692308, 0.722853347186316, 1.38019230769231, 1.73055323524011, 3.7475 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1275, '2021-05-09 00:00:00', 0.10146996524171, 0.191923076923077, 0.145936234758146, 0.285769230769231, 0.303114093776839, 0.443076923076923, 0.730260675270244, 1.39442307692308, 1.7325573916568, 3.74634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1290, '2021-05-09 00:00:00', 0.0923480040182456, 0.198076923076924, 0.132198568594601, 0.272692307692308, 0.296071976695897, 0.421153846153847, 0.739017669196491, 1.41134615384615, 1.72792620257303, 3.74480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1305, '2021-05-09 00:00:00', 0.120267010631153, 0.188076923076923, 0.279489644778588, 0.317692307692307, 0.281059533797486, 0.422307692307692, 0.760273053175381, 1.48134615384615, 1.7247826284447, 3.74865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1320, '2021-05-09 00:00:00', 0.0799818820063357, 0.168333333333334, 0.0871114561759898, 0.226666666666668, 0.121177794876019, 0.346666666666668, 0.800732652510874, 1.50854166666667, 1.79656787072752, 3.746875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1335, '2021-05-09 00:00:00', 0.0792800484797818, 0.163750000000001, 0.0978907998519382, 0.250000000000001, 0.404389636688267, 0.853750000000001, 0.81194543504644, 1.54479166666667, 1.78766119927849, 3.75604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1350, '2021-05-09 00:00:00', 0.085562927093184, 0.194166666666667, 0.105569538865299, 0.266666666666667, 0.490308936550079, 0.925625000000001, 0.841795414532258, 1.57270833333333, 1.78694600972348, 3.75604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 1365, '2021-05-09 00:00:00', 0.0995622210959838, 0.186875000000001, 0.400740257053355, 0.805833333333333, 0.628765144457021, 1.00729166666667, 0.838141031982538, 1.58395833333333, 1.77768503541683, 3.75145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 990, '2021-05-09 00:00:00', 0.24013832819162, 0.548199999999999, 0.297662700608143, 0.6852, 0.421685803254824, 0.907199999999999, 0.638531975184746, 1.4472, 1.74266139855108, 3.698 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1005, '2021-05-09 00:00:00', 0.230468363700242, 0.4336, 0.353589686878261, 0.605599999999999, 0.378439779445378, 0.755999999999999, 0.664174173943351, 1.3524, 1.72258458911795, 3.6332 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1020, '2021-05-09 00:00:00', 0.184894564549638, 0.3588, 0.235723708325375, 0.5036, 0.247821844611541, 0.6364, 0.633881429501344, 1.2484, 1.74294080985748, 3.6048 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1035, '2021-05-09 00:00:00', 0.14379151574415, 0.3148, 0.177640085566293, 0.4132, 0.265070430892118, 0.5796, 0.618993268676378, 1.1888, 1.75116132894716, 3.5908 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1050, '2021-05-09 00:00:00', 0.121140414395858, 0.274, 0.171660517689227, 0.3744, 0.285434172212555, 0.553200000000001, 0.561292258988133, 1.1336, 1.75192912718142, 3.5784 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1065, '2021-05-09 00:00:00', 0.124656862359572, 0.243200000000001, 0.206040449103244, 0.378800000000001, 0.299360429360105, 0.542, 0.569588447916565, 1.1232, 1.76284930344788, 3.6172 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1080, '2021-05-09 00:00:00', 0.118156675647211, 0.258800000000001, 0.148267775775228, 0.356000000000001, 0.297014028849368, 0.5144, 0.603648628480731, 1.102, 1.76071169322711, 3.6016 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1095, '2021-05-09 00:00:00', 0.11694443124835, 0.255200000000001, 0.235908174226045, 0.3788, 0.370334083407581, 0.5716, 0.671273665008046, 1.112, 1.77099529455426, 3.5992 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1110, '2021-05-09 00:00:00', 0.178938536933775, 0.267600000000001, 0.238441467310812, 0.3628, 0.389256984523078, 0.5572, 0.649130957511657, 1.0728, 1.7916744495955, 3.5916 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1125, '2021-05-09 00:00:00', 0.0903843644295479, 0.2112, 0.286758899890948, 0.381600000000001, 0.391482226075889, 0.536000000000001, 0.685145483334258, 1.0892, 2.15446470536574, 3.9266 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1140, '2021-05-09 00:00:00', 0.106848802832165, 0.239166666666667, 0.195588576620282, 0.33875, 0.297009246916023, 0.503333333333334, 0.991523494718966, 1.11833333333333, 2.20496104627263, 3.95020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1155, '2021-05-09 00:00:00', 0.177688458842427, 0.230833333333333, 0.206285295618485, 0.321666666666667, 0.321671078290691, 0.49125, 1.3350898981836, 1.51291666666667, 2.17038990644872, 3.97020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1170, '2021-05-09 00:00:00', 0.143675863050091, 0.224166666666667, 0.194555885939292, 0.325416666666667, 0.270163664835044, 0.491666666666667, 1.31540640934242, 1.50375, 2.17064622340305, 3.969375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1185, '2021-05-09 00:00:00', 0.166962961266211, 0.22625, 0.233511319279996, 0.328333333333333, 0.305810576494098, 0.49625, 1.40346465701074, 1.56, 2.170448667552, 3.956875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1200, '2021-05-09 00:00:00', 0.158876987739577, 0.226521739130435, 0.210170267882916, 0.335217391304348, 0.312753296554856, 0.513478260869564, 1.44364328310485, 1.69826086956522, 2.20843449192824, 3.91978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1215, '2021-05-09 00:00:00', 0.118929679957123, 0.224782608695652, 0.184992254938828, 0.33304347826087, 0.269606652431971, 0.481739130434783, 1.45566835362016, 1.75608695652174, 2.20420876162448, 3.89891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1230, '2021-05-09 00:00:00', 0.144213828943338, 0.243913043478262, 0.220597463962575, 0.357826086956522, 0.253408386358228, 0.446086956521739, 1.47742672350278, 1.74521739130435, 2.22072872435912, 3.89760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1245, '2021-05-09 00:00:00', 0.157006331535682, 0.233478260869565, 0.182526190659533, 0.313913043478261, 0.18263767885935, 0.392608695652174, 1.44387379694417, 1.72478260869565, 2.2161866573904, 3.86413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1260, '2021-05-09 00:00:00', 0.152566968384042, 0.233043478260869, 0.175236711731133, 0.294782608695651, 0.231411718370547, 0.388260869565216, 1.43556285528097, 1.7495652173913, 2.20910094298214, 3.85239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1275, '2021-05-09 00:00:00', 0.11613676005285, 0.181739130434782, 0.111844047267125, 0.27, 0.292214524045678, 0.395652173913043, 1.44797623525582, 1.76478260869565, 2.20539437018943, 3.86934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1290, '2021-05-09 00:00:00', 0.106295880584568, 0.194782608695653, 0.168026207253841, 0.263478260869566, 0.30132513659611, 0.401739130434783, 1.4542910474155, 1.76478260869565, 2.20219556720232, 3.86195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1305, '2021-05-09 00:00:00', 0.113362198912567, 0.193478260869565, 0.23613237394249, 0.29695652173913, 0.347591941941649, 0.462608695652173, 1.45115450835348, 1.78304347826087, 2.20820713587759, 3.85586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1320, '2021-05-09 00:00:00', 0.113590744089724, 0.178571428571428, 0.135189461409498, 0.248095238095238, 0.633447859319289, 0.491904761904762, 1.51929557612041, 1.77238095238095, 2.30626083685672, 3.85261904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1335, '2021-05-09 00:00:00', 0.0798331593595867, 0.166666666666666, 0.207000115021822, 0.29095238095238, 1.34138166153588, 1.18380952380952, 1.5233067101977, 1.76333333333333, 2.31123554877143, 3.84452380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1350, '2021-05-09 00:00:00', 0.190986162550364, 0.244285714285715, 0.621626131705423, 0.419047619047619, 1.33037588673277, 1.23, 1.52349472938904, 1.7752380952381, 2.31345870732032, 3.83976190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 1365, '2021-05-09 00:00:00', 0.529637791774897, 0.321904761904761, 1.35295602293644, 1.13, 1.43361132409431, 1.32285714285714, 1.52448554944814, 1.77523809523809, 2.31552477853293, 3.835 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 990, '2021-05-09 00:00:00', 0.279949000154934, 0.528478260869565, 0.297116577911036, 0.656521739130436, 0.425657826170548, 0.911304347826087, 0.605006778128169, 1.28826086956522, 1.83040198936948, 3.44152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1005, '2021-05-09 00:00:00', 0.216226166179561, 0.470869565217391, 0.327274648654878, 0.632173913043478, 0.468244556217024, 0.885652173913043, 0.562210136118294, 1.19565217391304, 1.79247965131972, 3.42413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1020, '2021-05-09 00:00:00', 0.219043916040027, 0.384347826086957, 0.276622772205701, 0.547391304347826, 0.444988341988787, 0.753478260869564, 0.54715758509309, 1.11217391304348, 1.7620449122333, 3.405 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1035, '2021-05-09 00:00:00', 0.20001976186952, 0.384782608695652, 0.327644606459946, 0.563478260869564, 0.373405437230579, 0.689565217391303, 0.503455647433621, 1.05304347826087, 1.74090405731014, 3.36413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1050, '2021-05-09 00:00:00', 0.296221928340966, 0.387391304347826, 0.337543438867548, 0.500869565217391, 0.340807573817752, 0.599565217391304, 0.509853889013602, 0.963478260869565, 1.7340617230331, 3.34717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1065, '2021-05-09 00:00:00', 0.155314293110031, 0.280434782608696, 0.168518304561646, 0.364347826086956, 0.180371816243175, 0.463913043478261, 0.501195014627787, 0.916521739130435, 1.79980354110143, 3.39282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1080, '2021-05-09 00:00:00', 0.114216699941184, 0.24, 0.167601069737263, 0.33913043478261, 0.173037271225599, 0.393478260869566, 0.530582124938589, 0.909130434782609, 1.81945983492604, 3.375 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1095, '2021-05-09 00:00:00', 0.120584872444476, 0.230434782608696, 0.134493633862006, 0.293913043478261, 0.19009463006473, 0.382173913043479, 0.545743500537979, 0.922173913043478, 1.82968590038595, 3.41630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1110, '2021-05-09 00:00:00', 0.106193573717124, 0.220434782608696, 0.134408380126469, 0.282608695652175, 0.279345649858489, 0.423913043478261, 0.604858785335577, 0.992173913043478, 1.94650784395061, 3.51282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1125, '2021-05-09 00:00:00', 0.119316233750332, 0.219999999999999, 0.179904454220071, 0.292608695652174, 0.269278790835216, 0.427391304347825, 0.588533381807673, 0.975217391304347, 1.92051265903607, 3.57934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1140, '2021-05-09 00:00:00', 0.141460479264266, 0.187391304347826, 0.21476892628964, 0.294347826086957, 0.264131809232097, 0.412608695652173, 0.568639941790241, 0.968260869565217, 1.91207105293251, 3.5754347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1155, '2021-05-09 00:00:00', 0.150453858828426, 0.209999999999999, 0.153691081773149, 0.291304347826086, 0.271777198914483, 0.439130434782608, 0.770112152399069, 1.32, 1.94333524577474, 3.56282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1170, '2021-05-09 00:00:00', 0.0988251140250058, 0.208695652173913, 0.159172762680827, 0.282173913043477, 0.267783317513135, 0.445217391304347, 0.787756608546257, 1.42173913043478, 1.94096169778102, 3.55630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1185, '2021-05-09 00:00:00', 0.1043481554672, 0.186086956521738, 0.180822669885897, 0.298260869565216, 0.22641212554297, 0.425217391304347, 0.776109176949645, 1.45, 1.94784174167022, 3.54021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1200, '2021-05-09 00:00:00', 0.15076428665261, 0.218181818181818, 0.214968033463712, 0.327272727272727, 0.235703331766992, 0.426818181818182, 0.779495480078752, 1.49318181818182, 2.00225972179098, 3.52022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1215, '2021-05-09 00:00:00', 0.114691379598089, 0.207272727272727, 0.138561721443373, 0.262272727272728, 0.253645711941178, 0.441363636363637, 0.791284368846594, 1.515, 1.99396943892744, 3.49886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1230, '2021-05-09 00:00:00', 0.0952144992414546, 0.17909090909091, 0.168217031530608, 0.282727272727272, 0.272592174330984, 0.452727272727272, 0.796261421319813, 1.52318181818182, 1.99491492348622, 3.51113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1245, '2021-05-09 00:00:00', 0.151017472685372, 0.215909090909091, 0.205685423660729, 0.337272727272727, 0.303654508621328, 0.461818181818181, 0.807429248505397, 1.55909090909091, 1.98965197689885, 3.51068181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1260, '2021-05-09 00:00:00', 0.139488862842675, 0.22, 0.174192012282015, 0.289999999999999, 0.254545261286259, 0.431363636363636, 0.816089954510416, 1.53863636363636, 1.9842442840507, 3.50795454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1275, '2021-05-09 00:00:00', 0.0948455112046482, 0.176363636363636, 0.152773068273208, 0.274090909090908, 0.346496690763356, 0.438636363636362, 0.823417017322077, 1.57181818181818, 1.98409526908275, 3.50931818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1290, '2021-05-09 00:00:00', 0.0792661143435004, 0.175454545454546, 0.177642693086223, 0.270454545454545, 0.453707430951304, 0.488636363636363, 0.830843205966345, 1.57363636363636, 1.98929424986705, 3.50477272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1305, '2021-05-09 00:00:00', 0.195877424344831, 0.218181818181818, 0.350409778669221, 0.34181818181818, 0.450639756874813, 0.519999999999998, 0.838768423065907, 1.58909090909091, 1.98377723851108, 3.51431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1320, '2021-05-09 00:00:00', 0.098429777265987, 0.175999999999999, 0.358171893457817, 0.336499999999999, 0.383537550484406, 0.467999999999998, 0.902790265320741, 1.6575, 1.94925375397058, 3.45075 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1335, '2021-05-09 00:00:00', 0.334931257675992, 0.27, 0.322217236299397, 0.341499999999998, 0.658411965101998, 1.043, 0.89665034551115, 1.6465, 1.96538657975848, 3.43625 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1350, '2021-05-09 00:00:00', 0.168500351397416, 0.213499999999999, 0.212563303264549, 0.313999999999999, 0.576865167134081, 1.1305, 0.792553999488529, 1.6105, 1.96042776951197, 3.41825 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 1365, '2021-05-09 00:00:00', 0.156511307814113, 0.237000000000001, 0.461086816805228, 0.927, 0.551795871867964, 1.1505, 0.756386666641926, 1.5755, 1.96327349825422, 3.41675 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 930, '2021-05-09 00:00:00', 0.183847763108506, 0.710000000000001, 0.0565685424949326, 0.840000000000003, 0.148492424049171, 1.005, 0.473761543394988, 1.445, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 945, '2021-05-09 00:00:00', 0.254558441227157, 0.509999999999998, 0.197989898732234, 0.609999999999999, 0.183847763108506, 0.770000000000003, 0.749533188057742, 1.25, 1.88797510576808, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 960, '2021-05-09 00:00:00', 0.091923881554248, 0.414999999999992, 0.0777817459305198, 0.574999999999996, 0.0816708332270458, 0.574999999999996, 0.0857543748883981, 1.25, 0.090042093632818, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 1, 975, '2021-05-09 00:00:00', 0.0565685424949276, 0.34, 0.059396969619674, 0.34, 0.0623668181006577, 0.685000000000002, 0.0654851590056906, 1.25, 0.0687594169559751, 5.135 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 930, '2021-05-09 00:00:00', 0.346482322781405, 0.805, 0.134350288425442, 0.954999999999998, 0.318198051533948, 1.315, 0.0424264068711945, 1.64, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 945, '2021-05-09 00:00:00', 0.289913780286482, 0.584999999999994, 0.417193000900055, 0.914999999999999, 0.318198051533948, 1.31499999999999, 0.0212132034355972, 1.55499999999999, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 960, '2021-05-09 00:00:00', 0.00707106781185904, 0.555000000000007, 0.0494974746830635, 0.785000000000004, 0.148492424049171, 0.994999999999997, 0.53740115370177, 1.27, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 2, 975, '2021-05-09 00:00:00', 0.30405591591021, 0.535000000000004, 0.494974746830575, 0.739999999999995, 0.424264068711924, 0.799999999999997, 0.53740115370177, 1.3, 2.19910208949016, 4.915 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 930, '2021-05-09 00:00:00', 1.72534054609517, 1.77, 1.84554869889689, 2.195, 2.31931024229188, 2.53, 1.43542676580869, 3.585, 2.12839141137151, 4.965 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 945, '2021-05-09 00:00:00', 0.530330085889911, 0.834999999999994, 0.551543289325508, 0.849999999999994, 1.1242997820866, 1.275, 0.0707106781186608, 2.36, 0.509116882454308, 3.82 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 960, '2021-05-09 00:00:00', 0.162634559672909, 0.544999999999995, 0.601040764008571, 0.874999999999993, 0.636396103067892, 1.04, 0.480832611206857, 2.07, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 3, 975, '2021-05-09 00:00:00', 0.558614357137377, 0.744999999999997, 0.60811183182043, 0.899999999999999, 0.494974746830585, 0.979999999999997, 0.593969696196702, 1.99, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 930, '2021-05-09 00:00:00', 0.219203102167821, 0.755000000000003, 0.134350288425432, 0.815000000000005, 0.0353553390593354, 0.935000000000002, 0.148492424049166, 1.125, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 945, '2021-05-09 00:00:00', 0.169705627484773, 0.48, 0.212132034355972, 0.629999999999995, 0.106066017177986, 0.704999999999998, 0.445477272147527, 1.115, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 960, '2021-05-09 00:00:00', 0.0424264068711995, 0.489999999999998, 0.0424264068711894, 0.550000000000001, 0.26870057685089, 0.830000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 4, 975, '2021-05-09 00:00:00', 0.120208152801714, 0.365000000000002, 0.169705627484773, 0.430000000000003, 0.593969696196697, 0.760000000000002, 0.473761543394988, 1.135, 0.49497474683058, 3.81 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 930, '2021-05-09 00:00:00', 0.466690475583124, 0.680000000000003, 0.254558441227162, 0.84, 0.219203102167826, 1.175, 0.091923881554248, 2.075, 1.0253048327205, 3.875 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 945, '2021-05-09 00:00:00', 0.282842712474623, 0.649999999999999, 0.0848528137423839, 0.91, 0.233345237791559, 1.235, 0.091923881554253, 1.99499999999999, 1.17379725676967, 3.77 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 960, '2021-05-09 00:00:00', 0.11313708498985, 0.48, 0.0212132034355922, 0.724999999999998, 0.0141421356237382, 0.979999999999997, 0.219203102167826, 1.67499999999999, 1.46371103705615, 3.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983470, 5, 975, '2021-05-09 00:00:00', 0.219203102167826, 0.374999999999996, 0.15556349186104, 0.609999999999999, 0.289913780286487, 0.715, 0.452548339959396, 1.4, 1.93747258045114, 3.51 where not exists (select 1 from powerstats_trumpet where symbolid = 983470 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:48:09 Duration: 5s865ms 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 983465, 1, 990, '2021-05-09 00:00:00', 2.26587386564213, 4.87687500000001, 2.45152156242088, 5.86416666666667, 2.54154434250665, 7.10291666666667, 3.85982137080108, 10.0358333333333, 11.9194984100009, 28.5352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1005, '2021-05-09 00:00:00', 1.63724902656865, 3.381875, 1.96851520914195, 4.48229166666667, 2.65567677958156, 5.956875, 3.42115350493775, 9.0275, 12.2478965788777, 27.9864583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1020, '2021-05-09 00:00:00', 1.57744012438333, 2.82395833333334, 1.8557773943334, 3.87854166666667, 3.03253442457491, 5.42208333333333, 3.30335345092515, 8.39374999999999, 12.3575496034241, 27.711875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1035, '2021-05-09 00:00:00', 1.00928513139215, 2.33270833333333, 1.63402775185753, 3.43020833333333, 2.30095061482945, 5.00791666666667, 5.0761556655189, 8.76708333333333, 12.3028534085696, 27.3204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1050, '2021-05-09 00:00:00', 1.15123183474001, 2.36604166666667, 1.44343979194527, 3.27854166666667, 1.51161408058512, 4.68354166666667, 5.12095453624798, 8.43583333333333, 12.2677141202964, 27.1947916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1065, '2021-05-09 00:00:00', 0.957708972730898, 2.26604166666666, 1.45348749764045, 3.33291666666667, 1.71598363012022, 4.61708333333333, 5.23618212207899, 8.17979166666667, 12.3390974289986, 27.2058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1080, '2021-05-09 00:00:00', 1.36240634234676, 2.31145833333333, 1.22222976844948, 3.05604166666667, 1.79567887882816, 4.14687499999999, 5.32016579489257, 8.05479166666667, 12.4127630596641, 27.0245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1095, '2021-05-09 00:00:00', 0.742397213887825, 1.88916666666667, 1.62844872334537, 2.918125, 1.86631306498179, 3.98125, 5.34252477902468, 8.02916666666667, 12.4425657624793, 26.9833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1110, '2021-05-09 00:00:00', 1.29897360540398, 2.11458333333333, 1.22182239082043, 2.77895833333333, 1.90311053545109, 3.98083333333333, 5.41952107204707, 8.07104166666667, 12.4599071354595, 26.9702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1125, '2021-05-09 00:00:00', 0.865797963805889, 1.89687499999999, 1.55051743058123, 2.76395833333333, 1.89621952986324, 3.825625, 5.2574379850519, 7.96791666666667, 13.7845743903535, 29.2370833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1140, '2021-05-09 00:00:00', 1.01446735863661, 1.83375000000001, 1.11017622882945, 2.54604166666667, 1.43819782999015, 3.25229166666667, 5.27441403693064, 7.79395833333334, 16.8958270296098, 30.8066666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1155, '2021-05-09 00:00:00', 0.663446070457723, 1.51708333333333, 1.38110200695791, 2.39416666666666, 1.5209882936738, 3.13354166666666, 8.571223000414, 12.165625, 16.9422797389732, 30.9558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1170, '2021-05-09 00:00:00', 1.38317096240193, 1.84479166666667, 1.38990327509882, 2.324375, 1.6689108984474, 3.09125, 8.40993812338298, 12.92375, 17.0239005848598, 30.9620833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1185, '2021-05-09 00:00:00', 0.752118716298028, 1.39229166666667, 0.929764438571341, 1.98354166666666, 1.37770517817529, 3.00958333333333, 8.30521940613599, 13.4329166666667, 17.2741231438673, 31.1277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1200, '2021-05-09 00:00:00', 0.493580483650413, 1.37104166666667, 0.854465015057096, 2.056875, 1.50163823582923, 3.085, 8.29517669134176, 13.6020833333333, 18.1954685280349, 31.4647916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1215, '2021-05-09 00:00:00', 0.798543482748802, 1.41229166666666, 1.18888047143618, 2.13541666666667, 4.94051565401186, 3.85416666666667, 8.74538796671742, 14.0020833333333, 21.920401008866, 32.4589583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1230, '2021-05-09 00:00:00', 0.752030554372723, 1.55895833333333, 1.30692379993654, 2.24208333333333, 4.87013949447572, 3.825, 8.6432383306594, 14.0741666666667, 21.8925616948635, 32.4235416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1245, '2021-05-09 00:00:00', 1.07692293047757, 1.54770833333332, 4.908121924349, 2.98270833333333, 4.81263320914831, 3.66833333333333, 8.57223437200729, 14.1310416666667, 21.8722756771467, 32.3604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1260, '2021-05-09 00:00:00', 4.39501668868738, 2.39104166666668, 4.30401867634242, 2.859375, 4.25332895519345, 4.134375, 8.31190286893058, 14.1152083333333, 21.9355160185073, 32.3510416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1275, '2021-05-09 00:00:00', 1.83016916092713, 1.596875, 1.87364761614685, 2.18520833333333, 2.43357344457589, 3.70583333333333, 8.0861830177842, 13.6966666666667, 21.8962350181718, 32.0983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1290, '2021-05-09 00:00:00', 1.11917185998126, 1.555, 1.89073560132834, 2.834375, 2.9890120938366, 4.03041666666667, 8.01967824074913, 13.7122916666667, 21.8613851533766, 32.0460416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1305, '2021-05-09 00:00:00', 1.19898898760218, 1.93562499999999, 1.67727387296397, 2.57291666666666, 2.60670261162159, 3.68437499999999, 8.12117421355337, 13.5564583333333, 21.8758485052829, 32.035 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1320, '2021-05-09 00:00:00', 0.639857938778749, 1.36590909090909, 1.11683857790234, 1.97113636363636, 1.68483412160249, 3.13727272727273, 8.45299608760958, 13.6, 22.6192772018994, 32.2247727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1335, '2021-05-09 00:00:00', 0.744091771850126, 1.32522727272727, 1.3052436910683, 2.02704545454545, 8.03479219096225, 9.24386363636363, 8.32310678458586, 13.5275, 22.5784869114855, 32.2345454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1350, '2021-05-09 00:00:00', 0.812916460034897, 1.51113636363637, 0.868894312813609, 2.31022727272728, 7.69116998063336, 10.2636363636364, 8.13777371847324, 13.4520454545455, 22.5359362706117, 32.2195454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 1, 1365, '2021-05-09 00:00:00', 0.744194449581486, 1.71704545454545, 7.63723166964035, 8.71136363636363, 7.44230146771572, 10.7297727272727, 7.93953137417811, 13.2631818181818, 22.4507696830526, 32.0738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 990, '2021-05-09 00:00:00', 3.49968176575221, 5.4676923076923, 3.54392911024777, 6.77653846153846, 3.75754668838388, 7.93865384615385, 4.57974067119359, 10.6738461538462, 20.6718370708705, 30.7167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1005, '2021-05-09 00:00:00', 1.59553450171215, 3.62788461538461, 1.74191746691353, 4.7076923076923, 2.98106357504525, 6.80596153846154, 3.61379881096802, 8.94461538461538, 20.131428919631, 29.6678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1020, '2021-05-09 00:00:00', 1.13207856821662, 2.95326923076923, 2.11221906643591, 4.36923076923077, 2.84425356572755, 5.97288461538461, 3.24443683035344, 8.28211538461538, 20.138699377452, 29.3838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1035, '2021-05-09 00:00:00', 1.76643413080181, 2.98846153846154, 2.46053165768327, 4.39903846153846, 3.05438643593112, 5.7525, 2.95041757148947, 7.81538461538462, 20.2561042765271, 29.2223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1050, '2021-05-09 00:00:00', 1.50058810266047, 2.89057692307693, 1.53202395040528, 3.78076923076923, 2.67937453235179, 5.38673076923077, 2.7610729868045, 7.40596153846154, 20.2500610217504, 29.2457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1065, '2021-05-09 00:00:00', 1.17499900163624, 2.22557692307692, 2.19680965353081, 3.45442307692308, 2.53184129560955, 4.76288461538462, 2.86972561674189, 6.88634615384615, 20.2803632278578, 29.2044230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1080, '2021-05-09 00:00:00', 1.94625526035553, 2.55153846153846, 2.264382000934, 3.56038461538461, 2.45015029366332, 4.45769230769231, 2.57429680465589, 6.48096153846154, 20.3576997689969, 29.0717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1095, '2021-05-09 00:00:00', 1.63668568713163, 2.46096153846154, 1.71070759089287, 3.1723076923077, 2.13715133908525, 4.18038461538462, 6.93980220567173, 7.43057692307692, 20.3838427153997, 28.9703846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1110, '2021-05-09 00:00:00', 1.0247412619028, 2.07057692307693, 1.2880878642988, 2.75788461538462, 1.78372686767385, 3.66653846153846, 6.80794628470177, 7.46615384615385, 20.3741079918002, 28.8023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1125, '2021-05-09 00:00:00', 0.706574727933176, 1.59038461538461, 1.3948583743934, 2.47826923076924, 1.73207172528694, 3.27769230769231, 7.07240255391443, 7.48173076923077, 21.5172040943628, 29.3540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1140, '2021-05-09 00:00:00', 1.27660922579489, 1.94634615384616, 1.45906429446568, 2.46384615384615, 1.6671556731336, 3.16903846153845, 7.23011451393513, 7.46673076923076, 21.5075067360213, 29.395 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1155, '2021-05-09 00:00:00', 0.64049656217176, 1.47538461538461, 0.763589222029749, 2.0125, 1.12706248547002, 2.93961538461538, 7.81883472529881, 10.4273076923077, 21.2754257527679, 29.6998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1170, '2021-05-09 00:00:00', 0.60331035513688, 1.45423076923077, 0.791944831023359, 2.08615384615385, 1.83952231466591, 3.28211538461538, 7.84003082803986, 11.2707692307692, 21.2597098440653, 29.8944230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1185, '2021-05-09 00:00:00', 0.842780836553338, 1.63153846153846, 1.25694356093845, 2.30365384615384, 2.33395693223728, 3.46980769230768, 8.19440503542602, 11.8667307692308, 21.469263098672, 30.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1200, '2021-05-09 00:00:00', 0.94661526584905, 1.72730769230769, 1.79937015689893, 2.59980769230769, 2.07255112213092, 3.36807692307692, 8.14148646652534, 12.3282692307692, 21.5180427906086, 30.3865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1215, '2021-05-09 00:00:00', 1.14998777585476, 1.66173076923076, 1.36532510921251, 2.34942307692307, 1.46471908569527, 3.02, 8.34450587789078, 12.5571153846154, 21.4949304720904, 30.565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1230, '2021-05-09 00:00:00', 0.944295850804266, 1.67442307692307, 1.11785689534105, 2.29403846153845, 1.35283855424295, 3.02307692307692, 8.20726933882397, 12.735, 21.4943339474884, 30.5846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1245, '2021-05-09 00:00:00', 0.747642062651751, 1.52942307692307, 0.924252150909878, 2.01596153846154, 1.79677938374363, 2.95807692307692, 8.30492688802163, 12.7761538461538, 21.4837862620593, 30.5219230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1260, '2021-05-09 00:00:00', 0.522151650532519, 1.36211538461538, 0.759330297038114, 2.0025, 1.92106073463435, 2.99211538461538, 8.35287375927959, 12.8540384615385, 21.4709356214753, 30.4273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1275, '2021-05-09 00:00:00', 0.602128308585473, 1.3975, 1.63648494082239, 2.08519230769231, 6.81985776131845, 4.52326923076923, 8.35499671085881, 13.0340384615385, 21.4682163531257, 30.4457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1290, '2021-05-09 00:00:00', 1.20478585712916, 1.49980769230769, 1.51175823514822, 2.30980769230769, 7.0099753648201, 4.78615384615384, 8.15964346883254, 13.0265384615385, 21.47307720415, 30.3361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1305, '2021-05-09 00:00:00', 1.15967833736509, 1.67961538461539, 6.90811836787815, 3.64423076923077, 7.17836646566506, 4.73134615384615, 8.06641439025944, 12.9713461538461, 21.4751949726978, 30.1736538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1320, '2021-05-09 00:00:00', 5.92567638162178, 2.44833333333333, 5.97717133171062, 3.10479166666666, 5.97610331818027, 3.9825, 7.79239819087919, 12.77, 22.3485883699312, 30.3722916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1335, '2021-05-09 00:00:00', 1.86076157805408, 1.66020833333333, 2.64837518550307, 2.32791666666666, 5.62036610658963, 8.18104166666666, 7.20302774188482, 12.5277083333333, 22.2755301005174, 30.3289583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1350, '2021-05-09 00:00:00', 1.88661464262912, 1.721875, 1.89762264263487, 2.53604166666666, 6.14669799125125, 9.14624999999999, 7.19561247909275, 12.5220833333333, 22.2278906181293, 30.361875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 1365, '2021-05-09 00:00:00', 0.98376080735459, 1.89125, 5.45459624945469, 7.88562499999999, 6.64874189907983, 9.85583333333333, 7.11741663563525, 12.4625, 22.1449532805355, 30.2383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 990, '2021-05-09 00:00:00', 4.00997692780625, 5.42480769230769, 4.43031912377218, 6.96346153846154, 4.72032333067914, 8.56288461538461, 5.54884992935127, 11.1215384615385, 20.4487525564614, 28.7463461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1005, '2021-05-09 00:00:00', 2.73543513624713, 4.05423076923077, 3.11758450011937, 5.26134615384615, 3.63148390945291, 6.63923076923077, 4.55436087300275, 9.45480769230768, 20.2940392612822, 28.4165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1020, '2021-05-09 00:00:00', 1.95786643097492, 3.41019230769232, 2.71630445359415, 4.83673076923077, 3.26207527739392, 6.00134615384615, 4.44924559292402, 8.80711538461538, 20.0982753871685, 28.0534615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1035, '2021-05-09 00:00:00', 2.07053015321792, 3.01865384615384, 2.33790952809096, 3.91019230769231, 2.68794357341186, 4.86942307692307, 4.34503447804325, 8.00884615384615, 20.1308184871241, 27.7851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1050, '2021-05-09 00:00:00', 1.64618790403302, 2.67115384615385, 1.89170871070411, 3.46038461538461, 2.5534468785425, 4.83980769230769, 4.02980280105424, 7.33615384615384, 20.1018581240258, 27.7559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1065, '2021-05-09 00:00:00', 1.01420419731243, 2.13807692307692, 1.61315788010778, 3.00711538461538, 2.6486171210362, 4.52557692307692, 3.69865595130904, 6.95461538461538, 19.9512515483654, 27.6678846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1080, '2021-05-09 00:00:00', 1.08165827107484, 2.07384615384615, 1.86169601129226, 3.22403846153846, 2.48234867847739, 4.17480769230768, 3.57432513264338, 6.69307692307692, 19.9486743544527, 27.6175 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1095, '2021-05-09 00:00:00', 1.30375648091907, 2.15480769230769, 1.73736233544283, 2.91173076923077, 2.16097421050358, 3.87653846153846, 3.56267400114879, 6.67596153846153, 19.9251772629891, 27.7748076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 1110, '2021-05-09 00:00:00', 1.03164672322382, 1.89019230769231, 1.5319173004391, 2.55615384615384, 1.40593221195597, 3.40076923076923, 3.51718268482908, 6.58596153846154, 19.8780837104586, 27.995 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1125, '2021-05-09 00:00:00', 1.32550953918165, 1.94346153846154, 1.38647562324268, 2.64942307692307, 1.76742160091604, 3.47865384615384, 3.60964715940279, 6.70884615384616, 19.8149434528202, 29.4559615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1140, '2021-05-09 00:00:00', 1.11482306288418, 1.95730769230769, 1.20398129617468, 2.55519230769231, 1.80255162094012, 3.54211538461538, 3.52616978953302, 6.66423076923077, 19.7924902813785, 29.7734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1155, '2021-05-09 00:00:00', 0.675893027494277, 1.39076923076923, 1.12497817072838, 2.11826923076923, 1.87977471031463, 3.35519230769231, 5.84170372935314, 10.3376923076923, 19.2787827067439, 30.2655769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1170, '2021-05-09 00:00:00', 0.707302894533436, 1.56423076923077, 1.15739842551501, 2.42365384615385, 1.89021294079225, 3.45519230769231, 5.76507451416252, 10.9919230769231, 19.2266797605667, 30.2488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1185, '2021-05-09 00:00:00', 1.01703840408542, 1.76365384615385, 1.63672736322775, 2.52230769230769, 1.86816245587434, 3.4251923076923, 5.92926226115345, 11.3751923076923, 19.2193630497595, 30.1709615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1200, '2021-05-09 00:00:00', 1.52158288027254, 1.79230769230769, 1.54703890856546, 2.40423076923077, 1.96633991309899, 3.33942307692307, 5.88173500370819, 11.8494230769231, 19.220772730204, 30.2221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1215, '2021-05-09 00:00:00', 0.927879240319238, 1.65326923076923, 1.23154512081993, 2.30923076923077, 1.85849558679967, 3.39961538461539, 5.79331223182254, 12.3211538461538, 19.2173170904225, 30.2119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1230, '2021-05-09 00:00:00', 1.04442836776134, 1.68884615384615, 1.4623219681252, 2.36653846153846, 1.77095007096365, 3.34192307692308, 5.61629719244327, 12.5130769230769, 19.2071385137041, 30.2117307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1245, '2021-05-09 00:00:00', 0.711851783406119, 1.43019230769231, 1.21216254622123, 2.33096153846154, 1.41523247614605, 3.0098076923077, 5.33563496689944, 12.5075, 19.1589431507546, 30.1644230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1260, '2021-05-09 00:00:00', 1.09151681688303, 1.87480769230769, 1.23681520291184, 2.36538461538462, 1.79967219237282, 3.18, 5.29634421086847, 12.605, 19.1567123614675, 30.1875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1275, '2021-05-09 00:00:00', 0.849216312934374, 1.75211538461538, 0.972853455641632, 2.20461538461538, 2.52374100371772, 3.65442307692307, 5.28042218591832, 12.5476923076923, 19.1594907642702, 30.1171153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1290, '2021-05-09 00:00:00', 0.837571696127471, 1.57711538461538, 1.3116192136205, 2.3348076923077, 2.52175315238, 3.69019230769232, 5.22494764051792, 12.4746153846154, 19.1896137502717, 30.0532692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1305, '2021-05-09 00:00:00', 0.906974174850719, 1.59192307692309, 2.07513287804382, 2.69230769230769, 2.47436519442555, 3.68365384615385, 5.08803716120923, 12.8369230769231, 19.1517119740889, 30.1134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1320, '2021-05-09 00:00:00', 1.19013144749596, 1.66041666666666, 1.79122190300284, 2.51041666666667, 1.88913498148249, 3.40125, 5.22384349849219, 12.796875, 19.8783525736331, 30.5935416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1335, '2021-05-09 00:00:00', 1.26260340012789, 1.77229166666667, 1.59142799731944, 2.468125, 5.13063390844993, 8.64395833333333, 5.25124457297671, 12.83, 19.8967814187188, 30.5822916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1350, '2021-05-09 00:00:00', 0.870332868812981, 1.62520833333333, 1.09967477076146, 2.38791666666667, 5.12714246045325, 9.275625, 5.34213520181703, 12.9429166666667, 19.8598893291646, 30.4729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 3, 1365, '2021-05-09 00:00:00', 0.988725848932761, 1.78625, 4.8872486406323, 8.24166666666666, 5.23369709919163, 9.68374999999999, 5.12445032400435, 13.0954166666667, 19.8853482482634, 30.4597916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 990, '2021-05-09 00:00:00', 3.21363471529253, 5.7928, 3.41207620079036, 6.7666, 3.63081258122751, 8.00499999999999, 4.65268227298332, 11.1924, 19.6408095195522, 29.0256 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1005, '2021-05-09 00:00:00', 2.59629139350729, 3.88039999999999, 2.96323865615535, 4.89199999999999, 3.36049621831856, 6.36339999999999, 4.3081089915801, 9.56019999999999, 19.8698998340874, 28.9756 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1020, '2021-05-09 00:00:00', 1.55417226093721, 2.91579999999999, 2.03387483226804, 3.9148, 3.11616254389914, 5.3524, 4.50111189966805, 8.782, 19.9580705208862, 28.4768 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1035, '2021-05-09 00:00:00', 1.73840743689927, 2.564, 2.58288044954981, 3.7888, 2.7244154877698, 4.7722, 4.40732001901382, 8.2252, 20.0226981615033, 28.259 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1050, '2021-05-09 00:00:00', 1.53333468297041, 2.6894, 1.90524731552975, 3.52440000000001, 1.81803357596423, 4.31240000000001, 3.80348768675979, 7.8246, 20.0628416544118, 28.1156 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1065, '2021-05-09 00:00:00', 1.33232337791294, 2.35779999999999, 1.31792235481963, 2.97879999999999, 1.6927377233346, 3.8238, 3.9601446522402, 7.5246, 20.0562642957257, 28.053 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1080, '2021-05-09 00:00:00', 0.715678989957554, 1.93879999999999, 1.06211863744123, 2.6678, 1.58231876266025, 3.63079999999999, 3.82470883423388, 7.40819999999999, 20.0531176129798, 28.0398 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1095, '2021-05-09 00:00:00', 1.06614914528878, 1.8964, 1.31689337710638, 2.6246, 2.23056022484636, 4.0148, 3.80964592624214, 7.406, 20.0797568814134, 27.9598 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1110, '2021-05-09 00:00:00', 0.887570325852167, 1.8654, 0.916581374819854, 2.61619999999999, 2.64873732496574, 4.2914, 3.67476204445041, 7.15859999999999, 20.1728008239643, 27.7908 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1125, '2021-05-09 00:00:00', 0.665794512844104, 1.83359999999999, 2.04142080832607, 3.0098, 2.99022330548517, 4.20999999999999, 3.64949382334957, 6.8002, 20.0189066405569, 28.4728 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1140, '2021-05-09 00:00:00', 1.27056858135542, 1.80520833333333, 2.30587069757023, 2.78875, 2.92926407109165, 4.14354166666666, 3.34457298215647, 6.36479166666666, 20.3719097016285, 29.05625 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1155, '2021-05-09 00:00:00', 1.38563304673978, 1.98062500000001, 1.89208055869185, 2.76833333333334, 2.31636834696914, 3.93083333333333, 10.1075391017715, 11.5497916666667, 20.017697437228, 29.7204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1170, '2021-05-09 00:00:00', 1.17419890591508, 1.773125, 1.48210703360384, 2.56604166666667, 1.71505628789615, 3.369375, 14.5129189309642, 13.300625, 19.9841368022711, 29.7904166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1185, '2021-05-09 00:00:00', 1.25374610768538, 1.85145833333334, 1.68607833297493, 2.65416666666666, 1.73799104207094, 3.41791666666666, 14.4692406629484, 13.9366666666667, 19.8988840528536, 30.036875 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1200, '2021-05-09 00:00:00', 1.06998716330817, 1.70043478260869, 1.39216955403919, 2.38239130434782, 1.96787974523334, 3.36934782608696, 14.5684380003743, 14.3669565217391, 19.9244055634123, 30.895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1215, '2021-05-09 00:00:00', 0.933518091773256, 1.56586956521739, 1.19075838590238, 2.25652173913044, 1.6725345550824, 3.0867391304348, 14.5960628726859, 14.4982608695652, 19.9051592017208, 31.0458695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1230, '2021-05-09 00:00:00', 0.964166477350998, 1.64521739130435, 1.30283068223053, 2.28782608695653, 1.61191291362366, 2.98717391304348, 16.0794103822593, 14.8978260869565, 19.9064922449442, 31.0930434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1245, '2021-05-09 00:00:00', 0.979018323357823, 1.55282608695654, 1.21495311316679, 2.18739130434784, 1.63652275247477, 2.95891304347826, 21.0194994661225, 15.9465217391304, 19.9072757147581, 31.0917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1260, '2021-05-09 00:00:00', 1.1151716488165, 1.67347826086956, 1.48146259585753, 2.38717391304347, 1.61323448204877, 3.00369565217391, 20.9894342585519, 16.0036956521739, 19.9072757147581, 31.0917391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1275, '2021-05-09 00:00:00', 0.883948818560214, 1.64217391304347, 0.997810943937729, 2.10804347826086, 2.08844397132025, 3.24130434782608, 20.8434654550032, 15.9539130434783, 19.7803661163198, 31.1028260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1290, '2021-05-09 00:00:00', 0.731150211933951, 1.43521739130434, 1.15983818041272, 2.13717391304347, 2.11921453772784, 3.2345652173913, 20.8997485115455, 15.8491304347826, 19.7263121416919, 31.0945652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1305, '2021-05-09 00:00:00', 0.880815288878732, 1.50913043478261, 2.13603301831596, 2.46065217391305, 2.03054617937177, 3.26282608695652, 20.6998361801579, 15.7526086956522, 19.5354269577843, 31.1128260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1320, '2021-05-09 00:00:00', 0.826357180930974, 1.47190476190477, 1.08222164572521, 1.99023809523809, 1.27777140440094, 2.99380952380952, 21.5085025961496, 16.1478571428571, 20.2577915462998, 30.9383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1335, '2021-05-09 00:00:00', 0.660898828796643, 1.31119047619047, 0.963329234626305, 2.11571428571428, 10.3064602717584, 10.2883333333333, 21.4756033093369, 16.12, 20.2487179929284, 30.9685714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1350, '2021-05-09 00:00:00', 0.965710384959712, 1.61761904761905, 1.26413498563435, 2.29619047619049, 14.803328044412, 12.4347619047619, 21.2480855692258, 16.0564285714286, 20.1542355290868, 30.9288095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 1365, '2021-05-09 00:00:00', 0.658380408202412, 1.72380952380952, 10.0833501259207, 9.79952380952381, 14.6836740366397, 13.1192857142857, 21.221931726176, 15.9302380952381, 20.1571066015839, 30.9276190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 990, '2021-05-09 00:00:00', 8.74729016197963, 6.87021739130434, 13.4116345353238, 9.57999999999999, 13.2787227646664, 10.8984782608696, 19.6008879064028, 13.9789130434783, 18.6911601561859, 30.1454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1005, '2021-05-09 00:00:00', 6.41770752384837, 5.27804347826086, 6.44946415183849, 6.69586956521739, 6.29849341261659, 7.89978260869565, 12.2703034372703, 11.1765217391304, 14.8045330795523, 28.5473913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1020, '2021-05-09 00:00:00', 3.49439421203317, 3.895, 3.93498813474111, 5.2904347826087, 7.39485846513424, 7.18608695652173, 12.0783516244737, 10.564347826087, 14.8074377742652, 28.3154347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1035, '2021-05-09 00:00:00', 2.62200778076106, 3.5095652173913, 3.76974488290832, 4.77586956521738, 11.2963144852034, 7.27130434782608, 11.0026190827385, 9.80695652173912, 14.8803239119087, 28.3102173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1050, '2021-05-09 00:00:00', 2.58744821032359, 3.13717391304347, 5.20082258239952, 4.40347826086956, 10.0775164914955, 6.07, 9.79873524245751, 9.04152173913043, 14.8544761123751, 28.0858695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1065, '2021-05-09 00:00:00', 2.62835358902353, 2.47695652173913, 7.54923083928569, 4.17608695652174, 7.50079003085386, 5.05021739130435, 9.22793461040515, 8.54108695652174, 14.8867272667775, 28.1115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1080, '2021-05-09 00:00:00', 5.3211408662595, 2.99913043478261, 5.21840960583099, 3.49521739130434, 5.22460606151543, 4.77695652173913, 9.62307051139052, 8.57760869565217, 14.9211806674231, 28.0706521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1095, '2021-05-09 00:00:00', 4.37807187468648, 2.48260869565217, 4.3800239251607, 3.40869565217391, 4.46313796493803, 4.25869565217391, 10.5677792838465, 8.85608695652174, 14.9316029580629, 27.9715217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1110, '2021-05-09 00:00:00', 3.23828409706137, 2.60543478260869, 3.81838130243052, 3.36195652173912, 4.09700471423435, 4.09891304347826, 10.5573710739035, 8.63891304347826, 14.8986907302054, 27.9132608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1125, '2021-05-09 00:00:00', 2.21174273568464, 2.05673913043478, 2.51956716042446, 2.56130434782609, 5.17384950263238, 4.30630434782609, 10.5812437299931, 8.37065217391305, 15.4070446261011, 29.6517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1140, '2021-05-09 00:00:00', 1.35114996402933, 1.67804347826088, 2.09420004159805, 2.55021739130435, 5.8505742936243, 4.47826086956522, 9.3635962104362, 8.15608695652175, 14.611493215688, 29.6560869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1155, '2021-05-09 00:00:00', 1.4624030321558, 1.88608695652173, 3.12873340623208, 3.115, 5.83713443726757, 4.7195652173913, 10.0799433434084, 10.8915217391304, 14.3275142893477, 29.6454347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1170, '2021-05-09 00:00:00', 2.29246540398289, 2.13891304347826, 4.15670262104974, 3.13195652173913, 5.03704298920494, 4.6595652173913, 9.33982932701168, 11.2586956521739, 13.5758209085094, 29.6923913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1185, '2021-05-09 00:00:00', 2.01814031132762, 2.00304347826088, 2.96849283367121, 3.09739130434782, 3.18587721614687, 4.16500000000001, 7.39273228330693, 11.2573913043478, 12.3839960833365, 29.3439130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1200, '2021-05-09 00:00:00', 1.58852318153321, 2.18022727272728, 2.29488374348329, 3.07659090909091, 3.17334901854594, 3.82977272727274, 7.0259821339004, 11.5202272727273, 12.353544361001, 29.0197727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1215, '2021-05-09 00:00:00', 2.21651104489043, 2.14954545454545, 2.5208748395567, 2.94136363636365, 3.22034577241938, 3.75568181818183, 7.21730256238828, 11.9790909090909, 12.479605570482, 28.9063636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1230, '2021-05-09 00:00:00', 1.22653007632856, 1.77386363636364, 1.87584868238906, 2.50022727272728, 2.10529295860657, 3.26818181818182, 6.33169643206244, 11.9552272727273, 11.9233753941593, 28.5311363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1245, '2021-05-09 00:00:00', 1.34264972320437, 1.90977272727272, 1.47433962398079, 2.46522727272728, 2.09381836000053, 3.29909090909091, 5.98934622775564, 12.1820454545455, 11.830019687256, 28.4609090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1260, '2021-05-09 00:00:00', 0.841139584650366, 1.6809090909091, 1.0015412365374, 2.1890909090909, 1.88821941652316, 3.02022727272727, 5.82247751617873, 12.3029545454545, 11.8050245740873, 28.4686363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1275, '2021-05-09 00:00:00', 0.851558699453375, 1.66386363636363, 1.37617161811703, 2.38431818181818, 3.00062002972228, 3.87590909090909, 5.80125083541569, 12.4777272727273, 11.7778483747101, 28.6036363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1290, '2021-05-09 00:00:00', 1.20333780023394, 1.65363636363636, 1.59213748957629, 2.1075, 3.11771892033803, 3.71386363636364, 5.74996074238433, 12.2734090909091, 11.8011723315215, 28.4872727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1305, '2021-05-09 00:00:00', 1.30769144923676, 1.56545454545455, 2.83698590323454, 2.87659090909091, 2.73914793052171, 3.73136363636365, 5.74655458604454, 12.1809090909091, 12.0657266852736, 28.7165909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1320, '2021-05-09 00:00:00', 1.50051000101895, 1.7525, 1.38326358944878, 2.2495, 1.39129991753264, 3.32625000000001, 5.92379037174856, 11.8865, 12.6025344647103, 27.73275 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1335, '2021-05-09 00:00:00', 1.14111265530851, 1.59025, 1.3858964417908, 2.37800000000001, 4.7248322443069, 8.0185, 6.03450832493287, 11.92525, 12.7488508770089, 27.7925 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1350, '2021-05-09 00:00:00', 0.899890197980316, 1.75950000000001, 1.1111304106511, 2.5715, 4.78618969976173, 8.72250000000001, 6.06869848072879, 11.97225, 12.7541268450234, 27.799 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 1365, '2021-05-09 00:00:00', 0.974904043861158, 1.90199999999999, 4.72768222393662, 7.72650000000001, 4.61460681452187, 9.23750000000001, 5.99939130684368, 11.9375, 12.7911241301599, 27.76775 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 930, '2021-05-09 00:00:00', 0.650538238691595, 8.19, 0.318198051533979, 9.54500000000002, 1.27279220613579, 10.65, 1.52735064736292, 12.66, 11.3207795667966, 30.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 945, '2021-05-09 00:00:00', 0.120208152801684, 3.54500000000002, 1.13844191771035, 4.435, 2.22031529292575, 5.63, 0.30405591591022, 8.26500000000001, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 960, '2021-05-09 00:00:00', 0.678822509939071, 2.91999999999999, 0.452548339959381, 4.26999999999998, 1.56270598642226, 6.095, 0.735391052434024, 8.46000000000001, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 1, 975, '2021-05-09 00:00:00', 0.678822509939071, 3.02000000000001, 2.52437120883597, 4.32500000000002, 1.78898015640195, 4.84500000000003, 1.96575685169858, 7.92000000000002, 12.7279220613578, 29.08 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 930, '2021-05-09 00:00:00', 2.54558441227159, 5.5, 2.80721392131057, 8.14500000000001, 2.14253354699522, 8.61500000000001, 0.424264068711945, 11.13, 13.7390847584546, 29.795 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 945, '2021-05-09 00:00:00', 0.00707106781185904, 3.66500000000002, 2.43244732728172, 5.38000000000002, 2.5667976157072, 6.33500000000001, 4.39113311116849, 8.32499999999999, 9.77221571599804, 26.99 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 960, '2021-05-09 00:00:00', 1.32228968081881, 2.75500000000002, 0.445477272147522, 3.375, 0.742462120245883, 4.215, 3.27390439689371, 7.53499999999997, 10.8894444302728, 26.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 2, 975, '2021-05-09 00:00:00', 0.982878425849291, 2.565, 0.799030662740795, 4.07499999999999, 0.523259018078052, 4.26999999999998, 3.27390439689371, 7.53499999999997, 10.8894444302728, 26.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 930, '2021-05-09 00:00:00', 0.784888527117037, 4.33500000000001, 1.32228968081885, 8.55500000000001, 3.92444263558535, 10.635, 5.11238202797875, 12.505, 3.60624458405137, 28.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 945, '2021-05-09 00:00:00', 4.21435641587181, 6.51000000000002, 5.57907250356185, 7.71500000000003, 6.41345850536198, 8.87500000000003, 6.53366665816371, 11.5, 3.60624458405137, 28.27 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 960, '2021-05-09 00:00:00', 1.74655374953079, 3.17500000000001, 2.65872149726141, 4.28000000000003, 0.219203102167831, 6.00500000000002, 1.40714249456124, 7.875, 1.5202795795511, 24.645 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 3, 975, '2021-05-09 00:00:00', 0.162634559672879, 2.27500000000001, 1.20915259582902, 3.245, 0.339411254969556, 5.37, 2.07889393668849, 9.31, 2.24859956417327, 24.13 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 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 983465, 4, 930, '2021-05-09 00:00:00', 2.46780266634106, 4.88499999999999, 2.63750829382584, 5.315, 1.22329473145274, 6.315, 3.53553390593274, 10.68, 2.14960461480712, 24.2 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 945, '2021-05-09 00:00:00', 1.33643181644257, 2.92500000000001, 1.59806132548159, 4.61000000000001, 0.445477272147522, 6.05500000000001, 5.74170706323473, 10.77, 3.16783837971575, 23.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 960, '2021-05-09 00:00:00', 0.700035713374689, 2.86500000000001, 0.197989898732254, 3.72, 0.91923881554248, 7.24000000000001, 5.82655987697712, 10.71, 3.16783837971575, 23.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 4, 975, '2021-05-09 00:00:00', 0.15556349186106, 2.11000000000001, 0.601040764008541, 4.18500000000003, 0.707106781186548, 5.89000000000004, 4.90024999362278, 9.785, 4.28506709399048, 22.69 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 930, '2021-05-09 00:00:00', 4.51134126397017, 6.86000000000001, 3.49310749906154, 7.58000000000001, 2.16374675043084, 8.52000000000001, 0.68589357775097, 10.385, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 945, '2021-05-09 00:00:00', 2.1778888860546, 3.50999999999999, 3.02641702347844, 4.78999999999999, 2.20617315730203, 6.69, 3.31633080376491, 8.17499999999998, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 960, '2021-05-09 00:00:00', 1.68998520703584, 3.84499999999997, 1.05358910396796, 4.88499999999999, 2.36880771697491, 6.80499999999998, 3.31633080376491, 8.17499999999998, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983465, 5, 975, '2021-05-09 00:00:00', 0.7636753236815, 2.29000000000002, 0.226274169979731, 5.29000000000002, 0.388908729652609, 5.405, 0.60811183182044, 7.29000000000002, 9.53887047820653, 33.555 where not exists (select 1 from powerstats_trumpet where symbolid = 983465 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:48:03 Duration: 5s820ms 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 983450, 1, 990, '2021-05-09 00:00:00', 20.1573162795148, 7.596875, 19.9596285289705, 8.65916666666666, 19.8938788094515, 9.02645833333333, 35.9131204073289, 13.6975, 34.4492328424447, 23.3527083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1005, '2021-05-09 00:00:00', 0.963614097355979, 2.51770833333334, 1.22115306566483, 3.036875, 1.29080273234937, 3.64104166666667, 36.1540829668255, 12.4139583333333, 34.5902863239236, 22.7391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1020, '2021-05-09 00:00:00', 0.659978452656614, 1.75958333333334, 0.820533583906747, 2.19916666666667, 1.22881038191829, 3.24979166666667, 36.2552409348575, 11.951875, 34.6152988188581, 22.6658333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1035, '2021-05-09 00:00:00', 0.554467976819991, 1.32270833333334, 0.774127723236977, 2.15041666666667, 1.33853234573533, 3.24333333333333, 36.2872967745062, 11.780625, 34.6261051306921, 22.6525 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1050, '2021-05-09 00:00:00', 0.698390716140554, 1.463125, 0.932435159186397, 2.28875000000001, 1.22510941170664, 2.891875, 36.336581898384, 11.5283333333333, 34.6228296211945, 22.65125 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1065, '2021-05-09 00:00:00', 0.546013218505392, 1.5325, 0.903672433879465, 2.05395833333333, 0.852192717368696, 2.34458333333333, 36.3980936098715, 11.2397916666667, 34.610026552983, 22.7147916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1080, '2021-05-09 00:00:00', 0.591558331069702, 1.39729166666666, 0.579273658139651, 1.75666666666666, 0.879900768449961, 2.23416666666667, 36.3939164712199, 11.281875, 34.6048493390854, 22.7277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1095, '2021-05-09 00:00:00', 0.48290560784377, 1.1275, 0.53006699057077, 1.41666666666667, 0.950984020309521, 2.04854166666666, 36.3992895296168, 11.265, 34.6012749507237, 22.7539583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1110, '2021-05-09 00:00:00', 0.407448760893471, 1.03666666666667, 0.721336288887965, 1.50104166666667, 0.875677972334513, 2.02145833333333, 36.427103350589, 11.1395833333333, 34.6013486689485, 22.7566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1125, '2021-05-09 00:00:00', 0.663796175281861, 1.13833333333333, 0.713610658623763, 1.49479166666666, 0.96337157037598, 2.1325, 36.4260993065193, 11.1820833333333, 34.51982552341, 23.1804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1140, '2021-05-09 00:00:00', 0.412040202678311, 0.961458333333327, 0.566945437077666, 1.37145833333333, 36.7468918328476, 9.520625, 36.4319936830641, 11.135625, 34.5201832476202, 23.2166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1155, '2021-05-09 00:00:00', 0.424071823199658, 1.01104166666667, 0.90956232507091, 1.54166666666667, 36.7507335823461, 9.52416666666667, 36.0094358803145, 13.595625, 34.5217611262673, 23.2060416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1170, '2021-05-09 00:00:00', 0.629032498411624, 1.06083333333333, 36.8653479722372, 8.940625, 36.7871787093181, 9.33, 35.8979501447143, 14.020625, 34.5241375542931, 23.0722916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1185, '2021-05-09 00:00:00', 36.9597581046956, 8.48312499999999, 36.8815407899625, 8.86479166666666, 36.7781546390022, 9.36604166666667, 35.8409285961716, 14.283125, 34.5139816757518, 23.060625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1200, '2021-05-09 00:00:00', 0.412979574099232, 0.871041666666663, 0.479492296412395, 1.20458333333333, 0.823923100393676, 1.72833333333333, 2.81407274061862, 6.86354166666667, 6.80177486427976, 15.7625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1215, '2021-05-09 00:00:00', 0.310621673866075, 0.833541666666668, 0.586829944752287, 1.29958333333334, 0.842675174237005, 1.69583333333333, 2.92646908945264, 6.963125, 6.72446194173163, 15.7983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1230, '2021-05-09 00:00:00', 0.363521175349576, 0.870416666666669, 0.548263893669325, 1.19041666666667, 0.661423037686627, 1.4775, 2.97772831143796, 7.049375, 6.9005876666359, 15.9783333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1245, '2021-05-09 00:00:00', 0.45443222856915, 0.807291666666664, 0.572415386760354, 1.164375, 0.58245540819554, 1.47395833333333, 2.94140382750301, 7.10229166666667, 6.97177768277009, 15.9833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1260, '2021-05-09 00:00:00', 0.384515269857552, 0.880416666666669, 0.396588714786057, 1.055, 0.591681465420154, 1.54000000000001, 2.93837315114374, 7.10791666666667, 7.03065837607595, 16.000625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1275, '2021-05-09 00:00:00', 0.352030342895101, 0.780833333333336, 0.433182526712791, 1.10333333333333, 1.11298493339152, 1.814375, 2.87136260134555, 7.16083333333334, 6.98971752230852, 16.0485416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1290, '2021-05-09 00:00:00', 0.314646037037161, 0.791041666666661, 0.516983963463335, 1.255625, 1.19206842447201, 1.94020833333334, 2.86005574081691, 7.23416666666667, 6.9850578067333, 16.0739583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1305, '2021-05-09 00:00:00', 0.40852509546316, 0.975833333333333, 1.05059901391706, 1.501875, 1.4482905340485, 2.22708333333334, 2.89920150801182, 7.32041666666667, 7.02107371325473, 16.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1320, '2021-05-09 00:00:00', 0.429092279099367, 0.834772727272729, 0.516860737186552, 1.20045454545455, 0.813122355717744, 1.95181818181818, 2.99652168485266, 7.31272727272728, 7.31863353046501, 15.7409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1335, '2021-05-09 00:00:00', 0.286387505017771, 0.864772727272725, 0.667028567896165, 1.43159090909091, 2.56836659776588, 5.18386363636363, 2.98444140103144, 7.395, 7.3157615122644, 15.7338636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1350, '2021-05-09 00:00:00', 0.685035468478529, 1.09454545454546, 0.778929953393998, 1.43159090909091, 2.55581804874064, 5.78022727272727, 3.03063271150344, 7.52318181818182, 7.29572722312764, 15.75 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 1, 1365, '2021-05-09 00:00:00', 0.433607202001648, 0.981590909090906, 2.61050288731411, 4.86590909090909, 2.64530426076748, 5.91818181818182, 3.03606111591435, 7.33636363636363, 7.30354653516646, 15.7309090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 990, '2021-05-09 00:00:00', 1.39524904035637, 3.27326923076923, 1.95223627195544, 4.1323076923077, 2.20266318700445, 4.68865384615385, 2.50891687479187, 6.22173076923077, 7.00094433190706, 15.3465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1005, '2021-05-09 00:00:00', 1.18474281532388, 2.32653846153846, 1.39655037916234, 3.0098076923077, 1.84705807663472, 3.76153846153846, 2.06653046284011, 5.34692307692308, 6.63379638378648, 14.8923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1020, '2021-05-09 00:00:00', 0.697037274138524, 2.0751923076923, 1.16893047763264, 2.62769230769231, 1.60549614905031, 3.40673076923077, 1.85611741173716, 5.05038461538461, 6.52496414667427, 14.6736538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1035, '2021-05-09 00:00:00', 0.754253910522495, 1.62480769230769, 1.02669791827227, 2.24384615384615, 1.28433077455208, 2.95346153846153, 1.61129409290984, 4.53057692307692, 6.22605910669021, 14.305 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1050, '2021-05-09 00:00:00', 0.633225959184095, 1.50865384615385, 0.857181786661743, 2.07115384615385, 1.00191846743366, 2.70384615384615, 1.48418261627791, 4.26903846153846, 6.06837573313169, 14.2240384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1065, '2021-05-09 00:00:00', 0.490161864944788, 1.40557692307692, 0.60978974939034, 1.89153846153846, 0.806125205010878, 2.40038461538462, 1.48261183259606, 4.00461538461538, 6.28996816672879, 14.4165384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1080, '2021-05-09 00:00:00', 0.511088920458439, 1.25173076923076, 0.745619231552892, 1.75403846153846, 0.767632724680226, 2.31, 1.57964991252931, 3.83961538461538, 6.39720209274216, 14.3788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1095, '2021-05-09 00:00:00', 0.487561948726677, 1.25942307692307, 0.721825889937881, 1.73384615384616, 0.909184524725319, 2.3375, 1.74367375212399, 3.94307692307692, 6.48464745794605, 14.3844230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1110, '2021-05-09 00:00:00', 0.519744500840412, 1.28288461538461, 0.513534846394617, 1.61596153846153, 0.807821857742261, 2.06807692307693, 1.68967202097375, 3.78653846153846, 6.36178641154777, 14.2471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1125, '2021-05-09 00:00:00', 0.32031024623972, 0.954423076923076, 0.633178915048143, 1.38653846153846, 0.798749045984745, 1.99096153846154, 1.69267239776451, 3.68461538461538, 5.71799733634614, 14.3984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1140, '2021-05-09 00:00:00', 0.574162132020344, 1.13307692307692, 0.656375156563565, 1.43288461538461, 0.786491649914103, 2.11365384615384, 1.7004254218826, 3.68115384615383, 5.60658180520551, 14.7284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1155, '2021-05-09 00:00:00', 0.408177186261825, 0.866153846153841, 0.470436499434303, 1.36249999999999, 0.692376731600322, 1.76846153846153, 2.48303898789057, 5.78884615384615, 5.57865162920217, 14.635 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1170, '2021-05-09 00:00:00', 0.362549943509111, 1.04230769230769, 0.529609907239429, 1.34057692307692, 0.786585121805744, 1.72192307692308, 2.71393660291013, 6.26326923076923, 5.52086067704888, 14.6911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1185, '2021-05-09 00:00:00', 0.304683505397883, 0.85403846153846, 0.45896074073766, 1.14480769230769, 0.592995265255454, 1.59076923076923, 3.082874414219, 6.63942307692307, 5.44528193802813, 14.6307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1200, '2021-05-09 00:00:00', 0.309835502261335, 0.805961538461549, 0.4720965106677, 1.08634615384616, 0.493841028609884, 1.50019230769231, 3.12522809013752, 6.70384615384615, 5.43863720203735, 14.6511538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1215, '2021-05-09 00:00:00', 0.326665907900746, 0.831153846153849, 0.349225516734482, 1.11269230769231, 0.515074303825707, 1.62346153846154, 3.22134697698865, 6.83788461538461, 5.46665728266862, 14.6946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1230, '2021-05-09 00:00:00', 0.282408119844043, 0.822115384615386, 0.34023295187042, 1.10230769230769, 0.52590204557357, 1.62019230769231, 3.44740977457659, 7.00192307692307, 5.4052076634127, 14.7017307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1245, '2021-05-09 00:00:00', 0.273862402283727, 0.718846153846147, 0.402910182776036, 1.14615384615384, 0.6721099955765, 1.60538461538461, 3.69454223770062, 7.19788461538462, 5.29533398743286, 14.7590384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1260, '2021-05-09 00:00:00', 0.386017337195349, 0.984230769230764, 0.517049171891657, 1.26961538461538, 0.7621246869519, 1.69096153846154, 3.73234572559733, 7.22115384615385, 5.29070225453615, 14.7471153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1275, '2021-05-09 00:00:00', 0.318674417886639, 0.774230769230765, 0.521897020493503, 1.1375, 1.2407218277463, 1.88557692307691, 3.6704112324622, 7.36384615384615, 5.38681283320667, 14.9975 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1290, '2021-05-09 00:00:00', 0.364435707108105, 0.815769230769227, 0.575888911563276, 1.18096153846154, 1.26720394812903, 1.91038461538461, 3.70367335845832, 7.40211538461539, 5.41735287329949, 15.1180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1305, '2021-05-09 00:00:00', 0.413199151090052, 0.826538461538463, 1.30270819980766, 1.50942307692307, 1.2498415438028, 2.01826923076923, 3.73216746676781, 7.375, 5.61868784640904, 15.2586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1320, '2021-05-09 00:00:00', 0.423491354736118, 0.840833333333329, 0.455267430167167, 1.10020833333333, 0.65776297297977, 1.72770833333333, 3.86397711660004, 7.431875, 5.69800270117598, 14.855 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1335, '2021-05-09 00:00:00', 0.266690329566067, 0.750416666666662, 0.561382182394627, 1.24104166666666, 2.60817013426567, 4.89166666666668, 3.84983396498746, 7.38708333333334, 5.8395488056547, 14.8454166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1350, '2021-05-09 00:00:00', 0.429414836084269, 0.981666666666661, 0.445184174556284, 1.26041666666667, 2.87594102431923, 5.47208333333333, 3.85811791781351, 7.37270833333334, 5.81421851251155, 14.8072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 1365, '2021-05-09 00:00:00', 0.221354116581407, 0.780416666666672, 2.45182776209913, 4.67937500000001, 3.13788145091557, 5.9475, 3.89193945914157, 7.34583333333334, 6.02339563099887, 14.7958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 990, '2021-05-09 00:00:00', 2.06482627319141, 3.50846153846155, 2.3274295577211, 4.19788461538461, 2.67771625572126, 5.23711538461538, 3.51763793125225, 6.65384615384616, 6.03555530553353, 14.9846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1005, '2021-05-09 00:00:00', 0.933161540966224, 2.11730769230769, 1.33093953223335, 3.13903846153846, 1.62011268601435, 3.74865384615384, 2.25136225428073, 5.32, 5.74582361037463, 13.8998076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1020, '2021-05-09 00:00:00', 0.843611376076782, 2.05307692307692, 0.978102735676814, 2.58980769230769, 1.44297241297794, 3.36076923076922, 2.01457474038949, 4.81923076923077, 5.64461122187825, 13.7053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1035, '2021-05-09 00:00:00', 0.716847693296568, 1.72115384615384, 0.851058074489546, 2.25538461538461, 1.53607262698891, 3.09865384615384, 1.93292098608855, 4.54153846153846, 5.57234208804107, 13.5921153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1050, '2021-05-09 00:00:00', 0.644946419957034, 1.47173076923077, 1.18474112719258, 2.11846153846154, 1.34018035525648, 2.78576923076923, 2.07714772075704, 4.42057692307692, 5.58528777579648, 13.5965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1065, '2021-05-09 00:00:00', 0.76401147796452, 1.39153846153845, 1.00497793699471, 2.01442307692308, 0.984756295505881, 2.50019230769231, 1.88824518657281, 4.28826923076923, 5.65584669917913, 13.5167307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1080, '2021-05-09 00:00:00', 0.658292196053246, 1.36884615384616, 0.727702522696231, 1.72980769230769, 0.895093656466265, 2.19942307692308, 1.83976035228672, 4.09307692307692, 5.7138976223294, 13.4540384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1095, '2021-05-09 00:00:00', 0.462368526011616, 1.13057692307692, 0.528814203230649, 1.53730769230769, 0.815806561725176, 1.99788461538461, 2.47739078778149, 4.38365384615385, 5.87638332323024, 13.4851923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 1110, '2021-05-09 00:00:00', 0.545215553703308, 1.185, 0.720349194167987, 1.56019230769231, 0.971200308104123, 1.99096153846154, 2.54521236834964, 4.425, 5.87876839862019, 13.4832692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1125, '2021-05-09 00:00:00', 0.477162284923949, 1.10538461538462, 0.629552710568863, 1.43615384615385, 0.899380834027153, 1.90826923076923, 2.65882577466068, 4.4225, 5.96476528972754, 13.8698076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1140, '2021-05-09 00:00:00', 0.505882017257596, 0.998846153846159, 0.689227912511253, 1.32634615384616, 0.826107741157291, 1.88, 2.64073547447559, 4.32538461538462, 5.8497417036994, 14.15 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1155, '2021-05-09 00:00:00', 0.465556614751055, 0.905192307692305, 0.585363168009005, 1.31096153846154, 1.05036749979013, 1.97173076923076, 2.84603706257288, 5.7948076923077, 5.75006761164262, 14.5265384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1170, '2021-05-09 00:00:00', 0.457834577112733, 0.997499999999997, 0.583784107881823, 1.38673076923077, 1.13286025005463, 2.04788461538461, 2.92618257488122, 6.02769230769231, 5.74685557166164, 14.5448076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1185, '2021-05-09 00:00:00', 0.40053853171026, 0.973653846153844, 0.966753249880156, 1.47038461538462, 1.15263746051593, 2.07365384615385, 3.14999565933768, 6.12557692307693, 5.83088150414537, 14.6686538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1200, '2021-05-09 00:00:00', 0.792242095865619, 1.06653846153846, 0.919139564191177, 1.48653846153846, 1.09432383408485, 1.97942307692308, 3.1393911278855, 6.24057692307693, 5.85484188842547, 14.6984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1215, '2021-05-09 00:00:00', 0.550119043061097, 0.970192307692313, 0.608365938711741, 1.33134615384616, 0.952977520115857, 1.95192307692308, 3.06303460012101, 6.24519230769231, 5.89135045247235, 14.7419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1230, '2021-05-09 00:00:00', 0.424743904741888, 0.920769230769236, 0.741398704113748, 1.28903846153847, 0.887721738280294, 1.96826923076923, 3.06368438322227, 6.185, 5.88544481032526, 14.7711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1245, '2021-05-09 00:00:00', 0.55812722563946, 0.945, 0.767972956254622, 1.44269230769231, 1.03011509812477, 2.08634615384615, 2.98241624422986, 6.28557692307693, 5.90561834514063, 14.7659615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1260, '2021-05-09 00:00:00', 0.433775420447742, 0.991346153846152, 0.615651780948138, 1.43365384615384, 1.10493438719229, 1.965, 2.92883498103834, 6.24788461538462, 5.94249405035138, 14.7934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1275, '2021-05-09 00:00:00', 0.46552108933471, 0.998269230769222, 0.751503237108536, 1.45365384615384, 1.95438045465525, 2.35019230769231, 2.84270962287744, 6.215, 6.23506759262603, 14.9882692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1290, '2021-05-09 00:00:00', 0.623207737929644, 1.04826923076923, 0.895365095280213, 1.40442307692308, 1.88000867428441, 2.32115384615384, 2.76194666578039, 6.12923076923077, 6.47904023341064, 15.0778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1305, '2021-05-09 00:00:00', 0.658309489993405, 0.984230769230776, 1.81025395583476, 1.79923076923077, 2.0502395075848, 2.42596153846154, 2.81457864724695, 6.37019230769231, 6.68643521214061, 15.2003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1320, '2021-05-09 00:00:00', 0.586125782550998, 0.941041666666666, 0.592658435980731, 1.24625, 0.768060062142261, 1.81854166666667, 2.33439530698538, 6.07583333333333, 6.76358342067323, 14.8554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1335, '2021-05-09 00:00:00', 0.432437270310527, 0.902916666666671, 0.825768307154884, 1.44291666666668, 1.67584674682401, 4.16916666666668, 2.32358009470768, 6.12375, 6.85128859335911, 14.9364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1350, '2021-05-09 00:00:00', 0.751644302585136, 1.096875, 0.680158196378937, 1.42895833333333, 1.78072387983985, 4.35666666666667, 2.25068321953805, 6.12354166666667, 6.83489388772948, 14.91375 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 3, 1365, '2021-05-09 00:00:00', 0.360946571581211, 0.894583333333333, 1.56211080660158, 3.82479166666667, 1.9720696477691, 4.53, 2.30985706785356, 6.28625, 6.81897267964883, 14.9108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 990, '2021-05-09 00:00:00', 1.18285766261203, 2.93720000000001, 1.43333085271103, 3.6654, 1.91080606900159, 4.3344, 2.2915806044446, 6.227, 6.74144133327585, 15.527 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1005, '2021-05-09 00:00:00', 0.972208911019988, 2.2138, 1.33293232511382, 2.8424, 1.5744900497198, 3.5072, 2.03810113831479, 5.513, 6.67000749624767, 15.326 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1020, '2021-05-09 00:00:00', 0.943180214310431, 1.9092, 1.18059130664821, 2.476, 1.32503106881814, 3.0114, 2.56672248857047, 5.4568, 6.68418333954618, 15.3294 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1035, '2021-05-09 00:00:00', 0.624742413586067, 1.52519999999999, 0.843298335900962, 2.10899999999999, 0.82264902398694, 2.54079999999999, 2.47611384027472, 5.2172, 6.74207636785582, 15.357 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1050, '2021-05-09 00:00:00', 0.563619256827394, 1.374, 0.56218524527063, 1.6778, 0.701535696407057, 2.1826, 2.51025277611639, 5.09759999999999, 6.79235183864912, 15.3182 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1065, '2021-05-09 00:00:00', 0.495608380343452, 1.2162, 0.63349546170434, 1.7604, 0.840329945120764, 2.2724, 2.56502011038251, 5.1114, 6.89373617858995, 15.3738 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1080, '2021-05-09 00:00:00', 0.399283211935244, 1.20299999999999, 0.502255993825189, 1.4994, 0.910950648132671, 2.2104, 2.65525300112815, 5.0382, 6.90387341763062, 15.3466 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1095, '2021-05-09 00:00:00', 0.442993416053411, 1.00660000000001, 0.655158250603114, 1.4064, 1.34540111738717, 2.463, 3.31242264060612, 5.319, 6.65247960036957, 15.4884 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1110, '2021-05-09 00:00:00', 0.454858219668505, 0.977199999999996, 0.842937423537483, 1.4582, 1.2740519351005, 2.374, 3.37210274408516, 5.1996, 6.62734959592948, 15.5228 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1125, '2021-05-09 00:00:00', 0.463117335744052, 0.911200000000007, 1.02373242760661, 1.6598, 1.00492897758996, 2.1998, 3.14458380923985, 5.1586, 6.20503697947617, 16.6188 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1140, '2021-05-09 00:00:00', 0.58112237573484, 1.17854166666667, 0.674146770187043, 1.51729166666667, 0.941015269439786, 2.15354166666667, 3.18734544950698, 5.00916666666666, 4.80960602803676, 16.1233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1155, '2021-05-09 00:00:00', 0.510660094274121, 0.979583333333327, 0.558911621892905, 1.441875, 1.52300509517451, 2.55145833333334, 2.5502850082272, 6.80833333333334, 4.74847204639159, 16.2529166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1170, '2021-05-09 00:00:00', 0.539149222440296, 1.06166666666667, 0.836302653722436, 1.55270833333334, 1.63534527445022, 2.62791666666667, 2.52655243566108, 6.94708333333334, 4.67966397205017, 16.31125 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1185, '2021-05-09 00:00:00', 0.78248625375711, 1.12729166666667, 1.53811277113843, 2.021875, 1.69325825125253, 2.573125, 2.68364933101999, 7.20458333333334, 4.76033718815458, 16.2766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1200, '2021-05-09 00:00:00', 1.11854878454148, 1.40826086956523, 1.1644349678992, 1.84260869565218, 1.94287771468749, 2.43978260869566, 2.85696709263153, 7.32782608695653, 4.86055265730012, 16.5230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1215, '2021-05-09 00:00:00', 0.63075304764593, 1.15695652173913, 0.806200219837732, 1.50739130434782, 1.45921773672131, 2.20869565217391, 2.81654392190706, 7.40586956521739, 4.81424731125365, 16.5510869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1230, '2021-05-09 00:00:00', 0.530132357251972, 1.02695652173913, 1.41806766731737, 1.55, 1.437645610429, 2.24608695652174, 2.77811816052414, 7.32217391304348, 4.76943836237456, 16.4882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1245, '2021-05-09 00:00:00', 1.09855411621143, 1.09065217391304, 1.05163180183956, 1.55108695652174, 1.10882923515178, 2.125, 2.97719046140456, 7.42195652173913, 4.74444788892775, 16.5169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1260, '2021-05-09 00:00:00', 0.663679258454529, 1.13739130434782, 1.04168840030028, 1.64478260869565, 1.18816217235951, 2.1554347826087, 3.44675305476813, 7.59456521739131, 4.63776442839442, 16.5704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1275, '2021-05-09 00:00:00', 0.565570822913655, 1.02391304347827, 0.67000545688298, 1.35630434782609, 1.94580835595461, 2.46260869565217, 3.45783833465601, 7.52630434782609, 4.5232956959024, 16.5769565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1290, '2021-05-09 00:00:00', 0.599337908740774, 1.00326086956522, 0.821613723517285, 1.51826086956522, 1.81264996653679, 2.52108695652174, 3.40793166324443, 7.46369565217392, 4.45401639594377, 16.530652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1305, '2021-05-09 00:00:00', 0.554643531144378, 0.981086956521733, 1.61203355235337, 1.81108695652173, 1.67889268043287, 2.50978260869564, 3.39703307249903, 7.48717391304348, 4.43923390107556, 16.4739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1320, '2021-05-09 00:00:00', 0.561658894958234, 1.01571428571428, 0.71599680765449, 1.38285714285714, 0.960282882428773, 2.0042857142857, 3.52696061651902, 7.43809523809524, 4.59151258923929, 16.2635714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1335, '2021-05-09 00:00:00', 0.469312313517399, 0.974047619047618, 0.904467549234933, 1.58238095238095, 1.67409147357746, 5.15452380952381, 3.51302540554435, 7.42, 4.5899396717687, 16.2780952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1350, '2021-05-09 00:00:00', 0.710640807400515, 1.17857142857143, 0.651212879391767, 1.42428571428571, 1.72949652046072, 5.34428571428572, 3.49515610387808, 7.4147619047619, 4.56487294456264, 16.345 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 1365, '2021-05-09 00:00:00', 0.371277876939575, 1.02452380952381, 1.53766567051675, 4.83928571428572, 2.10995277536862, 5.85428571428572, 3.49023864991112, 7.32833333333333, 4.55486495539712, 16.4061904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 990, '2021-05-09 00:00:00', 1.50196077379135, 2.8104347826087, 1.70937735699775, 3.73869565217392, 2.17202665784091, 4.87456521739131, 3.60342590611624, 6.40652173913044, 4.69794840009557, 16.2384782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1005, '2021-05-09 00:00:00', 0.987713053016321, 2.27043478260869, 1.61339878282186, 3.17021739130435, 2.12003898931258, 4.09804347826087, 3.11282316924748, 5.48891304347826, 4.98185381071187, 15.9741304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1020, '2021-05-09 00:00:00', 1.00046856611223, 1.96652173913044, 1.09391444557116, 2.63478260869566, 1.53956345514275, 3.28021739130434, 2.77612730369558, 4.83652173913043, 5.02667745780671, 15.9360869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1035, '2021-05-09 00:00:00', 0.593768280351004, 1.51695652173913, 1.02662543442518, 2.19565217391304, 1.27436312854666, 2.73173913043478, 2.37214371619358, 4.45108695652173, 5.02557767115919, 15.9267391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1050, '2021-05-09 00:00:00', 0.813972593764191, 1.55673913043478, 0.845375527566713, 1.95934782608695, 1.70515771876088, 2.54586956521739, 2.31201193973694, 4.21413043478261, 5.03598221772409, 15.8115217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1065, '2021-05-09 00:00:00', 0.603242064301138, 1.27847826086956, 0.91634763282814, 1.7545652173913, 1.54104008560925, 2.315, 2.11899780081101, 4.04304347826087, 5.26359327175217, 15.9413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1080, '2021-05-09 00:00:00', 0.708903777121687, 1.21173913043478, 1.31143714729466, 1.65413043478261, 1.32577417907917, 2.11608695652174, 2.11449673508562, 3.94652173913043, 5.35018400370658, 15.975652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1095, '2021-05-09 00:00:00', 0.792394055960137, 1.20760869565217, 0.782622782042751, 1.62434782608696, 0.90887385254605, 1.97695652173914, 2.94637945239074, 4.36782608695652, 5.35448950006666, 15.9734782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1110, '2021-05-09 00:00:00', 0.696532773915449, 1.15521739130435, 0.838972527074502, 1.53608695652175, 1.25524653893878, 2.11065217391305, 2.96602885588004, 4.32891304347826, 5.45009257636135, 15.92 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1125, '2021-05-09 00:00:00', 0.461289544080796, 1.00304347826088, 0.53623025406583, 1.32739130434784, 1.13774471806212, 2.10695652173913, 2.83221841777924, 4.2995652173913, 5.89441655649666, 16.6147826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1140, '2021-05-09 00:00:00', 0.294010029137113, 0.926521739130437, 0.614914676429612, 1.42217391304348, 1.10060920069215, 2.07739130434782, 2.66943542238959, 4.26673913043478, 5.90286408007385, 16.6304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1155, '2021-05-09 00:00:00', 0.522462056795049, 0.964347826086949, 0.751333991510046, 1.47869565217391, 1.08432503003066, 2.03804347826087, 3.08222570818646, 6.98804347826086, 6.10897017514331, 16.709347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1170, '2021-05-09 00:00:00', 0.456262744150341, 1.05065217391304, 0.722540669971477, 1.42173913043479, 1.05617762048242, 2.0654347826087, 3.34425943165973, 7.59934782608696, 6.22903953254622, 16.7369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1185, '2021-05-09 00:00:00', 0.575209877489983, 0.93130434782609, 0.851902834092701, 1.3554347826087, 1.13194164921749, 1.93847826086957, 3.33497398523788, 7.5408695652174, 6.31078352000476, 16.83 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1200, '2021-05-09 00:00:00', 0.603615370208141, 0.96590909090909, 0.927742920429427, 1.48954545454546, 1.13088807860033, 1.92431818181818, 3.45448002615187, 7.66681818181818, 6.25976736788198, 17.1925 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1215, '2021-05-09 00:00:00', 0.48148899867406, 0.984318181818183, 0.754451292825949, 1.26409090909091, 0.745378292346437, 1.69568181818181, 3.42535074198653, 7.6840909090909, 6.16935416312301, 17.1738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1230, '2021-05-09 00:00:00', 0.406378259806425, 0.768636363636366, 0.524655164013041, 1.14522727272727, 0.674594635375887, 1.55772727272727, 3.50494588702816, 7.80136363636363, 6.12066455803899, 17.0881818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1245, '2021-05-09 00:00:00', 0.459697576099621, 0.896363636363636, 0.601348052727768, 1.29636363636363, 0.62021536547163, 1.62136363636364, 3.60276718444051, 7.97636363636363, 6.11465003263842, 17.0845454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1260, '2021-05-09 00:00:00', 0.530413544452365, 0.998636363636355, 0.514084105504602, 1.23590909090909, 0.55308075586737, 1.59431818181818, 3.6577560436546, 8.04431818181818, 6.09634050776202, 17.1015909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1275, '2021-05-09 00:00:00', 0.298983939541736, 0.863409090909091, 0.444453614173079, 1.16159090909091, 2.21494950251723, 2.24818181818182, 3.74825789259987, 8.04090909090909, 6.23939394898649, 17.0802272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1290, '2021-05-09 00:00:00', 0.334017344729417, 0.813409090909086, 0.371217139289344, 1.13454545454545, 2.31070799292586, 2.38, 3.68685843343966, 8.00818181818181, 6.20277759053654, 17.0588636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1305, '2021-05-09 00:00:00', 0.321925685812966, 0.798636363636362, 2.32403674828074, 1.83704545454546, 2.40803584570478, 2.62340909090909, 3.63623348995998, 8.00522727272726, 6.13885177670577, 17.0402272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1320, '2021-05-09 00:00:00', 0.389456098465002, 0.849500000000006, 0.56225175808857, 1.25325000000001, 0.705445501270766, 1.96575, 3.70312047468079, 7.74475, 6.20797863110131, 16.5375 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1335, '2021-05-09 00:00:00', 0.369281307691751, 0.853500000000004, 0.439776483299363, 1.38575, 2.74842222681344, 5.76699999999999, 3.96796722284584, 7.73675, 6.31028660517679, 16.47025 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1350, '2021-05-09 00:00:00', 0.448632131566252, 1.1605, 0.603854722856243, 1.547, 3.38941171537419, 6.69025, 3.97275308060716, 7.75024999999999, 6.27166046593723, 16.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 1365, '2021-05-09 00:00:00', 0.377296128287921, 1.05050000000001, 2.61070347446411, 5.519, 3.26223926161157, 6.5855, 3.80597871084015, 7.68849999999999, 6.33188950763056, 16.352 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 930, '2021-05-09 00:00:00', 0.106066017177966, 3.995, 1.3717871555019, 5.66, 0.940452018978097, 6.48499999999999, 2.97691954879535, 8.17499999999998, 0.700035713374689, 19.735 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 945, '2021-05-09 00:00:00', 0.551543289325528, 3.52000000000001, 0.650538238691635, 3.97, 0.0565685424949125, 4.47, 2.15667568261898, 6.035, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 960, '2021-05-09 00:00:00', 0.240416305603408, 2.03, 0.169705627484778, 2.49000000000001, 0.714177848998407, 3.36500000000001, 2.36173664916309, 4.88, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 1, 975, '2021-05-09 00:00:00', 0.0141421356237181, 1.80000000000001, 0.452548339959421, 2.52000000000001, 1.58391918985787, 3.80000000000001, 2.26274169979694, 4.95000000000002, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 930, '2021-05-09 00:00:00', 0.98994949366115, 3.36000000000001, 0.0282842712474764, 4.59999999999999, 0.0777817459305299, 5.505, 0.572756492761145, 6.625, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 945, '2021-05-09 00:00:00', 1.08187337521544, 2.72499999999999, 0.975807358037432, 3.63, 0.890954544295043, 3.89999999999998, 0.417193000900005, 5.92500000000001, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 960, '2021-05-09 00:00:00', 0.247487373415308, 1.45499999999998, 0.134350288425442, 1.77500000000001, 2.0223253941935, 4.09999999999999, 0.417193000900005, 5.92500000000001, 0.487903679018716, 19.585 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 2, 975, '2021-05-09 00:00:00', 0.233345237791549, 1.45500000000001, 1.3717871555019, 3.16999999999999, 1.76069588515447, 4.58500000000001, 0.141421356237261, 5.73000000000002, 0.212132034355972, 19.39 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 930, '2021-05-09 00:00:00', 1.6970562748477, 4.66999999999996, 1.52027957955106, 4.79499999999996, 1.1879393923934, 5.98999999999998, 0.30405591591022, 6.61499999999998, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 945, '2021-05-09 00:00:00', 1.23743686707646, 3.30500000000001, 0.707106781186548, 3.68000000000001, 0.38183766184075, 5.38000000000002, 0.410121933088186, 5.40000000000001, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 960, '2021-05-09 00:00:00', 0.735391052434024, 2.41, 1.55563491861044, 3.67000000000002, 0.671751442127252, 4.29500000000002, 1.32936074863071, 4.75999999999999, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 3, 975, '2021-05-09 00:00:00', 0.784888527117077, 2.30500000000001, 0.098994949366107, 2.93000000000001, 0.0848528137423889, 3.11000000000001, 0.692964645562789, 5.21000000000001, 0.68589357775093, 20.285 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 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 983450, 4, 930, '2021-05-09 00:00:00', 0.0565685424949125, 3.39000000000001, 0.240416305603449, 3.98000000000002, 0.678822509939071, 4.79999999999998, 0.367695526217032, 7.97, 1.89504617357991, 19.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 945, '2021-05-09 00:00:00', 1.18086832458155, 2.48499999999999, 1.03237590053239, 3.38999999999999, 0.84145706961199, 4.91499999999999, 1.89504617357999, 6.88999999999999, 1.89504617357991, 19.88 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 960, '2021-05-09 00:00:00', 0.417193000900086, 2.255, 0.601040764008582, 2.58499999999998, 0.516187950266233, 5.035, 2.22031529292579, 7.01000000000002, 2.12839141137146, 20.045 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 4, 975, '2021-05-09 00:00:00', 0.0494974746830535, 1.74499999999998, 0.947523086789996, 3.43000000000001, 1.30107647738323, 5.02000000000001, 2.90620887067676, 6.52500000000001, 2.19203102167827, 20.09 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 930, '2021-05-09 00:00:00', 1.87383297014433, 4.23500000000001, 2.29809703885628, 4.53500000000003, 2.41300189079909, 4.53500000000003, 2.53365198533905, 6.73500000000001, 2.660334584606, 17.63 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 945, '2021-05-09 00:00:00', 1.65462986797654, 2.72000000000003, 1.61220346110535, 2.75000000000003, 0.91923881554252, 3.27000000000001, 2.77185858225128, 7.08000000000001, 1.49906637611552, 17.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 960, '2021-05-09 00:00:00', 0.933380951166198, 2.24000000000001, 0.424264068711904, 2.59999999999999, 0.947523086789956, 3.35999999999999, 3.04055915910216, 7.41999999999999, 1.49906637611552, 17.48 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 983450, 5, 975, '2021-05-09 00:00:00', 0.601040764008582, 1.69499999999999, 0.0141421356237181, 2.42000000000002, 0.296984848098361, 3.90000000000001, 3.33047293938866, 8.13499999999999, 0.657609306503494, 18.075 where not exists (select 1 from powerstats_trumpet where symbolid = 983450 and enddate = '2021-05-09 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-05-09 15:47:45 Duration: 5s734ms Database: acaweb_fx User: pgperfstats
15 707ms 10s476ms 4s736ms 24 1m53s 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 09 15 24 1m53s 4s736ms [ User: postgres - Total duration: 1m53s - 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-09 15:00:40 Duration: 10s476ms 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-09 15:50:39 Duration: 9s180ms 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-09 15:55:39 Duration: 9s134ms Database: acaweb_fx User: postgres Bind query: yes
16 56ms 9s131ms 1s709ms 154 4m23s with rar_max as ( ;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration May 09 15 154 4m23s 1s709ms [ User: postgres - Total duration: 4m23s - Times executed: 154 ]
-
WITH rar_max as ( ;
Date: 2021-05-09 15:51:07 Duration: 9s131ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:56:10 Duration: 9s50ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-05-09 15:36:10 Duration: 9s45ms Database: acaweb_fx User: postgres Bind query: yes
17 209ms 8s837ms 1s285ms 278 5m57s 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 #17
Day Hour Count Duration Avg duration May 09 15 278 5m57s 1s285ms [ User: postgres - Total duration: 5m57s - Times executed: 278 ]
-
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-09 15:01:30 Duration: 8s837ms 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-09 15:26:27 Duration: 8s782ms 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 = '627' 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 ('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 ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2021-05-09 15:00:35 Duration: 4s877ms Database: acaweb_fx User: postgres Bind query: yes
18 61ms 14s985ms 509ms 58 29s523ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration May 09 15 58 29s523ms 509ms [ User: postgres - Total duration: 29s523ms - Times executed: 58 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:05:43 Duration: 14s985ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:46:14 Duration: 2s37ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-05-09 15:03:16 Duration: 1s484ms Database: acaweb_fx User: postgres
19 62ms 1s787ms 334ms 71 23s776ms (( 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 09 15 71 23s776ms 334ms [ User: postgres - Total duration: 23s776ms - Times executed: 71 ]
-
(( 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-09 15:45:34 Duration: 1s787ms 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-09 15:55:38 Duration: 1s432ms 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-09 15:40:31 Duration: 1s416ms Database: acaweb_fx User: postgres Bind query: yes
20 53ms 5s626ms 239ms 229 54s808ms 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 09 15 229 54s808ms 239ms [ User: postgres - Total duration: 54s808ms - Times executed: 229 ]
-
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 ('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-09 15:11:56 Duration: 5s626ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM keylevels_results kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON kr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on kr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON kr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('800' = 0 OR kr.patternlengthbars <= '800') 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-09 15:04:09 Duration: 549ms 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-09 15:50:57 Duration: 503ms 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 75ms 1 75ms 75ms 75ms WITH rar_max as ( ;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration May 09 15 1 75ms 75ms [ User: postgres - Total duration: 292ms - Times executed: 1 ]
-
WITH rar_max as ( ;
Date: 2021-05-09 15:50:30 Duration: 75ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '7', $3 = '15', $4 = '30', $5 = '60', $6 = '120', $7 = '240', $8 = '480', $9 = '1440', $10 = '0', $11 = '', $12 = '31', $13 = 'AUDCAD', $14 = 'AUDCHF', $15 = 'AUDJPY', $16 = 'AUDNZD', $17 = 'AUDUSD', $18 = 'CADJPY', $19 = 'CHFJPY', $20 = 'EURAUD', $21 = 'EURCAD', $22 = 'EURCHF', $23 = 'EURGBP', $24 = 'EURJPY', $25 = 'EURNZD', $26 = 'EURUSD', $27 = 'GBPAUD', $28 = 'GBPCAD', $29 = 'GBPCHF', $30 = 'GBPJPY', $31 = 'GBPNZD', $32 = 'GBPUSD', $33 = 'JPN225', $34 = 'NAS100', $35 = 'NZDCAD', $36 = 'NZDCHF', $37 = 'NZDJPY', $38 = 'NZDUSD', $39 = 'USDCAD', $40 = 'USDCHF', $41 = 'USDJPY', $42 = 'XAGUSD', $43 = 'XAUUSD', $44 = '0', $45 = '', $46 = '2', $47 = '1', $48 = '2', $49 = '0', $50 = '0', $51 = 't', $52 = '10', $53 = '10'
2 73ms 1 73ms 73ms 73ms 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 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 = 558 AND (((symbol ilike '%eurusd%' AND timegranularity <= 1440);Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 15 1 73ms 73ms [ User: postgres - Total duration: 112ms - 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 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 = 558 AND (((symbol ilike '%eurusd%' AND timegranularity <= 1440);
Date: 2021-05-09 15:50:30 Duration: 73ms Database: postgres User: acaweb_fx Remote: postgres
3 55ms 1 55ms 55ms 55ms with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 15 1 55ms 55ms [ User: postgres - Total duration: 51ms - Times executed: 1 ]
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2021-05-09 15:00:37 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '62308236', $6 = '0'
4 50ms 1 50ms 50ms 50ms 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 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 = 558 AND (((symbol ilike '%gbpjpy%' AND timegranularity = 240);Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 15 1 50ms 50ms [ User: postgres - Total duration: 171ms - 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 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 = 558 AND (((symbol ilike '%gbpjpy%' AND timegranularity = 240);
Date: 2021-05-09 15:50:30 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 50,147 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 15634 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 15,633 Max number of times the same event was reported
- 15,702 Total events found
Rank Times reported Error 1 15,633 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count May 09 15 15,633 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2021-05-03 15:15:00, 960538) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960538, '2021-05-03 15:15', 151.732, 151.756, 151.711, 151.754, 0, 0,'2021-05-09 15:00');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960538, '2021-05-03 15:15', 151.732, 151.756, 151.711, 151.754, 0, 0,'2021-05-09 15:00');Date: 2021-05-09 15:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-02 22:00:00, 960576) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960576, '2021-05-02 22:00', 151.105, 151.105, 151.033, 151.066, 0, 0,'2021-05-09 15:01');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960576, '2021-05-02 22:00', 151.105, 151.105, 151.033, 151.066, 0, 0,'2021-05-09 15:01');Date: 2021-05-09 15:01:15 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-05-02 22:00:00, 960614) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960614, '2021-05-02 22:00', 151.105, 151.105, 151.032, 151.071, 0, 0,'2021-05-09 15:02');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960614, '2021-05-02 22:00', 151.105, 151.105, 151.032, 151.071, 0, 0,'2021-05-09 15:02');Date: 2021-05-09 15:02:03 Database: acaweb_fx Application: User: postgres Remote:
2 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count May 09 15 68 - WARNING: there is no transaction in progress
Date: 2021-05-09 15:00:45 Database: acaweb_fx Application: User: postgres Remote:
3 1 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #3
Day Hour Count May 09 15 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-09 15:39:05 Database: acaweb_fx Application: User: postgres Remote: